/* --------------- CSS Reset ----------------- */
:link,:visited { text-decoration:none }
 
ul,ol { list-style:none }
 

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
 
a img,:link img,:visited img { border:none }
 
address { font-style:normal }
 
/* --------------- General -------------------- */
body {
	background-color:#0d0d0d;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	margin:15px auto;
	background-image:url(../images/body_back.jpg);
	background-repeat:repeat;
}
 
p {
	padding:5px; }
 
a:link,a:visited {
	color:#000;
	height:20px;
	border-bottom:1px dotted #000;
	text-decoration:none; }
 
a:hover { 
	color:#b00;
	border-bottom:1px solid #b00;
}
/* --------------- Layout -------------------- */
#footer{
	clear:both;
	margin-right:20px;
	color:#fff;
	font-size:12px;
}
#footer a{
	color:#eee;
	border-bottom:1px dotted #eee;

}
#footer a:hover{
	color:#b00;
	border-bottom:1px solid #b00;

}
.container_12{
	clear:both;

}
.grid_3 {
	-khtml-border-radius:20px;
	-moz-border-radius:20px;
	background-color:#eee;
	background-image:url(../images/leftcol_back.jpg);
	background-repeat:repeat;
	height:100%;
	font-size:12px;
	padding:20px 0;
	
}
.grid_9{
	font-size:14px;
	padding:10px;
	-khtml-border-radius:20px;
	-moz-border-radius:20px;
	background-color:#fff;
	color:#000;
	background-image:url(../images/main_back.jpg);
	background-repeat:repeat;
	height:100%;
	min-height:800px;		
}
.grid_9 img{
	margin: 20px;
	border:1px solid #aaa;
} 
/* --------------- Headers -------------------- */
h1,h2,h3,h4,h5 { font-family: "Trebuchet MS", Helvetica, sans-serif; }
 
#header{
	width:960px; 
	margin:0 auto;

	}
#header a{
	display:block;
	height:111px;
 	text-decoration:none;
 	border:0;	
}
.grid_3 a{
	font-weight:bold;
}
.main-logo-img{
	display:block;
	background-image:url(../images/main_banner_red.png);
	background-position:left;
	background-repeat:no-repeat;
	height:111px;
	float:left;	
}
.main-logo{
	display:block;
		text-indent:-9999px;
		width:960px; 	
}
h1 {
	color:black;
	font-size:18px;
	font-weight:bold;
	text-indent:5px;
	border:1px solid #b00;
	 }
h2 {
	color:#b00;
	font-size:16px;
	margin-bottom:0;
	padding:0;
	text-align:left;
	text-indent:5px;
}
 h3 {
	background-color:#b00;
	border-bottom:3px double #fff;
	color:#fff;
	font-size:14px;
	margin-bottom:0;
	padding:3px 0;
	text-align:left;
	text-indent:5px; }
 
.grid_9 h1 {
	background-image:url(../images/h1_background.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#fff;
	height:24px;
	margin:5px;
	text-indent:40px; 
	background-color:#000;
}
 
.grid_9 h2 {
	border-bottom:3px double #b00;
	height:25px; }
 
.grid_9 h3 {
	background-image:url(../images/nav_back.jpg);

	background-repeat:repeat-x;
	color:#fff;
	margin-top:3px; }
 
h4 {
	color:black;
	display:block;
	font-weight:bold;
	margin-bottom:0;
	padding:0;
	text-align:center; }
/* --------------- Visiting Fans Page --------------- */

.location_nav {
	-khtml-border-radius:8px;
	-moz-border-radius:8px;
	background-color:#eee;
	border:1px solid #b00;
	color:#b00;
	float:left;
	font-weight:bold;
	margin:10px;
	padding:10px; 
	font-size:12px;
}
 #weather {
	margin:10px;
	padding:20px; 
	font-size:12px;
	}
#weather td{
	border-bottom:1px solid #b00;
	padding:3px;
}	
	
