/* 
================================
Skin styles for 5 Pane DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #FFFFFF 1px solid; 
	BORDER-TOP: #FFFFFF 1px solid; 
	BORDER-LEFT: #FFFFFF 1px solid; 
	BORDER-BOTTOM: #FFFFFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
}
.controlpanel {
	width: 100%;
	background-color: #FFD696;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
}
.sidepane {
	width: 225px;
	background-color: #325E3C;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 225px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 280px;
	background-color: transparent;
	padding-top: 6px;
}
.rightpane {
	width: 225px;
	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;
}
.BannerBackground {
	background-image: url(banner_980.jpg);
	height: 160px;
}
.BannerBackgroundWine {
	background-image: url(banner_wine_980.jpg);
	height: 160px;
}
.BannerBackgroundBeer {
	background-image: url(banner_beer_980.jpg);
	height: 160px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #833126 0px solid; 
	border-bottom: #833126 1px solid; 
	border-top: #833126 1px solid; 
	border-right: #833126 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #EEDDAA; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #833126; 
	border-left: #833126 1px solid; 
	border-bottom: #833126 1px solid; 
	border-top: #833126 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	background-color: #325E3C; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	color: #FFFFFF;
	background-color: #FFB541; 
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #833126 1px solid; 
	border-bottom: #833126 1px solid; 
	border-top: #833126 0px solid;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #FFFFFF none; 
    color: #660000;
    font-family: Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}


/* GENERAL */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #833126;
}

/* style for module titles */
.Head, .RedHead   {
	color: #DD9922;
	font-size:  14px;
    	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 11px;
    color:#FFFFFF;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#003366;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#660000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#660000;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#CCCCCC;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #296A52;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #296A52;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #296A52;
	text-decoration: none;
}