﻿body
{
    background-color:#FFFFFF;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

.bluebody
{
    background-image: url(images/bluegrad.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

li.checked {
	list-style:none;
	background-image:url(images/bullet_hp_features_sm.png);
	background-repeat:no-repeat;
	color:#5c5c5c;
	font-size:14px;
	padding-left: 25px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 15px;

}

.layouttable {
	border:0px;
	background-color:#FFFFFF;
	width:90%;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.contenttable {
	width:90%; 
	margin-left:auto; 
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 25px;
	color:#5c5c5c;

}

.neonheader{
	color: #3e3e3e;
	font-weight: bold;
	font-size: 14pt;
}
.neonheaderbold {font-size: 16pt}
	

.tableheader
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Arial;
    background-color: #333333;
    padding: 4px;
}

.tableborder
{
    border-right:  1px solid #333333;
    border-top:  1px solid #333333;
    border-left: 1px solid #333333;
    border-bottom:  1px solid #333333;
}

.tablerow
{
    border-top:  1px solid #333333;
    border-bottom:  1px solid #333333;
}

.red
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Arial;
    background-color: red;
}
.tdfield
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    background-color: #f7f6f3;
    text-align: right;
    white-space: nowrap;
}


.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#CFF3D3;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:20px;
}

.hidden
{
    display:none;
}
.progress
{
position:absolute;
left:50%;
top:30%;
z-index:10;
font-family: arial, "lucida console", sans-serif;
clear:none;
border:solid thin #000000;
background-color:White;
padding:15px;
}

.reportheader
{
	background-color: #5D7B9D;
	width: 100%;
	color: White;
	font-size: 10pt;
    font-family: Arial;
    white-space: nowrap;
    font-weight: bold;
    padding: 4px;
    
    }
	
.blackreportheader
{
	background-color: #333333;
	width: 100%;
	color: White;
	font-size: 10pt;
    font-family: Arial;
    white-space: nowrap;
    font-weight: bold; 
    padding: 4px;    
    }
	
	
	
fieldset
{
	background-color: White;
	border: solid 1px #5D7B9D;
}

legend
{
	background-color: White;
	border: none;
	font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    color: #5D7B9D;
}

.gridheader
{
    background-color:#5D7B9D;
    font-size:smaller;
    font-weight:bold;
    color:White;
    text-decoration:none;
}

.tabpanel
{
    padding-left:15px;
    padding-top:15px;
    text-align:left;
    font-size: 10pt;
    font-family: Arial;
}

.treemenu
{
	font-family: Verdana;
	color:#404040;
}


.treemenu a 
{
	text-decoration: none;
	color:#404040;
}

/* JT Added for Help / Tips Popups */

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 18px;
	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: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:100;
	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;
}
