/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */



/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
	color:#ffffff;
	font-size:14px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
	color:#ffffff;
	font-size:14px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #87684C;
	background-color: #fff;
	color:#ffffff;
	font-size:14px;
	line-height: 1.5;
}

#JT_copy{
	padding:8px 12px;
	color:#663300;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #AF8A66;
	text-align: left;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #AF8A66;
	text-align: left;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight:bold;
}

#JT_copy p{
margin:0;
}


.jTip{
cursor:help;
}

p {
	text-align:left;
}

strong {
	color:#E83E37;
	font-size:14px;
}

