/* =================================
    CSS STYLES FOR the Buthcer Shop
   =================================
*/   

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #000033;
}
.skinmaster
{
	border-right: #9C1A24 1px solid;
	border-top: #9C1A24 1px solid;
	border-left: #9C1A24 1px solid;
	border-bottom: #9C1A24 1px solid;
	height: 100%;
	background-color: white;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.skinheader {
	background-color: #9C1A24;
}
.skinmenu
{
	background-color: #9C1A24;
}
.skingradient 
{
	color: white;
	BACKGROUND-IMAGE: url(DarkRedMenuGradient.jpg); HEIGHT:25px;
}
.controlpanel {
	width: 100%;
	background-color: white;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane
{
	padding-right: 4px;
	padding-left: 6px;
	width: 175px;
	padding-top: 6px;
	background-color: #b0c4de;
}
.leftpaneclear {
	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: #b0c4de;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpaneclear {
	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 {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #9C1A24 0px solid; 
	border-bottom: #9C1A24 1px solid; 
	border-top: White 0px solid; 
	border-right: #9C1A24 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #9C1A24; 
	border-left: #9C1A24 1px solid; 
	border-bottom: #9C1A24 1px solid; 
	border-top: #9C1A24 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #9C1A24; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#9C1A24', Direction=135, Strength=3); 
	color: White;
	border-bottom: #014E82 0px solid; 
	border-left: #014E82 0px solid; 
	border-top: #014E82 0px solid; 
	border-right: #014E82 0px solid;
	width:150;
}
.MainMenu_MenuBreak {
	height: 2px;
}
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: white;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #000033;
}
.MainMenu_MenuArrow {
	border-right: #9C1A24 1px solid; 
	border-bottom: #9C1A24 1px solid; 
	border-top: #9C1A24 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: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.LogoPane  
{
	 padding-left:30;
	 padding-right:30;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: normal;
}


