
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #618d71;
	background-image: url(images/background.gif);
	margin: 0; 
	padding: 20px 0px;
	text-align: center; 
	color: #000;
}

p {
	line-height: 1.4em
}

blockquote {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 25px;
	color: #776c4d;
	line-height: 1.3em;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 2px solid #ccc;
}

ul, li {
padding: 0px; 
margin: 0px;
}

a {
	color: #003a78;
	font-weight: bold;
	text-decoration:none;
}

#container { 
	width: 950px;  
	background: #fff;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #eeece0;
} 

/*Tables*/

table {
	font-size: 85%;
	border: 1px solid #495965;
}

th {
  color: #edc;
  background-color: #495965;
  padding: .8em .8em;
}
tr td {
  color: #223;
  background-color: #f5dfb2;
}

td {
  padding: .3em .8em;
}

tr.odd td {
  color: #223;
  background-color: #f7d797;
}
tr.highlight td {
  color: #fff;
  background-color: #495965;
}

tr.highlight td a{
  color: #fff;
  background-color: #495965;
  text-decoration: underline;
}

/*NAVIGATION*/

#nav {
  background: #9a4747;
  font-weight: bold;
  font-family: "Lucida Grande","Helvetica","Arial",sans-serif;
}

#nav ul {
  width: 930px;
  overflow: hidden;
  margin: 0px;
}

#nav li {
  display: inline;
}

#nav li a {
  display: block;
  float: left;
  padding: .5em 1.5em;
  border-right: 1px solid #863737;
}

#nav a:link, #nav a:visited {
  color: #eef;
}

#nav a:hover {
  color: #445;
  background-color: #eb6;
}

#nav a:active {
  color: #667;
  background-color: #ec8;
}

#nav a.here:link,
#nav a.here:visited,
#nav .here:hover,
#nav a.here:active {
  color: #eef;
  background-color: #799;
}


/*HEADER*/

#header { 
	background: #2c3a45; 
	position: relative;
  	background-image: url(images/header_court.gif);
  	background-repeat: no-repeat;
  	background-position: top right;
  	border-bottom: 2px solid #c9a39c;
} 

#header img { 
	border: 0px;
} 

#header h1 {
	margin: 0; 
	padding: 10px 0; 
	color: #fff;
}

/*Next Match*/
#header div.next_match { 
	position: absolute;
	top: 27px;
	left: 570px;
	color: #ccc;
}

#header div.next_match ul { 
	list-style: none;
	margin-top:5px;
	font-size: .8em;
	color: #fff;
} 

#header div.next_match ul { 
	list-style: none;
	margin-top:5px;
	font-size: .8em;
	color: #fff;
} 

#header div.next_match ul li img.flag { 
	margin-top:3px;
	margin-bottom: -3px;
	margin-right:5px;
} 

#header div.next_match ul li.nm_tour { 
	list-style: none;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 1.2em;
	font-weight: bold;

}


/*Latest Match*/
#header div.latest_match { 
	position: absolute;
	top: 27px;
	left: 740px;
	color: #412020;
} 
#header div.latest_match ul { 
	list-style: none;
	margin-top:5px;
	font-size: .8em;
	color: #fff;
} 

#header div.latest_match ul li img.flag { 
	margin-top:3px;
	margin-bottom: -3px;
	margin-right:5px;
} 

#header div.latest_match ul li.lm_tour { 
	list-style: none;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 1.2em;
	font-weight: bold;

}


/*Diary*/
#diary_wrapper {
	background-color: #393939;
	padding: 5px 5px 40px 5px;
	background-image: url(images/planner.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:20px;
}

#diary_wrapper h3 {
	color: #efedc7;
	padding-left: 10px;
	font-size: 1.2em;
}

#diary_wrapper .btn {
	padding: 3px;
	background: #f4c626;
	padding:7px;
	float:right;
	border-top: 5px solid #393939;
	font-size: 1em;
}

#diary {
	background: #efedc7;
	padding:20px 15px 10px 15px;
}

#diary ul {
	color: #666;
	list-style: none;
}

#diary ul li {
	font-size: .85em;
	color: #666;
	background: url(images/icon_cal.gif) no-repeat;
	padding-left: 20px;
}

#diary ul li a.entry {
	font: 1.2em Georgia, Times, Times New Roman, serif; 
	text-transform: none;
	display: block;
	margin-bottom: 15px;
}



/*SIDEBAR*/

#sidebar {
	float: right; 
	width: 260px; 
	padding: 0 20px 20px 20px;
	position: relative;
}

/*Schedule*/
#sch_wrapper {
	background-color: #393939;
	padding: 5px 5px 40px 5px;
	background-image: url(images/sch.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:20px;
}

#sch_wrapper h3 {
	color: #efedc7;
	padding-left: 10px;
	font-size: 1.2em;
}

#sch_wrapper .btn {
	padding: 3px;
	background: #f4c626;
	padding:7px;
	float:right;
	border-top: 5px solid #393939;
	font-size: 1em;
}

#sch {
	background: #efedc7;
	padding:20px 15px 10px 15px;
}

#sch ul {
	color: #666;
	list-style: none;
}

#sch ul li {
	font-size: .85em;
	color: #666;
	padding-left: 20px;
}

#sch ul li a.entry {
	font-size: 1.1em; 
	text-transform: none;
	display: block;
	margin-bottom: 15px;
}

/*General Sidebar Box*/

#gen_wrapper {
	background-color: #393939;
	padding: 5px 5px 40px 5px;
	margin-top:20px;
}

#gen_wrapper p {
	color: #fff;
	padding: 5px 10px;
}

#gen_wrapper img {
	display:block;
	margin-left:auto;
	margin-right:auto; 
	color: #fff;
	border: 2px solid #fff;
}

