table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	border: 1px solid #006E03;
	vertical-align: top;
	
}
table.grid {
	margin: 20px 0px;
}

table.grid th, table.grid td {
	width: 13%;
}

table.grid th {
	background: #E0C79C;
	text-align:center;
}

table.grid th.cal_top {
	background: #D2B275;
	font-size: 16pt;
	text-align:center;
}

table.grid td {
	background: #FFF;
}

body {
color: #black;
background-image: url(http://www.copleybandstand.com/images/bg.jpg);
font-family: 'Times New Roman', Times, serif;
font-size: 12pt;
letter-spacing: normal;
margin: 15px 0px 15px 0px;
padding: 0;
}

A {
	color: #8D6B2F;
}

.top_nav {
	float: right;
}
.top {
	color: #D2B275;
	padding: 5px;
}

.nav {
	color: #000000;
	padding: 10px 0px 0px 0px;
}

.top A, .nav A, .cal_top A, .bottom A {
	color: #F7F0E5;
	text-decoration: none;
}
.nav A, .cal_top A {
	color: #006E03;
}

.bottom {
	clear: left;
	background-color : #006E03;
	color: #000000;
	padding: 5px 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.top h1 {
	margin: 0em;
	padding: 0em;
}
.content {
	padding: 10px;
	text-align: justify;
}

.content .item {
	padding: 0px;
}

h1 {
	font-size: 18pt;
	color: #006E03;	
	margin: 10px;
}

h2 {
	font-size: 18pt;
	color: #006E03;	
}

h3 {
	font-size: 14pt;	
}
h4 {
	font-size: 12pt;
	margin: 0em;
	padding: 0em;
}
input {
	font-size: 10pt;
}

.element {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

form {
	margin: 0em;
	padding: 0em;
}
.morning {
	background: #ffc;
}
.noon {
	background: #fcc;
}
.afternoon {
	background: #cff;
}
.evening {
	background: #ccf;
}
.midnight {
	background: #ccc;
}
div#timelayer {
	position:absolute;
	visibility:hidden;
}

form.top_form {
	margin: 0px;
	padding: 0px;
	float: right;
}
.time {
	font-size: 8pt;
}

.title {
	font-size: 10pt;
	text-align: left;
	padding: 2px;
}
.venue {
	font-size: 8pt;
}
.location {
	font-size: 8pt;
}
.edit {
	font-size: 8pt;
}

.day ul {
	margin: 0px;
	padding: 0px 0px;
}

.day_of_month {
	text-align: right;
	float: right;
	font-size: 14pt;
	font-weight: bold;
	color:#007700;
}
/* Added v0.2.0 */
.error {
	background: #fcc;
}
td, th {
	vertical-align: top;
}
.sidebar {
	width: 300px;
	border: 1px solid #000000;
	background: #ffffff;
	padding: 5px;
	float:right;
}

.copyright {
color:#00000; 
font-size:12pt;
text-decoration:none;
line-height:20px;
}

a.copyright:link {
color:#000000; 
font-size:12pt;
text-decoration:none;
line-height:20px;
}

a.copyright:visited{
color:#000000; 
font-size:12pt;
text-decoration:none;
line-height:20px;
}

a.copyright:active {
color:#000000; 
font-size:12pt;
text-decoration:underline;
line-height:20px;
}

a.copyright:hover {
color:#000000; 
font-size:12pt;
text-decoration:underline;
line-height:20px;
}