/*
//--------------------------------------------------------------
//  <file name="DNN.css">
//      <copyright>
//          Copyright © EDS 2008
//          All rights reserved.
//      </copyright>
//      <history>
//          <change author="mgoppert" date="01/08/2008">
//              Initial version.
//          </change> 
//			<change author="fzhh2p" date="10/09/2009">
//              Added #skipnav css for Skip Navigation.
//          </change> 
//			<change author="badix" date="09/13/2010">
//              Removed width in controlpane, causing a gap between content and right border in IE6.
//          </change> 
//      </history>
//  </file>
//-----------------------------------------------------------------
*/

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster 
{
    background-color: #fefefe;
    height: 100%;	
    width: 100%;
}

.skinmaster
{
/*    background-color: #f3f5fa;  */
    border: 0px;
    border-bottom: #7994cb 1px solid; 
    border-left: #7994cb 1px solid; 
    border-right: #7994cb 1px solid; 
    border-top: #7994cb 1px solid; 
    height: 100%;
    width: 984px;
    margin:0px auto;
    -moz-border-radius-bottomleft: 15px; 
    -moz-border-radius-bottomright: 15px; 
    -moz-border-radius-topleft: 3px; 
    -moz-border-radius-topright: 3px; 
}

.skinheader
{
    padding: 3px;
}

.skingradient
{
    background-image: url("../images/top-nav-bg.gif");
    height:30px;
}

.controlpane
{
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    xwidth: 100%;
}

.controlpanel
{
    background-color: #fefefe;
}

.toppane
{
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    width: 100%;
}

.leftpane
{
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    width: 175px;
}

.contentpane
{
    background-color: transparent;
    overflow: auto;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    width: 100%;
}

.rightpane
{
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    vertical-align: top;
    width: 175px;
}

.bottompane
{
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    width: 100%;
}

.footer
{
    border-top: 3px solid #ea7e1c;
}

.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*/
{
    background-color: Transparent;
    cursor: pointer; 
    cursor: hand; 
    color: #000000; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 9pt; 
    font-style: normal; 
    font-weight: bold; 
    padding: 1px 3px 3px 1px;	
    white-space: nowrap;  /*Word wrapping menu item now optional*/
}

.main_dnnmenu_rootitem  /*TD if menu option for using tables is on*/
{
    background-color: Transparent;
    cursor: pointer; 
    cursor: hand; 
    color: #ffffff; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 9pt; 
    font-style: normal; 
    font-weight: bold; 
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
}

.main_dnnmenu_itemhover
{  
    background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td
{  
    background-color: #8da4d3; 
}

.main_dnnmenu_icon
{
    cursor: pointer; 
    cursor: hand; 
    height: 100%;
    text-align: center; 
    width: 15px; 
}

.main_dnnmenu_submenu
{
    background-color: #cad5ea;  
    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 */
    z-index: 1000; 
}

.main_dnnmenu_break
{
    height: 1px;
    font-size: 1px;
}

.main_dnnmenu_arrow 
{
    cursor: pointer; 
    cursor: hand; 
    border-bottom: #cad5ea 1px solid; 
    border-right: #cad5ea 1px solid; 
    border-top: #cad5ea 0px solid;
    font-family: webdings; 
    font-size: 10pt; 
}

.main_dnnmenu_rootmenuarrow
{
    cursor: pointer; 
    cursor: hand;
    font-family: webdings; 
    font-size: 10pt; 
}

.StandardButton
{
    background: #7994cb none; 
    color: #ffffff;
    font-family: verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.TreeViewMenu
{
    background-color: #dfe5f2;
    border-bottom: #7994cb 1px solid; 
    border-left: #7994cb 1px solid; 
    border-right: #7994cb 1px solid; 
    border-top: #7994cb 1px solid; 
    width: 175px;
    -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(../images/gradient_LtBlue.jpg);
}

.Head
{
    color: #333333;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight: normal;
}

#skipnav a{
margin-left:-999px!important;
margin-left:5px;
margin-top:1px;
padding-top:1px;
color:silver;
text-decoration:none;
border:none;
color:#444;
background:transparent;
}
#skipnav a:focus{
padding:3px;
background:#900;
color:#fff;
margin-left:0!important; }

a.quicklinks:link,a.quicklinks:visited {
position:absolute;
color:#fff;
top:-100px;
left:-1000px;
height:1px;
width:1px;
overflow:hidden;
text-align:left;
}

a.quicklinks:active,a.quicklinks:focus {
top:0;
left:0;
background-color:#008ECE;
height:auto;
overflow:auto;
width:100%;
text-decoration:none;
z-index:2;
padding:5px;
}


/* left justify tree alignment of portal pages in Page Management page.*/
.RadTreeView .rtLines .rtTop {
    text-align: left;
}
.RadTreeView .rtLines .rtMid {
    text-align: left;
}
.RadTreeView .rtLines .rtBot {
    text-align: left;
}