﻿#MasterPageBody
{
	background-color: white;
	margin: 0px;
	text-align: center;
	width: 1005px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size:12px;
	line-height:18.2px;
}
h1
{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top:0px;
	margin-top:0px;	
	line-height:20px;
	font-weight:bold;
}
h2
{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00055A;
	margin-top:1px;
	padding-bottom:3px;
	margin-bottom:3px;
	font-style:italic;
}
h3
{
	font-size:14px;
}
p
{
	margin:3;
}
hr
{
	color:#CCCCCC;
	height :1px;	
}


.toparea
{
	width: 945px;
	text-align: right;
	height: 136px;
	color: #FFFFFF;
	padding-top: 10px !important;
	padding-top: 0px;
	vertical-align: middle !important;
	vertical-align: bottom;
	padding-left: 30px !important;
	padding-left: 30px;
	padding-right: 50px !important;
	padding-right: 50px;
	background-image : url(Image/topbg.jpg);
	background-repeat:no-repeat;
}
/* hack for IE7 */
*+html .toparea 
{ 
	width:945px; 
	text-align:right; 
	height:126px; 
	color:#FFFFFF; 
	vertical-align:top; 
	padding-left:30px; 
	padding-right:50px; 
	padding-top:0px;
	background-image : url(Image/topbg.jpg);
	background-repeat:no-repeat;
}
*+html .toparea h1
{ line-height:16px; margin-top:8px; margin-bottom:8px; height:16px}

.toparea a
{
	text-decoration: none;
}
.toparea a:link
{
	color: #ffffff;
}
.toparea a:visited
{
	color: #ffffff;
}
.toparea a:hover
{
	color: #FF9900;
	text-decoration: underline;
}
.toparea a:active
{
	color: #ffffff;
}

.topnav
{
	height: 17px;
	color: #ffffff;
	text-align: left;
	padding-left: 30px;
	/*padding-right: 30px;*/
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}
.topnav ul
{
    text-align:right;
	padding: 0px;
	margin: 0px;
	margin-left: 150px;
	width : 700px;
}
.topnav li
{
	float: left;
	margin-left: 5px;
	list-style: none;
}
.topnav .select
{
	color: #ff9900;
}
.topnav a
{
	color: #ffffff;
}
.topnav a:link,.topnav  a:visited,.topnav  a:active
{
	color: #ffffff;
}
.topnav a:hover
{
	color: #ff9900;
}

.footer
{
	height: 17px;
	color: #888888;
	text-align: center;
	padding-left: 50px;
	background-color: #E9E9E8;
	padding-right: 50px;
	line-height: 14px;
	height: 67px;
	vertical-align: middle;
	font-size: 10px;
	clear: both;
	width: 900px;
	border-top: 3px solid #ffffff;
}
.footer a
{
	color: #C6C6C6;
}
.footer a:link,.footer  a:visited,.footer  a:active
{
	color: #C6C6C6;
}
.footer a:hover
{
	color: #ffffff;
}
/*--------------------To fix WebPart bugs------------------------*/
.webPart
{
	display :none;	
}

.noPadding
{
	padding:0px !important;	
}

.hidden
{
	display:none;	
}

/*================================================================*/
.common-title
{
    font-size:12px;
    font-weight : bold;
}

.common-successMessage
{
    color : Green;
    font-size : 11px; 
    font-weight:bold;   
}

.common-errorMessage
{
    color : Red;
    font-weight:bold;
    font-size : 10px;
	line-height:normal;
}

.common-languageSelector
{   
    margin-top : 0px;
}
.common-languageSelector select
{
    font-size : 10px;
}

.common-editor .label
{
    padding-right : 7px;
    text-align : right;
 }

.common-editor .caption
{
    font-size : 14px;
    font-weight : bold;    
}

.common-editor .requiredStar
{
    color : Red;
    padding-right : 5px;
}

.common-editor .textBoxCss
{
	text-align: left;	
}

