@import url(layout.css);
@import url(menu.css);
@import url(titles.css);


*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000000;
}

body{
	background: #fbfbfd;
}

ul,li,h1,h2,h3,h4,h5,h6{
	text-indent: -99999999px;
	list-style-type: none;
}

div#credits a{
	color: #666666;
}

a:hover{
	color: #AA0808;
	text-decoration: underline;
	font-weight: bold;
}

a{
	color: #AA0808;
	text-decoration: none;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


label{
	font-weight: bold;
}

input,select,textarea{
	padding: 2px;
	border: 1px solid #1a1a1a;
	color: #000000;
}

input,select{
	width: auto;
}

/*Live dates homepage*/
.tDate{
	clear: left;
	float: left;
	width: 4.2em;	
}

.tDetails{
float:left;
}

.liveshow{
	border-bottom:1px solid #B9C9D5;
	padding:2px 0 2px 0;
}

.liveshow a{
	font-size:11px;
}

.title{
	font-size: 12px;
}

.show{
	margin-bottom:4px;
	font-size:11px;
}

.date{
	font-size: 9px;
}



p{
	line-height:1.1em;
}

p,.marginbottom{
	padding: 0px 0px 10px 0px;
}

.nomargin{
	margin: 0px;
	padding: 0px;
}

.access{
	display: none;
}

.dhr{
	margin: 3px 0px 10px 0px;
	height: 3px;
	background: url(../_graphics/dhr.gif) top left repeat-x;
	line-height:0px;
	font-size:1px;
}

.dhr_nomarg{
	margin: 3px 0px 0px 0px;
	height: 3px;
	background: url(../_graphics/dhr.gif) top left repeat-x;
	line-height:0px;
	font-size:1px;
}

.shr{
	margin: 0px 0px 10px 0px;
	height: 1px;
	background: #b9c9d5;
}

.clear{
	clear: both;
}

.show{
	text-indent: 0px;
}

.bold{
	font-weight: bold;
}


input.button{
	clear: left;
	float: left;
	background: #e7ecf2;
	padding: 2px 3px;
	border: 1px solid #000000;
	margin: 6px 0px 0px 52px;
	width: auto;
}

/*Page specific styling*/
/*Homepage*/
.news_item{
	border-bottom:1px solid #B9C9D5;
	padding-top:10px;
}



/*Contacts*/
body#contacts #columnFull{
	width:940px;
}

#contacts1{
	float:left;
	width:440px;
	margin-right:20px;
	display:inline;
}

#contacts2{
	float:left;
	width:440px;
}

body#contacts .dhr{
	clear:both;
}

/*Broadcasts*/
body#broadcasts #columnOne{
	width:320px;
}

body#broadcasts #columnTwo{
	width:600px;
}

body#broadcasts .tDetails{
	width:265px;
	padding-bottom:4px;
}



/*News Archive*/
body#news_archive #columnOne{
	width:320px;
}

body#news_archive #columnTwo{
	width:600px;
}

body#news_archive .tDetails{
	width:265px;
	padding-bottom:4px;
}

/*History*/
blockquote{
	background: url(../_graphics/quote_up.jpg) top left no-repeat;
	padding:5px 10px 5px 22px;
	font-weight:bold;
	}

blockquote p{
    background: url(../_graphics/quote_down.jpg) bottom right no-repeat;
	font-size:15px;
	margin-left:5px;
	margin-top:2px;
	color:#AA0808;
}

.quote_one{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	width:152px;
}

.quote_two{
	clear:both;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	width:140px;
}	

body#history #columnThree .dhr{
	margin-top:16px;
}

/*Live archive*/

body#live_archive .tDetails p{
	line-height:1.3em;
}

body#live_archive .show{
	font-size:12px;
	width:4.6em;
}

table.list td {
padding:2px 4px;
}

table.list{
	margin-bottom:10px;
	}

td b{
	font-size:11px;
	margin-bottom:5px;
	}

#ugcWarningContainer{
	border: 1px solid #B9C9D5;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}

/*Comments style*/

.commentwrap{
	border-bottom:1px solid #B9C9D5;
	margin-bottom:5px;
	background:#E8EDF0;
	padding:10px;
}

.memberCommentInfo{
	float:left;
	width:100px;
	background:#eeeeee;
	text-align:center;
	padding-top:5px;
	margin-right:10px;
	display:inline;
	font-size:11px;
	border:1px solid #B9C9D5;
	}
	
.commentContent{
	float:left;
	width:450px;
	}
	
.commentsbox{
	width:590px;
	}

/*Easy clearing*/

.clearfix:after, .liveshow:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, .liveshow {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, .liveshow {height: 1%;}
.clearfix, .liveshow {display: block;}
/* End hide from IE-mac */
