/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: White;
}
.skinmaster {
	height: 100%;
	background-color: #ffffcc;
	border-right: Red 1px solid; 
	border-top: Red 1px solid; 
	border-left: Red 1px solid; 
	border-bottom: Red 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
	background-color:Red;
	color:Yellow;
	font-size:16pt;
    font-family: Arial, Helvetica, Verdana;
    font-weight:bold;
	padding-right: 4px;
	padding-top: 6px;
}
.skinsubheader 
{
   background-color:Yellow;  
}
.skinfooter {
	/*background-image: url(gradient_DkGold.jpg);*/
	background-color:Red; 
	height:30px;
}
.skinleft
{
	background-color:Red;
	 
}
.controlpanel {
	width: 100%;
	background-color: #FFFFE0;
}
.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 {
	background-color: transparent;	
	
}
.MainMenu_MenuBar td {
	cursor: pointer; 
	cursor: hand;
	background-color:Yellow;
	border-left: Red 0px solid; 
	border-bottom: Red 1px solid; 
	border-top: Red 1px solid; 
	border-right: Red 0px solid;
	height: 21px;

}
.MainMenu_MenuItem {
	border-left: Red 0px solid; 
	border-bottom: Red 1px solid; 
	border-top: Red 1px solid; 
	border-right: Red 0px solid;
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	color:Red;
	height: 21px;
}
.MainMenu_MenuIcon {
	background-color: Yellow; 
	border-left: Red 1px solid; 
	border-bottom: Red 1px solid; 
	border-top: Red 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
}
.MainMenu_SubMenu {
	background-color: Yellow;
	color: Red; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel, .MainMenu_MenuItemSel td {
	border-left: Red 0px solid; 
	border-bottom: Red 1px solid; 
	border-top: Red 1px solid; 
	border-right: Red 0px solid;
	background-color: Orange; 
	cursor: pointer; 
	cursor: hand; 
	color: Maroon; 
	font-family: Arial, Helvetica, Verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	
}
.MainMenu_MenuArrow {
	border-right: Red 1px solid; 
	border-bottom: Red 1px solid; 
	border-top: Red 1px 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: Red none; 
    color: White;
    font-family:verdana, tahoma; 
    font-size: 11px;
    font-weight: normal;
}

.Head   {
   font-family: Arial, Helvetica, Verdana;
   font-size: 16px;
   font-weight: bold;
   color: #CC0000;
}
.MainMenu_MenuItemActive td, .MainMenu_MenuItemActive
{
	color:Maroon;
    background-color: Orange;
    
}

DIV.yellowlinks, .yellowlinks A:link, .yellowlinks A:visited, .yellowlinks A:active
{
	color:Yellow;
	font-weight:bold;
	text-decoration:none;
    font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
}
.yellowlinks A:hover
{
	color:Yellow;
	font-weight:bold;
	text-decoration: underline;
}

DIV.lustrum
{
	width:100%;
	height:100%;
	min-height:100%;
	vertical-align:middle;
	background-image:url(lustrum.png);
	background-repeat:repeat;
	padding-top:80px;
}

























