html{
	height:100%;
	background-color: #FFFFCC;
}

body{
		background-color:#FFFFCE;
      text-align: center;
		height:100%;
		scrollbar-base-color:rgb(229,215,140);

}

a{
	color:rgb(86,7,28);
	text-decoration:underline;
	border:0px;
}

a:hover{
  font-style:italic;
  }

#outsideContainerTable{
	width:100%;
	height:100%;
}

#insideContainerTable{
	width:800px;
	height:576px;
	margin:0px;
	padding:0px;
	cell-spacing:0px;
	background-image:url(images/Skiffle_bkgrnd2.png);
	background-repeat: no-repeat;
}

#menuCell{
	padding-top:100px;
	width:180px;
	border:0px;
	vertical-align:top;
	text-align:left;
}

#contentCell{
	padding-top:30px;
	width:620px;
	text-align:center;
	vertical-align:top;
}

img{
	border:0px;
}

#admin_table{
	border-width:2px;
	border-color:rgb(86,7,28);
}

.date_cell{
		background-color:rgb(229,215,140);
	width:200px;
	border-width:2px;
	border-color:rgb(86,7,28);
	text-align:left;
	vertical-align:top;
}

.venue_cell{
	background-color:rgb(229,215,140);
	width:300px;
	border-width:2px;
	border-color:rgb(86,7,28);
	text-align:left;
	vertical-align:top;
}

.event_venue{
	color:rgb(86,7,28);
	font-size:12px;
	font-family:Arial,Verdana,sans-serif;
	font-weight:bold;
}

.event_date{
	color:rgb(86,7,28);
	font-size:12px;
	font-family:Arial,Verdana,sans-serif;
	font-weight:bold;

}

.event_address{
	color:rgb(0,0,0);
	font-size:12px;
	font-family:Times New Roman, Times, serif;

	
}

.event_desc{
	color:rgb(86,7,28);
	font-size:12px;
	font-family:Times New Roman, Times, serif;
	
}

.event_divider_cell{

}

.event_timeStr{
		color:rgb(0,0,0);
	font-size:12px;
	font-family:Times New Roman, Times, serif;

}
	

#calendar_table{
	cell-spacing:1px;
	cell-padding:5px;
	
}

.past_dates_header{
	font-size:18px;
	font-family:Arial, Verdana, sans-serif;
	color:#000000;
	text-decoration:underline;
	text-align:left;
	height:30px;
}

.form_label{
	width:150px;
	text-align:right;
}

.form_control{
	text-align:left;
}

