/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
	
	background-color:#ffffff;
	
	
}
.skinmaster {
	height:100%; 
	
}


.controlpanel {
	width: 100%;
	background-color:Transparent;
	color:Black;
}
 


.MainMenu_MenuContainer {
	background-color: transparent; 
	height:31px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	
}
.MainMenu_MenuItem {
	
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	
	/*background-color: #000000;*/
}
.MainMenu_MenuIcon {
	background-color:#092A93;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.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:#092A93;*/
	background-color:Transparent;
	cursor: hand; 
	color: black; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.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: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #0034BA;
}
.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: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	height: 24px;
	background-color:#092A93;
	background-image: none;
}


.SubItemActive TD
{
	border-top: 0px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;	
	height: 24px;
	background-color:#092A93;
	color: #ffffff;
	
}

.SubItemSelected
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px; 
	font-weight: bold;
	color:#FE2202; 
	background-color:#092A93;
}
.SubItemBreadCrumb
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color:#092A93;
}
.MenuContainer
{
background-color: Transparent;	 
	height: 27px;
	border-bottom: #036D41 0px solid;
	padding-left:0px;
	
}
.MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color:#092A93;
	border-left: #036D41 0px solid;
	border-top: #036D41 0px solid;
	border-right: #036D41 0px solid;
	border-bottom: #036D41 0px solid;
	text-align: center;
	height: 22;
}


.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;	
	font-family:verdana; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	background-color:#092A93; /* 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-color: Transparent;
	cursor: pointer;
	cursor: hand;

}

.RootItem TD
{
	font-family: tahoma;	
	font-weight: bold; 
	font-size:11px;
	color:#ffffff;
	height: 28px;
	
	
}


.RootItemBreadCrumb TD
{
		font-family: tahoma;	
	font-weight: bold; 
	font-size:11px;
	color:#ffffff;	
	height: 28px;
	background-color: Transparent;
	
}

.RootItemActive TD
{
		font-family: tahoma;		
	font-weight: bold; 
	font-size:11px;
	color:#ffffff;
	height: 28px;
	
}

.RootItemSelected TD
{
		font-family: tahoma;	
	font-weight: bold; 
	font-size:11px;
	color:#FE2202;
	height: 28px;
	
	
}

.footer
{ 
	font-family:Tahoma;
	font-size:11px;
	color:#1F2851;
	text-decoration:none;
	font-weight:bold;
}	

.footer a
{
	font-family:Tahoma;
	font-size:11px;
	color:#1F2851;
	text-decoration:none;
	font-weight:bold;
}
.footer a:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#1F2851;
	text-decoration:none;
	font-weight:bold;
}

.footer a:visited
{
	font-family:Tahoma;
	font-size:11px;
	color:#1F2851;
	text-decoration:none;
	font-weight:bold;
}


.ContentPane
{
	
}



.top_rep
{
	background-image:url(222.jpg);
	width:100%;
 height:47px;
 background-repeat:repeat-x;
	
	}
	

.top_second
{
background-image:url(333.jpg);
width:176px;
 height:47px;
 background-repeat:no-repeat;
	
	}
	.menu_rep
	{
		background-image:url(m1_rep.jpg);
	 width:100%;
    height:38px;
 background-repeat:repeat-x;
		}
		
	.footerlink
{ 
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}	

.footerlink a
{
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}
.footerlink a:hover
{
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

.footerlink a:visited
{
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}



.top_rept

{
	
	
	background-image:url(222.jpg);
	 width:100%;
    height:37px;
 background-repeat:repeat-x;

}

.ryt_y_rep
{
	background-image:url(left_y.jpg);
	 width:6px;
    height:100%;
 background-repeat:repeat-y;
}

.left_y_rep
{
	background-image:url(ll.jpg);
	 width:6px;
    height:100%;
 background-repeat:repeat-y;
}


	.SkinObject
{ 
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}	


A.SkinObject:link
 {
font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

A.SkinObject:visited
 {
 font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

A.SkinObject:hover
 {
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
A.SkinObject:active
 {
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.top_image_pane1
{
	background-image:url(g_top_02.jpg);
	 width:1000px;
    height:118px;
 background-repeat:no-repeat;
}
.search_bg
{
	
	background-image:url(search_bg.jpg);
	 width:259px;
    height:38px;
 background-repeat:no-repeat;
} 

.red_rep
{
	background-image:url(red_rep.jpg);
    height:72px;
 background-repeat:repeat-x;
}