.common-editor .content
{
    text-align : left;    
}
.borderTable
{
	background-color: #e0e0e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
}
.borderTable th 
{
	text-align:right;
}


.borderTable_trNoTitle
{
	background-color: White;
	height: 27px;
	padding-left: 5px;
}

.borderTable_trTitle
{
	padding-left: 5px;
	vertical-align:middle;
	color:#CFBC32;
	height:23px;
}
.borderTable_trTitle td
{
	background-color: #00055A !important;
}
.borderTable_HeaderLabel
{
	margin: 4px 0 0 5px;
	padding:4px 0 0 0;
	color:#CFBC32;
	font-weight:bold;
}

.fakelink 
{
    font-size:9pt;
    color:#0000FF;
    text-decoration:underline;
    text-align:center;
    font-weight:bold;
}

.TableHeader {
	background-image:url(/image/MenuItemBackground.gif);
	background-repeat:repeat-x; 
	height: 25px;
	font-size:12px;	
	color: #EF7414;	
}
.DIV_MessageBox {
	background-color:#D7D9FF;
	color: #00055A;
	padding: 10px;
	margin: 15px auto 10px auto;
	border: thin #766E41 solid;
	width:80%;
	font-size:11px;
	line-height:normal;
}
.DIV_MessageBox2 {
	background-color:#F7F3DB;
	color: #00055A;
	padding: 10px 12px 10px 17px;
	margin: 15px 0px 10px 0;
	border: thin #766E41 solid;
}
.DIV_MessageBox p
{
	margin: 3px 0;
}
.Text_Body01 {
	color: #00055A;
	font-size: 12px;
}

.Text_Body02 
{
	color: #333333;
	font-size: 12px;
	font-weight:bold;
}

.DIV_Message {
	width: 670px;
	background-color:#ffffff;
	color: #000000;
	padding: 20px 20px 20px 0px;
	margin: 0px 0px 0 0;
}

.Text_Heading01 
{
	color: #00055A;
	font-weight:bold;
	font-size: 13px;
}

.underlineA a
{
	text-decoration: underline;
}
.underlineA a:link
{
	color: #333333;
}
.underlineA a:visited
{
	color: #333333;
}
.underlineA a:hover
{
	color: #FF9900;
	text-decoration: underline;
}
.underlineA a:active
{
	color: #333333;
}

.HeaderBG_Left 
{
    background-image: url(/Image/HeaderBG_Left.png);
    background-repeat:no-repeat;
    width:5px;
    height:30px;
}
.HeaderBG_Mid h2
{
	color: #00055A;
    padding-left:5px;
}

.HeaderBG_Mid 
{
    background-image: url(/Image/HeaderBG_Mid.png);
    background-repeat:repeat-x;
    height:30px;
}
.HeaderBG_Right 
{
    background-image: url(/Image/HeaderBG_Right.png);
    background-repeat:no-repeat;
    width:5px;
    height:30px;
}
.Text_Style_Larger {
	font-size:medium; 
	line-height:normal;
	font-family:Arial;
}
.Text_Style_Smaller {
	font-size:10px; 
	line-height:normal;
	font-family:Arial;
}
.Text_Style_White {
	color: white;
}
.Text_Style_Goldenrod 
{
	color:#F7C708;	
	font-weight:bold;
}
.Text_Style_Gray 
{
	color:#DADADB;	
}
.common-QuestionBox
{
	border:thin #901A1F solid;
	padding: 0;
	margin-bottom:10px;
}
.common-QuestionBox h3
{
	background-color: #DBCD64;
	color:#901A1F;
	padding: 6px 10px;
	margin:0;
}
.common-QuestionBox p {
	background-color: #E2EAFD;
	color: black;
	padding:10px;
	margin:0;
	
}
.default-gridview-header
{
	background-color:#00055A;
	color:White;
	font-weight:bold;
	line-height:normal;
	font-size:8px;
	text-align:center;
}