/* 
================================
Skin styles for DotNetNuke
================================
*/   


.nav_repeat {
	background-image:url(white_header_repeat.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFF;
}

.nav_table {
	height: 104px;
	background-color: #fbfbfb;
}

.middle_repeat {
	background-image:url(middle_repeat.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e1d4c0;
}

.gray_strip {
	background-color: #666666;
	height: 2px;
}

.content_pane_color {
	background-color: #f8f2e8;
}

.pageproperties {
	width: 100%;
	height: 100%;	
}

.footer {
	background-color: #29548A;
	height: 35px;
}

.light_bluebar {
	background-color: #29548A;
	height: 30px;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentpanel_mod {
	width: 100%;
	background-color: #fff;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
}

.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	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: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
    padding: 5px 5px 5px 2px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
	padding: 8px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #3e7ac5; 
}

.main_dnnmenu_itemhover td {  
	background-color: #3e7ac5; 
}


.main_dnnmenu_submenu {
	background-color: #3062a1;  
	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; 

}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

.SkinObject {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.white_text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #fff;
}

A.white_text:link {
    text-decoration:    none;
    color:#fff;
}

A.white_text:visited  {
    text-decoration:    none;
    color:#fff;
}

A.white_text:hover    {
    text-decoration:    underline;
    color:#fff;
}

A.white_text:active   {
    text-decoration:    none;
    color:#fff;
}

.gray_text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #9f9f9f;
}

A.gray_text:link {
    text-decoration:    none;
    color:#9f9f9f;
}

A.gray_text:visited  {
    text-decoration:    none;
    color:#9f9f9f;
}

A.gray_text:hover    {
    text-decoration:    underline;
    color:#9f9f9f;
}

A.gray_text:active   {
    text-decoration:    none;
    color:#9f9f9f;
}