table.iwebsSkin {
	background-color: #0D6CAB;
}
td.iwebsHeader {
	background-image: url('images/bg_header_Normal.jpg');
	background-repeat: no-repeat;
	height: 338px;
}
td.iwebsCenter {
	background-image: url('images/bg_center_Normal.jpg');
	background-repeat: no-repeat;
	height: 424px;
}
table.iWebsRepeater {
	background-image: url('images/bg_repeater_Normal.jpg');
	background-repeat: repeat-y;
}
td.iwebsFooter {
	background-image: url('images/bg_footer_Normal.jpg');
	background-repeat: no-repeat;
	height: 73px;
}
td.iWebsLeft {
	background-image: url('images/bg_leftside_Normal.jpg');
	background-repeat: repeat-x;
}
td.iWebsRight {
	background-image: url('images/bg_rightside_Normal.jpg');
	background-repeat: repeat-x;
}


.FooterItems {
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}

A.CopyrightText {
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}




/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 29px;
	background-color: Transparent;
}

/* Sub Menu font color */
.MainMenu_MenuItem {
	border-left: #EFEEEE 0px solid; 
	border-bottom: #EFEEEE 1px solid;
	border-top: #EFEEEE 1px solid;  
	border-right: #EFEEEE 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #0D6CAB; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica; 
}

/* Sub Menu Mouse Over font color */
.MainMenu_MenuItemSel {
	border-left: #3C3939 0px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid; 
	border-right: #3C3939 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #CC0000;
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
}
.MainMenu_MenuItemAct {
	border-left: #3C3939 0px solid; 
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid; 
	border-right: #3C3939 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #DCDCDC; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
}

/* Main Font & Color */
.rootMenuItem TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #0D6CAB; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 8px;
	padding-right: 8px;
}

.rootmenuitemactive TD{ 
	cursor: pointer; 
	cursor: hand; 
	background-image: url(images/link_selected.gif);
	color: #CC0000; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 8px;
	padding-right: 8px;
}

/* Mouse Over*/
.rootmenuitemselected TD{ 
	cursor: pointer; 
	cursor: hand;
	background-image: url(images/link_mouse_over.gif);
	color: #CC0000; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 8px;
	padding-right: 8px;
}

/* Active Tab */
.rootmenuitembreadcrumb TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #CC0000; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 8px;
	padding-right: 8px;
}
.MainMenu_MenuIcon {
	background-color: #0D6CAB; 
	border-left: #0D6CAB 1px solid; 
	border-bottom: #0D6CAB 1px solid; 
	border-top: #0D6CAB 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 3px;
	height: 21px;
}

/* sub menu mouse over bg*/
.submenuitemselect {
	background-color: #ffffff; 
}

/* sub menu bg*/
.MainMenu_SubMenu {
	margin-top: 2px;
	margin-left: -1px;
	background-color: #EFEFEF;  
	z-index: 1000; 
	cursor: pointer;
	cursor: hand; 
	border-top: #F1F1F1 0px solid;
	border-right: #F1F1F1 2px solid;
	border-left: #F1F1F1 2px solid;
	border-bottom: #F1F1F1 2px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=2);
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #EFEFEF 1px solid; 
	border-bottom: #EFEFEF 1px solid; 
	border-top: #EFEFEF 1px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
