body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #444;
	background: url(../images/bg.gif);
	height: 100%;
}
#container, #containerAdmin
{
	width: 980px;
	margin: 25px auto auto auto;
	background: #fff;
	border: 1px solid #E9E9E9;
}
#header
{
	position: relative;
	width: 100%;
	height: 123px;
	border-bottom: 1px solid #009;
}
#title, #banners
{
	float: left;
	width: 497px;
	height: 90px;
	margin: 0;
	padding: 0;
}
#banners
{
	width: 468px;
	height: 75px;
	margin: 15px 15px 0 0;
}
#content, #contentAdmin
{
	float: left;
	padding: 0 30px 0 15px;
	text-align: justify;
	width: 600px;
	display: inline;
	font-size: 9pt;
}
.fifty
{
	background: url('../images/50.jpg') center 50px no-repeat;
}
#contentAdmin
{
	width: 950px;
	padding: 0 15px;
}
.contentBox
{
	float: left;
	width: 290px;
	padding: 0 5px 0 5px;
	font-size: 8pt;
}
.contentBox a, .contentBox a:link, .contentBox a:visited, .contentBox a:active, .contentBox a:hover
{
	color: #444;
}
#left
{
	float: left;
	margin: 0 0 0 15px;
	width:135px;
	display: inline;
	min-height: 500px;
}
#right
{
	float: left;
	width:185px;
	display: inline;
}
#right ul 
{
	margin: 0 0 0 12px;
	padding: 0;
}
#foot
{
	background: #E9E9E9 url(../images/foot.jpg) top left repeat-x;
	padding: 2px;
}
h1, h2, h3, h4, h5, h6
{
	color: #fff;
	background: #009;
	padding: 1px 0 2px 15px;
	margin: 14px 0 10px -15px;
	font-size: 14pt;
	z-index: 1;
	background: #009 url(../images/heading.jpg) top left repeat-x;
}
h2
{
	font-size: 13pt;
}
h3
{
	font-size: 10pt;
}
h4
{
	font-size: 9pt;
}
h5
{
	font-size: 8pt;
}
h6
{
	font-size: 8pt;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	background: #fff;
	color: #009;
	border-bottom: 1px solid #009;
	margin: 14px 0 10px 0;
}
p
{
	margin: 5px 0 5px 0;
}
a, a:link, a:visited, a:active, a:hover
{
	text-decoration: underline;
	color: #009;
	z-index: 1;
}
a:hover
{
	text-decoration: none;
}
hr
{
	border: 0;
	height: 1px;
	color: #009;
	background-color: #009;
}
ul li
{
	list-style-type: square;
}
img
{
	border: none;
}
.flaotLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.clear
{
	clear: both;
}
.row, .rowAlt {
	padding: 2px 0 2px 0;
	background: #fff;
	font-weight: bold;
	border-bottom: dotted 1px #CCCCCC;
}
/* CLUBHOUSE DIARY */
.rowAlt {
	background: #FFFFCC;
}
.diaryDetails {
	font-weight: normal;
	padding: 2px 0 2px 25px;
}
textarea
{
	width: 400px;
	height:	250px;
}
.images
{
	text-align: center;
}
.images img
{
	margin: 0 5px 15px 0;
}
#div
{
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/bg.png);
	_background: none; /*IE6 ONLY HACK*/
	z-index: 2000;
}
#div img
{
	border: 5px solid #009;
	margin: 164px 0 0 0;
}
#closeImg
{
	background: #fff;
	cursor: pointer;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	padding: 10px;
	font-size: large;
}
table
{
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
}
table.full
{
	width: 100%;
}
td
{
	padding: 1px 2px;
}
thead td
{
	background: #E9E9E9;
	font-weight: bold;
	padding: 2px;
}
td.nowrap
{
	white-space: nowrap;
}
#content h2.banner
{
	padding: 0 0 0 100px;
	height: 35px;
	background: url('../images/50.gif') top left no-repeat;
}
.small
{
	font-size: .8em;
	color: #060;
}