.sort-table {
	border-collapse: separate;
	border: 1px solid #602F0F;
	background-color: #FFEBD7;
	width: 100%;
}

.sort-table thead {
	background-color: #FFDDBB;
}

.sort-table td {
	border: 1px solid #602F0F;
	vertical-align: top;
}

.sort-table thead td {
	border:		1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	text-align:	center;
	font-weight:	bold;
	cursor:		default;
	background-color: #FFDDBB;
}

.sort-table thead td[_sortType="None"] {
	background-color: #FFEBD7;
}

.sort-table thead td:hover {
	background-color: #FFEBD7;
}

.sort-table thead td[_sortType="None"]:hover {
	background-color: #FFEBD7;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	cursor:			wait;
}

.sort-table thead td[_sortType="None"]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
}

.sort-arrow {
	width:			11px;
	height:			11px;
	background-position:	center center;
	background-repeat:	no-repeat;
	margin:			0 2px;
}

.sort-arrow.descending {
	background-image:	url("http://www.divinecommunity.com/jscripts/sorttable/downsimple.png");

}

.sort-arrow.ascending {
	background-image:	url("http://www.divinecommunity.com/jscripts/sorttable/upsimple.png");
}
.program_name {
	font-size: 14px;
	font-weight: bolder;
}
.location_city {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.location_country {
	font-weight: bold;
	color: #0000FF;
}
.venue {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.start_date {
	font-weight: normal;
}
.end_date {
	font-weight: normal;
}
.free_to_public {
	font-weight: bold;
	color: #FF0000;
}
.event_notes {
	font-weight: normal;
}
.event_times {
	font-weight: normal;
}
.alert {
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
}
.country_select {
	font-size: 18px;
}
.location_select {
	font-size: 18px;
}
