#container{
	background-color: #cae1f9;
	border: 1px solid #8d8d8d;
	margin-top: 20px;
	margin-left: 20px ;
	margin-right: 20px ;
}
.messageContainer{
	position:absolute;
	background-color: #cae1f9;
	border: 1px solid #8d8d8d;
	margin-top: 20px;
	margin-left: 20px ;
	margin-right: 20px ;
	width: 900px;
	height:80%;
}
.messageContainer p{
	margin: 20px;
	line-height: 1.5;
}
.messageContainer ul{
	margin-left: 60px;
	line-height: 1.5;
	list-style-type: circle;
}
.messageContainer a, .messageContainer a:visited{
	color: blue;	
}
.messageContainer h1{
	margin: 40px;
}
#cur_date {
	background: none;
	border: none;
	color: #111;
}
#infoBar{
	padding-top: 5px;
	background-color: #f9c991;
}
#selectDate label {
	color: #222;
	font-weight: bold;
}
#selectDate {
	diplay :block;
	text-align: left;
	font-size: 1.1em;
	margin-left: 5px;
}
#selectDate input {
	font-size: 1em;
	margin-bottom: 5px;
}
#eventSelect{
	float: right;
	color: #222;
	font-weight: bold;
	margin-right: 20px;
}
.dooduh{
	height: 20px;
	margin: 40px 0px 0px 0px;
	padding: 10px 0px 0px 45px;
	font-size: 1.5em;
	text-decoration: none;
	cursor: pointer;
	font-family: Verdana;
//	background: url(../images/dooduh.png) no-repeat top left;
}
.dooduh:hover{

	text-decoration: underline;
}

.left{
	float: left;
}

.right{
	float: right;
}
/*
#map_canvas {
	height: 280px; 
}*/
#tags_map {
	background: #000;
	display: none;
	height: 250px;
	left: 41px;
	opacity: .5;
	position: absolute;
	top: 52px;
	width: 522px;
}
/*
.loading {
	position: absolute;
	width: 32px;
	height: 32px;
	border: 2px solid #FFF;
	background-image: url('../images/ajax-loader.gif');
	display: none;
}
*/
#aboutus{
	float:right;
	margin: 0px 10px 0px 0px;
}
#aboutus a{
	font-size: 1em;
	color: #fff;
}
#datepicker {
	background: none;
	border: none;
	color: #ccc;
}
#eventInfo label {
	color: #fff;
}
#eventInfo span {
	font-size: 1.4em;
	margin: 0 40px;
}
#eventInfo select,#eventInfo input {
	font-size: 1em;
}
#event_name{
	display: block;
	text-align: center;
	width: 100%;
}
/* Footer Section */
#footercontainter{
	width: 1004px;
	margin-left: auto ;
	margin-right: auto ;
}
#footer{
	padding-top: 5px;
	margin-top: 20px;
	background: #FFF url(../images/footer-bg.png) repeat-x;
	height: 88px;
}
#footer p{
	margin-top: 10px;
	text-align: left;
	color: #cae1f9;
	width: 600px;
}
#footer .floatleft{
	float: left;
	width: 70%;
}
#footer .floatright{
	margin-top: 10px;
	float: right;
}
/* End Footer section */