﻿/* 
================================
Skin styles for DotNetNuke - Cabin skin
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #030303;
}
.skinmaster {
	height: 100%;
	background-color: #030303;
	font-color: #FFFFFF;
	border-right:  0px solid; 
	border-top: 0px solid; 
	border-left: 0px solid; 
	border-bottom: 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	font: Arial;
	font-size: 21pt;
}
.colorwhite {
	color: #FFFFFF;
}
.colorblack {
	color: #0d2505;
}

.SkinObject {
	font-weight: bold;
	font-size: 8,5pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}
A.SkinObject:link {
	text-decoration: none; color: #FFFFFF; font-size: 8.5pt;}

A.SkinObject:visited {
	text-decoration: none; color: #FFFFFF;}

A.SkinObject:hover {
	text-decoration: none; color: #FFFFFF;}

A.SkinObject:active {
	text-decoration: none; color: #FFFFFF;}


P {color: #FFFFFF;}


a:link {color: #FFFFFF; text-decoration: none; font-size: 9pt; font-family: Arial;}
a:visited {color: #FFFFFF; text-decoration: none; font-size: 9pt; font-family: Arial;}
a:active {font-weight: bold; text-decoration: none; font-size: 9pt; font-family: Arial;}
a:hover {font-weight: bold; color: #FFFFFF; text-decoration: none; font-size: 9pt; font-family: Arial;}
a:color {color: #FFFFFF; text-decoration: none;}

.CommandButton {color:#FFFFFF;
}
A.CommandButton:link {color:#FFFFFF;
}

A.CommandButton:visited {color:#FFFFFF;
}

A.CommandButton:active {color:#FFFFFF;
}

A.CommandButton:hover {color:#FFFFFF;
}

.skinheader {
}
.skingradient {
	background-color: #030303; 
	height:20px;

}
.controlpanel {
	width: 100%;
	background-color: #d221c8;
}
.leftpane {
	width: 90px;
	background-color: #40403f;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 10px;
}
.contentpane {
	width: 318px;
	background-color: #20201f;
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 23px;
}
.rightpane {
	width: 540px;
	background-color: #20201f;
	padding-left: 14px;
	padding-right: 0px;
	padding-top: 23px;
}
.SubHead {
	color: #FFFFFF;
}
.ProductMenu {
	padding-top: 12px;
}
.ProductTable {
	padding-top: 12px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial; 
	padding-top:12px
}
.MainMenu_MenuIcon {
	background-color:  #50504e; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	
}
.MainMenu_SubMenu {
	background-color: #50504e;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color=' #50504e', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	padding-top: 12px 
}
.MainMenu_MenuArrow {
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #030303;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 100px;
	background-color: #262626;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	color: white;
}
.TreeViewMenu_Header {
	background-image: 
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  15px;
   font-weight: normal;
   color: #FFFFFF;
}



