#pdftable {
	width: 755px;
	padding: 0;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #C1DAD7;
}

#pdftable2{
	width: 755px;
	padding: 0;
	margin: 5px 0px 20px 0px;
	border-top: 1px solid #C1DAD7;
}

caption {
	padding: 0 0 5px 0;
	width: 750px;	 
	font: normal 12px Palatino Linotype,Arial, Helvetica, sans-serif;
	text-align: right;
	color: #356287;
}

th {
	font: bold 12px Palatino Linotype,Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-left: 1px solid #C1DAD7;
	background: none;
	background: #CAE8EA;
}

td {
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #E8EBBE;
	padding: 6px 6px 6px 12px;
	color: #333333;
	vertical-align : top;
}

td.alt {
	background: #F5FAFA;
	color:  #333333;
}

td.alt2 {
	background: #508FC4;
	color:  white;
	font-weight: bold;
	padding-left: 20px;
}

td.alt3 {
	background: #356287;
	color:  white;
	font-weight: bold;
	padding-left: 30px;
}

/* CSS Calendar Table */

#calendar {
	width: 300px;
	padding: 0;
	margin: 10px 30px 20px 40px;
	border-left: 1px solid #A2ADBC;
	font: normal 12px Palatino Linotype,Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	float:left;
}

#calendar .caption {
	margin: 0;
	padding: 3px;
	width: 300px;
	height: 30px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 18px Palatino Linotype,Arial, Helvetica, sans-serif;
	text-align: center;
}

#calendar th {
	font: bold 12px Palatino Linotype,Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	text-align: center;
}

#calendar .today, #calendar td.today a, #calendar td.today a:link, #calendar td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #B98C2F;
}

#calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(images/bg_calendar.gif) no-repeat right bottom;
}

#calendar td.two{
	font: normal 8px/18px  Palatino Linotype,Arial, Helvetica, sans-serif;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, #calendar td a:visited {	
	color: #608194;
	background: url(images/bg_calendar.gif) no-repeat;
}

#calendar td a:hover, #calendar td a:active {
	color: #6aa3ae;
	background: url(images/bg_calendar.gif) no-repeat right top;
}