/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

/**{padding: 0; margin: 0;}*/

/* ----- global default/initial styles ----- */

/*body {background-color:#fff;}

html, body {height:100%;}*/

/* ----- base default font size, type, and line height ----- */
/*html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}
html>body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}*/

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}
/*p, label{font-size: 1.2em;}*/


/* ----- base links ----- */
/*a:link {color: #CC6633;}
a:visited {color: #CC6633;}
a:hover {color: #999966;}
a:active {color: #CC6633;}
a:focus{color: #CC6633;}

p {line-height:1.4em;margin:10px 0;}
hr{margin:10px 0;color:#999999;}

ul{
	list-style: none;
}

ul li{
padding-top:3px;
}

#contentPad{
margin:20px;
}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}*/

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:4001;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:4001;
	height:23px;
	width:11px;
    top:-2px;
    margin-top: 0;
    margin-left: 3px;
}

#JT {
	position: absolute;
	z-index:4000;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
    /* position: absolute;*/ 
	padding:10px 10px 10px 10px;
	color:#333333;
	z-index: 4001;
}

.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: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy .content {
    float: none !important;
    width: auto !important;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
padding-top: 8px;
*padding-top: 0px;
}
.jTip.nopad{padding-top: 1px !important;}

a.jTip {text-decoration: none;}
a:hover.jTip {text-decoration: none;}

a span.helpLink_t-1 {position: relative; top: -1px;}
a span.helpLink_t-2 {position: relative; top: -2px;}
a span.helpLink_t-3 {position: relative; top: -3px;}
a span.helpLink_t1 {position: relative; top: 1px;}
a span.helpLink_t2 {position: relative; top: 2px;}
a span.helpLink_t3 {position: relative; top: 3px;}
a span.helpLink_t4 {position: relative; top: 4px;}
a span.helpLink_t6 {position: relative; top: 6px;}
a span.helpLink_t8 {position: relative; top: 8px;}
a span.helpLink_t9 {position: relative; top: 9px;}

a.helpLink_t10 {position: absolute; top: 10px;}
a.helpLink_t1 {/*position:relative;*/ top:1px;}
a.helpLink_t2 {position:relative; top:2px;}
a.helpLink_t3 {position:relative; top:3px;}
a.helpLink_t4 {position:relative; top:4px;}
a.helpLink_t-4 {position:relative; top:-4px;}
a.helpLink_t0l21 {position:relative; top:0px; left: 21px}
a.helpLink_t19l7 {position:relative; left:7px; top:19px;}
a.helpLink_t9 {position: relative; top: 9px;}


/*
#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;
}

#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;
}

#JT {
	position: absolute;
	z-index:4000;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	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{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}*/

#JT iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

#JT {
    overflow: hidden;
}
