a {
	color: #000099;
}
.odd {
	background-color: #666666;
}
.even {
	background-color: #999999;
}
.straight
{
	font-weight:bold;
	color:#F00
}
#header {
/*	position: static;*/
	width: 100%;
	height: 120px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	text-align: center;
      }
#sidebar {
/*	position:relative;*/
float:left;
	width: 10em;
	height: 100%;
	top: 10px;
	right: auto;
	bottom: 2em;
	left: 0;
	overflow:visible ;
      }
	  
@media print
{
#sidebar
{
	display:none
}
#header
{
	display:none
}
}



#main {
	/*	position:static;*/
	width: auto;
	height: auto;
	top: 10px;
	right: 0;
	bottom: 1.5em;
	/*	left: 10em;*/
	left:0;
	/*	overflow: auto;*/
	text-align: left;
      }
#footer {
	visibility:hidden;
/*	position: fixed;*/
	width: 100%;
	height: 1em;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;

	margin:0.25em;
 }
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color:#C93;
	text-align: center;
}
.minutes
{
	background-color:#FFF
}
.centertext
{
	text-align:center
}
.imgfloatleft { float: left;
margin-left:1em;
}

#date
{
	text-align:center;
	margin-left:1em;
	margin-right:1em;
}

.cpsablue {
	color: #009;
}
.imgfloatright {
	float: right;
}
.imgfloatleft {
	float: left;
}

.shrink {
	display:inline-block
}

.fixcenter
{
	clear:both;
}

.bigheader {
	font-size: xx-large;
}
.justified { text-align:justify }
.centred
{
	
	text-align:center;
	clear:both;
	font-style: italic;
	font-weight: bold;
	}
.floatercaption
{
	text-align:center;
	clear:both;
	font-size:small;
	font-style:italic;
	}
	
.boxed
{
	border:1px solid black;
	padding:0px;
	margin:3px;
	background-color:#FFF;
	overflow:auto;
}

.memorium
{
	border:6px solid black;
	padding:2px;
	margin:3px;
	background-color:#FFF;
	overflow:auto;
}


.boxed2
{
	border:1px solid black;
	padding:0px;
	margin:3px;
	background-color:#DDD;
	overflow:auto;
}
	
.fixturetable {
	text-align:left;
	background-color: #FFF;
	border:1px solid black;
	border-spacing:0px;
	border-collapse:collapse;
	margin:5px;
	color: #39F;
	font-weight: bold;
}
.fixturetable th
{
	padding:5px;
	text-align:left
	} 
.provisional {
	font-size: large;
	font-weight: bold;
	color: #F00;
}
.fixturetable td {
	padding:5px;
	margin:5px;
	border:1px solid black;
	color: #000;
} 

.nofloat {
	clear:both;
}

.dcmenu
{
	list-style:none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 10em;
	top:0;
}

ul.dcmenu ul
{
	position:relative;
	left:3em;
	top:0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 6.4em;/*if font size is 100% then this needs to be 8.2em*/
	top: 0;
}

.fiftyperc
{
	width:30%;
}
.pink {
	font-family: Verdana, Geneva, sans-serif;
	color: #F06;
	font-size: large;
	font-weight: bold;
}
.imgfloatleftpadded { float: left;
margin-left:1em;
padding: 1em
}
.imgfloatrightpadded {
	float: right;
padding: 1em
}
.paddedboxed
{
	border:1px solid black;
	padding:3%;
	background-color:#FFF;
	overflow:auto;
	margin: 5px;
}
.fixturetableheading
{
	color:#000;
	background-color:#00C4C4;
	border-color:#00C4C4
}
.fixturetable tr:nth-child(2n) td {
	background-color: #FF9;
}
.fixturetable tr:nth-child(2n+1) td {
	background-color: #66FFFF;
}
.fixturetable tr:nth-child(1) td {
	background-color:#3CC
}
