body
{
    text-align: center;
    margin:0px;
	background-color: #0E12BC;
    background-image: url(img/back.gif);
    background-repeat: repeat-x;
	width: 100%;

}

a:link {color: #000000; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #000000; text-decoration: none;}

a.white:link {color: #FFFFFF; text-decoration: none; }
a.white:active {color: #FFFFFF; text-decoration: none; }
a.white:visited {color: #FFFFFF; text-decoration: none; }
a.white:hover {color: #FFFFFF;  text-decoration: none; }

a.blue:link {color: #0000FF; text-decoration: none; }
a.blue:active {color: #0000FF; text-decoration: none; }
a.blue:visited {color: #0000FF; text-decoration: none; }
a.blue:hover {color: #0000FF;  text-decoration: none; }

a.comment:link {

	color: #0000FF; 
	text-decoration: none; 	
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-bottom: 35px;
	
}
a.comment:active {

	color: #0000FF; 
	text-decoration: none; 	
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-bottom: 35px;
	
}
a.comment:visited {

	color: #0000FF; 
	text-decoration: none; 	
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-bottom: 35px;
	
}
a.comment:hover {

	color: #0000FF;  
	text-decoration: none; 	
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-bottom: 35px;

}


h2 {
	font-size: 12pt;
		padding-bottom: 0px;
}


.date{
    margin-top: 10px;
	padding-bottom: 3px;
	color: blue;
	border-bottom: 1px dotted #000000;
	margin-left: 20px;
	margin-right: 20px;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 17px;
	padding-left: 3px;
}

.heading{
	color: back;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.poster{
	color: red;
	margin-left: 16px;
	margin-right: 30px;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 3px;

}

.update {
	font-weight: normal;
	font-size: 12px;
}

.news_image{
	float: right;
	position: relative;
	right: 20px;
	margin-bottom: 2px; 
	margin-left: 28px; 
	margin-top: 20px;
	padding-left: 10px; 
	padding-bottom: 2px;
	border-left: 1px dotted #000000; 
	border-bottom: 1px dotted #000000;
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}

.news_image img{
	border: 0;
}

#head_wrapper{
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 852px;
    text-align: left;
	background-color: white;
	border-top: none;

}

#body_wrapper{
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 840px;
    text-align: left;
	background-color: white;
	border-top: none;
	padding-left: 6px;
	padding-right: 6px;
	
    background-image: url(img/bg_side.gif);
    background-repeat: repeat-Y;

}



/* Navigation taken from Dyanmic Drive */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#Navigation{
	width: 152px;
	margin-left: 8px;

}

#Navigation ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	background-image: url(img/bg_menu_side.gif);
    background-repeat: repeat-Y;
}

#Navigation li a{
    display: block;
    padding: 3px 0;
    padding-left: 9px;
    width: 132px; /*185px minus all left/right paddings and margins*/
    text-decoration: none;
    color: black;
    background-color: #BBBBBB;
    border-bottom: 1px solid #6B2424;
	margin-left: 6px;
	
}

* html #Navigation li a{ /*IE only */
    width: 185px; /*IE 5*/
    width: 132px; /*185px minus all left/right paddings and margins*/
}

#Navigation li a:hover {
    background-color: blue;
	color: white;
}

#Navigation div.Heading{

    padding: 1px 0;
    font-weight: bold;
	font-size: 90%;
    background-image: url(img/menu_heading.gif);
	background-repeat: no-repeat;
    text-align: center;
    color: white;
    background-color: white;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.menu_footer {
    background-image: url(img/menu_footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 5px;
    font-size:1px;
    line-height:1px;
    height: 5px;
}



#header {
    background: #FFFFFF;
    float: top;
    width: 852px;
    height: 120px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;	
}
#leftcol {
    background: #ffffff;
    float: left;
    width: 170px;
}

#rightcol {
    background: #FFFFFF;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
    width: 121px;
    text-align: center;
}

#content {
    background: #FFFFFF;
	float: left;
    width: 516px;
    border-left: 1px solid #383838;
    border-right: 1px solid #383838;
	height: 1000px;
	min-height: 1000px;

}
html>body #content{height:auto}

#content p {
    margin: 20px;
	font-family: "Lucida Grande", sans-serif;
    font-size: 11pt;
    font-weight: normal;
    line-height:18px;

}

#content p.news {
	text-align: justify;
}

#Navigation p {
	font-family: "Lucida Grande", sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height:18px;

}


#content div.Heading{
    border-left: 20px solid white;
    padding: 1px 0;
    padding-left: 10px;
    font-size:90%;
	font-weight: bold;
    background-image: url(img/hback.gif);
    background-color: black;
    text-align: center;
    color: white;
    width: 460px;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

}
* html #content div.Heading{ /*IE only */
    width: 460px; /*IE 5*/
}
#footer {
    background: white;
	clear: both;
    width: 840px;
    height: 25px;
    border-top: 1px solid #383838;
	overflow:hidden;
	
}
#footer p {
    
    margin: 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: center;

}

