/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.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;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	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;
}

/* Menu */
.MainMenu_MenuContainer td 
{
    background-color: transparent;
    height: 25px;
    padding-left: 2px; 
    padding-right: 0px; 
    padding-top: 0px; 
    padding-bottom: 1px;  
}
.MainMenu_MenuBreak 
{ 
    /*border-bottom: #404040 0px solid;  
    border-left: #FF8080 0px solid;  
    border-top: #FF8080 0px solid;   
    border-right: #404040 0px solid;*/
    background-color: transparent;  
    color: #333333;  
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    font-style: normal;  
}
.Normal 
{ 
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 11px;  
}
.MainMenu_MenuBar td 
{
    cursor: pointer;  
    cursor: hand;  
    height:16px;
}
.MainMenu_MenuItem
{ 
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    /*border-left: transparent 0px solid; 
    border-right: transparent 0px solid; 
    border-bottom: transparent 0px solid; 
    border-top: transparent 0px solid;*/
    font-style: normal;  
    color: white; 
    background: #6E86AC; 
    height: 25px; 
    padding-left: 2px;
    padding-right: 2px; 
    padding-top: 2px; 
    padding-bottom: 2px;  
}

/* Active Menu  */
.ActiveRootTab td
{ 
    width: 150px; 
    color: #FFFFFF; 
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    background-color:#667DAB; 
    height: 25px; 
    /*text-align: center;*/  
}

.RootTab td 
{ 
    width: 150px; 
    height: 25px; 
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    color: #ffffff; 
    background: #899bbf; 
    /*text-align: center;*/  
}

.SelectedRootTab td 
{ 
    width: 150px; 
    color: #eaeaea; 
    height: 25px; 
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    /*border-left: #ffffff 0px solid; 
    border-top: #ffffff 0px solid; */
    background-color: #C95D51;  
    cursor:pointer;
    cursor:hand;
}

.BreadcrumbRootTab td 
{ 
    width: 150px; 
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    background-color: #6E86AC;  
    color: #ffffff; 
    height: 25px; 
    /*text-align: center;*/  
}

.ActiveSubTab 
{ 
    background-color: #FEA203;
    color: #ffffff; 
    border-top: 0px solid; 
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    padding-left: 2px; 
    padding-right: 2px; 
    padding-top: 2px; 
    padding-bottom: 2px;  
}

.SubTab 
{ 
    background: #899bbf; 
    color: #000000; 
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    padding-left: 2px; 
    padding-right: 2px; 
    padding-top: 2px; 
    padding-bottom: 2px;  
}

.SelectedSubTab 
{ 
    background-color: #C14337; 
    color: #000000; 
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    padding-left: 2px; 
    padding-right: 2px; 
    padding-top: 2px; 
    padding-bottom: 2px; 
    height: 25px;  
    cursor:pointer;
    cursor:hand;
}

.BreadcrumbSubTab 
{ 
    background-color: transparent;
    color: #ffffff; 
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    /*border-top: 0px solid; */
    padding-left: 2px; 
    padding-right: 2px; 
    padding-top: 2px; 
    padding-bottom: 2px;  
}

/* this is the colour in the dropdown menu */
.MainMenu_SubMenu 
{
     z-index: 1000;  
     cursor: pointer;  
     cursor: hand;  
     background-color: #899BBF; 
     font-family: Trebuchet MS, Tahoma, Verdana; 
     font-size: 9pt;  
     font-weight: bold;  
     font-style: normal;  
     color: #C14337; 
     height: 25px; 
     filter:progid:DXImageTransform.Microsoft.Shadow(color='#4C648E', Direction=135, Strength=0); 
     /*border-left:  #FFFFFF 0px solid;  
     border-right: #4C648E 0px solid;  
     border-top: #ffffff 0px solid; 
     border-bottom: #ffffff 0px solid; */
     padding-left: 2px; 
     padding-right: 2px; 
     padding-top: 2px; 
     padding-bottom: 2px;  
}
.MainMenu_MenuItemSel 
{ 
    color: #ffffff;  
    font-family: Trebuchet MS, Tahoma, Verdana; 
    font-size: 9pt;  
    font-weight: bold;  
    font-style: normal;  
    height: 25px; 
    /*border-left: #ffffff 0px solid;  
    border-right: #ffffff 0px solid;  
    border-bottom: #ffffff 0px solid; 
    border-top: #ffffff 0px solid;  */
    padding-left: 2px; 
    padding-right: 2px; 
    padding-top: 2px; 
    padding-bottom: 2px;  
}
/*.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow { display: none;  }*/

.StandardButton {
  background: #7994cb none; 
  color: #fff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}


