body {
	color: #313131;
	background-color: #e6e6e6;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	margin: 0 auto 15px auto;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	padding: 0;
	margin: 15px auto 7px auto;
	color: #555555;
}

table {
	padding: 1px;
	border: 1px solid silver;
	font-size: small;
}

thead {
	background-color: #333333;
	color: #aaaaaa;
}

th {
	font-size: smaller;
	padding: 3px 10px;
	text-align: left;
}

td {
	padding: 3px 10px;
}


/* Structure */

#header {
	padding: 10px 7px 7px 7px;
	background: /*url('http://cdn.cloudfiles.mosso.com/c31992/bg.jpg') repeat-x top*/ #004099;
	border-bottom: 1px solid #000069;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #ffffff;
}

#attention-grabber {
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	text-align: center;
	background-color: white;
	min-height: 50px;
	margin: 20px 0 0 0;
	padding: 5px;
}

#content {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 7px;
	width: 800px;
	min-height: 400px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.rightcolumn {
	margin: 0;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d2d2d2;
	float:right;
	width:250px;
}


.listenlive {
	margin-bottom: 30px;
	padding: 0;
	width: 240px;
	background-color: rgb(135,255,89);
	border: 2px solid rgb(0,125,0);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.contact {
	margin-bottom: 30px;
	padding: 0;
	width: 240px;
	background-color: rgb(200,200,200);
	border: 2px solid rgb(125,125,125);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}



.footer {
	color: #949494;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding: 7px;
	width: 800px;
	text-align: center;
	font-family: "Helvetica", sans-serif;
	font-size: xx-small;
}






/* Text classes */

.listenlive > h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: rgb(0,125,0);
	color: rgb(135,255,89);
	font-weight: normal;
	font-size: x-large;
	padding: 0 10px;
	margin: 0;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
}

.listenlive > p {
	padding: 10px;
}

.contact > h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: rgb(125,125,125);
	color: rgb(200,200,200);
	font-weight: normal;
	font-size: x-large;
	padding: 0 10px;
	margin: 0;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
}

.contact > p {
	padding: 10px;
}

.frequency {
	border-bottom-style: none;
	color: #2663db;
}

#player {
	border: 1px solid silver;
	padding: 5px;
	margin: 10px auto;
	text-align: center;
	width: 320px;
	height: 240px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/* Tables */

tr.odd {
	background-color: #ffffff;
}

tr.even {
	background-color: #eeeeee;
}


/* EAS specific classes */

.rwt {
	
}

.rmt {
	background-color: yellow;
}

.alert {
	background-color: red;
}

.kwve {
	background-color: aqua;
}

.kfi {
	background-color: lime;
}

.ksgx {
	background-color: teal;
}

.control1 {
	background-color: fuchsia;
}

.kfsh {
	background-color: maroon;
}

.clers {
	background-color: purple;
}


/* Twitter stuff */
.tweet {
	background: #f0f0f0;
	margin: 1px 0;
	padding: 3px;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.twitter-location {
	font-size: xx-small;
	color: #aaaaaa;
	padding-top: 5px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}