#main {padding:10px;}
a:hover {color:#E51937;}
/* //  HTML elements */	

/* common */		
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	th, td{padding:5px;line-height:1.5em;}		
	th{background:#eee;}
	td{border-bottom:1px solid #eee;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
/* // base */		
table.glance {
	border:none;
}
.main {
	border:none;
}
.main th {
	background-color:#eee;
	font-size:11px;
	color:#333;
	border:none;
	border-right:solid 1px #FFF;
}
.main th.weekend {
	background-color:#f9f9f9;
}
.main th p {
	text-align: left;
	float:left;
	margin:0 !important;
}
#week .main th.row {
	vertical-align:middle;
	border-bottom:solid 1px #fff;
}
.main td,
.main td.weekend {
	background-color:#fff;
	border:none;
	border-bottom:solid 1px #eee;
	border-right:solid 1px #fff;
	vertical-align:top;
	width:14%;
}


.new {
	float:right;
	margin-top:10px;
}
.glance th.row {
	border:none;
	border-bottom:solid 1px #fff;
	height:40px;
	vertical-align:middle;
	width:14%;
}
.main td.today {
	background-color:#FFFFD6;
}

.glance td {
	border:none;
	border-bottom:solid 1px #fff;
	background-color:#FFFFD6;
	padding-left:3px;
	vertical-align:top;
}
.main td.hasevents {
	background-color:#820024;
	padding:5px !important;
	
//	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820024', endColorstr='#E51937'); /* for IE */
//	background: -webkit-gradient(linear, left top, left bottom, from(#820024), to(#E51937)); /* for webkit browsers */
//	background: -moz-linear-gradient(top,  #820024,  #E51937); /* for firefox 3.6+ */
	background-color: #820024;	
}

.layerentry {color:#fff;}
.topnav {
	line-height:1.5em;
}
#day .next img, #day .prev img {
	margin-top:5px;
}

.next img, .prev img {
	margin-right:3px;
	margin-top:7px;
}
.title {
	color:#333;
	text-align:center;
	width:99%;
}
#day .title {
	margin-top:3px;
	text-align:center;
}
#day .title .date, 
.title .date {
	color:#333;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.title .viewname, 
#day .title .user, 
.title .user {
	color:#999;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

#day div.minicalcontainer {
	border:none;
	padding:3px;
	vertical-align:top;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color='#999999');

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.minical {margin:0;}
#day .minical caption {display:none;}
.minical th {font-size:10px;}
.minical td,
.minical td.weekend, #editentry th.weekend {
	background:#eee;
	border:1px solid #FFFFFF;
	padding:0 2px;
	text-align: center;
}
#day .minical td.selectedday {border:none;}
.minical td#today {background:none repeat scroll 0 0 #FFFFD6;}
.minical td.hasevents {
	font-weight:bold;
	background-color:#ccc;
}
.minical td.hasevents a {color:#820024;}

.nav,
.printer {
	color:#820024;
	font-size:12px;
	line-height:1.5em;
	text-decoration:none;
	display: block;
	text-align: center;
	width:100%;
}

#dateselector {
	float:left;
	width:100%;
	margin:10px 0;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
#dateselector form {
	border-top:none;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
	padding-top:0;
	width:33%;
}

#trailer {clear:both;}
#menu, #menu a, .prefix, .printer {font-size:11px;}
#menu a {color:#820024;}

#pref .main td.weekcell, #viewl .main td.weekcell, #month .main td.weekcell {
	background-color:#eee;
	color:#333;
	font-size:11px;
	margin:0;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	width:1%;
}
td#printarea {padding:0 !important;}
#prevmonth,
#nextmonth {
	margin-bottom:20px;
}
#month_main {
	border:none;
	margin:15px 0;
}
#month_main td {border-right:solid 1px #eee;}
#month_main td a.layerentry {
	color:#820024;
}
.dayofmonth  {
	border:none;
	color:#333;
	font-weight:bold;
	padding:0 2px 0 3px;
	text-decoration:none;
	vertical-align:top;
}
img.bullet {display:none;}

.weeknumber {
	color:#820024;
	font-size:10px;
	text-decoration:none;
}