input.login, textarea.login, select.login {

    margin:0px;
    border : 1px solid Black;
    background-color : #383838;
    color : white;
    font-size : 11px;
    font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    font-weight : normal;
    height: 14px;
}
input.submit {
    position: relative;
    left: 70px;
    top: 0px;
    border : 1px solid black;
    background-image: url(img/hback.gif);
}

input.button {
    border : 1px solid black;
    background-image: url(img/hback.gif);
}

table.league_table{

    width: 450px;
    border-collapse: collapse;
    margin-top: 15px;
    margin-left: 33px;
}

table.league_table td.heading{
    padding: 1px 0;
    padding-left: 10px;
    background-image: url(img/hback.gif);
    font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

table.league_table td{
    color: black;
    padding: 1px 0;
    padding-left: 10px;
    background-color: #CCCCCC;
    font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
}
table.league_table td.even{
    color: black;
    padding: 1px 0;
    padding-left: 10px;
    background-color: white;
    font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
}
table.league_table td.selected{
    color: white;
    padding: 1px 0;
    padding-left: 10px;
    background-color: blue;
    font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
}

.text-heading {
	margin-top: 10px;
	text-align: center;
    font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
}


#BottomBorder {
	position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
	width: 852px;
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-x;
}

.center{
	text-align: center;
}

#DisplayImage {
	position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
	width: 1048px;
	background-image: url(img/image_border.gif);
	background-repeat: repeat-y;
}

#DisplayImage p {
	text-align: center;
	font-family: "Lucida Grande", sans-serif;
    font-size: 11pt;
    font-weight: normal;
    line-height:18px;
	margin-top: 0px;
	padding-top: 6px;
}

img.BorderImages  {
	float: left;
}
img.DisplayImage  {
	padding-left: 6px;
	margin-left: 6px;
}

input.title {

    margin-left:10px;
    border : 1px solid Black;
    background-color : #383838;
    color : white;
    font-size : 11px;
    font-family:  Arial, sans-serif;
    font-weight : normal;
    height: 14px;
	width: 325px;
}

.body {

    margin-left:10px;
    border : 1px solid Black;
    background-color : #383838;
    color : white;
    font-size : 11px;
    font-family:  Arial, sans-serif;
    font-weight : normal;
    height: 200px;
	width: 325px;
}


table.contact {
	padding-left: 20px;
	font-family: "Lucida Grande", sans-serif;
    font-size: 11pt;
    font-weight: normal;
}

#poll {
	
	position: relative;
	top: 10px;
	left: 2px;
	text-align: left;
	font-family: "Lucida Grande", sans-serif;
    font-size: 8pt;
    font-weight: normal;
	padding-left: 0px;
	margin-left: 0px;
}

table.comment_box {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #B2D0F8;
	background-color: #EAF3FF;
	width: 475px;

}

.comment_box  {
    font-family:  Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
	color: black;

}

table.comment_box td.left{
	width: 140px;
	border-right: 1px solid #B2D0F8;
	overflow: none;
	padding: 12px;
	line-height: 125%;
}
table.comment_box td.right{
	overflow: none;
	padding: 12px;
	text-align: left;
}
.red {
	color: red;
	font-weight: strong;
}

.right {
	text-align: right;
}

#gallery {
	background-color: #333333;
	width: 480px;
	margin-left: 18px;
	padding: 0px 0px;
}


#gallery_display {
	background-image: url(img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 345px;
	border: 1px solid #AAAAAA;
	width: 460px;
	margin-left: 9px;
}
#gallery_display img {
	border:none;
}

#gallery_icons {

	border: 1px solid #AAAAAA;
	width: 455px;
	background-color: #999999;
	margin: 4px 4px 4px 9px;
	padding-left: 5px;
}

#gallery_icons img {
	border: 1px solid #333333;
	margin: 4px;
	padding: 0px;
}

.round_top {
	background: url(img/gallery_top.gif) no-repeat top;
	height: 10px;
	font-size: 10px;
}
.round_bottom {
	background: url(img/gallery_bottom.gif) no-repeat bottom;
	height: 10px;
	font-size: 10px;
}
#gallery_description {
	background-color: #BBBBBB;
	width: 460px;
	margin: 4px 9px;
	border: 1px solid #AAAAAA;
	min-height: 26px;
}
#gallery_description p{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 10pt;
	color: black;
	padding: 4px;
	
}


#gallery_groups  td{
	width: 162px;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
	padding: 5px 29px;
}


table.league_fixtures{

    width: 470px;
    border-collapse: collapse;
    margin-top: 15px;
    margin-left: 23px;
}

table.league_fixtures td.heading{
    background-image: url(img/hback.gif);
    font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding: 5px 10px;
}


table.league_fixtures td{
    color: black;
    padding: 1px 0;
    background-color: #CCCCCC;
    font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

table.league_fixtures td.even{
    color: black;
    padding: 1px 0;
    font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	padding-left: 10px;
}
table.league_fixtures td.selected{
    color: black;
    padding: 1px 0;
    font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	background-color: blue;
	color: white;
	padding-left: 10px;
}
