/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}

/* Body style */
body {
	background: #fff;
	margin: 0;
	height: 100%;
}

/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: "trebuchet ms", arial, sans-serif;
	line-height: .9em;
}

img {
	border: 0;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.SkinObject {
	font-family: "trebuchet ms", arial, sans-serif;
	color: #fff;
}

a.SkinObject:link {
	font-family: "trebuchet ms", arial, sans-serif;
    text-decoration: none;
    color: #fff;
}

.controlpanel {
	width: 100%;
	background-color: #dddddd;
}

.pagemaster {
	width: 100%;
	height: 100%;
	background: url(images/page-bg.gif);	
}

.skinshade_left {
	background: url(images/skin_shade_left.gif) right repeat-y;
}
.skinshade_right {
	background: url(images/skin_shade_right.gif) left repeat-y;
}

.skinmaster {
	height: 100%;
	background-color: white;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
}

.searchheader {
	background-image: url(images/Search_BG.jpg);
	height: 28px;
	line-height: 28px;
}

.searchheader_input {
  padding-top: 2px;
}

.NormalTextBox {
    font-family: "trebuchet ms", arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.dnnsearch {
	vertical-align: middle;
	padding-right:16px;
	padding-top:10px;
	padding-left:5px;
}

.dnndate {
	color: white;
    font-weight: bold;
    font-size: 8.5pt;
    font-family: "trebuchet ms", arial, sans-serif;
    text-decoration: none;
	padding-top: 9px;
    padding-right: 16px;
}

.skinheader {
	background-image: url(images/header-bg1.jpg);
	height: 103px;
	padding-top: 9px;
}

.skinmenu {
	padding-left:85px;
	background-image: url(images/menu-bar-bg.jpg); 
	background-repeat: no-repeat;
	height: 24px;
}

.dnncrumbs {
    font-weight: bold;
    font-size: 8.5pt;
    text-decoration: none;
	font-family: "trebuchet ms", arial, sans-serif;
	color: #5b5243;
}

a.dnncrumbs:link {
	font-family: "trebuchet ms", arial, sans-serif;
    text-decoration: none;
    color: #657d00;
}

.skincrumbs {
	background-image: url(images/contentarea_bg.jpg);
	background-repeat: repeat-y;
	padding-left:19px;
	padding-right:16px;
	height: 35px;
	color: #5b5243;
}

.crumbsunderline {
	height: 13px;
	background-image: url(images/crumbs_underline.jpg);
	background-repeat: no-repeat;
}	

.contentarea {
	background-image: url(images/contentarea_bg.jpg);
	background-repeat: repeat-y;
}

.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentpane {
	
	background-color: transparent;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
}

.rightpane {
	width: 228px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 6px;
}

.skinfooter {
	background-image: url(images/footer-bg-image.jpg); 
	background-repeat: no-repeat;
	height: 31px;
}

.skinfootertext {
	padding-top: 6px;
}

.dnnfootertags {
    font-size: 8.5pt;
    color: white;
    font-family: "trebuchet ms", arial, sans-serif;
    text-decoration: none;
}

a.dnnfootertags:link {
    font-size: 8.5pt;
    color: white;
    font-family: "trebuchet ms", arial, sans-serif;
    text-decoration: none;
}

/*========================================================*/
/*  6. Solpart Menu                                       */
/*========================================================*/

/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: "trebuchet ms", arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #222;
	background: #fff;
	border-top: #f6f6f6 1px solid;
	border-left: #f6f6f6 1px solid;
	border-bottom: #f6f6f6 1px solid;
	border-right: #f6f6f6 1px solid;
	padding: 1px 12px 2px 2px;
}

/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: "trebuchet ms", arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	cursor: pointer; 
	cursor: hand;  
	color: #000;
	background: #949f8a;
	border-left: #a3af99 1px solid;
	border-right: #a3af99 1px solid;
	padding: 1px 12px 2px 2px;
}

/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3);
}

.MainMenu_Active td, .MainMenu_Selected td, .MainMenu_Idle td, .MainMenu_BreadcrumbActive td {
	padding: 6px 0 0 0;
	font-family: "trebuchet ms", arial, sans-serif; 
	font-size: 13px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url(menu-off.gif) top left repeat-x;
	color: #fff;
	font-weight: bold;
	height: 24px;
	padding: 6px 0 0 0;
	margin: 0;
}

/* Hover state for main menu items */
.MainMenu_Selected  {
	background: transparent;
	color: #606e28;
	font-weight: bold;
	height: 24px;
	padding: 6px 0 0 0;
	margin: 0;
}

/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: url(images/menu-on.gif) left repeat-x #fcfcfc;
	color: #000;
	font-weight: bold;
	height: 24px;
	margin: 0;
}

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
	background: transparent;
}

/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}

/*
Back to Standard DNN Fare
*/
.StandardButton {
   background: #a6ad6a none; 
   color: black;
   font-family: "trebuchet ms", arial, sans-serif;  
   font-size: 11px;
   font-weight: normal;
}
.Head {
   font-family: "trebuchet ms", arial, sans-serif;
   font-size:  18px;
   font-weight:  normal;
   color: #606e28;
}
.SubHead {
	line-height: 1.5em;
}


a:link
{
	color: #606e28;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.CommandButton:link
{
	color: #606e28;
	text-decoration: none;
	font-weight: bold;
}

a.CommandButton:hover
{
	text-decoration: underline;
	font-weight: bold;
}


/*
Sale Horses Specific
*/
table.SaleHorseTable TR TD {
  	BORDER: 1px solid;
	border-color: #333;
	background-color: #f0f0f0;
}

.SaleHorseTable TH {
	color: black;
  	BORDER: 1px solid;
	border-color: #333;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background-color: #a6ad6a;
}
  