table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	border: 1px solid #000;
	vertical-align: top;
	padding:0px;
	
}
table.grid {
	margin: 2px 2px 2px 2px;
	height:200px;
}

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

table.grid th {
	background-color : #ff9933;
	height:18px;
	font-size:11px;
	text-align:center;
	vertical-align:top;
	padding:1px;
}


table.grid th.cal_top {
	background-color : #006699;
	font-size: 20px;
}

table.grid td {
	background-color : transparent;
}

.top_nav {
	float: right;
}
.top {
	/* background-color : #ff9933; */
	color: #000;
	padding: 3px;
	/* border: 0px solid #000; */
}

.nav {
	background-color : transparent;
	color: #000;
	padding: 0px 10px;
	/* 
        border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
        */		
	line-height: 30px;
}
.top a, .nav a, .cal_top a, .bottom a {
	color: #000000;
	text-decoration: none;
	text-align:center;
	align:center;
}
.nav a, .cal_top a {
	color: #000000;
	text-decoration: underline;
	text-align:center;
	align:center;
}
.cal_top {
		text-align:center;
}
.nav a {
	padding: 2px;
	text-decoration: underline;
}
.nav a.selected {
	color: #000;
	text-decoration: underline;
}
.bottom {
	clear: left;
	background-color : #FFFFFF;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #000;
}

.top h1 {
	margin: 0em;
	padding: 0em;
}
.content {
	padding: 10px;
}
.content .item {
	padding: auto;
}

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: 7pt;
	font-family: verdana, arial narrow, arial;
}
.title {
	font-size: 7pt;
	font-family: verdana, arial narrow, arial;
	margin: auto;
}

.venue {
	font-size: 8pt;
}
.location {
	font-size: 8pt;
}
.edit {
	font-size: 8pt;
}


.day ul {
	font-size:8pt;
	vertical-align:top;
	margin:1px;
	padding:1px;
	width:100px;
}


.day a {
	font-size:10px;
}


.day_of_month {
	text-align: right;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color:#333;
	height:90px;
	background: transparent;
}

/* Added v0.2.0 */
.error {
	background: #fcc;
}

.sidebar {
	width: 300px;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	float:right;
}
/* Added v0.4.0 */

/* removed
.day_of_month_s {
	text-align: right;
	float: right;
	color:#999;
	font-size:10px;
}
*/

table.grid th.cal_top_s {
	background: #006699;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	padding-bottom:2px;
}

.button {
	padding: 2px;
	float: left;
}

.button div {
	/* removed
	width:10px;
	height:10px;
	border:1px solid #000;
	*/ 
}
table.grid td.holder {
	 vertical-align:top;
	 border: 0px solid #fff;
	 padding: 3px;
}
/* Added v0.4.1 */
.cell {
	height:29px;
	border-bottom: 1px dashed #ccc;
	color: #333;
}
.cell_top {
	background: #ff9933;
	height:60px;
	border-bottom: 1px solid #000;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;

	
}
.date {
    position: absolute;
    border: 1px solid #000;
    background-color : #fff;
    z-index: 1;
    overflow-y: hidden;    /* changed from auto because I didn't want the scroll bar */
    overflow-x: hidden;    /* added to allow IE to size the width of the event properly */
    margin: 0px;
}
.wrap{
width: 100%;
clear: both;
}

#dates {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}
.inner {
	padding: 0px 2px;
	font-size: 6pt;
}
.frame {
	background: #fff;
	border: 1px solid #000;
}

div.cal_top {
	background: #006699;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #000;
}
.single_day_frame {
	position:relative;
	margin: 0px;
	padding: 0px;
	
	
}
/* Added v1.0.0 */
.time_frame {
	position:relative;
	margin: 0px;
	padding: 0px;
}
.timex {
	width: 80px;	
}

