/* layout */
body{
	background-color:#666666;
	margin:10px 0px;
	padding:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
h1, h2, h3, h4, h5 {
	color:#a10c10;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.imageRight{
	float:right;
	margin:0px 0px 6px 8px;
	border:solid 1px #000000;
}
.imageLeft{
	float:left;
	margin:0px 8px 6px 0px;
	border:solid 1px #000000;
}
.bodyContainer {
	text-align: left;
	width: 985px;
	border: 1px solid #FFFFFF;
background: #ffffff url(/images/bodycontainerback.gif) repeat-y;
}
.header {
	height: 150px;
	background-image: url(../images/header.jpg);
	display: block;
}
#topMessageBanner, #topMessageBannerImportant {
	background-color: #444444;
	margin: 0;
	padding: 5px;
	padding-bottom: 8px;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-style: italic;
	font-size: .9em;
}
#topMessageBannerImportant {
  color: yellow;
  background-color: #000000;
  font-style: normal;
  font-size: 1em;
}
#topMessageBanner a {
  color: yellow;
}
.navBar {
	float: left;
	width: 149px;
	border-right: 1px solid #000000;
}
.contentHolder {
	float: left;
	width: 670px;
	background-color: #ffffff;
	overflow:hidden;
}
/* end layout */

.RowTitles{
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	min-height:15px;
	display:block;
	clear:both;
	padding: 2px 4px 2px 4px;
	background:#a92024 url(../images/gradient.jpg) repeat-x bottom;
	border-bottom: 1px solid #4d4d4d;
	font-weight: bold;
	text-align: left;
}

.frontBanner{
	height: 75px;
	background-image: url(../images/frontBannerBack.jpg);
	background-color:#000000;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 483px;
	text-align: right;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display:block;
	text-decoration:none;
}

.adRail {
	float:left;
	width: 164px;
	text-align:center;
background-color: #ffffff;
border-left: 1px solid #000000;
}

.adRail img{
	margin:10px;
}
.boxAd{
	width:303px;
	height:270px;
	background-color: #FFFFFF;
	float:left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #5f605f;

}

.frontContentHolder {
	width:668px;
	float:left;
	text-align: left;
}

/*navigation */
#navDrop{
	width:152px;
}

.navBar li a {
	font-size: 13px;
	display:block;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
	padding: 4px 6px;
	border-bottom: 1px solid #cccccc;
	width:137px;
	background-color: #eeeeee;
}
.navBar li a:hover{
	border-left: 3px solid #A10C10;
	padding: 4px 3px;
	color:#A10C10;
	_width:144px;
}
.navBar .donateNow:hover, .navBar .donateNow {
border: none;
padding:0; 
margin:0;
}
.navBar ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.navBar li ul li a {
  font-variant: normal !important;
  text-transform: capitalize;
  font-weight: normal !important;
  padding-left: 12px;
  background: #aeaeae;
  background-image: none;
  border-bottom: 1px solid #eeeeee;
  font-size: 11px;
  width: 131px;
}

.navBar li ul li a:hover {
  padding-left: 9px;
}
.navBar li a.active {
  color: white;
  background: #a10c10;
  background-image: none;
}
.navBar li ul li a.active {
  background: #000000;
  color: white;
}
/* end navigation */
.fieldstatus {
	width: 163px;
	height: 155px;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	background: #ffffff url(/images/fieldstatus.png) no-repeat bottom;
  float:right;
  border-right:1px solid white;
  border-left:1px solid black;
}
.fieldName {
	padding-left: 5px;
	padding-top: 3px;
}
.statusTextOpen, .statusTextClosed {
padding-left: 2px;
}
.statusTextOpen {
color: #3C592D;
	padding-top: 0px;
}
.statusTextClosed {
color: #a10c10;
	padding-top: 0px;
}


.nextMatch {
	margin: 0px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-size:11px;
	border-bottom: 1px solid #000000;
background: #3a572b url(/images/nextMatchBack.jpg) bottom no-repeat;
}
.nextMatch a {
	color: yellow;
}

#tournaments td {
  text-align: center;
}
a img {
  border: none;
}
#headlines {
  text-align: left;
  background-color: white;
}
#headlines ul {
  list-style-type: none;
  padding: 5px;
  margin: 0;
}
#headlines li, #headlines #moreNews {
  margin-bottom: 5px;
  font-size: 11px;
}
#headlines a {
  text-decoration: none;
}
#moreNews {
  text-align: right;
  padding-right: 5px;
}
.mainContent{
padding-left: 15px;
padding-right: 15px;
min-height: 525px;
}

#footer {
  padding: 10px;
  text-align: center;
  font-size: .9em;
  background-color: #dfdfdf;
}
#daysEvents {
  font-size: 11px;
  padding-left: 10px;
}
#daysEvents h3 {
  margin-bottom: 0px;
  margin-top: 5px;
  padding-left: 0px;
}
#daysEvents ul {
  margin-top: 5px;
  padding-left: 20px;
  margin-bottom: 0px;
}
.gallery{
	width:550px;
	padding:10px;
	margin: 10px auto;
	border:solid 1px #333333;
	font-size:12px;
	text-align: center;
	background-color: #dfdfdf;
}
.galleryNav {
  width: 50px;
}
.photoCaption{
	text-align:center;
	margin:0px;
	padding:0px;
	width: 100%;
}
.otherGallery {
  float: left;
  margin: 10px;
  padding: 10px;
  border: 1px solid #666666;
  width: 140px;
  text-align: center;
  height: 120px;
}
.otherGallery img {
  padding-bottom: 5px;
}
h3 a, h3 a:visited {
  text-decoration: none;
  color:#a10c10;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.newsList td {
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
}
.newsList {
  width: 600px;
  margin: 0 auto;
}