#gen_wrapper table {
	display:block;
	margin-left:auto;
	margin-right:auto; 
}

#gen_wrapper tr td {
	vertical-align: top;
}


#gen_wrapper h3 {
	color: #efedc7;
	padding-left: 10px;
	font-size: 1.2em;
}

#gen_wrapper .btn {
	padding: 3px;
	background: #f4c626;
	padding:7px;
	float:right;
	border-top: 5px solid #393939;
	font-size: 1em;
}
#gen {
	background: #efedc7;
	padding:20px 15px 10px 15px;
}

#gen ul {
	color: #666;
	list-style: none;
}

#gen ul li {
	font-size: .85em;
	color: #666;
	padding-left: 20px;
}

#gen ul li a.entry {
	font-size: 1.1em; 
	text-transform: none;
	display: block;
	margin-bottom: 15px;
}

/*MAIN CONTENT*/

#mainContent { 
	margin: 0 280px 0 0; 
	padding: 20px; 
} 


#mainContent h1{ 
	font-size: 2em;
  	font-family: "Lucida Grande","Helvetica","Arial",sans-serif;
	color: #333;
	margin: 0 0 15px 0; 
	padding: 0 0 3px 10px;
	background-image: url(images/h1_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
} 


#mainContent .date{ 
	color: #666;
	font-size: .8em;
	font-weight: bold;
	margin-bottom:20px;
	padding: 0 0 0px 20px;
	background-image: url(images/icon_cal.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
} 


#mainContent img.outline { 
	padding:3px;
	border: 2px solid #ccc;
} 

#mainContent h2{ 
	font-size: 1.2em;
	font-weight: bold;
  	font-family: "Lucida Grande","Helvetica","Arial",sans-serif;
	color: #333;
	padding: 15px 0 3px 0px;
} 



/*Featured NEWS*/

#feat_news {
 	background: #333; 
	padding: 10px; 
	list-style: none;
	height: 230px;
}

#feat_news img {
	float: right;
	border: 1px solid #ccc;
}

#feat_news_txt{
	color: #fff;
	float: left;
	padding: 3px;
	width:200px;
}

#feat_news_txt ul {
	list-style:  none;
	vertical-align: middle;
}

#feat_news_txt ul li.new {
 	color: #f4c626;
	font-size: .8em;
	font-weight: bold;
}

#feat_news_txt ul li.news_name {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}

#feat_news_txt ul li span.view_btn {
	font-size: .8em;
	font-weight: bold;
	background: #f4c626;
	padding:3px 5px;
	color: #333;	
}


/*Other NEWS*/

#other_news {
 	background: #333; 
	padding: 10px; 
	margin-top:25px;
	list-style: none;
	height: 230px;
}

#other_news img {
	float: right;
	border: 1px solid #ccc;
}

#other_news_txt{
	color: #fff;
	float: left;
	padding: 3px;
	width:200px;
	margin-top: 10px;
}

#other_news_txt ul {
	list-style:  none;
	vertical-align: middle;
	margin-top:10px;
}

#other_news_txt ul li {
	font-size: .8em;
	line-height: 1.1em;
	margin-bottom:10px;
}


#other_news_txt ul li a {
	color: #f4c626;
}

#other_news_txt ul li.new {
 	color: #f4c626;
	font-size: .8em;
	font-weight: bold;
	margin-bottom:5px;
}

#other_news_txt ul li.news_name {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}

#other_news_txt ul li span.view_btn {
	font-size: .8em;
	font-weight: bold;
	background: #f4c626;
	padding:3px 5px;
	color: #333;	
}

/*Featured Photo Gallery*/

#feat_gallery {
 	background: #333; 
	padding: 3px; 
	border-left: 15px solid #f4c626; 
	margin-top:25px;
	list-style: none;
	height: 61px;
}

#feat_gallery img{
	float: right;
}

#feat_gallery_txt{
	color: #fff;
	float: left;
	margin-left: 10px;
	padding: 3px;
}

#feat_gallery_txt ul {
	list-style:  none;
	vertical-align: middle;
}

#feat_gallery_txt ul li.new {
 	color: #f4c626;
	font-size: .8em;
	font-weight: bold;
}

#feat_gallery_txt ul li.gallery_name {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}

#feat_gallery_txt ul li span.view_btn {
	font-size: .8em;
	font-weight: bold;
	background: #f4c626;
	padding:3px 5px;
	color: #333;	
}


#home_right {
	margin-top:10px;
	float: right;
	width: 45%;
}

#home_right h2{
	font-size: 1.1em;
	background: #333;
	color: #ffcc33;
	padding: 5px 10px;
		
}

#home_right .btn {
	padding: 3px;
	background: #f4c626;
	padding:5px;
	float:right;
	border-top: 5px solid #393939;
	font-size: 1em;	
}


#home_left {
	margin-top:10px;
	float: left;
	width: 45%	
}


#home_left h2{
	font-size: 1.1em;
	background: #333;
	color: #ffcc33;
	padding: 5px 10px;
		
}

#home_left .btn {
	padding: 3px;
	background: #f4c626;
	padding:5px;
	float:right;
	border-top: 5px solid #393939;
	font-size: 1em;	
}

/*FOOTER*/

#footer { 
	font-weight: bold;
	margin-top:25px;
	padding: 0 10px 0 20px; 
	background:#2c3a45; 
	clear:both;
	position: relative;
} 


#footer img { 
	padding: 0 10px 15px 0px;

} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 
	color: #fff;
}

.float_rt { 
	float: right;
	margin-left: 15px;
	margin-bottom:10px;
}

.float_lft { 
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

/*LIGHTBOX EFFECTS*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


