/* ---[ common elements ]------------------------------- */
body {
	font-size: 12pt;
	font-family:"Times New Roman", Times, serif;
	margin: .5in;
	color:#000;
	}
#footer {
	font-size: 9pt;
	font-family:"Times New Roman", Times, serif;
	margin: 0;
	text-align:left;
	}

p {
	text-align: justify;
	line-height: 1.5em;
}

h1, select, input,#header, .bigcalheader, #utilities, #sidebar,#message, #footer, #noprint, #alpha-filter{
	display: none;
	}
   
a {
	border: none;
	text-decoration: none;
	color: #000;
}


li {
	font-size: 10pt;
	list-style: none;
	text-align: left;
	line-height: .25in;
}


#signature {
	float: left;
	width: 30%;
	margin: 30px 0 0 10px;
	padding: 2px 8px;
	border-top: 1px solid #333;
	text-align: center;
}

#date {
	float: right;
	width: 30%;
	margin: 30px 0 0 30px;
	padding: 2px 8px;
	border-top: 1px solid #333;
	text-align: center;
}
#clear {
	clear: both;
}


 h2{
	font-size: 14pt;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 5px 0;
	}

 h3{
	font-size: 10pt;
	text-align: center;
	margin: 0 0 5px 0;
	}

 h4{
	font-size: 12pt;
	text-align: left;
	margin: 0 0 1px 0;
	}

	
 h5{
	font-size: 10pt;
	text-align: left;
	margin: 0 0 8px 0;
	text-indent: .5in;
	}
	
 h6{
	font-size: 10pt;
	text-align: left;
	margin: 0 0 4px 0;
	text-indent: .5in;
	}

/* ---[ tables ]------------------------------- */
table {
	border-collapse:collapse;
	border: 1px solid #000;
	}

table th {
	font-size: 12pt;
	font-weight: bold;
	border: 1px solid #000;
	letter-spacing: 1px;
	font-variant:small-caps;
	text-align: center;
	vertical-align:top;
}

table td {
	font-size: 12pt;
	padding: 2px;
	text-align: left;
	vertical-align:top;
	border: 1px solid #000;
	background: #fff;
}

	
table td.scheduleSat {
	background: #CCC;
	}

table td.scheduleSun {
	border-right: 2px solid #000;
	}

.pagebreak {
	page-break-after:always;
	}

table#labels {
	width: 100%;
	text-align: center;
	font-size: 10pt;
	border: none;
	margin: .5in;
	padding: 0;
	}
	
table#labels td {
	padding: 0 2px;
	margin: 0 0 0 30px;
	text-align: left;
	border: none;
	height: .9in;
	text-transform: capitalize;
	}
	
/* ---[ main-calendar ]------------------------------- */
table#bigcalendar {
	border: 1px solid #333;
	margin: 0 0 0 2px;
	padding: 1em 0 0 2px;
	}
	
table#bigcalendar a {
	color:#333;
	font-weight: bold;
	text-decoration: none;
	}
table#bigcalendar #calendarbg {
	margin: 0;
	padding: 0 5px;
	}
	
table#bigcalendar #title {
	color:#333;
	background: #B4E637;
	text-align: center;
	font-variant: small-caps;
	font-size: 90%;
	}

table#bigcalendar .bigcalheader {
	color:#333;
	text-align: center;
	font-variant: small-caps;
	font-size: 90%;
	}

table#bigcalendar #daysofweek {
	color: #fff;
	background: #404530;
	text-align:center;
	font-variant: small-caps;
	padding: 1px 0.33em;
	font-size: 80%;
	font-family:"Times New Roman", Times, serif;
	}

table#bigcalendar td {
	border: 1px solid gray;
	border-color: #BBB #EEE #EEE #BBB;
	text-align: left;
	width: 10%;
	font-size: 80%;
	font-family:"Times New Roman", Times, serif;
	vertical-align: top;
	margin: .5em;
	}

table#bigcalendar span.title, span.corporate {
	display: block;
	font-weight: bold;
	padding: .1em;
	color: #333;
}

table#bigcalendar span.location {
	font-weight: bold;
	color: #333;
}

table#bigcalendar span.time {
	font-size: 80%;
	font-weight: normal;
}


table#bigcalendar td.blankcell {
	background: #E1FDD1;
	}
	
table#bigcalendar td.weekend {
	background: #FFC;
	}

table#bigcalendar td.today {
	background: #B4E637;
	border: 1px solid #000;
	}
.bigdatecell {
	float: right;
	text-align: center;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	padding: 0 .25em .25em .25em;
	margin: 0;
	background: #F3F3F3;
	font-weight:bold;
	}
