﻿body
{
	background-color: #ffffff;
	background-image: url('/img/bggrad.jpg');
	background-repeat:repeat-x;
	margin: 0;
	min-height: 750px;
	height: 100%;
}

img { behavior: url(/css/iepngfix.htc) }

hr
{
	color: #000000;
	background-color: #000000;
	border: solid 1px #000000;
	height: 1px;
}

.thin
{
	color: #cccccc;
	background-color: #cccccc;
	border: none;
}

.footerCopy {
font-size: 10px;
color:#666666;
font-weight:bold;
text-decoration:none;
}

a.footerLink {
font-size: 9px;
color:#666666;
font-weight:bold;
text-decoration:none;
}

a.footerLink:HOVER {
font-size: 9px;
color:#FF4750;
font-weight:bold;
text-decoration:underline;
}

a.hdrLink {
font-size: 11px;
color:#000000;
font-weight:bold;
text-decoration:none;
letter-spacing:1px;
}

a.hdrLink:HOVER {
font-size: 11px;
color:#000000;
font-weight:bold;
text-decoration:underline;
letter-spacing:1px;
}

input.blue_btn	
{
	border: solid 1px #A3BAD1;
	background:url("/images/butn_bk_blue.gif") repeat-x;
	
    }

input:hover.blue_btn	{
 	background:#DBE4ED;
    }
    
.callout
{
	border: solid 1px #000000;
	font-size: 11px;
	background-color: #ffffe3;
	margin: 8px 5px 8px 5px;
	padding: 3px;
}

input.inputbox
{
	font-size: 12px;
	border: solid 1px #666666;
	background-color: #eeeeee;
}

.tData
{
	border: solid 1px #999999;
	text-align: right;
	padding: 4px;
}

.tHdr
{
	border-right: solid 1px #999999;
	text-align: center;
	padding: 4px;
	font-size: 11px;
}

.tRowHdr
{
	border-bottom: solid 1px #999999;
	text-align: right;
	padding: 4px;
}

.tFtr
{
	border-right: solid 1px #999999;
	text-align: right;
	padding: 4px;
	font-weight: bold;
}

h1, .h1
{
	font-size: 22px;
	font-weight: bold;
	color: #1e7646;
}

h2, .h2
{
	font-size: 16px;
	font-weight: bold;
	color: #1e7646;
}

h3, .h3
{
	font-size: 14px;
	font-weight: bold;
	color: #1e7646;
}

li 
{
	list-style-image: url(/images/redarrow.gif); 
	margin-left: 15px;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.sm
{
	font-size: 11px;
}

.tabOff
{
	position: absolute; 
	top: 2px; 
	width: 138px; 
	height: 22px; 
	z-index: 99; 
	line-height: 22px; 
	text-align: center; 
	cursor: pointer;
    background-image: url('/img/tab_off.jpg');
    font-weight: bold;
    font-size: 11px;
}

.tabOn
{
	position: absolute; 
	top: 2px; 
	width: 138px; 
	height: 22px; 
	z-index: 200; 
	line-height: 22px; 
	text-align: center; 
    background-image: url('/img/tab_on.jpg');
    font-weight: bold;
    font-size: 11px;
}

.red
{
	color: #c32830;
	font-size: 16px;
	font-weight: bold;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/img/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(/img/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(/img/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;
}
