/* Design44 Base HTML/CSS  -  Written By: Shaun Jensen  -  Last Updated: 2005-10-11 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	background-image: url(/Common/Img/horses-help-bodyBG.gif);
	background-repeat: repeat-x;
}

td {vertical-align: top;}

input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

h4, h5, h6, h7 {
	font-size: 12px;
	color: #0965AE;}
h1 {
	font-size: 18px;
	padding-bottom: 10px;
}
h2 {
	font-size: 12px;
	padding-bottom: 10px;
}
h3 {font-size: 11px;}
ul, ol { 
	padding-left: 20px;
	padding-bottom: 15px;
}

p {padding-bottom: 15px;}
.home #content p {
	padding-left: 15px;
}

a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
.link {
	cursor: pointer;
	text-decoration: underline;
}


/* ====================== layout & columns ========================*/
#container {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
}
#pagePhoto {
	width: 573px;
	float: left;
	position: relative;
}
.rotator {
	position: absolute;
	top: 170px;
	left: 20px;
}
#quickLinks {
	background-image: url(/Common/Img/horses-help-quick-links.jpg);
	height: 279px;
	width: 190px;
	float: left;
}
#subNav {
	background-image: url(/Common/Img/horses-help-subNavBG.gif);
	height: 24px;
	clear: both;
	text-align: right;
	color: #FFFFFF;
	padding-right: 13px;
	padding-top: 5px;
	background-repeat: no-repeat;
}

#subNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#search {
}
#breadCrumbs {
	float: left;
	padding-top: 11px;
	color: #000000;
	padding-left: 20px;
}
#breadCrumbs a {
	color: #888888;
}
#main {
	background-color: #FFFFFF;
	background-image: url(/Common/Img/horses-help-footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 70px;
	width: 763px;
}
#pageTitle {
	width: 163px;
	float: left;
	padding-top: 25px;
	padding-left: 20px;
	color: #0A659E;
	font-weight: bold;
	font-size: 12px;
}
#content {
	float: left;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 30px;
	width: 365px;
}
.home #content {
	width: 333px;
	padding-left: 30px;
	padding-top: 9px;
}
#content table img {
	padding-right: 15px;
	padding-bottom: 15px;
}
#content.noCallouts {
	width: 560px;
}
#calloutContainer {
	float: left;
	padding-top: 16px;
	width: 185px;
	padding-bottom: 50px;
}
.home #calloutContainer {
	width: 380px;
}

.EventPageCallout {
	float: left;
	width: 130px;
	background-color: #EBEBEB;
	padding: 8px;
	margin: 15px 0px 0px -7px;
}

.EventPageCallout img {
	margin:5px;
	padding-bottom: 5px;
}

.callout {
	float: left;
	width: 169px;
	background-color: #EBEBEB;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.callout img {
	margin-right: -8px;
	margin-left: -8px;
	padding-bottom: 5px;
}
.eventCalendar {
	background-image: url(/Common/Img/horses-help-featuredEvent.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #EBEBEB;
	width: 374px;
	float: left;
}
.eventCalendar #tableHead {
	padding-top: 20px;
}
.eventCalendar td {
	padding-right: 10px;
	padding-left: 10px;
}

/* ====================== Header & Footer ====================== */
#header {}

#footer {
	clear: both;
	padding-left: 25px;
}
#footer h1 {
	color: #66020C;
	font-size: 14px;
	padding-bottom: 0px;
}

#footer ul {
	list-style: none;
	padding-left: 0px;
	padding-top: 15px;
}
#footer li {
	display: inline;
	background-image: none;
}	
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* ====================== Menu ====================== */
#navMenu {
	height: 43px;
	background-image: url(/Common/Img/horses-help-color-bars.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}
