@charset "utf-8";

/******************************************
	Main Page Structure
******************************************/
html {
	overflow-y: scroll;
}
body  {
	font: 100% Verdana, Arial, san-serif;
	background: #369;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	color: #32363D;
}
#container {
	font-size: 11px;
	width: 780px;
	background: #FFF;
	margin: 0 auto;
	border: 0;
	text-align: left;
}
#navigation {
	width: 780px;
	background-color: #369;
	background-image: url(../images/navbar/nav_bg.gif);
	background-repeat: repeat-x;
}
#breadcrumb {
	margin: 9px 0 -9px 0;
	width: 780px;
	font-size: 11px;
	color: #3B484E;
}
#crumb ul, #crumb li {
	display: inline;
	list-style-type: none;
}
/* #mainContent {
	margin: 0 180px 0 0;
	padding: 4px 6px;
	text-align: justify;
} */
#mainContentRight {
	float: right;
	width: 580px;
	margin: 4px 0 0 0;
	padding: 4px 6px;
}
#mainContentRightWide {
	float: right;
	width: 760px;
	margin: 4px 0 0 0;
	padding: 4px 6px;
	text-align: justify;
}
#subContent {
	margin: 0 180px 0 0;
	padding: 4px 0;
	line-height: 15px;
	text-align: justify;
}
#subContentWide 
{
    margin: 0 20px 0 0;
	padding: 4px 0;
	line-height: 15px;
	text-align: justify;
}
#subInfo {
	float: right;
	width: 160px;
	padding: 4px 0;
	text-align: left;
}

/******************************************
	Header Structure
******************************************/
#header {
	background: #FFF;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
} 
#login {
	margin: 0;
	padding: 24px 30px;
	float: right;
}

/******************************************
	Sidebar Structure
******************************************/
/* #sidebar {
	float: right;
	width: 190px;
	margin: 4px 0 0 0;
	padding: 4px 0;
} */
#sidebarLeft {
	width: 150px;
	margin: 0 618px 0 0;
	padding: 4px 6px;
}
#sideNav {
	margin: 0 0 0 1px;
	padding: 0;
}
.sideNavItem {
	padding: 4px 6px;
	border-bottom: 1px solid #DDD;
}
.sideNavSub {
	margin: 0 0 0 10px;
	padding: 3px 0;
	font-size: 11px;
}
.sideNavItem:hover {
	background: #E8F3FF;
	padding: 4px 6px;
	border-bottom: 1px solid #DDD;
}
.sideNavItemActive {
	background: #E8F3FF;
	padding: 4px 6px;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}

/******************************************
	Footer Structure
******************************************/
#footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/navbar/subnavbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #DDD;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footerInfo, #footerInfo a, #footerInfo a:link {
    font-size: 11px;
    color: #0066CC;
}
#footerInfo a:hover {
	color: #3B484E;
}

/******************************************
	Container Structure
******************************************/
.containerTopLeft {
	width: 12px;
	height: 12px;
	background-image: url(../images/container/topLeft.gif);
	background-repeat: no-repeat;
}
.containerTop {
	height: 12px;
	background-image: url(../images/container/top.gif);
	background-repeat: repeat-x;
}
.containerTopRight {
	width: 12px;
	height: 12px;
	background-image: url(../images/container/topRight.gif);
	background-repeat: no-repeat;
}
.containerLeft {
	width: 12px;
	background-image: url(../images/container/left.gif);
}
.containerContent {
	background-image: url(../images/container/background.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.containerRight {
	width: 12px;
	background-image: url(../images/container/right.gif);
}
.containerBottomLeft {
	width: 12px;
	height: 12px;
	background-image: url(../images/container/bottomLeft.gif);
	background-repeat: no-repeat;
}
.containerBottom {
	height: 12px;
	background-image: url(../images/container/bottom.gif);
	background-repeat: repeat-x;
}
.containerBottomRight {
	width: 12px;
	height: 12px;
	background-image: url(../images/container/bottomRight.gif);
	background-repeat: no-repeat;
}

/******************************************
	Global Styles
******************************************/
p {
	display: block;
	margin: 8px 0;
	padding: 0;
}
h1 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 12px;
	line-height: 17px;
	color: #3B484E;
}
h2 {
	margin: 0 0 4px 0;
	padding: 4px 6px;
	font-size: 11px;
	color: #3B484E;
	border-bottom: 1px solid #DDD;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #3E606F;
}
h4
{
    margin: 0 0 4px 0;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: normal;
    background-color: #97CBFF;
    border-bottom: 1px solid #DDD;
}
h4:hover {
	margin: 0 0 4px 0;
	padding: 4px 6px;
	font-size: 11px;
	font-weight: normal;
	background-color: #C8DEEF;
	border-bottom: 1px solid #DDD;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.fltcntr {
	text-align: center;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
input {
	font: 100% Verdana, Arial, san-serif;
	color: #3B484E;
	border: 1px solid #bbbbbb;
	background: #FFF;
}
textarea {
	font: 100% Verdana, Arial, san-serif;
	color: #3B484E;
	border: 1px solid #bbbbbb;
	background: #FFF;
}
select {
	font: 100% Verdana, Arial, san-serif; 
	color: #3B484E;
	background: #FFF;
}
.divItem {
	padding: 4px 6px;
	border-bottom: 1px solid #DDD;
}
.rotatorHead 
{
    font-size:medium;
    text-align:center;
}
.rotatorContent {
    color:White;   
    font-size:small;
    font-weight:bold;
    background-image:url(../images/question_mark.png);
    background-color:#6699cc;
    background-repeat:no-repeat;
    background-position:center;
	text-align:center;
	padding:10px 4px;
}
/******************************************
	Link Styles
******************************************/
.divider {
	border-right: 1px dotted #333;
	margin: 0 14px;
}
.sitemap ul, .sitemap li {
	margin: 0 15px 0 -10px;
	list-style-image: url(../images/list-style.gif);
}
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #D20;
}
a.login:link, a.login:active, a.login:visited {
	font-size: 13px;
	color: #E20;
	text-decoration: none;
	font-weight: bold;
}
a.login:hover {
	font-size: 13px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a.header:link, a.header:active, a.header:visited {
	font-size: 13px;
	color: #699;
	text-decoration: none;
}
a.header:hover {
	font-size: 13px;
	color: #3B484E;
	text-decoration: underline;
}
#crumb a, #crumb a:link {
	color: #699;
	text-decoration: none;
}
#crumb a:hover {
	color: #3B484E;
	text-decoration: underline;
}
#mainContent a, #mainContentRight a, #mainContentRightWide a, #subContent a, .containerContent a {
	text-decoration: underline;
}

/******************************************
	Tooltip Style
******************************************/
.tip {
	font-size: 11px;
	font-face: Verdana, Arial, sans-serif;
	border: solid 1px #000;
	width: 220px;
	padding: 3px;
	position: absolute;
	z-index:100;
	visibility: hidden;
	color: #32363D;
	background-color: #ffffff;
	text-align: left;
}
.ValidateMessage
{
    color:Red;
}
/******************************
Collapsible Panel Styles
******************************/
.collapsePanel
{
    width:100%;
    background-color:white;
    overflow:hidden;
    line-height: 12px;
}