/* CSS Document */

body
{
	margin: 0px;
	background-color: #ffffff;
}

body, td, div, a, span, p
{	
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

#MasterContainer
{
	width: 100%;
	clear: both;
}

#Header
{
	height: 96px;
	background-image: url(Images/HeaderBg2.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#LogoHolder
{
	width: 411px;
	float: left;
	height: 95px;
}

#BannerAddHolder
{
	width: 58%;
	float: right;
	text-align: right;
}

#SloganHolder
{
	font-size: 20px;
	color: #3071e2;
	padding: 5px 5px 3px 3px;
	font-weight: bold;
	float:left;
}

.HeaderImage1
{
	position: relative;
	float: right;
}

.HeaderImage2
{
	position: relative;
	float: right;
}

.HeaderImage3
{
	position: relative;
	float: right;
}

.HeaderImage4
{
	position: relative;
	float: right;
}

.TopMenu
{
	height: 24px;
	/*background-image: url(Images/TopMenuBg.jpg);
	background-repeat: repeat-x;*/
	background-color: #737373;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #464646;
	clear: both;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
}

#TopMenuBottom
{
	height: 10px;
	/*background-image: url(Images/TopMenuBottomBg.jpg);*/
	background-repeat: repeat-x;
	clear: both;
}

#ContentPart
{
	min-height: 400px;
	clear: both;
	padding: 4px;
}

#LeftColumn
{
	width: 20%;
	position: relative;
	float: left;
}

#MiddleColumn
{
	margin-left: 10px;
	width: 79%;
	position: relative;
	float: left;
}
#ColumnPublic
{
	width: 100%;
	position: relative;
}
#MiddleColumnPublic
{
	width: 87%;
	position: relative;
	float: left;
}

#RightColumn
{
	width: 13%;
	position: relative;
	float: right;
}

#Footer
{
	height: 24px;
	/*background: url('Images/FooterBg.jpg') repeat-x;*/
	border-top: 1px solid #464646;
	color: #FFFFFF;
	padding: 4px 4px 0px 4px;
	clear: both;
	font-size: 11px;
	background-color: #737373;
}

.ColumnRow
{
	width: 100%; 
	clear: both;
	position: relative;
}

/************** Top Menu Part Starts Here **************/
.TopMenu UL 
{
	padding: 0px 0px 0px 0px;
	display: inline;
	margin: 0px;
	list-style-type: none;
}

.TopMenu UL LI 
{
	padding: 0px 0px 0px 0px;
	display: inline;
	margin: 0px;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;	
}

.TopMenu UL LI A 
{
	padding: 0px 15px 2px 15px;
	border-left: #FFFFFF 1px solid;
	white-space: nowrap;
	color: #E8E8E8;
}

.TopMenu UL LI A:link 
{
	color: #E8E8E8;
	text-decoration: none;
}

.TopMenu UL LI A:visited 
{
	text-decoration: none;
	color: #D1D1D1;
}

.TopMenu UL LI A:active 
{
	text-decoration: none;
}

.TopMenu UL LI A:hover 
{
	text-decoration: none;
	color: #FFFFFF;
}

/*.TopMenu UL LI SPAN.divider 
{
	display: none;
}*/

/************** Top Menu Part Ends Here **************/
/********** Common Box Part Starts Here *************/
.CommonBoxHolder
{
	width: 100%; 
	float: left;
	position: relative;
}

.MainCommonBox
{
	margin-left: auto;
	margin-right: auto;
}

.MasterCommonBoxContainer
{
	background-image: url(Images/CommonBoxHorizontalBg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;		
	position: relative;	
	background-color: #FFFFFF;
}

.ChildCommonBoxContainer
{
	background-image: url(Images/CommonBoxRightBg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-left: 1px solid #0D4DD2;
}

.CommonBoxContainer
{
	padding: 2px;
	margin: 0px 10px 0px 5px;
	min-height: 70px;
	position: relative;
	text-align: justify;	
}

.CommonBoxContainerInner
{
	padding: 2px;
	margin: 0px 18px 0px 5px;
	position: relative;
	text-align: left;
}

.CommonBoxLeftBottomImage
{
	position: relative;
	bottom: 7px;
	left: -1px;
	float: left;
}

.CommonBoxRightBottomImage
{
	position: relative;
	bottom: 7px;
	right: 0px;
	float: right;
}

.CommonBoxHeaderLeftImage
{
	position: relative;
	top: 0px;
	left: -1px;
	float: left;
}

.CommonBoxHeaderRightImage
{
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
}

.CommonBoxHeader
{
	background-image: url(Images/CommonBoxHeaderBg.jpg);
	background-repeat: repeat-x;
	height: 21px;
}

.CommonBoxHeaderText
{
	font-weight: bold;
	font-size: 12.5px;
	color: #FFFFFF;
	padding-top: 2px;
}
/********** Common Box Part Starts Here *************/

.FooterLink
{
	color: #E8E8E8;
	text-decoration: none;
	font-weight: bold;
}

.FooterLink:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/************* Accordion Control Starts Here ************/
/*.ParentTreeNode
{
    font-weight: bold;
    color: #b1b1b1;
}*/

.ParentTreeNode a
{
    font-weight: bold;
    color: #000000;
    font-size: 12px;
}

.ParentTreeNode a:hover
{
    font-weight: bold;
    color: #000000;
    font-size: 12px;
}

.LeafTreeNode a
{
    font-weight: bold;
    color: #0066ff;
    font-size: 12px;
    text-decoration: underline;
}

.LeafTreeNode a:hover
{    
    color: #0000FF;    
    text-decoration: none;
}
/************* Accordion Control Ends Here ************/

.grid{width: 99%;}
.grid h2{padding: 0px; margin: 0px; font-size: 13px; color: #000000; line-height: 20px; height: 20px;}
div.rounded{clear: both; max-width: 2400px;}
div.rounded div.top-outer{padding: 0px; background: url(Images/TopLeft.jpg) no-repeat left bottom; width: 100%; cursor: move;}
div.rounded div.top-outer div.top-inner{background: url(Images/TopRight.jpg) no-repeat right bottom; margin-left: 9px;}
div.rounded div.top-outer div.top-inner div.top{font-size: 0.01em; background: url(Images/TopBg.jpg); margin-right: 9px; height: 23px;}
div.rounded div.mid-outer{clear: both; background: url(Images/LeftBg.jpg) repeat-y left 50%; width: 100%;}
div.rounded div.mid-outer div.mid-inner{background: url(Images/RightBg.jpg) repeat-y right 50%; margin-left: 9px;}
div.rounded div.mid-outer div.mid-inner div.mid{margin-right: 9px; background-color: #ffffff;}
div.rounded div.bottom-outer{clear: both; padding: 0px; background: url(Images/BottomLeft.jpg) no-repeat left top; width: 100%;}
div.rounded div.bottom-outer div.bottom-inner{background: url(Images/BottomRight.jpg) no-repeat right top; margin-left: 6px;}
div.rounded div.bottom-outer div.bottom-inner div.bottom{font-size: 0.01em; background: url(Images/BottomBg.jpg); margin-right: 6px; height: 9px;}
div.rounded div.mid-outer div.mid-inner div.mid div.BoxContent{padding-top: 5px; padding-bottom: 2px;}

.HeaderTitle
{
	width: 60%;
	float: left;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 4px;
}

.HeaderLink
{
	text-align: right;
	width: 35%;
	float: right;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 3px;
}

.HeaderLink a
{
	color: #f7f7f7;
	text-decoration: none;
}

.HeaderLink a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.GridRow td
{
	background-color: #f9f9f9;	
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #BBD9EE;
	
}

.GridAlternateRow
{
	background-color: #ebf4fa;
	padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #BBD9EE;
}

.GridRow:hover
{
	background-color: #e7e7e7;
}

.GridRow a
{
	color: #0066ff;	
}

.GridRow a:hover
{
	color: #000000;
	text-decoration: none;
}

.GridAlternateRow a
{
	color: #666666;	
}

.GridAlternateRow a:hover
{
	color: #000000;	
	text-decoration: none;
}

.GridTable
{
}

.TableAlignCenter
{
	margin-left: auto; margin-right: auto; width:45%; text-align: center;
}

.RequiredField
{
	font-size: 10px;
	font-family: Tahoma, Verdana;
	color: #ff0000;
}

.CollapsibleHeader
{
	background-color: #e8e8e8;
	border: 1px solid;
	border-top-color: #f3f3f3;
	border-bottom-color: #999999;
	border-left-color: #f0f0f0;
	border-right-color: #999999;
}

.CollapsibleBody
{
	background-color: #f3f3f3;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.GridTable th
{
	text-align: left;
	background-color: #e8e8e8;
}

.boxWarning
{
	background-color: #FFFBCC;
	border: 1px solid #CFAD66;
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 15px;	
}

.boxWarning td
{
	/*color: #ff0000;
	font-size: 12px;
	font-weight: normal;*/	
}

.boxError
{
	background-color: #FFFBCC;
	border: 1px solid #CFAD66;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.boxSuccess
{
	background-color: #E5F9FF;
	border: 1px solid #008000;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.boxSuccess strong
{
	color: #008000;
}

.boxError strong
{
	color: #ff0000;
}

.CommonPageHeader
{
	font-size: 15pt;
	color: #666666;
}