body {
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	background-image: url(../images/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	
}

body, input, select, textarea, td {
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #393939;
}

input, select, textarea {
	vertical-align: middle;
}

input.text {
	height: 15px;
	background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid silver;
	padding: 2px;
	width: 150px;
}

input.submit {
	width: 80px;
	height: 25px;
	border: none;
	background-image: url(../images/submit_bg.gif);
	background-color: transparent;
}

a {
	text-decoration: none;
	color: black;
	
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	color: black;
} 

h1, div.news table.header td.title {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

div.page {
	width: 800px;
	text-align: left;
	margin:auto;
}

div.page table.main {
	width: 800px;
}

/** Header **/
td.header {
	height: 95px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
}

td.header table {
	width: 100%;
}

td.header table td {
	color: white;
}

td.header table a {
	text-decoration: none;
	color: white;
}

td.header table  a:link {
	
}
td.header table a:visited {
}
td.header table a:hover {
	text-decoration: underline;
	color: white;
}
td.header table a:active {
	color: white;
} 

table.mainmenu {
	margin-top: 3px;
	margin-bottom: 6px;
}

td.menu, td.content, td.information {
	padding-top: 10px;
}

td.content {
	text-align: justify;
}

td.content a {
	color: #167914;
}


/** Menu **/
td.menu {
	width: 140px;
	padding-right: 10px;
}

td.menu a {
	display: block;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0px;
	border-bottom: 1px solid silver;
}

td.menu a:link {
	color: #10720d;
}
td.menu a:visited {
	color: #10720d;
}
td.menu a:hover {
	color: white;
	background-color: #66da63;
}
td.menu a:active {
} 

td.menu a.indent {
	padding-left: 20px;
	border-bottom: none;
}

/** Content **/
td.content {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #10720d;
	border-right: 1px solid #10720d;
	width: 480px;
}

/** Information **/
td.information {
	width: 140px;
	padding-left: 10px;
}

div.section {
	margin-bottom: 10px;
	border: 1px solid #10720d;
}

div.section div.sectiontitle {
	background-color: #66da63;
	padding-left: 5px;
	padding-right: 5px;
	color: #10720d;
	border-bottom: 1px solid #10720d;
}

div.section div.sectionbody {
	padding-left: 5px;
	padding-right: 5px;
}

div.section div.sectionbody div {
	margin-bottom: 4px;
}

/** Footer **/
div.footer {
	display: block;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #10720d;
	margin-top: 10px;
	padding-top: 5px;
}

div.footer img {
	margin-left: 10px;
	vertical-align: middle;
	border: none;
}

div.errormessage {
	font-weight: bold;
	color: red;
	
}

div.news table.header {
	margin-bottom: 8px;
	border-bottom: 1px solid silver;
}

div.news table.header td.title {
	width: 50%;
	font-weight: bold;
}

div.news table.header td.edit {
	width: 50%;
	font-size: 10px;
}

div.news table {	
	width: 100%;
}

div.news div.updated {
	margin-bottom: -2px;
	text-align: center;
	font-size: 11px;
}

div.news table {
	margin-top: 0px;
}

div.news div.mainheadline {
	font-size: 16px;
	font-weight: bold;
	background-color: #D8DFEA;
	padding-left: 5px;
}

div.news div.subheadline {
	font-size: 14px;
	font-weight: bold;
	background-color: #D8DFEA;
	padding-left: 5px;
}

div.news div.description {
	padding-left: 5px;
}

img.intextimage {
	padding: 5px;
	margin: 5px;
	border: 1px solid #555555;
	background-color: #DADADA;
}

table.fixtures tr.next {
	background-color: #99CCFF;
}

.edit {
	color: blue;
}