#weather th {
		color:#b00;
		font-weight:bold; }

#visitor_content {
	margin-left:200px;
	width:480px; }
/* --------------- Forms -------------------- */
.grid_9 fieldset {
	background:#eee; 
	margin:5px;
	padding:5px;
	border:1px solid #fff; 
	border-color:#fff #666661 #666661 #fff; 
	margin-bottom:10px; 
	width:95%;
}
.grid_9 legend {
	background:#bb0000; 
	color:#fff; 
	font-size:17px/21px; 
	padding:0 5px; 
	font-weight:bold; 
	border:1px solid #fff; 
	background-image:url(../images/nav_back.jpg);
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
}
.grid_9 label em {
	color:#FF0000;
	margin-right:3px;
}
.grid_9 label {

	margin:0 10px;
	min-width:250px;
	display:inline-block;
	text-align:right;
	padding-top:4px;
	font-size:100%;
	font-weight:bold;	
	vertical-align:top;
	border-bottom:1px dotted #fff;
}
.grid_3 input,.grid_3 textarea,.search_box input {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	margin:1px;
	border-width:1px;
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
	padding:2px; }
.grid_3 select {
	font-size:10px; }
.payform {
	border-collapse:collapse;
	border:1px solid black; }
 .contactform {
	border-collapse:collapse;
	border:0; }
 
.payform th {
	background-color:#cc0000;
	color:white;
	padding:2px; }
 
.payform td {
	background-color:white;
	padding:4px;
	text-align:center; }
 
.required { color:#600; }
 input[type="radio"] {
 	border:0;
 }
.grid_9 input, .grid_9 textarea,.grid_9 select {
	border-width:1px;
	font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
	margin:4px;
	padding:3px;
	font-weight:bold;
	color:#b00; 

}
 .grid_9 textarea{
 	font-size:90%;
	margin:8px;
	padding:3px; 	
 }
input[type=submit]{
	margin:3px;
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
	border-width:1px;
	color:#fff; 
	font-size:11px;
	font-weight:bold;
	padding:2px 10px;
	background-image:url(../images/nav_back.jpg);
}
.submit{
	margin-left:220px;
}
.submit input[type=submit]{
	font-size:14px;
	padding:5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
 .poll {
	background-color:transparent;
	border:0;
}
 
form {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom:0;
	margin-top:0;
}
 .rssfeeds a{
 	border:0;
 	text-decoration:none;
}
button[disabled], input[disabled],
optgroup[disabled], option[disabled],
select[disabled], textarea[disabled]
{
 	background-color:#eee;
 	font-style: italic;
 	color:#969696;
}
/* --------------- Others -------------------- */
.messagebx{
	display:block;
	background-color:#FFFFE5;
	color:#b00;
	border:1px solid #b00;
	margin:3px;
	font-weight:bold;
	padding:10px;
	font-size:14px;
}


.imgtype1 {
	background-color:#fff;
	display:block;
	padding: 5px 20px;
	margin:10px auto;
}
 
.right_grey {
	padding:2px;
	text-align:justify;
	word-wrap: break-word; }
 
#main_headline {
	padding:5px;
	text-align:justify;
	
 }
#main_headline img{
	margin:20px;
	max-width:630px; 
	max-height:630px;	
}
#sub_head1,#sub_head2 {
	float:left;
	text-align:justify;
	padding:10px;
	width:320px; }
	

#sub_head1 img,#sub_head2 img {
	display:block;
	margin:20px;
	max-width:260px; 
	max-height:260px;
}	
#sub_head2 {
	border-left:1px solid #ccc;
	margin-left:3px;
	padding:10px; }
 
.sub_head_container { border:1px solid black; }
 
#container {
	left:0;
	position:absolute;
	top:0; }
 
.feature_tag { text-align:justify; }
 
.article_footer {
	font-weight:bold;
	text-align:right; }
 
.bottom_tag {
	background-color:#CCCCCC;
	border:1px solid black;
	text-align:center;
	width:97%; }
