/* GENERAL */
body
{
	background-color: #ffffff;
	color: #009900;
	font-size: 11px;
	font-family: tahoma, verdana, sans-serif;
	text-align: center;
	margin: 5px;
}
table	
{
	font-size: 11px;
}
tr {
vertical-align:top;
}
a	
{
	text-decoration: underline;
	color: #009900;
}
ul
{
	list-style-type: square;
	margin: 10px 25px;
}
img
{
	border: 0px;
}

/* STRUCTURE */
.center
{
	text-align: center;
}
#structure	
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 97%;
	margin-bottom: 2px;
	background-color: #ffffff;
	text-align: left;
}
#head	
{
	height: 105px;
	width: 750px;
	border-style: solid;
	border-width: 1px 1px 5px 1px;
	border-color: #027F01;
	/*background: transparent url(../images/topbar.jpg) no-repeat;*/
}
#headlink
{
	height: 100%;
	width: 100%;
	text-decoration: none;
}
#content	
{
	padding: 3px 0px 5px 7px;
	vertical-align: top;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #027F01;
	width: 610px;
}
#menu	
{
	vertical-align: top;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #027F01;
	background-color: #009900;
	width: 140px;
}

/* MENU */
.navigation	
{
	width: 140px;
	color: #ffffff;
}
.navigation a, .info
{
	text-decoration: none;
	border-top: 1px solid #20B01F;
	border-left: 1px solid #20B01F;
	border-bottom: 1px solid #027F01;
	display: block;
	padding-left: 9px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: normal;
}
.navigation a:link	
{
	color: #ffffff;
}
.navigation a:visited	
{
	color: #ffffff;
}
.navigation a:hover	
{
	background-color: #10AB10;
	color: #ffffff;
}
.navigation .item	
{
	background-color: #027F01;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	height: 17px;
	color: #ffffff;
}


/* FORMS */
input, textarea
{
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #009900;
	border: solid 1px #009900;
	background-color: #ffffff;
	padding: 0px 3px;
}
input.reserveer 
{
	border: 1px solid red;
	color:red;
	width:180px;
}

input.short
{
	width: 160px;
}
input.long, textarea
{
	width: 400px;
}
input.button
{
	background-color: #009900;
	color: #ffffff;
	border-top: 1px solid #20B01F;
	border-left: 1px solid #20B01F;
	border-bottom: 1px solid #027F01;
	border-right: 1px solid #027F01;
	height: 18px;
	margin-top: 5px;
}
.form	
{
	margin: 10px;
}
.form td
{
	padding-right: 5px;	
}
.form a
{
	text-decoration: none;
}
.selectbox
{
	border: 1px solid #009900;
	width: 150px;
}
.selectbox a
{
	border: none;
}
.option	{
	padding: 1px 4px;
	display: block;
	width: 150px;
}
.option:hover	{
	text-decoration: none;
}
.checkbox	{
	font-size: 0px;
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #009900;
	margin-top: 2px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px;
}


/* CONTENT */
.title
{
	font-weight: bold;
	margin-bottom: 4px;
}
#onair
{
	margin-top: 2px;
	margin-bottom: 10px;
}
.news, .scheduling
{
	width: 100%;
	margin-left: 10px;
}
.coolcast
{
	width: 100%;
	margin: 0px 10px 0px 10px;
}
.newstitle, .show, .about
{
	font-size: 13px;
	font-weight: bold;
}
.frame
{
	border-top: solid 1px #009900;
	border-left: solid 1px #009900;
	border-bottom: solid 1px #009900;
	border-right: solid 4px #009900;
	padding: 5px 5px 6px 7px;
	margin: 4px 0px 14px 0px;
}
a.s, .coolcast a
{
	text-decoration: none;
}
a.s:hover, .coolcast a:hover
{
	text-decoration: underline;
}