/*
================================
Skin styles for DotNetNuke
================================
*/


/*
'background'
Value:  	[<'background-color'> || <'background-image'> || <'background-repeat'> || <'background-attachment'> || <'background-position'>] | inherit
*/

BODY {background: url('images/BG_image.gif');}

.SubHead {color: #803031;}

table.SaleHorseTable TR TD {
  	border: 1px solid #333;
	background-color: #FFFFFF;
	padding: 2px;
	}
.SaleHorseTable TH {
	color: white;
  	BORDER: 1px solid #000;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background-color: #896E4B;
	padding: 4px;
  }

.pagemaster {
width: 776px;
height: 100%;
background: url('images/skin_master_bg.gif');
background-repeat: repeat-y;
/* border-left: white 2px solid;
border-right: white 2px solid; */
}

.contentmaster {height: 100%;}

.headermaster, .searchmaster, .contentmaster {background-color: transparent;}

.headertopleft {background: url('images/Top_BG_Repeat.gif') repeat-x; padding-top: 5px;}
.headertopright {background: url('images/Header_Top_Right.jpg') no-repeat;}

.skinheader {font: 11px Tahoma, Arial, Helvetica; color: white; vertical-align: top;}
a.skinheader:link, a.skinheader:visited {font-weight: bold;	color: white;}

.dnnsearch {vertical-align: middle;}
.dnnsearch img {border: 0px;}
.curvecell  {background: #AF9775 url('images/curve_cell.gif') no-repeat; padding-bottom: 16px;}

.searchcell  {
background: #AF9775 url('images/search_field_bg.jpg') no-repeat;
padding-left: 22px;
padding-top: 1px;
padding-bottom: 12px;
vertical-align: middle;
width: 176px;
}

.searchcell input {
width: 120px;
border: 0;
height: 20px;
background: transparent;
padding: 3px 23px;
}

a.crumbs:link, a.crumbs:visited, img.crumbs {font: bold 10pt Tahoma, Arial, Helvetica; color: #803031; padding-top: 5px;}

.leftbar {width: 176px;	height: 100%; background-color: #896E4B; padding: 0px;}
.menubarbottom {background-color: #896E4B; vertical-align: bottom; height: 100%;}

.contentpane {
	width: 369px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 6px;
}

.contentpane_single {
	width: 579px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}

.contentpane_salehorses {
	width: 579px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.rightpane {
	width: 210px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 6px;
}

.footer {background: url('images/footer_bg.jpg') no-repeat; padding-top: 10px; height: 33px; color: white;}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/

/* Container for main menu */
.MainMenu_MenuContainer {
	padding: 0px;
	width: 176px;
}

/* Menu bar */
.MainMenu_MenuBar {
	padding: 0px;
	width: 100%;
}


/* Applies to idle state of submenu items border-bottom: #8C724F 1px solid;*/
TR.MainMenu_MenuItem TD {
	background: #A18865 url("images/Menu_Item_Off.gif") ;
	border-bottom: #8C724F 1px solid;
	border-top: #AB9476 1px solid;
	height: 26px;
	font-family: tahoma;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 4px 2px 1px;
}

/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 2px 0px 0px 0px;
	background: #fafafa;
	border: #bbb 1px solid;
	padding: 1px;
}

/* HOVER state for submenu items */
TR.MainMenu_MenuItemSel TD {
	border-bottom: #8C724F 1px solid;
	border-top: #AB9476 1px solid;
	background: #A18865;
	height: 26px;
	font-family: tahoma;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	font-weight: bold;
	padding: 1px 4px 2px 1px;
}

TR.MainMenu_Selected TD {
font-weight: bold;
background: #A18865 url("images/Menu_Item_Selected.gif")  ;
}

/* Elements we don't really need to see */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}

.StandardButton     {
    background: #AC9677 none;
    color: #FFFFFF;
    font-family:Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
