@charset "UTF-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.bannertxt {
padding-left:10px;
color:#F6FC06;
}

#tblmenu a {
	display: block;
	font-size: 12px;
	color: #F6FC06;
	font-weight:bold;
	padding: 2px 2px 2px 2px;
	margin: 0;
}
#tblmenu a:link {
	text-decoration: none;
	
}
#tblmenu a:visited {
	text-decoration: none;
}
#tblmenu a:hover {
    clear: both;
	background-color:#F6FC06;
	text-decoration: none;
	color:#006633;
}
#tblmenu a:active {
	text-decoration: none;
}

.common{
color: #01614F;
}

.common a{
color:#01614F;
text-decoration:underline;
}

.common a:hover {
color:#0066CC;
text-decoration:underline;
}

.rowOdd{
background-color: #D1FFC1;

}
.rowEven{
background-color: #D8EDFF;

}

rowHover{
background-color:#FFCCFF;
}

.listing12{
font-size:12px;
color: #0000CC;
text-decoration:underline;
padding-left:10px;
line-height:20px;
}
#content1, #sidebar {
	float: left;
	text-align: left;
}

#content1 {	
	width: 400px;	
	margin: 0px;
}
#sidebar {
	width:600px;/*was480*/
	margin-top: 0;
	margin-left: 10px;
	/*background: url('i/bg_events_detail.gif') no-repeat;
	height: 600px;*/
}

#sidebar_brace {
	float: left;
	width:600px;/*was480*/
	margin: 5px 0px 20px 0px;
}

#imgwrapper { height: 430px; } /*has 250 */

span.yellow{color:#01614F;}
span.yellow:hover {color:#FF7305;}