/* CSS Document - section.css */
@import url("/css/default.css");

/* ID Styles */	
#companyDescription div{
	padding: 10px 0px;
}



#termsOfUse h3{
	text-transform: uppercase;
}

#termsOfUse li{
	margin-bottom: 20px;
}

.contact {
	font-size: smaller;
	text-align: left;
}

.showmore {
	text-align: right;
	background: url(/images/down_arrow.png) no-repeat right;
	padding-right: 18px;
}

.table {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}

.table caption {
	padding: 5px;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	/*font-variant: small-caps;*/
	text-decoration: underline;
	color: #333333;
}

.table th{
	background-color: #CC99CC;
	color: #660066;
}

.table tbody tr:hover{
	color: #333333;
	background-color: #EEDDFF;
}

.evenRow{
	background-color: #DDDDDD;
}

.tablePager, .tablePager tr:hover{
	background-color: #C6DAF9;
	text-align: center;
}

#pastEventTable th{
	color: #663366;
	background-color: #CC99CC;
}

#EventTable th{
	color: #FFFFFF;
	background-color: #660066;
}

.newFlag{
	color: #FF0000;
	font-variant: small-caps;
	font-weight: bold;
}