/*@charset "utf-8";*/
/* CSS Document */

/* general */

html, body, form, input, select, textarea { 
			margin: 0px;
			padding: 0px;
		}

img		{	border:0;
		}
		
body{
	font-family: Arial;
	font-size: 12px;
}

/* fonts */
.smaller
{
	font-size: 10px;
}

/* header */
.headertitle
{
	font-size: 12px;
	text-align: center;
	width: 800px;
	height: 130px;	
	background-image: url(../img/titlebar_beta.jpg);
	background-repeat: no-repeat;	
	position: relative;
}

.languageselectordiv
{
	text-align: right; 
	left: 500px;
	top: 0px; 
	width: 150px; 	
	text-align: left;  
	position: absolute;
	/*Selects*/
}
.languageselector .selectArea {
	width:80px;
	height:20px;
	background:url(../img/metamenu_bg.gif) repeat-x left top;
}
.languageselector .selectArea .left {
	width:2px;
	height:20px;
	float:left;
	background:url(../img/metamenu_left.gif) no-repeat left top;
}
.languageselector .selectArea .right {
	width:21px;
	height:20px;
	float:right;
	background:url(../img/metamenu_select.gif) no-repeat left top;
}
.languageselector .selectArea .right a {
	display:block;
	width:200px;
	height:22px;
	margin-left:-179px;
	position:absolute;
}
.languageselector .selectArea .right i {display:none;}
.languageselector .selectArea .center {
	width:160px;
	color: #000;
	padding-top:2px;
	padding-left:7px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.languageselector .optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:60px;
	background:#eee;
	z-index:20;
}
.languageselector .optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.languageselector .optionsDivVisible a {
	color: #000;
	text-decoration:none;
	display:block;
	padding:1px 4px;
}
.languageselector .optionsDivVisible a:hover {
	color: #000;
	background:#C4E5EA;
}


.loginlogout
{
	left: 635px; 
	top: 0px;
	width: 170px; 
	height: 190px; 
	text-align: left;  
	position: absolute;
}


/* body */		
H1		{	font-size:18px; 
			font-weight:bold;
		}
		
H2		{	font-size:12px;
			font-weight:bold
		}
		
H3		{	font-size:12px;
			font-weight:bold; 
			color:#FF9900
		}
		
H4		{	font-size:12px;
			font-weight:bold
		}

.introtext	{	font-size:18px;
		}


A:link	{	color:#333333;
			text-decoration:underline;
		}
A:visited {	color:#333333;
			text-decoration:underline;
		}
A:hover	{	color:#333333;
			font-weight:bold;
			text-decoration:underline;
		}
A:active {	color:#333333;
			font-weight:bold;
			text-decoration:underline;
		}
li	 	{  	margin-top: 10px;
		}
		
.Page
		{
	margin: 0px auto;
	padding: 1px 0 1px 0;
	margin-top: 0px;
			text-align: center;
			position: relative;

		}

.Content
		{
			text-align:left;
		}

/* background */
.bgr	
		{
			background-color:#DFF7FB;
			border-collapse: collapse;
		}
		
.login
{
	background-position: left top;
	background-image: url(../img/loginbg.png);
	background-repeat: no-repeat;
}		
		
/* white background */
.wht
		{
			background-color: #FFFFFF;
			border-collapse: collapse;
		}
				
	
/* forms */
input	{	border-color:#AAAAAA; 
			border-style:solid; 
			border-width:1px
		}
		
.selectnewbanner
		{ 
			font-family: Arial; 
			font-size: 12px; 
			color:#ff9900;
			background-color: #DFF7FB;
			border-color:#AAAAAA; 
			border-style:solid; 
			border-width:1px			
			/*border-top-width: 1px; 
			border-right-width: 1px; 
			border-bottom-width: 1px; 
			border-left-width: 1px*/
		}
		
/* listings */
.listing {	background-color:#FFFFFF; 
			border:solid; 
			border-width:1px;  
			border-color:#AAAAAA; 
			margin-bottom:15px;
			margin-left:15px;
			margin-right:10px;
		}

.btn {
	background-image: url(http://www.wauw.fm/img/form/bg_btn.jpg);
	color: #FFF;
	border: 2px solid #FFF;
	font-weight: bold;
	margin: 5px 0 7px 0;
}



/* -- errors -- */
.err
{
	color: Red;
}

/* -- widget manage links */
.wdgmanage 
{
	font-size: 12px;	
}

.wdgmanage a
{
	color:#ff9900;
	font-weight:normal;
	text-decoration:none;	
}

.wdgmanage a:hover	
{	color:#ff9900;
	font-weight:bold;
	text-decoration:underline;
}



/* -- widget manage links inactive -- */
.wdginactive 
{
	font-size: 12px;	
}

.wdginactive a
{
	color:#aaaaaa;
	font-weight:normal;
	text-decoration: none;
}

.wdginactive a:hover	
{	color:#aaaaaa;
	font-weight:normal;
	text-decoration: none;
}

/* -- footer -- */

#footer{
	padding-bottom: 5px;
	font-size: 10px;
}

#footer div{
	height: 0px;
	width: 100%;
	margin: 2px 0 0 0;
	background: url(../img/grass.gif) 0px 0px no-repeat;
	border-bottom: 1px solid #5C9735;
}

#footer ul{
	margin-left: 80px;
	list-style: none;
	padding: 0px 0px 0px 0px;
}

#footer ul li{
	margin: 0px;
	list-style: none;
	float: left;
	padding: 0px 8px 0px 0px;
}

#footer ul li a{
	text-decoration: none;
	color: #333;
}

#footer ul li a:hover{
	text-decoration: underline;
}

