

.region-title {
	text-transform: uppercase;
	font-weight: bold;
	color: #C8013B;
}


.district-title {
	padding: 10px 0 5px 0;
	font-weight: bold;
	color: #000000;
}

td.brd-right  {
	border-right:1px solid #CCCCCC;
}

td.brd-bottom  {
	border-bottom:1px solid #CCCCCC;
}





.event-table {
	border-collapse: collapse;
}


.event-table td {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}

.event-table th {
	background-color: #97AA3E;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

td.highlight-left  {
	border-top:2px solid #97AA3E;
	border-bottom:2px solid #97AA3E;
	border-left:2px solid #97AA3E;
}

td.highlight  {
	border-top:2px solid #97AA3E;
	border-bottom:2px solid #97AA3E;
}

td.highlight-right  {
	border-top:2px solid #97AA3E;
	border-bottom:2px solid #97AA3E;
	border-right:2px solid #97AA3E;
}


/*--------------------------------------------------------------*/


.event-table-none td {
	border: none;
}

.event-table-none th {
	background-color: #97AA3E;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}

.sel_style_title {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right:17px;
	text-align: center;
	font-weight: bold;
}


.sm-font {
	font-size: 10px;
}