#navMenu ul {
	padding-left: 80px;
	padding-bottom: 0px;
	padding-top: 5px;
}
#navMenu ul li {
	float: left;
	font-size: 14px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
}
#navMenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navMenu ul li a:hover {
	text-decoration: underline;
}
#navMenu ul ul {
	position: absolute;
	left: -45px;
	top: 270px;
	width: 148px;
}
#navMenu ul ul li {
	float: none;
	font-size: 12px;
	list-style-type: disc;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
}
#navMenu ul ul li a {
	color: #000000;
}

/* ====================== Display and hide second level menus ====================== */

#navMenu ul ul, #hidden {display: none;}
#navMenu .hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */


/* ====================== search results ======================== */
#searchContainer {
	height: 37px;
	padding: 0px 0px 0px 20px;
	background: #E7B060 url(/Common/Img/logoSWBM_Header.jpg) no-repeat right top;}
#searchBox {padding-top: 10px;}

#searchResultsPage #content {padding: 0px 15px 0px 45px;}

.SearchResult, .SearchResultAlt {padding-bottom: 15px;}
.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #66020C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}	
.SearchResultTitle a:hover {text-decoration: underline;}

.SearchResultsHighlight {
	color: #788980;
	font-style: italic;
	text-decoration: underline;}
	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}

.selHint {background-color: #92071F;}

#results div a span {background-color: #66020C;}
	
.ezcount {
	float: right;
	color: #CCCCCC;
	font-size: 9px;
	padding-right: 5px;}

#results {
	text-align: left;
	z-index: 99;
	width: 120px;
	display: none;
	overflow: hidden;
	position: absolute;
	margin: 18px 0px 0px -122px;
	visibility: hidden;
	border: solid 1px #FFFFFF;
	background-color: #000000;
}
*html #results {
	width: 118px;
	margin: 19px 0px 0px -124px;
}
#results a {color: #FFFFFF;
	padding: 2px 0px 5px 5px;}

#EasySearchLiveResults {
	z-index: 100;
	display: none;
	position: absolute;
	border-width: 13px;
	border-color: black;
	margin-bottom: 10px;
	background-color: white;
}

/* ====================== Styling for Submit button on Login ========================*/
.adminButton , a.adminButton, a.adminButton:link, a.adminButton:visited, a.adminButton:hover, .smallButton{
	width: 125px;
	cursor: pointer;
	cursor: hand;
	color: #F5F1D0;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #66020C;
	border-right: 8px solid #000000;}	
	
/* ======================= Photo Gallery Styles ================ */
.mainGallery {
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
}
.mainGallery fieldset {
	padding-left: 10px;
	padding-bottom: 10px;
}
.mainGallery td {
	padding-right: 5px;
}
#content .mainGallery img {
	margin-bottom: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.mainGallery td, .other td {width: 33%; padding-bottom:15px;}
.mainGallery a, .other a {font-weight: bold; color:#666666;}
#CategoryName, #AlbumName {
	font-weight: bold;
	margin-bottom: 10px;
	color:#666666;
}
.mainGallery img, .categoryView img {display: block;}
.mainGallery span, .categoryView span, .other span {display: block;}
.other {
	margin-top: 5px;
	padding-top: 5px;
	font-size: 9px;
	padding-left: 5px;
}
.other fieldset {
	padding-left: 5px;
	padding-bottom: 5px;
}
.other img {
	width: 50px;
	height: 50px;
	display: block;
}
.other legend {
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 5px;
	color:#FFFFFF;
}
.slideshow {
	width: 490px;
	margin-top: 5px;
	padding: 10px;
}
#PhotoGalleryPhotoDetail1_ImageContainer {
	margin-bottom: 10px;
}
fieldset {
	border: none;
}
#OtherCategories, #OtherAlbums, #PhotoGalleryPhotoDetail1_AlbumPreview {
	background-image: url(/Common/Img/horses-help-featuredEvent.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #EBEBEB;
	width: 374px;
}
#OtherCategories img {
	width: 50px;
	height: 50px;
}
#motiongallery {
	padding: 20px;
}
#PhotoGalleryPhotoDetail1_AlbumPreviewContainer a img {
	width: 50px;
	height: 50px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
} 