/* Default Stytles Start */
body
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	
}

p
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

td
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* Side Menu Start */
table.sidemenu
{
	margin: 4px 8px 8px 1px;
}
div#sidemenu
{
    height:600px;
	width: 150px;
	font-size: 11px;
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
}
div#sidemenu a
{
    border-top-width: 0px;
    padding-right: 5px;
    display: block;
    padding-left: 5px;
    border-left-width: 0px;
    background: #ffffff;
    border-bottom-width: 0px;
    margin-bottom: 1px;
    padding-bottom: 5px;
    color: #000000;
    padding-top: 5px;
    text-align: left;
    border-right-width: 0px;
    text-decoration: none;
}
div#sidemenu a:hover
{
	color: #FF6000;
	background:#FFFFFF
}

div#sidemenu a.MenuItemLevel1
{
    background-position: #FFFFF;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    background: #FFFFF;
    background-color: #FFFFFF;
    text-decoration: none;
}
div#sidemenu a.MenuItemLevel2
{
    background-position: #FFFFF;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    background: #FFFFF;
    background-color: #FFFFFF;
    text-decoration: none;
}
div#sidemenu a.MenuItemLevel1Active
{
    background-position: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    color: #FF6000;
    background: #FFFFFF;
    background-color: #FFFFFF;
    font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
div#sidemenu a.MenuItemLevel2Active
{
	font-weight: bold;
	font-size: 10px;
	color: #FF6000;
	background: #FFFFFF;
}
/* Side Menu End */
/* Top Menu Start */
table.topmenu
{
	margin: 8px 8px 4px;
}
/* Top Menu End */
/*************************************************************************************/
/* Bottom Menu Start */
table.bottommenu
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
td.bottommenuitems
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a.bottommenuitem:link
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#035FDD;
	text-decoration: none;
}

a.bottommenuitem:visited
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #035FDD;
	text-decoration: none;
}

a.bottommenuitem:hover
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #035FDD;
	text-decoration: underline;
}

a.bottommenuitem:active
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #035FDD;
	text-decoration: none;
}
/* Bottom Menu End */
/*************************************************************************************/
/* Content Styles Start */
table.contentbody
{
	margin: 4px 8px 8px 0px;
	width: 573px;
	background-color: #ffffff;
	

}
table.content
{
	margin: 4px 8px 8px 0px;
	width: 573px;
	background-color: #ffffff;
	
}
td.content
{
}
.buttondescription
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
td.pagetitle
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #FF6000;
}
.sectiontitle
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #FF6000;
}
/* Content Styles End */
/*************************************************************************************/
/* Validation Styles Start */
.ValidationRequired
{
	color: #ff0000;
}
/* Other Styles Start */
.message
{
	color: #ff0000;
}
/* Textbox Start */
.textbox 
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* Textbox End */
/*************************************************************************************/
/* Text Area Start */
.textarea 
{
	font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* Text Area End */
/*************************************************************************************/
/* Button Start */
.button 
{
    font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* Button End */
/*************************************************************************************/
/* Radio Button Start */
.radiobutton 
{
    font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* Radio Button End */
/*************************************************************************************/
/* Checkbox Start */
.checkbox 
{
    font-family: Roboto, Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* Checkbox End */
/*************************************************************************************/
/* Drop Down List Start */
.dropdownlist 
{
    font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* Dro Down List End */
/*************************************************************************************/
/* Listbox Start */
.listbox 
{
    font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* Listbox End */
/*************************************************************************************/
/* Data Grid Start */
.datagrid 
{
    font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; 
	border: solid 1px #666666;
}
.datagridLabel
{
    font-weight: bold;
    margin-left: 8px;
    color: #C2D5DD;
}
.datagridPager 
{
    color: #666666; 
    background-color: #FFFFFF;
}
.datagridHeader 
{
    font-weight: bold; 
    color: #666666; 
    background-color: #C2D5DD;
    height:auto;
}
.datagridItem 
{
    color: #666666; 
    background-color: #FFFFFF;
    
}
.datagridAltItem 
{
    color: #666666; 
    background-color: #CCCCCC;
}
.datagridEditItem 
{
    color: #666666; 
    background-color: #FFFFFF;
}
.datagridSelItem 
{
    color: #666666; 
    background-color: #FFFFFF;
}
.datagridFooter 
{
    color: #666666; 
    background-color: #FFFFFF;
}
a.datagridHyperlink:link 
{ 
    color: #666666; 
    text-decoration: none; 
}
a.datagridHyperlink:hover 
{ 
    color: #C2D5DD; 
    text-decoration: underline; 
}
a.datagridHyperlinkHeader:link  
{
    color: #666666; 
    text-decoration: none; 
}
a.datagridHyperlinkHeader:hover  
{
    color: #C2D5DD; 
    text-decoration: underline; 
}
a.datagridHyperlinkHeader:active  
{
    color: #666666; 
    text-decoration: none; 
}
a.datagridHyperlinkHeader:visited  
{
    color: #C2D5DD; 
    text-decoration: none; 
}

/* Data Grid End */
.contentCopy {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0B77E0;
	font-weight: normal;
}

/* New Styles Added Starts*/
.headercontent {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.content {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.contentlink {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.contact {

	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	text-decoration:none;	
}
.contentbold {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B77E0;
	font-weight: bold;
}
.contact:hover {


	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}

.contact:visited {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.links {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: normal;
}
.links:link {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: normal;
}
.links:visited {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: normal;
}
.links:hover {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: normal;
}
.star {

	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.MenuItemLevel1Active
{
	font-weight: bold;
	font-size: 10px;
	color: #0066CC;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
/* New Styles Added Ends*/
.MenuItemLevel1 {
	font-weight: normal;
	font-size: 12px;
	color: #0066CC;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/* Printer Friendly */
.navStuff
{
    DISPLAY: none
}
