/* ID Definitions for Layout */
	#Master {
	width: 955px;
	border-left: 4px solid #73AD3A;
	border-right: 4px solid #73AD3A;
	border-bottom: 4px solid #73AD3A;
	margin: 0 auto;
	/*margin-left: 10px;*/
	}
	
	#Header {
		border-top-width: 5px;
		border-top-color: #6699FF;
		border-top-style: solid;
		border-bottom-width: 5px;
		border-bottom-color: #73AD3A;
		border-bottom-style: solid;
		float: left;
		margin-top: 2px;
		width: 100%;
	}
	
	#Header_Left {
	float:left;
		
	}
	
	#Header_Right {
	float:right;
	text-align: right;
	}
	
	#Ribbon {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 99%;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	#Content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		/*background-color: #DAD7CF;*/
		width: 950px;
	}
	
	#Left_3column {
		float: left;
		margin: 5px;
		width: 32%;
	
	}
	
	#Centre {
		width: 34%;
		margin: 5px;
		float: left;
		
	}
	
	#Left_2column {
		float: left;
		margin: 5px;
		width: 67%;
	
	}
	
	#Right {
		float: left;
		width: 30%;
		margin: 5px;
	
	}
	
	#Footer {
		clear:both;
		margin-top: 5px;
		margin-bottom: 5px;
		background-color: #A3C159;
		border: 1px solid #73AD3A;
	}
	
	#Login {
		clear:both;
		margin: 10 auto;
		width: 250px;
		text-align: center;
	}
	
	
/* Alignments */

	.alignleft {
	text-align: left;
	}
	
	.alignright {
	text-align: right;
	}
	
	.aligncenter {
	text-align: center;
	}
	
/* Global Styles */
	
	body {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
	}
	
	a:link {
		color: #0000CC;
		
	}
	
	a:visited {  
		color: #0000CC;
		text-decoration: underline;
	}
	
	a:active {
		color: #FF6600;
		text-decoration: underline;
	}
	
	a:hover {  
		color: #FF6600;
		text-decoration: underline
	}

/* Box Styles */
	
	.box {
		background-color: #FFFFFF;
		padding: 5px;
		border: 1px solid #6699FF;
		margin-top: 5px;
	}
	
	.boxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699FF;
	padding-left: 5px;
	line-height: 16px;
	background-image: url(../img/boxheadbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
	.blue {
		border: 1px solid #6699FF;
	}

	.highlight {
	background-color: #D5E3B7;
	
	}

	.newssummaryitem {
	padding: 2px;
	
	}
	
	.relative {
	position: relative;
	}
	
	
	.star {
	background-image: url(../img/star.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 25;
	left: -30px;
	top: -20px;
	height: 70px;
	width: 70px;
		}
	
/* Form Styles */
	
	.formentrylabel {
		width: auto;
		text-align:right
	}
	
	.formentryerror {
		width: auto;
	}
	
/* Text Styles */
	
	.formentrylabel {
		font-size: 10px;
		color: #6699FF;
		font-weight: normal
	
	}
	
	.formentryerror {
		font-size: 10px;
		color: #FF0000;
		font-weight: normal;
	}
	
	.newstext {  
		font-size: 9pt
	}
	
	.newsheadline {
		font-size: 9pt;
		color: #73AD3A;
		font-weight: bold
	}
	
	.newssubhead {
		font-size: 8pt;
		color: #669933;
		font-weight: normal
	}
	
	.eventheadings {
		font-weight: bold;
		color: #FFFFFF;
		font-size: 10pt;
		background-color: #6699FF;
		text-align: left;
		text-indent: 5px;
	}

	.eventtitle {
		font-size: 9pt;
		color: #5588FF;
		font-weight: bold;
	}
	.eventname {
		font-size: 10pt;
		color: #009900;
		text-align: center;
		font-weight:bold;
	}

	.eventdate {
		font-size: 10pt;
		color: #73AD3A;
	}

	.tagline {
		font-size: 9pt;
		color: #000000;
	}

	.taghighlight {
		color: #FF6600;
	}

/* Redefinitions of standard tags */

	h2 {
		font-size: 9pt;
		color: #5588FF;
		font-weight: bold
	}
	
	li {
	line-height: 1.5em;
	list-style-image: url(../img/bullet.gif);
	
	}

/* Backgrounds */
	
	.bg1 {
		background-image: url(../img/runner1.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
	}

	.dark {
		background-color: #F3F3F3;
	}
/* Ribbon styles */
		
	#Ribbon a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A3C159;
	height: 30px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
	#Ribbon a:visited {
		color: #FFFFFF;
		background-color: #A3C159;
	}
	
	#Ribbon a:active {
		color: #FFFFFF;
		background-color: #6699FF;
		
	}
	
	#Ribbon a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #E37439;
	background-image: url(../img/corner.png);
	}

/* Jargon Links */

	a.jargon {
		position: relative;
		color: #000066;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #0000FF;
		z-index: 24;
	}
	
	a.jargon:hover {
		color: #E37439;
		border-bottom-style: solid;
		border-bottom-color: #E37439;
		cursor: help
		z-index: 25;

	}
	
	a.jargon:active {
		
	}
	
	a.jargon span.tooltip {
	display: none;
	}
	
	a.jargon:hover span.tooltip{
	display: block;
	position: absolute;
	top: 1.9em;
	left: 2em;
	height: auto;
	width: 150px;
	padding: 2px;
	background-color: #FFFFCC;
	font-size: 11px;
	color: #000000;
	border: 1px solid #E37439;
	z-index: 1;
	}

/* Fixtures tables */

.cancelled {
	background-color: #F3F3F3;
	border: 1px dotted #FF3232;
}

.normal {
background-color: #CCE6FF;
}

.cancelled icon {
background-image: url(../img/cancelled.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 25;
	right: -20px;
	top: -10px;
	height: 30px;
	width: 30px;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:inline;
    margin:2 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* Button Colours */

button:hover, .buttons a:hover {
background-color:#DFF4FF;
border:1px solid #C2E1EF;
color:#336699;
}
.buttons a:active {
background-color:#6299C5;
border:1px solid #6299C5;
color:#FFFFFF;
}
button.positive, .buttons a.positive {
color:#529214;
}
.buttons a.positive:hover, button.positive:hover {
background-color:#E6EFC2;
border:1px solid #C6D880;
color:#529214;
}
.buttons a.positive:active {
background-color:#529214;
border:1px solid #529214;
color:#FFFFFF;
}
.buttons a.negative, button.negative {
color:#D12F19;
}
.buttons a.negative:hover, button.negative:hover {
background:#FBE3E4 none repeat scroll 0%;
border:1px solid #FBC2C4;
color:#D12F19;
}
.buttons a.negative:active {
background-color:#D12F19;
border:1px solid #D12F19;
color:#FFFFFF;
}


/* IE PNG Hack */

img, div, { behavior: url(iepngfix.htc) }
