/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #eeeeee;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	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; 
}
.skinheaderleft
{
    background-position: 75% 25%;
	background-image: url(bulb_small.gif);
	background-repeat: no-repeat;
	background-color: #990000;
	color:White;
	height:45px;
	text-indent:8px;
}
.skinheaderright
{
    background-color: #990000;
	color:White;
	height:45px;
}

.skinsubheader {
	background-color: gray;
	height: 10px;
}

.skinfooter {
	background-color: white;
	height: 10px;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.contentmaster {
	width: 100%;
	background-color: white;
}
.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;
}
.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: gray;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: gray 0px solid; 
	border-bottom: gray 1px solid; 
	border-top: gray 1px solid; 
	border-right: gray 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: gray; 
	border-left: gray 1px solid; 
	border-bottom: gray 1px solid; 
	border-top: gray 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: gray; 
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=95, Style=1, StartX=0,  FinishX=100, StartY=0, FinishY=100);
	border-bottom: gray 0px solid; 
	border-left: gray 0px solid; 
	border-top: gray 0px solid; 
	border-right: gray 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: white 1px solid; 
	border-left: white 0px solid; 
	border-top: white 1px solid;  
	border-right: white 0px solid; 
	background-color: gray; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #990000; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	border-bottom: white 1px solid; 
	border-left: white 0px solid; 
	border-top: white 1px solid;  
	border-right: white 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: gray 1px solid; 
	border-bottom: gray 1px solid; 
	border-top: gray 0px solid;
}

.MainMenu_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);
}



.tableRed
{
	border-right: #929090 1px solid;
	border-top: #929090 1px solid;
	border-left: #929090 1px solid;
	cursor: hand;
	border-bottom: #929090 1px solid;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: silver;
    font-family: Arial,Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Arial,Verdana;
    text-decoration: none;
}

/* text style for the login/logout tabs */
.LoginLogout {
    font-weight: bold;
    font-size: 8.5pt;
    color: #990000;
    font-family: Arial,Verdana;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial,Verdana;
    font-size:  14px;
    font-weight:    bold;
    color: #990000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial,Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #990000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial,Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #990000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial,Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial,Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #990000
}

.NormalBold
{
    font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: normal;
}