/* CSS Document: new events test page */

.eventselect {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.0pt;
	display: block;
}
.eventselect .active {
	font-weight: bold;
	color: #ffffff;
	background: #009999;
}
.eventselect a:link {
	color : #009999;
	font-weight : bold;
	text-decoration: none;
}
.eventselect a:hover {
	color : #009999;
	font-weight : bold;
	text-decoration: none;
	background: #D9D9D9;
}
.eventselect a:visited {
	color : #009999;
	font-weight : bold;
	text-decoration: none;
}
.eventselect a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: #0099CC;
}

.eventscomment {
	font-size: 7.5pt;
	font-weight: bold;
	color: #0099CC
}

.eventslist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.0pt;
	font-weight: normal;
}
.eventslist td{
	padding: .15in 5.75pt .15in 5.75pt;
}
.eventslist td.tags{
	width: 55pt;
}
.eventslist td.new{
	width: 55pt;
	border-right: solid;
	border-width: thin;
	border-color: #FF0066;
}
.eventslist .new_tag {
	font-family: inherit;
	font-weight: bold;
	font-size: inherit;
	color: #ffffff;
	background: #FF0066;
	display: block;
	position: relative;
	top: 12px;
	left: -1px;
	padding-left: 1px;
	padding-right: 1px;
}
.eventslist p{
	margin-top:3pt;
	margin-right:0in;
	margin-bottom:3pt;
	margin-left:0in;
	text-align: left;
}
.event_tag {
	font-family: inherit;
	font-weight: bold;
	font-size: inherit;
	color: #ffffff;
	background: #009999;
	display: block;
	position: relative;
	top: 3px;
	left: -7px;
	padding-left: 1px;
	padding-right: 1px;
}
.event_date {
	font-family: inherit;
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	background: #009999;
}
.event_name {
	font-family: inherit;
	font-weight: bold;
	font-size: 11pt;
}
.event_detail {
	font-family: inherit;
	font-weight: bold;
	font-size: inherit;
}
.eventslist a:hover{background: #cccccc;}
.eventslist a:active{font-weight: bold;}

.scdmtl {color: #333399;}
.scdmtl .event_tag {background: #3366FF;}
.scdmtl .event_date {background: #3366FF;}
.scdmtl .event_name {color: #3366FF;}
.scdmtl .event_detail {color: #0000ff;}
.scdmtl a:link{color: #0099FF;}
.scdmtl a:visited{color: #0099FF;}

.dance {color: #003300;}
.dance .event_tag {background: #CCFFCC;}
.dance .event_date {background: #339966;}
.dance .event_name {color: #339966;}
.dance .event_detail {color: #009900;}
.dance a:link{color: #339966;}
.dance a:visited{color: #339966;}

.other {color: #333399;}
.other .event_tag {background: #CCCCFF;}
.other .event_date {background: #990099;}
.other .event_name {color: #990099;}
.other .event_detail {color: #666699;}
.other a:link{color: #CC99FF;}
.other a:visited{color: #CC99FF;}

.scdaway {color: #6600FF;}
.scdaway .event_tag {background: #9933FF;}
.scdaway .event_date {background: #9933FF;}
.scdaway .event_name {color: #9933FF;}
.scdaway .event_detail {color: #6600CC;}
.scdaway a:link{color: #666699;}
.scdaway a:visited{color: #666699;}
