body
{
	background-image: url(../images/bgd1.jpg);
	text-align:center;
	margin: 20px 10px 10px 10px;
}

#header 
{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: #5195CE url(../images/bugc_logo.png) no-repeat top right;
	height:145px;
	border: 4px solid #fff;
	border-bottom: 1px solid #fff;
 }
 
 #panorama
 {
	margin: 0 auto;
	width:960px;
	height:110px;
	background-image: url(../images/header.jpg); 
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 1px solid #fff;
 }
 
 #headerTitle
 {
	font-size:40px;
	font-family: trebuchet ms;
	padding-top:79px;
	color: #fff;
 }
 
 #nav
 {
	margin: 0 auto;
	width:960px;
	height:28px;
	background:#4A82B3;
	text-align:left;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;

 }
 
 #content
 {
 	margin: 0 auto;
	width:960px;
	background: #fff;
	border: 4px solid #fff;
	text-align:left;
	font-family: trebuchet ms;
	font-size:13px;
	color: #555;
	padding-bottom:50px;

 }
 
 .entry
 {
 	padding-left:30px;
 		
 }
 
 a 
 {
	color: #555;
}

a:hover 
{
	text-decoration: none;
	color: #FC3E1A;
}
 
 h1, h2, h3 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 
{
	padding-left:30px;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 1.7em;
}

h3
{
	padding:0px;
	margin:0px;
	text-decoraation:underline;	
	
}
 
#footer
{
 	background: #02243C;
  	margin: 0 auto;
	width:960px;
	color: #fff;
	font-family: arial;
	font-size:11px;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	clear:both;
 }
 
#nav ul 
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li 
{
	
	float: left;
	border-right: 1px dotted #ccc;
	text-align:center;
	height:28px;

}

#nav li a 
{
	width: 87px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 5px;
}

#nav li a:visited 
{
	color: #FFFFFF;
	text-decoration: none;

}

#nav li a:hover 
{
	color: #fff;
	text-decoration: none;
	background-color: #5195CE;
}

/*
 *  YUI POPUP
 */
 
 .yuiPopup
 {
 	text-align:left;
 	font-size: 13px;
 	font-family: trebuchet ms;	
 	font-weight:normal;
	color: #555;
 }

/*
 * EVENT LIST HEADER
 */
 
 .eventListHeader
 {
	font-weight:bolder;
	font-size:16px;
	color: #04283B;
	padding-bottom:15px;
	border:0px;
}

/*
 *CALENDAR
 */

.the_date_1
{
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/calendar_blue.png) no-repeat;
	width:40px;
}

.the_date_2
{
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/calendar_grey.png) no-repeat;
	width:40px;
}

.date_m 
{
	display:block;
	font-size: 11px;
	margin:0;
	padding:0;
	font-weight: bold;
	text-align:center;
	color:#fff;
}

.date_d 
{
	display:block;
	font-size:12px;
	margin:0;
	padding:0.5em 0 0.5em 0;
	text-align: center;
}

/*
 *TABLE
 */

.tableHeaderHolder 
{
	width:100%;
	border: 1px solid #888;	
	border-bottom: 0px
}

.tableBodyHolder
{
	width:100%;
	height:245px;
	overflow:auto;
	overflow-x:hidden;
	border:1px solid #bbb;
	/*border-right:0px;*/
	border-top: 0px;
	/*border-left: 1px dotted #bbb;*/
}

.tableBodyHolder td
{
	border-left: 0px;
}

table
{
	border-collapse: collapse;
}

tr
{
	height:30px;
}
td, th
{
	padding-left: 3px;
	padding-right: 3px;	
}

th
{
	border: 1px solid #ccc;
	background : #034a73;
	color: #fff;
}

td
{
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #ccc;
	spacing:0px;
}

.oddRow 
{
	background-color:#fff;
}

.evenRow 
{
	background-color: #eeeeff;
}

.highlightedRow
{
	background-color: #FAEED7;
}

.monthRow, .initialRow
{
	background-color: #eee;
	font-weight:bolder;	
	color: #444;
}

.monthRow
{
	padding-left:16px;	
}


.layoutTable
{
	
}

.layoutTable td
{
	border : 0px;
	padding-top: 8px;
	padding-bottom:8px;
	padding-left: 0px;
}

.button
{
	width:80px;
	height:25px;
}

.mandatory
{
	color: #f00;
}

.formInstructions
{
	margin-top:20px;
	font-weight:bold;	
}

