@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #dbbe92;
}
a {
	color: #dbbe92;
}
#container {
	width:600px;
	margin:0 auto;
}
table {
	float:left;
	display:inline;
	clear:both;
}
#calendar h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
line-height: 24px;
color: #a67810;
margin-left: 15px;
}

#calendar div.row {
	padding: 2px;
	overflow: auto;
	border-bottom: 1px solid #a67810;
	clear: both;
	margin: 10px 15px 10px 15px;
}

#calendar div.noevent {
	font-size:0.7em;
}

#calendar div.row div.desc {
	float:left;
	display:inline;
	width: 100%;
}

#calendar div.date {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height: 20px;
color: #666666;
width:6em;
float:left;
}

#calendar h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
line-height: 24px;
color: #a67810;
padding:10px 0 10px 0;
}

#calendar div.description {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 18px;
color: #666666;
margin-bottom:5px;
}

#calendar div.date span.day {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
line-height: 36px;
color: #666666;
display:block;
}

#calendar div.noevent div.date span.day {
	font-size:1.4em;
}

#calendar div.date span.day .stndrd {
	vertical-align: super;
	font-size:0.4em;
}

#calendar div.noevent div.desc {
	display:none;
}

select {margin: 15px 0 0 0;
}

.noevents {border: 0;
margin: 15px 0 0 15px;
}

#monthbox {
	width:50px;
	}
	
#dateselect {
	float: left;
	display:inline;
	padding-bottom:20px;
	}

.monthbox {
	color:#a65c0d;
	border: 1px solid #a65c0d;
	font-size:14px;
	background-color: #0c0c0c;
	font-size:14px;
	width: 70px;
}

.yearbox {
	color:#a65c0d;
	border: 1px solid #a65c0d;
	font-size:14px;
	background-color: #0c0c0c;
	font-size:14px;
	width: 70px;
}

.calendargo {
	color: #a65c0d;
	border:1px solid #a65c0d;
	fornt-size:14px;
	background-color:#0c0c0c;
	width: 70px;
	cursor:pointer;
	}

#row {
	  border:1px solid #A65C0D;
	  height: 76px;
	  width: 90px;
	  }

