
body {
	background-image : url(../images/goveganradio-background.gif);
	}
td {
	font-family : Verdana, Sans-Serif;
	font-size : 12px;
	color : #ffffff;
	}
p {
	font-family : Verdana, Sans-Serif;
	font-size : 12px;
	color : #ffffff;
	}
h1 {
	font-family : Verdana, Sans-Serif;
	font-size : 18px;
	color : #fffff;
	margin-top : 4px;
	}
h2 {
	font-family : Verdana, Sans-Serif;
	font-size : 14px;
	color : #fffff;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color:  #fffc00;
	outline: none;
	}
a:visited {
	color:  #ffcc00;
	}
a:active {
	color:  #fffc00;
	}
a:hover {
	text-decoration: underline;
	}

input {
	font-family : Courier, Serif;
	font-size : 13px;
	color : #0B5E86;
	background-color : #ffffd0;
	border-style : solid;
	border-width : 1px;
	border-color : #ffcc00;
}
textarea {
	font-family : Courier, Serif;
	font-size : 13px;
	color : #0B5E86;
	background-color : #ffffd0;
	border-style : solid;
	border-width : 1px;
	border-color : #ffcc00;
}
.submit {
	font-family : Verdana, Sans-Serif;
	border-style : outset;
	background-color : #ffcc00;
	
}
.radio {
	background-color : #2779A1;
	border : 0px;
}
	
	
.nav {
	font-size : 14px;
	line-height : 16px;
	margin : 8px 0px 14px 0px;
	}
.content {
	vertical-align : top;
	}
.leftnav {
	vertical-align : top;
	}
.footer {
	width : 100%;
	text-align : center;
	margin-bottom : 30px;
	}
	
	
.large {
	font-size : 13px;
}

.listen {
	font-size : 13px;
}
.show {
	border-width : 3px; 
	border-style : dotted; 
	border-color : #4799C1; 
	margin-bottom : 10px; 
	padding : 0px 3px 2px 3px;
	width : 395px;
	background-color : #2B7EA6;	
}

.sponsor {
	border-width : 3px; 
	border-style : dotted; 
	border-color : #4799C1; 
	margin-bottom : 10px; 
	padding : 4px 4px 4px 4px;
	width : 395px;
	background-color : #2B7EA6;	
}

div.review {
	border-width : 3px; 
	border-style : dotted; 
	border-color : #4799C1; 
	margin-bottom : 10px; 
	padding : 4px 4px 4px 4px;
	width : 395px;
	background-color : #2B7EA6;	
}


table.reviews-all{
	margin-left : 0px;	
}
table.review{
	width : 100%;	
}
tr.review-header{
	/*background-color : #ccddcc;*/
}
td.review-title{
	width : 60%;
	padding-top : 6px;
	padding-bottom : 6px;
	padding-left : 6px;
	padding-right : 6px;
	border-width : 0px;
	border-bottom-width : 1px;
	border-style : solid;
	border-color : #4799C1;
}
td.review-date-submitted{
	text-align : right;
	width : 40%;
	padding-top : 6px;
	padding-bottom : 6px;
	padding-left : 6px;
	padding-right : 6px;
	border-width : 0px;
	border-bottom-width : 1px;
	border-style : solid;
	border-color : #4799C1;
}
td.review-body{
	width : 80%;
	vertical-align : top;
	padding-top : 6px;
	padding-bottom : 6px;
	padding-left : 9px;
	padding-right : 9px;
}
