/*///////////////////////////////////////////
Admin 
////////////////////////////////////////////*/
body{
	margin-top: 10px;
	margin-left: 4px;
	background-color: #f4f3e9;
	font-weight: normal;
	font-size:11px;
	font-family: arial;
	color: #333333
}
td{
	font-size:11px;
	font-family: verdana;
	color: #333333
}

li {
	font-family: arial;
	list-style-position: outside;
	list-style-type: square; 
	color: #333366;
	list-style-image : url(../../images/common/bullet.jpg);
}
hr {
	color: #eeeeee;
	background-color: #eeeeee;
	height: 1px;
}
a:link, a:active, a:visited{
	text-decoration: underline;
	color: #3e3041;
}
a:Hover{
	text-decoration: underline;
	color: #B1B1B1;
}
/*////////////////////////////////////////////
LINKS 
////////////////////////////////////////////*/

a.special:link, a.special:active, a.special:visited{
	color: #520752;
	text-decoration: none;
	font-size: 18px; 
	font-weight: bold;
	font-family: Times New Roman;
}
a.special:Hover{
	color: #520752;
	text-decoration: none;
	font-size: 18px; 
	font-weight: bold;
	font-family: Times New Roman;
	
}
/*///////////////////////////////////////////
show / hide div classes
///////////////////////////////////////////*/
.hideMe{
display:  none;
}
.showMe{
display:  block;
}

/*////////////////////////////////////////////
nav
////////////////////////////////////////////*/

.navOff{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-color: #4180B3;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-right: 2px;
	padding-left: 2px;
}
.navOn{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-color: #015699;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-right: 2px;
	padding-left: 2px;
}
a.subNav:link,a.subNav:active,a.subNav:visited{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
}
a.subNav:Hover{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
}
/* under line or bold the page we are on */
.subNavB{
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}
	
.tdSubNav{
	padding-top: 8px;
	padding-bottom: 9px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	
	
}
/*////////////////////////////////////////////
footer 
////////////////////////////////////////////*/
.footer{
	color: #B1B1B1;
	font-size: 9px;
}
a.footer:link,a.footer:active,a.footer:visited{
	letter-spacing: -1px;
	color: #B1B1B1;
	text-decoration: none;
	font-size: 9px;
}
a.footer:Hover{
	letter-spacing: -1px;
	color: #B1B1B1;
	text-decoration: underline;
	font-size: 9px;
}
.copytxt{
	color: #3e3041;
	font-size: 8px;
}
a.copy:link,a.copy:active,a.copy:visited{
	color: #3e3041;
	text-decoration: none;
	font-size: 8px;
}
a.copy:Hover{
	color: #3e3041;
	text-decoration: underline;
	font-size: 8px;
	cursor: pointer;
}

/*////////////////////////////////////////////
Form Elements
////////////////////////////////////////////*/
.inputs{
	background-color: #ffffff;
	border: solid 1px #999999;
}

.button {
	color: white;
    background-color: #590759;
	border: 1px solid #999999;
	height: auto;
	width: auto;
	padding: 1px;
}
/*////////////////////////////////////////////
Custom / Misc.
////////////////////////////////////////////*/
.mnu{
	padding: 2 4 4 2;
}
.clock{
	color: #000000;
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	padding-right: 8;
}
.msg{
	font-style: none;
	color: #FF0000;
}
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}

.mainBG{
background-color: #ffffff;
}
.siteColor{
background-color: #015699;
color: white;
}
/*////////////////////////////////////////
Text 
////////////////////////////////////////*/
sup{
font-size: 9px;
}
.breadCrumbs{
	font-size: 9px;
	color: #015699;
}
a.breadCrumbs:link,a.breadCrumbs:active,a.breadCrumbs:visited{
	font-size: 9px;
	color: #015699;
}
a.breadCrumbs:Hover{
	font-size: 8px;
	color: #015699;
}
.lbl{
font-family: Times New Roman, Arial;
font-size: 18px;
font-weight: bold;
}
.lbl2{
font-family: Time New Roman, Arial;
font-size: 12px;
font-weight: bold;
color: #5d176f;
}
.lbl3{
font-size: 11px;
font-weight: bold;
color: #666666;
}
.lblSM{
font-size: 10px;
color: #333162;
}
.lblWhtSM{
font-size: 10px;
color: #ffffff;
font-weight: bold;
}
.TblOuter {
    border: 1px solid #CFCFCF;  
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;	
	empty-cells: show;
  
}
.tdInner {
    border: 1px solid #CFCFCF;
	border-spacing: 0px;
    padding: 3px;
	border-collapse: collapse;
	empty-cells: show;
 
	}
.titleBg {
    background-image: url("../admin/images/info_header_text_tile.gif");
    padding: 2px;
}
.headerBg {
    background-image: url("../admin/images/header_text_tile.gif");
    padding: 2px;
	font-weight: bold;
}
.hpCallOut{
padding-left: 2px;
padding-right: 40px;
font-size: 11px;
font-style: italic;
line-height: 16px;
color: #667853;
}
