/*
 * cmc.css
 * CMC Style Sheet
 */
 
/*
 * Specific elements and styles
 */
a:hover {
	color: #FF0000;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
body {
	background-color: #D7CBB3;
	background-image: url("images/bg.gif");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 1%;
	margin-right: 1%;
}
div.Concert {
	font-weight: bold;
}
div.Deadline {
	font-style: normal;
	font-weight: bold;
	color: red;
}
div.Description {
	font-weight: normal;
}
img.sponsor_icon {
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px;
}
span.name {
	font-weight: bold;
	text-align: right;
}
span.out_of_stock {
	color: red;
}
span.quote {
	font-style: italic;
}
table.announcements {
	background-color: #FFFFCC;
	border: 0 solid black;
	width: 480px;
}
table.announcements td {
	font-style: italic;
	padding: 5px;
	text-align: center;
}
table.calendar {
	background-color: #333333;
	border: 0px solid black;
	width: 480px;
}
table.calendar tr {
	vertical-align: top;
}
table.calendar td {
	font-size: 12px;
}
table.calendar td.date {
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: right;
	width: 8em;
}
table.calendar td.event {
	background-color: #FFFFFF;
	font-style: italic;
}
table.documents td {
	font-size: 14px;
}
table.form td {
	vertical-align: middle;
}
table.form td.text_field {
	text-align: left;
}
table.form td.label {
	text-align: right;
}
table.form td.required_label {
	color: #1054A0;
	font-weight: bold;
	text-align: right;
}
table.history td.text {
	background: #DDDDDD;
	border-bottom-color: #D7CBB3;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 4px;
}
table.history td.year {
	background-color: #E7E0D1;
	border-bottom-color: #D7CBB3;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #1054A0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}
table.layout td.content {
	padding-left: 10px;
	padding-top: 0;
	width: 500px;
}
table.layout td.logo {
	background-color: #DDDDDD;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0;
	width: 200px;
}
table.layout td.nav {
	padding-right: 10px;
	padding-top: 0;
}
table.nav {
	border: 0;
	width: 128px;
}
table.recordings {
	border: 1px solid #999999;
}
table.recordings td {
	border: 1px solid #AAAAAA;
}
table.recordings th {
	border: 1px solid #AAAAAA;
}
table.sponsors td.sponsor {
	font-size: 14px;
}
table.sponsors td.subtitle {
	font-size: 12px;
	padding-left: 20px;
}
td {
	color: #000000;
	vertical-align: top;
}
th {
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}
ul {
	font-size: 14px;
	margin-top: 0;
}
/*
 * Generic styles
 */
.brand {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
.hd1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.hd2 {
	font-size: 9px;
}
.name {
	font-weight: bold;
}
.portrait {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.txtcsm {
	font-size: 11px;
	color: #336699;	 
}
.txthd {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}
.txthd2 {
	font-size: 16px;
	font-weight: bold;
}
.txtmn {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;	
}
.txtsm {
	font-size: 11px;
}
/*
 * Global IDs
 */
#content {
	min-height: 600px;
	overflow: hidden;
	padding: 2px;
}
#footer {
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
#header {
	overflow: hidden;
}
#navlink {
	background-color: #DDDDDD;
	background-image: url("images/bu.gif");
	color: #336699;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	text-decoration: none;
	width: 122px;
}
#navlink:hover {
	background-image: url("images/bd.gif");
	color: #FF0000;
}
#notice {
	color: #1054A0;
	font-style: italic;
	font-weight: bold;
}
#text_centered {
	text-align: center;
}
#text_left {
	text-align: left;
}
#text_right {
	text-align: right;
}
