@import url("style.css"); 

/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- global default/initial styles ----- */


html, body {height:100%;}

/* ----- base default font size, type, and line height ----- */




/* ---------->>> 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:-10px;
	height:19px;
	width:10px;
    top:0px;
}

#JT_arrow_right{
	background-image: url(/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:19px;
	width:11px;
    top:0px;
}

#JT {
	position: absolute;
	z-index:100;
	background-color: #bd1115;
	border-top: 2px solid #bd1115;
}

#JT_copy{
	padding:0px;
	color:#333333;
}

.JT_loader{
	background-image: url(/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	text-align: left;
	font-weight:bold;
	color: #f1f1f1;
	font-size: 0.7em;
	height: 19px;
	padding: 0px 0px 0px 5px;
	background: url(../images/nav_button_bk.gif) repeat-x top #af0408;
}

#JT_close_right{
	text-align: left;
	font-weight:bold;
	color: #f1f1f1;
	font-size: 0.7em;
	height: 19px;
	padding: 0px 0px 0px 5px;
	background: url(../images/nav_button_bk.gif) repeat-x top #af0408;
}

#JT_copy p{
	font-size: 0.7em;
	color: #f1f1f1;
}

#JT_copy img{
}

.jTip{
cursor:help;
}


img { border:none;}

.seperator { clear: both; margin: 0px 0px 1px 0px; width: auto; height: 2px; background: url(/images/yellow_border.gif) no-repeat right #bd1115; border: none;}
