/* Tag styles */

body, p, h1, h2, h3, h4, a, li, label, div, td{
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	margin:0px;
	text-align: center;
}

h1{
	color:#990033;
	font-size:26px;
}

h2{
	color:#990033;
	font-size:16px;
}

p, li, label, div, td{
	color:#000099;
	font-size:12px;
}

label
{
	font-weight:bold;
	padding-right:10px;
}

img
{
	border: none 0px white;
}

th
{
	color:#990033;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
}

td
{
	vertical-align:top;
}

input[type=text], input[type=password], textarea
{
	color:#990033;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border:solid 1px #000099;
}

a {
	color:#990033;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	color:#000099;
	text-decoration: none;
}

a.back
{
	font-size:16px;
	padding-left:25px;
	background:white url('images/backarrow.gif') no-repeat scroll top left;
}

a.back:hover{
	background:white url('images/backarrowselected.gif') no-repeat scroll top left;
}



/* Classes */

.organiser
{
	display:block;
	float:left;
	padding-bottom:30px;
}

.organiserphoto
{
	margin-left:30px;
	width:120px;
	float:left;
	display:inline;
}

.bold
{
	font-weight:bold;	
}

#btnSubmit
{
	float:right;
}

table.fullwidth
{
	width:100%;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}


/* Page */

#background
{
	margin: 0px auto;
	width: 780px;
	background: white url('images/background.gif') repeat-y scroll top left;
}

#background-top
{
	background: url('images/header.gif') no-repeat scroll top left;
	padding-top:103px;
}

#body 
{
	padding: 0px 0px 7px 20px;
	background: url('images/bottom.gif') no-repeat scroll bottom left;
	text-align: justify;
}

#footer_clear
{
	clear: both;
}

/* Navigation Bar */

#sidebar
{
	float:left;
	width: 160px;
	margin-bottom:10px;
}

#navbar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000099;
}

#navbar ul {
	width: 150px;
	margin: 0;
	padding: 0;
}

#navbar li {
	width: 140px;
	list-style: none;
	padding: 5px 0px 5px 0px;
	background-color:#ABD4FF;
	margin-top: 5px;
	font-weight:bold;
	background: url('images/buttonarrow.gif') no-repeat scroll top right;
}

#navbar a 
{
	padding-left:5px;
	width: 140px;
	text-decoration: none;
	color:#990033;
}

#navbar a:hover {
	color:#000099;
	text-decoration: underline;
}

#navbar li.pressed {
	background: url('images/buttonarrowsel.gif') no-repeat scroll top right;
}

#navbar li.pressed a {
	color: #000099;
}

#navbar li.pressed a:hover {
	color: #990033;
}


/* Content */

#content
{
	float:left;
	width:580px;
}

/* Right Bar */

#rightbar{
	top: 0px;
	float: right;
	display: block;
	text-align: right;
	padding-left:10px;
}

/* Messaging */

div.errorMessage
{
	color:red;
	border: dashed 2px red;
	padding-left:50px;
	background: white url("images/error.gif") no-repeat scroll 10 middle;
}

div.errorMessage p, div.errorMessage li
{
	color:Red;
}

div.informationMessage
{
	color:Blue;
	border: dashed 2px blue;
	padding-left:50px;
	background: white url("images/info.gif") no-repeat scroll 10 middle;
}

div.informationMessage p, div.informationMessage li
{
	color:blue;
}

/* Submission */
.submission
{
	padding-left:20px;
}

.submission .title
{
	display:block;
	color:#990033;
	font-size:18px;
}

.submission .date
{
	display:block;
	color:#990033;
	font-size:12px;
}

.submission .text
{
	display:block;
	color:#000099;
	font-size:14px;
}

/* Fixtures */

h2.fixtures
{
	margin-bottom:0px;
}

table.fixturesTable th.aligncenter{text-align:center;}

/* Photos */

.photoPreview
{
	float:left;
	padding-bottom:20px;
	width:180px;
	height:220px;
	text-align:center;
}

.photoPreview img
{
}

.photoPreview p
{
	font-size:10px;
	font-style:italic;
	margin-bottom:0px;
}
