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

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

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

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: .79em; line-height: 23px;}

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

#JT_arrow_left{
	background: url(/inc/js/jTip/arrow_left.png) 0 0 no-repeat;
	position: absolute;
	z-index:101;
	left:-12px;
	height:22px;
	width:10px;
    top:-1px;
}

#JT_arrow_right{
	background: url(/inc/js/jTip/arrow_right.png) 0 0 no-repeat;
	position: absolute;
	z-index:101;
	height:22px;
	width:10px;
    top:-1px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #7D2800;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

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

#JT_close_left{
	background-color: #7D2800;
	color: #fff;
	text-align: left;
	padding-left: 8px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #7D2800;
	color: #fff;
	text-align: left;
	padding-left: 8px;
	font-weight:bold;
}

.jTip{
cursor:help;
}

#JT_copy table{
	margin: 0 auto;
	color: #033207;
	line-height: 1.7;
	font-size: .7em;
	border: 1px solid #E0E5E8;
}

#JT_copy table th
{
	background-color: #E0E5E8;
	text-align: left;
	border-bottom: 2px solid #E0E5E8;
	padding: 0 10px;
}

#JT_copy table tr.alt
{
	background-color: #E0E5E8;
}

#JT_copy table td {
	text-align: left;
	border-bottom: 1px solid #E0E5E8;
	padding: 2px 10px;
}