/* --------------- Fixtures -------------------- */ 
#fixtures,.fixtures {
	text-align:center;
	width:100%; 
	font-size:12px;
}
 #fixtures{
 	border:1px solid #b00;
 }
#fixtures td{
	border-bottom:1px solid #b00;
}
#fixtures th{
	background-color:#b00;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#mid_tier {
	border:1px solid black;
	margin-bottom:5px;
	margin-top:5px;
	width:99%; }
 
.warmup { background-color: #ccc; }
 
.league { 
	background-color: #eee;
 }
 
.hcup { background-color: #aaa; }
  
.articlelink {
	left: -1000px;
	position: absolute;
	width: 900px; }
 
th { text-decoration:underline; }
 
.error {
  	color:#FFFFFF;
  	font-weight:bold;
  	text-align:left;
  	border:1px solid #b00;
  	background-color:#F06A6D;
  	padding:3px;
  	display:block;
	margin:2px;
}
 
	.error p { 
		margin-left:150px; 
		}
/* --------------- Link Banner -------------------- */
.link_banner {
	border-bottom:3px double #ccc;
}
 
.link_banner img { 
	margin:5px; 
	border:0; 
}
.link_banner a,.link_banner a:hover{
	border:0;
}
/* --------------- Comment -------------------- */
.spacer { margin:0 5px; }
 
.left_box {
	margin:5px 0;
	padding:5px 3px; 
	
	}
	
 .next_fixture{
 	display:block;
 	text-align:center;
	background-image:url(../images/edinburgh_box.jpg);
	background-repeat:no-repeat;
	margin:5px;
	background-color:#d7d7d7;
	border:1px solid #b00;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	padding:3px;
 }
 .next_fixture h2{
 	margin-top:10px;
 	margin-left:50px;
 }
.center {
	width:100%;
	text-align:center; 
	
	}
.right{
	width:100%;
	text-align:right; 	
} 
.sitemap li {
	list-style-type:square;
	margin-left:20px; }
 

	
.clear{
	clear:both;
}
 
.bottomlink {
	background-color:#bb0000;
	clear:both;
	margin:0 auto;
	text-align:center;
	width:80%; }
 
.bottomlink a 
{ 
	color:#fff; 
	border-bottom:1px dotted #fff;
}
.bottomlink a:hover
{
	color:#fff; 
	border-bottom:1px solid #fff;		
}
#imagelist li{
	float:left;
	display:inline;
	margin:5px;
	padding:4px;
	text-align:center;
	max-width:330px;
	min-width:330px;
	min-height:350px;
	max-height:350px;
}
.left_col_box{
	margin:5px;
	padding:5px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#eee;
	border:1px solid #b00;
	display:block;
	background-image:url(../images/grey_box.jpg);
	background-repeat:repeat;
}
/* --------------- NewsScroller -------------------- */
.newsfeeds{
	width:800px;
	margin:0 auto;	
}
.feedhead {
	background-color:#b00;
	color:#eee;
	font-weight:bold;
	padding:0px 5px;
 }
 
.feedstart {
	background-color:#000;
	color:#000;
	font-weight:bold;
	margin:0px 5px;
}
 
.feedtitle { color:#eee; }
 
	.feedtitle a {
		margin-left:10px;
		color:#fff;
		font-weight:bold; 	
		}

#scrollup {
	clear:both;
   position: relative;
   overflow: hidden;
   height: 22px;
   width: 800px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:4px;
	margin:10px auto;
 }
 .headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 195px;
   width:800px;
 }
 /* TinyMCE specific rules */
body.mceContentBody {
   background: #fff;
	padding:10px;
	width:740px;
}
.mceContentBody img{
	margin: 20px;
	border:1px solid #aaa;
}
/* --------------- End -------------------- */
img a{
 	text-decoration:none;
 	border:0;
 }
 .left_col_box img{
 	display:none;
 }
 .label-textarea{
    vertical-align:top;

 }