/*.calHeader {
 font-family: Arial, sans-serif;
 color: #FFFFFF;
 background-color:#520B0E;
 text-align: center;
 font-weight: bold;
 font-size: 16px;
 padding-top: 5px;
 padding-bottom: 5px;
}*/

.calHeader {
	background: #0B3B51 url(/Pix/headerBackground.gif) repeat-x left top;
	height:24px;
	line-height:30px;
	text-align: center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	width:100%;
}

.calPost {
	text-align: center;
	vertical-align:middle;
	height:30px;
	font-family: Arial;
	line-height: 20px;
}

.calPost div {
#	width: 150px;
	height:24px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A61318;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

* html .calPost a {
	width:100%;
}

.calPost a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display:block;
	padding-top: 2px;
}

.cal1 {
	font-family: 'Arial';
	font-size: 9pt;
	color: white;
	line-height: 20px;
	vertical-align:middle;
	text-align:center;
	background: #081F3D;
}

.cal2b {
	font-family: 'Arial';
	font-size: 9pt;
	color: #226266;
	text-decoration: none;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	display:block;
}

* html .cal2b {
	width:100%;
}

.cal4 {
	font-family: 'Arial';
	font-size: 9pt;
	color: #226266;
	height: 24px;
	vertical-align: middle;
	text-align: center;
}
.cal4 a {
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align: center;
}
.cal4 a:hover {
	background-color:#FFC;
}

TABLE.calBody td.border a
{
	font-family: 'Arial';
    font-size: 9pt;
 	background-color:#FF3;
	display:block;
	width:26px;
	height:24px;
	line-height:24px;
	text-align: center;
}

TABLE.calBody td {
	min-width:26px;
	min-height:24px
}


TABLE.calBody {
	width:100%;
}

#dcpEvents table table td {
	/* border:solid 1px #0F3365; */
}

#dcpEvents table table {
	margin-bottom:10px;
}


