body
{
	margin: 0px;	
	background-color: #f2f2f2;
	font-family: Arial;
	font-size: 11px;
}

td
{
	font-family: Arial;
	font-size: 11px;

}

.menuHolder
{
	background: #000 url(../../includes/images/menuBG.jpg) repeat-x ;
}

.headerHolder
{
	background: #ffffff url(../../includes/images/top_bg.jpg) repeat-x;
}

.leftMenu
{
	background-color: #efefef;
	width: 100%;	
}

.leftmenu td
{
	border-bottom: solid 1px #000;		
}

.leftmenu a, .leftmenu a:visited, .leftmenu a:active
{
	font-weight: bold;
	text-decoration: none;	
	color: #000;	
}

.leftmenu a:hover
{
	font-weight: bold;
	text-decoration: none;	
	color: #02549E;
}

.quickLinks td, .quickLinks a, .quickLinks a:visited, .quickLinks a:active, .quickLinks a:hover

{
	font-size: 12px;
	line-height: 16px;
}


.UploadControlWith
{
	width: 225px;
}

.RequiredStar
{
   color : Red;
}

.ErrorLabel
{
	color: Red;
}

.MessageLabel
{
	color: Blue;
	font-weight: bold;
}

.SuccessMessage
{
	color: Green;
}

.ErrorMessage
{
	color: Red;
}