.invalidField
{
	border : 1px solid #f00
}

input, select, textarea
{
	/*background-color: #efefef;
	border: 1px solid #cccccc;*/
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

option
{
	padding-top:3px;
	padding-bottom: 3px;
}

a img
{
	border: 0px;
}

/* EMAIL */

.emailBody
{
	background-color : #fff;
	padding-left:10px;	
}

.newsItem th 
{
	background-color : #fff;
	border: 0px;
	border-top : 5px solid #333;
	border-bottom : 5px solid #333;
	font-size : 16px;
}

.newsItemTitle
{
	width:450px;
	text-align:left;
	color : #000;
	padding-left: 15px;
}

.newsItemText
{
	padding-top : 10px;
	border: 0px;	
}

.tableHeaderHolder th
{
	border : 0px;	
}

/*
 * MEMBERS TABLE 706px 
 */
.membersTableHeaderCol1, .membersTableDataCol1 
{
	text-align:left;
	width:220px;
}

.membersTableDataCol1 
{
	border-right:0px;
}

.membersTableHeaderCol2, .membersTableDataCol2
{
	text-align:left;
	width:100px;
}

.membersTableDataCol2
{
	border-left:0px;
	text-align:right;
}

.membersTableHeaderCol3, .membersTableDataCol3
{
	text-align:left;
	width:320px;
}

.membersTableHeaderCol4
{
	text-align:center;
	padding-right:14px;
	width:66px;
}

.membersTableDataCol4
{
	text-align:center;
	width:50px;
}

/*
 * FIXTURES TABLE 706px
 */

.fixturesTableHeaderCol1, .fixturesTableDataCol1
{
	text-align:center;
	width:70px;
}

.fixturesTableHeaderCol2, .fixturesTableDataCol2
{
	text-align:left;
	width:190px;
}

.fixturesTableHeaderCol2
{
	padding-left:8px;
}

.fixturesTableDataCol2
{
	border-right:0px;
}

.fixturesTableHeaderCol3, .fixturesTableDataCol3
{
	text-align:right;
	width:100px;
}

.fixturesTableDataCol3
{
	border-left:0px;
}

.fixturesTableHeaderCol4, .fixturesTableDataCol4
{
	text-align:center;
	width:80px;
}

.fixturesTableHeaderCol4
{
	padding-left:40px;
}

.fixturesTableHeaderCol5, .fixturesTableDataCol5
{
	text-align:left;
	width:190px;
}

.fixturesTableHeaderCol5
{
	padding-left:20px;	
}

.fixturesTableHeaderCol6
{
	text-align:right;
	padding-right:25px;
	width:76px;
}


.fixturesTableDataCol6
{
	text-align:center;
	border-right:0px;
	width:60px;
}

/*
 * POSTS TABLE
 */

#posts th
{
	border:1px solid #888;
	border-bottom:0px;
}

.postsTableCol1
{
	text-align:center;
	width:15%;
}

.postsTableCol2
{
	text-align:left;
	width:20%;
}

.postsTableCol3
{
	text-align:left;
	width:35%;
}

.postsTableCol4
{
	text-align:left;
	width:30%;
}

/*
 * POPUP
 */

/*
.popupHeader
{
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	/color: #fff;
}
*/

.homePageBox
{
	border: 1px solid #ddd;
	height:170px;
	padding:2px;
	margin-bottom:8px;
	overflow-y:scroll;	
}

.popupDetailsTable
{
	border: 0px;
}

.popupDetailsTable td
{
	border : 0px;
	padding-top: 0px;
	padding-bottom:0px;	

}

.addMemberSpacer
{
	
}

.exportMembersSpacer
{
	margin-left:335px;	
}

.getFlashSpacer
{
	margin-left:205px;	
}

.addFixtureSpacer
{
	
}

.exportFixturesSpacer
{
	margin-left:122px;	
}

.eclecticHoleHeader
{
	width:20px;
}

.birdieCell
{
	border:1px solid #444;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	background: #ffcc99;
	text-align: center;
}

.eagleCell
{
	border:1px solid #111;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	background: #ff6633;
	text-align: center;	
}

.albatrossCell
{
	border:1px solid #000;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	background: #444;	
	color:#fff;
	text-align: center;
}

.eclecticLeagueTable img
{
	width:20px;
	height:20px;	
}

.navButtonBar
{
	margin-top:10px;
	text-align:right;	
}

.navButtonBar button
{
	color:#f00;
}