.day_of_week {
	height: 1440px;
	border-left: 1px solid #000;
	position: absolute;
}
#today {
	background: #99ccff;
	height:100%;
}
.day_of_month a {
	color: #333;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}

.week a {
	color: #333;
	text-decoration: underline;
	font-size:10px;
	font-weight:bold;
}

.day_of_month_s a {
	color: #333;
	text-decoration: underline;
	font-size:9px;
	font-weight:bold;
}

.day_of_month_s a:hover {
	color: #333;
	text-decoration: none;
	font-size:9px;
	font-weight:bold;
}

th.cal_top_s a {
	color: #000;
	text-decoration: underline;
	font-weight:bold;
}
table.day {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align:center;
}
table.day th {
	background: #ff9933;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 3px;
	text-align:center;
	align:center;
}

td.single_day {
	border-left: 1px solid #000;
}

.week {
	clear: right;
	text-align: right;
	float:top;
	font-size: 8pt;
	font-weight: bold;
	color:#333;
}
.cell_top a {
	color: #000;
	text-decoration: underline;
	
}

.inner .time, .inner .venue, .inner .location, .inner .edit {
	font-size: 8pt;
	font-family: verdana, arial, arial narrow;
}

.inner .title {
	font-size: 8pt;
	font-family: verdana, arial, arial narrow;
}
.code {
	font-family: Courier New;
}

/* Calendar Block Additions */

table.blockgrid {
	background: url(../images/calendar2.png) no-repeat;
	height: 245px;
	vertical-align:middle;
	text-align: center;
	width: 185px;
	margin:0px 0px 0px 0px;
	padding:0px 2px 0px 2px;	
	/* margin: 0px 0px; */
	
}

table.blockgrid th {
	text-align:center;
}

table.blockgrid td {
	width: 13%;
}


table.blockgrid th.cal_top {
	/* background: #3366cc; */
	font-size: 14px;
}

table.blockgrid td {
	/* background: #FFF;*/
}      

.beginmonth {
	background: url(../images/invalid.png) no-repeat top left;
	padding: 0px;
	width:21px;
	height:21px;
	margin: 0px 1px 0px 1px;
	
}

.monthend {
	background: url(../images/invalid.png) no-repeat top left;
	padding: 0px;
	width:21px;
	height:21px;
	margin: 0px 1px 0px 1px;
}

img {
	border: 0px;	
}


/* added to hilight a current event */
.block_event{
	display:block;
	padding:0px 0px 8px 0px;
	background: url(../images/calendar-hilite.gif) no-repeat top left;
	width:21px;
	height:21px;
	text-align:center;
	vertical-align:middle;
	margin: 0px 1px 0px 1px;

}

.block_event a {
	vertical-align:middle;
	text-align:center;
	color: #333;
	text-decoration: underline;
	font-size:9px;
	font-weight:bold;
}


.block_event a:hover {
	vertical-align:middle;
	text-align:center;
	color: #333;
	text-decoration: none;
	font-size:9px;
	font-weight:bold;
}

.day_of_month_s {
	margin: auto;
	display:block;
	padding:0 0 8px 0;
	margin: 0px 1px 0px 1px;
	background: url(../images/calendar-td.png) no-repeat top left;
	width:21px;
	height:21px;
	text-align:center;
	vertical-align:middle;
}

.day_of_month_s a {
	vertical-align:middle;
	text-align:center;
	color: #333;
	text-decoration: underline;
	font-size:9px;
	font-weight:bold;
}


.day_of_month_s a:hover {
	vertical-align:middle;
	text-align:center;
	color: #333;
	text-decoration: none;
	font-size:9px;
	font-weight:bold;
}

.today_of_month_s {
	display:block;
	padding:2px 0 6px 0;
	margin: 0px 1px 0px 1px;
	background: url(../images/calendar-event.png) no-repeat top left;
	font-size:10px;
	text-decoration:none;
	width:21px;
	height:21px;
	text-align:center;
	vertical-align:middle;
}    

.today_of_month_s a {
	vertical-align:middle;
	text-align:center;
	color: #333;
	text-decoration: underline;
	font-size:9px;
	font-weight:bold;
}


.today_of_month_s a:hover {
	vertical-align:middle;
	text-align:center;
	color: #333;
	text-decoration: none;
	font-size:9px;
	font-weight:bold;
}