table.grid, table.grid th, table.grid td {
	border: 1px solid #DAECDE;
	vertical-align: top;
	
}
table.grid {
	border-collapse: collapse;
	
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;
}

table.grid th, table.grid td {
	background-color: white;
	color: #f5821a;
	width: 13%;
	
}

table.grid th {
	background: white;
}



table.grid th.cal_top {
	font-style: normal;
	font-weight: normal;
	background-color: white;
	color: #259844;
	font-size: 14pt;
}

table.grid td {
	background: #ffffff;
	
}



BODY {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: white;
	color: #000;
	margin: 0px;
}

A {
	color: #369;
}
.top_nav {
	float: right;
}
table.innergrid, table.innergrid th, table.innergrid td {
}
.top {
	background-color: #f5821a;
		color: #000;
	padding: 10px;
	border-bottom: 1px solid #000;
}

.nav {
	color: #000;
	padding: 0px 10px;
	border-bottom: 0px solid #000;
	line-height: 30px;
}
.top A, .nav A, .cal_top A, .bottom A {
	color: #036;
	text-decoration: none;
}
.nav A, .cal_top A {
	color: black;
	color: #666666;
	font-size: 9pt;
}
.nav A {
	padding: 2px;
}
.nav A.selected {
	color: #000;
}
.bottom {
	clear: left;
	background-color : #B0E0E6;
	color: #000;
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

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



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#layer {
	position:absolute;
	visibility:hidden;
}

form.top_form {
	margin: 0px;
	padding: 0px;
	float: right;
}
.time {
	text-align: left;
	font-size: 8pt;
}
.title {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

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


.day ul {
	margin: 5px;
	padding: 0px 15px;
}
.day_of_month {
	font-style: normal;
	font-weight: normal;
	text-align: right;
	float: right;
	font-size: 10pt;
	color: #333333;
}


/* 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;
}
/* Added v0.4.0 */
.day_of_month {font-style: normal;
	font-weight: normal;
	text-align: right;
	float: right;
	font-size: 10pt;
	color: black;
	
}
.day_of_month_s {
	font-style: normal;
	font-weight: normal;
	text-align: right;
	float: right;
	font-size: 10pt;
	color: black;
	
}
.day_of_month_s2 {font-weight:bold;
	text-align: right;
	float: right;
	color: #594c4c;
}

table.grid th.cal_top_s {
	color: #259844;
	background: white;
}

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

.button div {
	width:10px;
	height:10px;
	border:1px solid #000;
}
table.grid td.holder {
	 vertical-align:top;
}
/* Added v0.4.1 */
.cell {
	height:29px;
	border-bottom: 1px dashed #ccc;
	color: #999;
}
.cell_top {
	background: #ffe4b5;
	height:24px;
	font-weight:bold;
	text-align:center;
}
.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 {
	color: #259844;
	background: white;
	font-size: 16pt;
	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;
	position: absolute;
}
#today {
	background: #f7e2bf;
}
.day_of_month a, .day_of_month_s a, .week a {
	color: #333333;
	text-decoration: none;
}
th.cal_top_s a {
	font-size: 8px;
	color: #666666;
	text-decoration: underline;
}
table.day, table.day th, table.day td {
}
table.day {border:0px solid black;
	background: #ffe4b5;
}
td.single_day {
}
.week {
	clear: right;
	text-align: right;
	float: right;
	font-size: 8pt;
	font-weight: bold;
	color:#999;
}
.cell_top a {
	color: #000;
	text-decoration: underline;
}

table.grid2 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-width: 0px;
}

.inner .time, .inner .venue, .inner .location, .inner .edit {
	font-size: 6pt;
}

.inner .title {
	font-size: 8pt;
}
.code {
	font-family: Courier New;
}
.calendar_header {
	font-size: 175%;
	color: white;
}

#luncheon {
	height:150px;
	color: #000000;
	background-color:#FBE6D1;
	background-image:url('../../images/PlayDayPink.png');
	background-repeat: no-repeat;
	
}

#affiliate {
	height:150px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('../../images/PlayDayWhite.png');
	background-repeat: no-repeat;
	border: 0px;
}

#happyhour {
	height:150px;
	color: #000000;
	background-color:#DFE8F7;
	background-image: url('../../images/PlayDayBlue.png');
	background-repeat: no-repeat;
	
}

#powerhour {
	height:150px;
	color: #000000;
	background-color:#DAECDE;
	background-image: url('../../images/PlayDayGreen.png');
	background-repeat: no-repeat;
}

#golfevent {
	height:150px;
	background-color: #22603B;
	background-image: url('../../images/PlayDayGREENDARK.png');
	background-repeat: no-repeat;
	
}

#cal_blank {
	height:150px;
	border:0px solid black;
	background-image: url('../../images/cal_background_transparent.gif');
	background-repeat: repeat-y;
	
}

#display_calendar_search {
	color: #754b9a;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times;
}

#display_filter_text {
	font-family: Helvetica, Verdana, Arial;
	color: #666666;
	font-size: 10pt;
	text-align: right;
	
}
.title a { color:blue;}
.title a:hover { color:black;}