.text_sm
{
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text_med
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text_lg
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text_xl
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text_2xl
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text_3xl
{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text_4xl
{
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.got_abc
{
	font-size: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*------------------ MAIN CONTENT --------------------*/

.content
{
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;	
	height: 100%;
	width: 780px;
	line-height: 14px;
}

.content td
{
	vertical-align: top;	
	
}

.contentframe
{
	height: 100%;
	width: 50%;
	text-align: left;
}





/*-----------------------  home page left column  ------------------------------*/
.leftColumn
{
	background-color: #fff;	
	border-right: solid 1px #000000;
}

.leftColumn td
{
	font: normal normal 10px verdana;
	padding: 5px;
}

td.leftColumnHeader
{
	background: #000 url(../../includes/images/leftColumnHeader_bg.jpg) repeat-y top left;
	padding: 7px 5px 5px 5px;
	color: #ffffff;	
	font: normal bold 12px verdana;
	height: 30px;	
	border-top: solid 1px #000;	
	border-bottom: solid 1px #000;
}


/**************************General Site Style**********************************/

.GeneralHeading
{
	font-size:14px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

.GeneralSubHeading
{
	font-size:12px;
	font-weight: bold;
	text-align: left;
}

.GeneralTable
{
	border-collapse:collapse;
	border:solid 1px Black;
}

.GeneralHeader
{
	width: 30%;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #818181;
	border:solid 1px Black;
	
}

.GeneralTableCell
{
	width: 70%;
	border:solid 1px Black;
	font-size: 11px;
	
}

.GeneralContentArea
{
	padding: 3px 15px 5px 15px;
	margin-left:25px;
	margin-right:25px;
	font-size: 11px;
}

/*.GeneralContentArea a, a:hover
{
	text-decoration: underline;
	color: #202463;
	font-weight: normal;
}
*/

.GeneralContentArea td
{
	font-size: 11px;
	line-height: 14px;	
}



/*--------------------------- new menu -----------------*/
.StaticMenuStyle
{
	padding-bottom: 0px;
	color: #ffffff;
	
	text-decoration: none;	
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}

.StaticMenuItemStyle
{
	background: none;
	height: 20px;
	color: #ffffff;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:0px;
	margin-bottom:2px;
	
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

.StaticMenuItemStyle a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

.StaticMenuItemStyle a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}


.StaticSelectedStyle
{
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 10px;
	color: #ffffff;
}

.StaticHoverStyle
{
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 10px;
	color: #ffffff;
}

.DynamicMenuStyle
{
	color: #ffffff;
	font: normal normal 11px verdana;	
	
}


.DynamicMenuItemStyle
{
	color: #000;
	
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	
	height: 20px;
	border: solid 1px #000 ;
	border-top: solid 0px #000 ;
	
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	
}

.DynamicSelectedStyle
{
	color: #ffffff;
	
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	
	height: 20px;
}

.DynamicHoverStyle
{
	color: #000;
	font: normal normal 11px verdana;
	background-color: #ccc;	
	height: 20px;
}


.DynamicMenuItemStyle a:visited
{
	color: #000;	
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}

.DynamicMenuItemStyle a:hover
{
	color: #000;	
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
}



/*------- hyperlink ---------------------*/

a, a:visited, a:active
{
	font-size: 11px;
	text-decoration: underline;
	color: #0000ff;
	font-weight: normal;
}

a:hover
{
	font-size: 11px;
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}

td.leftColumnHeader a
{	

	color: #ffffff;	
	font: normal bold 12px verdana;
	text-decoration:none;
	font-weight:bold;
	height: 30px;	
	border-top: solid 0px #000;	
	border-bottom: solid 0px #000;
}
td.leftColumnHeader a:active
{	

	color: #ffffff;	
	font: normal bold 12px verdana;
	text-decoration:none;
	font-weight:bold;
	height: 30px;	
	border-top: solid 0px #000;	
	border-bottom: solid 0px #000;
}
td.leftColumnHeader a:hover
{
	color: #ffffff;	
	font: normal bold 12px verdana;
	text-decoration:none;
	font-weight:bold;
	border-top: solid 0px #000;	
	border-bottom: solid 0px #000;
}
td.leftColumnHeader a:visited
{
	color: #ffffff;	
	font: normal bold 12px verdana;
	text-decoration:none;
	font-weight:bold;
	border-top: solid 0px #000;	
	border-bottom: solid 0px #000;
}
/*------------------- INPUT Forms ---------------------*/


.FormHeader
{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #818181;
	text-align: center;
}

.FormInstructions
{
	width: 100%;
	padding: 15px 5px 15px 5px;	
}

.FormBody
{
	margin-left: 10px;
}

.BoldFieldsRequired
{
	width: 100%;
	padding: 3px 0px 3px 0px;
	text-align: right;
}

.FormTextField
{
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
	background-color: #e0e0e2;
	border: solid 1px #c9c9cb;
	padding: 3px 5px 3px 5px;
}

.FormRequiredTextField
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	background-color: #e0e0e2;
	border: solid 1px #c9c9cb;
	padding: 3px 5px 3px 5px;
}

.FormDataField
{
	width: 100%;
	text-align: left;
	font-weight: normal;
	background-color: #eaeaeb;
	border: solid 1px #c9c9cb;
	padding: 3px 5px 3px 5px;
}

.FormValidationField
{
	text-align: right;	
	padding: 3px 5px 3px 0px;
}

/*------------------- VIEW Forms ---------------------*/


.ViewFormHeader
{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	background-color: #818181;
}

.ViewFormInstructions
{
	width: 100%;
	padding: 15px 5px 15px 5px;	
}

.ViewFormBody
{
	margin-left: 10px;
}

.ViewBoldFieldsRequired
{
	width: 100%;
	padding: 3px 0px 3px 0px;
	text-align: right;
}

.ViewFormTextField
{
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
	background-color: #e0e0e2;
	border: solid 1px #c9c9cb;
	padding: 3px 5px 3px 5px;
}

.ViewFormDataField
{
	width: 100%;
	text-align: left;
	font-weight: normal;
	background-color: #eaeaeb;
	border: solid 1px #c9c9cb;
	padding: 3px 5px 3px 5px;
}

.ViewFormValidationField
{
	text-align: right;	
	padding: 3px 5px 3px 0px;
}

/*------------------- Contact Us Manager ---------------------*/


.ContactUsFormHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	background-color: #818181;
}

.ContactUsFormTextField
{
	text-align: left;
	background-color: #e0e0e2;
	border: solid 1px #c9c9cb;
	color: #000000;
	padding-left: 5px;
	width: 175px;
	font-size: 11px;
	vertical-align: middle;
}

.ContactUsFormDataField
{
	background-color: #eaeaeb;
	border: solid 1px #c9c9cb;
	color: #000000;
	width: 385px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}


/*---------------------- Footer --------------------------*/

.footer
{
	background: #ffffff url(../../includes/images/menuBG.jpg);
	height: 28px; 
	vertical-align: middle; 
	text-align: center; 
	color: #ffffff; 
	font-size: 10px;
}


.FootNote
{
	width: 100%;
	color: #808080;
	font-size: 10px;
	padding: 3px 0px 3px 0px;
}	

.footer a, .footer a:visited , .footer a:active
{
	text-decoration: none;
	color: #ffffff;
}

.footer a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

