table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	border: 1px solid #000;
	vertical-align: top;
	
}
table.grid {
	margin: 20px 0px;
}

table.grid th, table.grid td {
	width: 13%;
}

table.grid th {
	background:#5CB3F1;
}

table.grid th.cal_top {
	font-size: 16pt;
	background-color: #003399;
	color:#FFFFFF;
}
table.grid td {
	background: #FFFFFF;
	height: 100px;
}
table.grid a {
font-size:10px;
font-weight:bold;
}




BODY {
	background-color : #BABABA;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A {
	color: #369;
}
.small_top_nav {
	float: right;
	font-size: 9pt;
}
.small_top {	
	background-color : #B0E0E6;
	color: #000000;
	padding: 10px;
	border-bottom: 1px solid #000;
}
.small_top h4, .small_nav, .small_bottom {
	display: none;
}
.small_top h1 {
	font-size: 12pt;
	padding: 0em;
	margin: 0em;
}
.top_nav {
	float: right;
	font-size: 9px;
}
.small_content{
	padding: 1px;
	font-size:9px;
	
}
.small_content .item{
	padding: 1px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.top {
	color:#0099FF;
	padding:25px;
}
.nav {
	color: #000000;
	padding: 0px 10px;
	float: right;
	font-size: 10px;
	line-height: 30px;
	border-bottom: 1px solid #000;
}

.bottom {
	clear: left;
	background-color : #B0E0E6;
	color: #000;
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
/*Manage and menu text*/	
.top A, .nav A, .cal_top A{
	color: #036;
	text-decoration: none;
}
/*Month View Text*/
.nav A, .cal_top A {
	color: #036;
	font-size:12px;
}
.top h1 {
	margin: 0em;
	padding: 0em;
}

/*padding for whole calendar*/
.content {
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
padding-top:30px;
}
/*Time on cell*/
.content .item{
	padding: 0px;
	color:#000000;
}

h1 {
	font-size: 18pt;	
}
h2 {
	font-size: 16pt;	
}
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;
	font-size: 10px;
}
.time {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:9px;
}
.title {
	font-size: 10pt;
	font-weight: bold;
}
.venue {
	font-size: 8pt;
}
.location {
	font-size: 8pt;
}
.edit {
	font-size: 8pt;
}
/*bullets and time in cell*/
.day ul {
margin-top: 16px;
margin-left: 1px;
margin-right: -15px;
margin-bottom: 5px;
padding-bottom:0px;
padding-left:14px;
padding-right:13px;
padding-top:0px;
}
/*Days on Each calendar cell*/
.day_of_month {
	float: left;
	font-size: 10pt;
	font-weight: bold;
	color:#000000;
}
/* Added v0.2.0 */
.error {
	background: #fcc;
}
td, th {
	vertical-align: top;
}
.sidebar {
	width: 300px;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	float:right;
}