/* 
================================
Skin styles for DotNetNuke
================================
*/   
.Normal{
	color:white;
	FONT-FAMILY:  Arial, Helvetica;
	font-size: 11pt; 
	font-weight: normal; 
	font-style: normal; 
}
.NormalBold{
	color:white;
	FONT-FAMILY:  Arial, Helvetica;
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
}


.SubHead {
	FONT-WEIGHT: bold;	
	FONT-SIZE: 11px;	
	COLOR: white;	
	FONT-FAMILY:  Arial, Helvetica}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #333333;
}
.skinmaster {
	
	background-color: #333333;
	border: 1px solid; 
	border-color:white;
		
}
.skinheader {
	background-color: #333333;
}

A.SkinObject:link 
{
	FONT-FAMILY:  Arial, Helvetica
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
        color: chocolate;
}

A.SkinObject:visited  {
	FONT-FAMILY:  Arial, Helvetica
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
    	color: chocolate;
}

A.SkinObject:active   {
	FONT-FAMILY:  Arial, Helvetica
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
   	 color: White;
}

A.SkinObject:hover    {
	FONT-FAMILY:  Arial, Helvetica
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
    	color:chocolate;
}

.controlpanel {
	width: 100%;
	background-color: #333333;
	border: 1px solid chocolate;
	color: White;
}
.toppane {
	width: 600px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 150px;
	height: 440px;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 32px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 42px;
}
.contentpane2 {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 600px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
}

a:link{color: Chocolate; text-decoration:none; }
a:visited{color: chocolate;text-decoration:none; }
a:hover{color:chocolate; text-decoration:none; }
a:active{color: chocolate;text-decoration:none; }
A.CommandButton:link{color: White; text-decoration:none; }
A.CommandButton:visited{color: White; text-decoration:none; }
A.CommandButton:hover{color:chocolate; text-decoration:none; }
A.CommandButton:active{color: White; text-decoration:none; }


.MainMenu_MenuContainer {
	background-color: transparent; 	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	line-height: 40px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	FONT-FAMILY:  Arial, Helvetica;
	font-size: 11pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent
}
.MainMenu_MenuIcon {
	background-color: chocolate; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: chocolate;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
		
}
.MainMenu_MenuItemSel {
	background-color: none; 
	cursor: pointer; 
	cursor: hand; 
	color: chocolate;
	font-family:  Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: normal; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: chocolate none; 
    color: #FFFFFF;
    font-family:Arial, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
