@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.footer {
	background-image: url(footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #666666;
	font-size: 10px;
	}

.menu {
	background-image: url(menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.event_bg  {
	background-image: url(fade_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 4px;
}

.event_bg_sec  {
	background-image: url(fade_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 4px;
	
}

.select_bg {
	
	background: #ecedec url(dashes.gif) no-repeat bottom center; 
	

}






.greyline_LBR {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
}

.select_panel
{
	width:74px;
	height:22px;
	background-color:#349c3c;
	font: 12px Verdana, Arial;
	font-weight:bold;
	color:#FFF;
	padding-left:10px;
	
	 
	 }
	 
	 
	 
.events_panel
{
	width:180px;
	height:22px;
	background-color:#349c3c;
	font: 12px Verdana, Arial;
	font-weight:bold;
	color:#FFF;
	padding-left:10px;
	
	 
	 }
	 
	 .news_panel_sec
{
	width:190px;
	height:22px;
	background-color:#3fa1ec;
	font: 12px Verdana, Arial;
	font-weight:bold;
	color:#FFF;
	padding-left:10px;
	
	
	 
	 }
	 
	 	 .events_panel_sec
{
	width:190px;
	height:22px;
	background-color:#d2007a;
	font: 12px Verdana, Arial;
	font-weight:bold;
	color:#FFF;
	padding-left:10px;
	
	
	 
	 }
	 
	 

.greyline_TRB {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
}

.greyline_TLB {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 9px;
}
.greyline_TLRB_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
	border-right-color: #e3e3e3;
}