/*///////////////////////////////////////////
Admin 
////////////////////////////////////////////*/
body{
	margin: 0px;
	background-color: #f4f4f4;
	font-weight: normal;
	font-size:8pt;
	font-family: verdana;
	color: #333333
}
td{
	font-size:8pt;
	font-family: Arial;
	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: #c35e04;
}
a:hover{
	text-decoration: underline;
	color: #c35e04;
}
/*////////////////////////////////////////////
LINKS 
////////////////////////////////////////////*/

a.special:link, a.special:active, a.special:visited{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px; 
}
a.special:Hover{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px; 
}

/*///////////////////////////////////////////
show / hide div classes
///////////////////////////////////////////*/
.hideMe{
display:  none;
}
.showMe{
display:  block;
}

/*////////////////////////////////////////////
nav
////////////////////////////////////////////*/

.navOff{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f9ff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
.navOn{
font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #c35e04;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
}
/*//////////////////////////////////
for right links - 
//////////////////////////////////*/
.navOffB{
	font-family: Arial;
	font-size: 11px;
	color: #c35e04;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #ffe868;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	
}
.navOnB{
font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #c35e04;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
	
	
}
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;
	
}

/*////////////////////////////////////////////
footer 
////////////////////////////////////////////*/
.footer{
	color: #B1B1B1;
	font-size: 10px;
}
a.footer:link,a.footer:active,a.footer:visited{
	color: #B1B1B1;
	text-decoration: none;
	font-size: 10px;
}
a.footer:Hover{
	color: #B1B1B1;
	text-decoration: underline;
	font-size: 10px;
}
.copy
{
	color: #191970;
	font-size: 9px;
}
a.copy:link,a.copy:active,a.copy:visited{
	color: #191970;
	text-decoration: none;
	font-size: 9px;
}
a.copy:Hover{
	color: #191970;
	text-decoration: underline;
	font-size: 9px;
}

/*////////////////////////////////////////////
Form Elements
////////////////////////////////////////////*/
.inputs{
	background-color: #faf3af;
	border: solid 1px #c35e04;
}

.button {
	color: white;
    background-color: #c35e04;
	border: 1px solid #666600;
	height: auto;
	width: auto;
	padding: 1px;
}
/*////////////////////////////////////////////
Custom / Misc.
////////////////////////////////////////////*/


.msg{
	color: #FF0000;
}

/*////////////////////////////////////////
Text 
////////////////////////////////////////*/
.breadCrumbs{
font-size: 11px;
color: #015699;
}
.lbl{
font-size: 12px;
font-weight: bold;
}
.lbl2{
font-size: 12px;
font-weight: bold;
color: #c35e04;
}
.lbl3{
font-size: 11px;
font-weight: bold;
color: #9EAB8F;
font-style: italic;
text-decoration: underline;
}
.lblSM{
font-size: 10px;
color: #333162;
}
.lblNum{
	padding-top: 4px;
	background-repeat: no-repeat;
	background-image: url(/images/numberBg.gif);
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.childBorder{
	
	background-repeat: repeat-y;
	background-image: url(/images/childBorderDots.gif);
	padding-left: 8px;
}

.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-color: #A5B199;
   color: #ffffff;
   padding-top: 2px;
   padding-bottom: 2px;
  
}
.headerBg {
    background-image: url(/images/headerTileBg.jpg);
    padding: 2px;
	font-weight: bold;
	padding: 4 4 4 4;
	color: #E4E1CE;
}
.hpCallOut{
padding-right: 40px;
font-size: 11px;
font-style: italic;
line-height: 16px;
}


/*Component Classes*/
.leftTop {background-image: url(/images/live/cornerTopleft.gif); height: 16px;}
.rightTop {background-image: url(/images/live/cornerTopright.gif); height: 16px;}

.leftBottom {background-image: url(/images/live/cornerBottomleft.gif); height: 16px;}
.rightBottom {background-image: url(/images/live/cornerBottomright.gif); height: 16px;}

.componentBG {background-color: #fdeb85;}


/*Left Navigation*/
.CMSTreeMenuTable { PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; }
/*.CMSTreeMenuItem { BACKGROUND: #e7e7ff }*/
.CMSTreeMenuSelectedItem { font-weight: bold;}
.CMSTreeMenuLink { COLOR: black; TEXT-DECORATION: none }
.CMSTreeMenuSelectedLink { COLOR: white; TEXT-DECORATION: none }



