/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	height:195px;
	background-color: #ffffff;
}
.skinmaster {
	
	background-color: #ffffff;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	-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_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.logoleftpane {
	width: 268px;
	height:96px;
	background-color: #003E91;	
/*	background-image:url(logoleft_03rep.jpg);
	background-repeat:repeat-x;*/
}

.logorightpane {
	width: 256px;
	height:96px;
	background-color: #003E91;	
	/*background-image:url(logoright_03rep.jpg);
	background-repeat:repeat-x;*/
}

.contentpane1 {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 50px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 220px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 50px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

















.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: 11px;
	font-weight: bold; 
	color: #000000;
	height: 24px;
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	border-left: #ED1A2C 0px solid;
	border-top: #ED1A2C 0px solid;
	border-right: #ED1A2C 0px solid;
	border-bottom: #ED1A2C 0px solid;
}


.SubItemActive TD
{
	border-top: 0px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold; 
	color: #000000;
	height: 24px;
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
}

.SubItemSelected
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold; 
	color: #000000; 
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
}

.SubItemBreadCrumb
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold; 
	color: #000000;
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
}


.MenuContainer
{
	background-color: transparent;
	height: 34px;		
	border-bottom: #036D41 0px solid;
	padding-left:8px;	
}


.MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #ffffff;
	border-left: #036D41 0px solid;
	border-top: #036D41 0px solid;
	border-right: #036D41 0px solid;
	border-bottom: #036D41 0px solid;
	text-align: center;
	width: 15;
	height: 22;
}


.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	color: #000000;
	font-family:Arial; 
	font-size:11px;
	font-weight:bold; 
	background-color: #ffffff; /* fixed firefox problem, do not use transparent here */
}

.MenuArrow
{
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}

.MenuRootArrow
{
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}


.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	height: 33px;
}


.RootItem TD
{
	font-family:Tahoma;
	font-size: 11px;
	height: 34px;		
	padding-left:6px;
	padding-right:6px;
	color:#ffffff;	
	font-weight: bold;
	background-color:Transparent;
	text-align:center;		
}

.RootItemBreadCrumb TD
{
	font-family:Tahoma ;
	color: #B4C5DF;
	padding-left:6px;
	padding-right:6px;	
	font-size: 11px;
	height:34px;		
	font-weight: bold;
	background-color:Transparent;
}

.RootItemActive TD
{
	font-family:Tahoma;
	font-size: 11px;
	padding-left:6px;
	padding-right:6px;	
	color: #B4C5DF;
	height:34px;	
	font-weight: bold; 
	background-color:Transparent;
}

.RootItemSelected TD
{
	font-family:Tahoma;
	font-weight: bold;
	padding-left:6px; 
	padding-right:6px;	
	font-size: 11px;
	color: #B4C5DF;
	height: 34px;		
    background-color:Transparent;
	
}
.SkinObject1
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
}

A.SkinObject1:link
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject1:visited
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject1:hover
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject1:active
{
	text-decoration: none;
	color: #ffffff;
}


.SkinObject2
{
	font-weight: normal;
	font-size: 11px;
	color: #151E3D;
	font-family: Tahoma;
	text-decoration: none;
}

A.SkinObject2:link
{
	text-decoration: none;
	color: #151E3D;
}

A.SkinObject2:visited
{
	text-decoration: none;
	color: #151E3D;
}

A.SkinObject2:hover
{
	text-decoration: none;
	color: #151E3D;
}

A.SkinObject2:active
{
	text-decoration: none;
	color: #151E3D;
}

.dnnLINKS
{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
#dnnCOPYRIGHT
{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
.copy
{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
.copy a:Active;
{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
.copy a
{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
.copy a:hover
{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
.copy a:visited
{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}



.lg_copyright
{
	font-family:Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	padding-top:0px;
}
A.lg_copyright:link {
    text-decoration:    none;
    color:#FFFFFF;
}
A.lg_copyright:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}
A.lg_copyright:active   {
    text-decoration:    none;
    color:#FFFFFF;
}
A.lg_copyright:hover    {
    text-decoration: underline;
    color: #FFFFFF;
}
