/* @override http://fore.org/calendar/css/fore.css */

body {
}



div.a  {	color: #204a66;
	text-decoration: none;
	background-color: #c4e6f8;
}

#leftColumn div.content div.event_display {
	background-color: #c4e6f8;
	border-bottom: 1px solid #2f5873;
	border-right: 1px solid #336f92;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	padding-left: 2px;
}



a.grid title {	color: #204a66;
	text-decoration: none;
	background-color: maroon;
	position: fixed;
}

.top {
	color: #A9E8FF;
	border: none;
}
.top a {
	color: #A9E8FF;
}
.top h1 {
	color: #A9E8FF;
}

.nav a {
	color: #FCCE44;
}
.content {
}


table.grid tbody th.cal_top {
	padding: 5px;
	background-color: #fff;
	font: bold 24px Arial;
}

table.grid tbody th {
	border-top: 1px solid #FFF;
	color: #3378a8;
	padding: 3px;
	background-color: #c4e6f8;
  width:79px;
}

td.day div.day_of_month {
	color: #204a66;
	
}

h2 {
	color: #204a66;
}

table.grid {
	margin: 0;
	border: none;
	background-color: #fff;
	border-bottom: 1px solid #336f92;
	border-right: 1px solid #336f92;

	position: relative;
	z-index: 0;
}



#event_display {
	border: 5px solid #336f92;
}
table.grid td {
	margin: 0;
	border: none;
	vertical-align: top;
	border-bottom: 1px solid #A4CADD;
	padding: 3px 3px 3px 1px;
	color: #96bfd7;
	border-right: 1px solid #A4CADD;
	background-color: #fff;
	top: 3px;
	position: relative;
}

table.grid th {
	position: relative;
	width: 79px;
	text-align: center;
}


table.grid td.day {
	height: 75px;
  width: 79px;
}

table.grid td#today {
	background-color: #FEFDC1;
}
table.grid ul,table.grid ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.item .time {
	margin-bottom: 3px;
	color: #204a66;
	font-size: 11px;
	font-weight: bold;
}

div.item {
	border-left: 2px solid #204a66;
	padding-left: 2px;
}

div.bottom {
	border: none;
	background-color: #ADD2E7;
	margin: 10px;
	color: #1A3A60;
	border-bottom: 1px solid #73B2D5;
}
form#top_form {
	height: 2em;
}
form#top_form label {
	margin: 7px;
	float: left;
}
form#top_form label a img {
	display:inline;
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
}
form#top_form input.submit {
	background-color: #0B75AE;
	border-width: 1px;
	color: #FFF;
	border-bottom: 1px solid #085077;
	border-right: 1px solid #085077;	
	width: 120px;
	float: right;
	margin: 7px;
}
#main.calendar {
	background: #FFFFEB url(../images/background.png) top left repeat-x;
}
.calendar #leftColumn {
	margin-left: 8px;
}

#leftColumn div.content {
	margin-right: 10px;
	width: 740px;
	background-color: white;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
}
