﻿/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */
/*
*{padding: 0; margin: 0;}

body {background-color:#fff;}
html, body {height:100%;}

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;}



/* ----- 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;
}
*/

a.tipslink, a.tipslink:hover, a.tipslink:link, a.tipslink:visited {
    color: #828282;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #828282;
    
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    
    font-size: 12px;
    font-weight: bold;
    
    font-family: Arial,Helvetia,sans-serif;
}


#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(/internal/public/Images/website_help_info_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:48px;
	width:94px;
    top:-36px;
    left: -23px;
}

#JT_corner_top_left {
    width: 10px;
    height: 10px;
    border: solid 1px red;
    z-index:105;
    left: -2px;
    top: -2px;
    position: absolute;
}

#JT_arrow_right{
	background-image: url(/internal/public/Images/website_help_info_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:48px;
	width:94px;
    top:-36px;
}

#JT_close_bottom_right {
	background-image: url(/internal/public/Images/jtbox_close_br.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
	z-index:101;
	height:28px;
    top:-30px;
    cursor:pointer;
}

#JT {
	position:absolute;
	z-index:150;
	/*border: 2px solid #008ACF;*/
	/*background-color: #F2F2F2;*/
}

#JT_BG {
    background-color: #F2F2F2;
}

table.jt_outerbox {padding: 0; margin: 0; border: 0; background-color: #F2F2F2;}

td.jt_outerbox_tl { background: url(/internal/public/Images/jt_boxl_tl.gif) no-repeat top left; height: 25px; width: 15px; margin: 0 0 0 0; padding: 0 0 0 0;}
td.jt_outerbox_tr { background: url(/internal/public/Images/jt_boxl_tr.gif) no-repeat top right; height: 25px; width: 15px; margin: 0; padding: 0; border: 0;}
td.jt_outerbox_bl { background: url(/internal/public/Images/jt_boxl_bl.gif) no-repeat bottom left; height: 15px; width: 15px; margin: 0; padding: 0; border: 0;}
td.jt_outerbox_br { background: url(/internal/public/Images/jt_boxl_br.gif) no-repeat bottom right; height: 15px; width: 15px; margin: 0; padding: 0; border: 0;}

td.jt_outerbox_tc {background: url(/internal/public/Images/jt_boxl_t.gif) repeat-x top left; height: 25px;color: #FFFFFF; font-weight: bold; margin: 0; padding: 0; height: 25px; }
td.jt_outerbox_bc {background: url(/internal/public/Images/jt_boxl_b.gif) repeat-x top left; height: 15px; margin: 0; padding: 0; height: 15px; }

td.jt_outerbox_l {background: url(/internal/public/Images/jt_boxl_l.gif) repeat-y top left; width: 15px; margin: 0; padding: 0; }
td.jt_outerbox_r {background: url(/internal/public/Images/jt_boxl_r.gif) repeat-y top left; width: 15px; margin: 0; padding: 0; }
td.jt_outerbox_c {border: 0; padding: 0; margin: 0; padding: 0; border: 0;}



#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/internal/public/Images/website_help_info_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;
}

