/* 
================================
Skin styles for DotNetNuke
================================
*/   
body
{
	margin: 0px 0px 0px 0px;	
	background-color: #FFFFFF;
	
}
.pagemaster {
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
}
.skinmaster 
{
	height: 100%;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
	
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane 
{	
	width: 100%;
	
}
.PaneCenterRight
{
	width:100%;
}
.leftpane 
{
	
}
.contentpane 
{
	
 width:100%;		
	
}
.imagepane
{
	
	width:100%;
}
.PaneCenter
{
	width:100%;
}
.rightpane 
{
	
}
.bottompane 
{
	width: 100%;	
}
	
.MainMenu_MenuContainer {
	background-color: transparent; 
	height:23px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	
}
.MainMenu_MenuItem {
	
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 14px; 
	height: 23px;
}
.MainMenu_SubMenu {
	
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel 
{
	background-color: transparent;
	cursor: hand; 
	color: black; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	height: 23px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	font-weight: normal;
	color: #ffffff;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	font-weight: normal;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: Transparent;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 14px; 
	moz-border-radius-bottomright: 14px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Arial, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #D9AC60;
}
.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{

	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #FFFFFF;
	background-color: #91C2F2;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	
}
.SubItemActive TD
{
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #00418B;
	background-color: #91C2F2;
}
.SubItemSelected
{
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #00418B;
	background-color: #91C2F2;
	
	
}
.SubItemBreadCrumb
{
	font-family: Arial; 
	font-size: 14px; 
	font-weight:normal;	
	color: #FFFFFF;
	background-color: #91C2F2;
		
}

.MenuContainer
{
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #FFFFFF;
	height: 32px;
	
}
.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 	
	color: #FFFFFF;
	height: 32px;
	
	 /* fixed firefox problem, do not use transparent here */
}
.MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	
}
.MenuRootArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MenuBar
{
	background-image:url(Btn_Repetor.gif);
	background-repeat:repeat-x;
	height:32px;
	width:100%;
	cursor: pointer;
	cursor: hand;	
	/*height: 68px;*/
	
	
}
.RootItem TD
{
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 	
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(Btn_Repetor.gif);
	width: 100%;
	height: 32px;
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	
	
}


.RootItemBreadCrumb TD
{
	font-family: Arial; 
	font-size: 14px; 
	font-weight: normal; 	
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(Btn_Repetor.gif);
	width: 100%;
	height:32px;
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.RootItemActive TD
{
	font-family: Arial; 
	font-size: 14px; 
	font-weight:bold;
	color: #00418B;
	text-decoration: none;
	background-image: url(Btn_Repetor.gif);
	width: 100%;
	height: 32px;
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.RootItemSelected TD
{
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 	
	color: #00418B;
	text-decoration: none;
	background-image: url(Btn_Repetor.gif);
	width: 100%;
	height: 32px;
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.lg_reg
{
	font-family: Arial;
	font-size: 12px;
	color: #55A839;
	text-decoration: none;
	font-weight: normal;
}
A.lg_reg:active
{
	color: #55A839;
	text-decoration: none;
}
A.lg_reg:link
{
	color: #55A839;
	text-decoration: none;
}
A.lg_reg:visited
{
	color: #55A839;
	text-decoration: none;
}
A.lg_reg:hover
{
	color: #55A839;
	text-decoration: underline;
}
.bot_nav
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
A.bot_nav:active
{
	color: #FFFFFF;
	text-decoration: none;
}
A.bot_nav:link
{
	color: #FFFFFF;
	text-decoration: none;
}
A.bot_nav:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
A.bot_nav:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.nav_rep
{
	background-image: url(Btn_Repetor.gif);
	width:100%;
	height:32px;
	background-repeat: repeat-x;
}
.Logo1
{
	background-image:url(Logo.gif);
	width:141px;
	height:112px;
}

.UpperTopPane
{
	background-image:url(Top_logo_epetor.gif);
	background-repeat:repeat-x;
	width:100%;
	height:112px;
}
.Logo_Left_Crnr
{
	 background-image:url(Top_Left_2Crnr.gif);
	 width:16px;
	 height:112px;
}
.ImagePane
{
	
}
.Top_Left
{
	background-image:url(Top_Left_Corner.gif);
	height:12px;
	width:17px;
}
.Top_Head_Repetor
{
	background-image:url(Top_Head_Repetor.gif);
	height:12px;
	width:966px;
	background-repeat:repeat-x;
}
.Top_Right
{
	background-image:url(Top_Right_Corner.gif);
	height:12px;
	width:17px;
}
.Left_Bar
{
	background-image:url(Left_Bar_Repetor.gif);
	height:100%;
	width:13px;
	background-repeat:repeat-y;
}
.Right_Bar
{
	background-image:url(Right_Bar_Repetor.gif);
	height:100%;
	width:12px;
	background-repeat:repeat-y;
}
.Footer_Left
{
	background-image:url(Footer_Left.gif);
	height:52px;
	width:9px;
}
.Footer_Right
{
	background-image:url(Footer_Right.gif);
	height:52px;
	width:9px;
}
.Center_Left_Top
{
	background-image:url(Center_Pane_Top_LeftCrnr.gif);
	height:9px;
	width:10px;
}
.Center_Right_Top
{
	background-image:url(Center_Pane_Top_RightCrnr.gif);
	height:9px;
	width:10px;
}
.Center_Left_Bottum
{
	background-image:url(Center_Pane_bottm_LeftCrnr.gif);
	height:10px;
	width:10px;
}
.Center_Right_Bottum
{
	background-image:url(Center_Pane_bottm_RightCrnr.gif);
	height:10px;
	width:10px;
}
.Bottum_Corner_Left
{
	background-image:url(Center_Pane_bottm_LeftCrnr.gif);
	height:10px;
	width:10px;
}
.Bottum_Strip
{
	background-image:url(Bottum_Repetor.gif);
	height:10px;
	width:766px;
	background-repeat:repeat-x;
}
.Bottum_Corner_Right
{
	background-image:url(Center_Pane_bottm_RightCrnr.gif);
	height:10px;
	width:10px;
}