/* comparable to font-weight: 600 */
@font-face {
    font-family: 'cabin_condensedsemibold';
    src: url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-semibold-webfont.eot');
    src: url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-semibold-webfont.woff') format('woff'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-semibold-webfont.ttf') format('truetype'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-semibold-webfont.svg#cabin_condensedsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* comparable to font-weight: 400 */
@font-face {
    font-family: 'cabin_condensedregular';
    src: url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-regular-webfont.eot');
    src: url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-regular-webfont.woff') format('woff'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-regular-webfont.ttf') format('truetype'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-regular-webfont.svg#cabin_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* comparable to font-weight: 500 */
@font-face {
    font-family: 'cabin_condensedmedium';
    src: url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-medium-webfont.eot');
    src: url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-medium-webfont.woff') format('woff'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-medium-webfont.ttf') format('truetype'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-medium-webfont.svg#cabin_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* comparable to font-weight: 700 */
@font-face {
    font-family: 'cabin_condensedbold';
    src: url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-bold-webfont.eot');
    src: url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-bold-webfont.woff') format('woff'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-bold-webfont.ttf') format('truetype'),
         url('/lib/fonts/webfonts/CabinCondensed/cabincondensed-bold-webfont.svg#cabin_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* header navigation */

header nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header nav li {
	background: url("../images/hbtn_inactive.png") left top no-repeat;
	float: left;
	font-family: 'cabin_condensedsemibold', sans-serif;
	font-size: 1.8em;
	height: 81px;
	margin: 0 10px 0 0;
	width: 239px;
}

header nav li a {
	display: block;
	color: #fff;
	line-height: 81px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgb(40, 40, 40);
}

nav li a:visited {
	color: #fff;
}

header nav li:hover {
	background: url("../images/hbtn_active.png") left top no-repeat;
}

/* vertical navigation */

#bgrnav ul {
	list-style-type: none;
}

#bgrnav li {
	height: 106px;
	margin-bottom: 5px;
	width: 295px;
}

#bgrnav li.blueitem {
	background: url("../images/bgrnav_blue.jpg") left top no-repeat;
}

#bgrnav li.reditem {
	background: url("../images/bgrnav_red.jpg") left top no-repeat;
}

#bgrnav li.greenitem {
	background: url("../images/bgrnav_green.jpg") left top no-repeat;
}

#bgrnav a {
	display: block;
	font-size: 0;
	height: 106px;
}

/* home rotator */

.carousel {
	position: relative;
	width: 671px;
	height: 323px;
	z-index: 1;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

.carousel .item {
	position: relative;
	display: none;
	height: 323px;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
	z-index: 3;
}

.carousel .item > img {
	display: block;
	width: 671px;
	cursor: pointer;
}

.carousel .active,
.carousel .next,
.carousel .prev {
	display: block;
}

.carousel .active {
	left: 0;
}

.carousel .next,
.carousel .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel .next {
	left: 100%;
}

.carousel .prev {
	left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
	left: 0;
}

.carousel .active.left {
	left: -100%;
}

.carousel .active.right {
	left: 100%;
}

.cc-container {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.65);
	height: 150px;
	left: 354px;
	position: absolute;
	top: 133px;
	width: 273px;
}

.carousel-caption {
	color: #fff;
    width: 253px;
	height: 142px;
	padding: 25px 10px 0;
	overflow: hidden;
	position: relative;
}

.carousel-caption div {
	text-align: center;
}

.carousel-caption p {
	margin: 5px 0;
	font-size: 0.6875em;
}

.carousel-caption h3 {
	font-family: 'cabin_condensedregular', sans-serif;
	font-size: 1.75em;
	font-weight: normal;
}

.carousel-caption a {
	color: #fff;
	display: inline-block;
	margin: 0 8px;
	text-decoration: none;
}

.carousel-control {
	background: url("../images/rot_arrow_next.png") left top no-repeat;
	color: #fff;
	font-size: 0;
	height: 65px;
	left: 630px;
	position: absolute;
	text-decoration: none;
	top: 125px;
	width: 40px;
	z-index: 50;
}

.carousel-control.left {
	background: url("../images/rot_arrow_prev.png") left top no-repeat;
	left: 1px;
}

.text-control {
	width: 120px;
	height: 15px;
	position: absolute;
	top: 300px;
	left: 288px;
	z-index: 30;
}

.text-control ol {
	list-style-type: none;
}

.text-control li {
	display: block;
	float: left;
	margin: 0 2px 0;
	height: 15px;
	width: 15px;
	background: url("../images/rot_dot_inactive.png") top left repeat-x;
}

.text-control li.active {
	background: url("../images/rot_dot_active.png") top left repeat-x;
}

/* home tabbed section */

#eventstage ul {
	list-style-type: none;
}

#eventstage li {
	border-bottom: 1px solid #cfcfcf;
	height: 91px;
	padding: 9px 0;
	width: 655px;
}

#eventstage .thumb {
	float: left;
	height: 91px;
	width: 91px;
}

#eventstage .thumb img {
	max-width: 91px;
	max-height: 91px;
}

#eventstage .text {
	color: #242424;
	float: left;
	height: 67px;
	padding: 24px 15px 0;
	width: 264px;
}

#eventstage h3 {
	font-family: 'cabin_condensedbold', sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1;
}

#eventstage h4 {
	color: #4c4c4c;
	font-family: 'cabin_condensedsemibold', sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
}

#eventstage .buttons {
	float: left;
	height: 62px;
	padding: 29px 0 0;
	width: 264px;
}

#eventstage .buttons a {
	background: url("../images/home_event_btn_active.png") left top no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-family: 'cabin_condensedbold', sans-serif;
	font-size: 1.125em;
	line-height: 31px;
	margin: 0 4px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 3px rgb(0, 0, 0);
	width: 124px;
}

#eventstage .buttons a:hover {
	background: url("../images/home_event_btn_inactive.png") left top no-repeat;
}

/* footer navigation */

footer nav ul {
	display: table;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

footer nav li {
	float: left;
	font-family: 'cabin_condensedregular', sans-serif;
	font-size: 1.125em;
	padding: 0 13px;
}

footer nav li a {
	color: #fff;
	line-height: 66px;
	text-decoration: none;
}

footer nav li a:hover {
	text-decoration: underline;
}

/* inner page tabbed section */

#innerstage ul {
	list-style-type: none;
	padding-top: 20px;
}

#innerstage li {
	border-bottom: 1px solid #cfcfcf;
	height: 140px;
	padding: 9px 0;
	width: 951px;
}

#innerstage .thumb {
	float: left;
	height: 140px;
	width: 291px;
}

#innerstage .thumb img {
	max-width: 291px;
	max-height: 140px;
}

#innerstage .text {
	color: #242424;
	float: left;
	height: 90px;
	padding: 50px 25px 0;
	width: 264px;
}

#innerstage h3 {
	font-family: 'cabin_condensedbold', sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1;
}

#innerstage h4 {
	color: #4c4c4c;
	font-family: 'cabin_condensedsemibold', sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
}

#innerstage .buttons {
	float: left;
	height: 90px;
	padding: 50px 0 0;
	width: 264px;
}

#innerstage .buttons a {
	background: url("../images/home_event_btn_active.png") left top no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-family: 'cabin_condensedbold', sans-serif;
	font-size: 1.125em;
	line-height: 31px;
	margin: 0 4px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 3px rgb(0, 0, 0);
	width: 124px;
}

#innerstage .buttons a:hover {
	background: url("../images/home_event_btn_inactive.png") left top no-repeat;
}

h2.caltop {
	margin-top: 25px;
}

/* search results */

.eachresult {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #6799ff;
	height: 120px;
	margin: 10px 5px;
	overflow: hidden;
	width: auto;
}

.eachresult .image {
	float: left;
	max-width: 200px;
}

.eachresult .details {
	float: left;
	height: 100px;
	padding: 10px 20px;
	width: 498px;
}

.eachresult .details h3 {
	font-size: 1.5em;
}

.eachresult .details p {
	font-size: 1.2em
}

.eachresult .info {
	float: right;
	font-size: 1.25em;
}

.eachresult .info a {
	color: #fff;
	background: rgb(24,121,230);
	display: block;
	height: 120px;
	line-height: 120px;
	text-align: center;
	text-decoration: none;
	width: 150px;
}

/* event details */

.events h3.dateheader {
	background: #012b87 url("../images/datebackground.png") right top no-repeat;
	color: #fff;
	height: 40px;
	font-size: 28px;
	font-weight: bolder;
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	width: 956px;
}

.events .eventdetarea {
	background-color: #fff;
	margin-top: 10px;
	padding: 10px;
	width: 966px;
}

.events .edalefttop {
	float: left;
	width: 61%;
}

.events .edalefttop p {
	font-size: 0.75em;
	margin: 0;
	text-transform: uppercase;
}

.events .edarighttop {
	float: right;
	width: 39%;
}

.events .edarighttop h3 {
	padding-left: 85px;
}

.events .eventdetarea h4 {
	font-size: 25px;
	font-weight: 900;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.events .eventdetarea h5 {
	font-size: 20px;
	font-weight: 900;
	margin: 0;
	padding: 0
}

.events .eventdetarea h6 {
	font-size: 23px;
	font-weight: 400;
	margin: 0;
	padding: 0
}

.events a.innertickets {
	background: url("../images/evtbtn_tickets.png") left top repeat-x;
	color: #fff;
	display: block;
	height: 60px;
	font-size: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 330px;
}

.events p.agewarning {
	color: #a50000;
	font-size: 17px;
	font-weight: 700;
	margin: 10px 0 0;
	text-transform: uppercase;
}

.events .bigeventimg {
	background-color: #fff;
	padding: 10px;
	text-align: center;
	width: 946px;
	clear: both;
}

.events .bigeventimg .theimage {
	//border: 1px solid #000;
	margin: 0 auto;
	width: 684px;
}

.events .bigeventimg .fakebillboard {
	//background: url("../images/billboardbase.png") left top no-repeat;
	height: 73px;
	margin: 0 auto;
	width: 686px;
}

.events .bigeventimg img {
	display: block;
	margin: 0 auto;
	max-width: 684px;
}

.events .eventmoredetails {
	background-color: #fff;
	padding: 10px;
	position: relative;
	width: 946px;
}

.events .eventarenainfo {
	padding: 10px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 185px;
}

.events .eventarenainfo img {
	max-width: 185px;
}

.events th {
	background-color: #a40001;
	color: #fff;
}

.events .maybebuttons {
	height: 50px;
	padding: 10px;
	width: 946px;
}

.events .maybebuttons>a {
	background: url("../images/evtbtn_promo.png") left top no-repeat;
	display: inline-block;
	float: right;
	font-size: 0;
	height: 47px;
	padding: 0 15px;
	width: 202px;
}

.events .maybebuttons>a.seatingchart {
	background: url("../images/evtbtn_seating.png") left top no-repeat;
	padding: 0;
	width: 221px;
}













































h1 {
	font-size: 14pt;
}

h3, h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

.go {
	font-weight: bold;
	color: #0a0;
}

.stop {
	font-weight: bold;
	color: red;
}

form {
	margin: 0px; padding: 0px;
}

.input_select, .input_button, .input_text {
	font-size: 8pt;
}

.input_button {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border: 1px solid #000;
}

.input_button:hover {
	color: #ccc;
}

.input_block {
	margin-bottom: 10px;
}

.input_block_label {
	font-weight: bold;
	//border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

.input_block_field {
	padding: 7px;
}

.input_block_labelerr {
	color: red;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 4px 0px 4px 0px;;
}

/* dtable */

table.dtable th, table.dtable td {
	padding: 2px;
	font-size: 8pt;
}

table.dtable th {
	background-color: #1879e6;
	color: #fff;
	text-align: left;
	border-bottom: 3px solid #00478e;
}

table.dtable th a, table.dtable th a:visited {
	color: #fff;
}

table.dtable th.sorted {
	background-color: #af2047;
}

table.dtable th.sortable {
}

table.dtable td.dtable_row0 {
	background-color: #eec;
}

table.dtable td.dtable_row1 {
	background-color: #fff;
}

table.dtable td.dtable_spanbar {
	background-color: #ddd;
}

table.dtable td.dtable_date {
	padding: 0px;
	border: 1px solid #999;
}

table.dtable td.dtable_date .dtable_date_info {
	padding: 5px;
}

table.dtable td.dtable_date .dtable_date_dayofmonth {
	background-color: #eee;
	font-weight: bold;
	text-align: right;
}

table.dtable .dtable_teamcal_day, table.dtable .dtable_teamcal_dayhover {
	background-color: #eee;
	border: 1px solid #ccc;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

table.dtable .dtable_teamcal_dayhover {
	border-bottom: 1px solid #ccc;
	background-image: url('/lib/images/teamcalender_selectorbg.gif');
	background-position: top right;
	border-right: 0px;
	font-weight: bold;
}

/* vallegend */

.vallegend {
	border: 1px solid #bf0000;
	font-size: 8pt;
	padding: 5px;
	background-color: #eee;
}

.vallegend_item {
	font-weight: bold;
}

/* pagetabs */

.pagetabs {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom : 1px;
	padding-left : 10px;
	border-bottom: 2px solid #000;
}

div.pagetabs ul, div.pagetabs li {
	list-style: none;
	display : inline;
	list-style-position: outside;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

div.pagetabs li a {
	padding : 1px 8px 1px 8px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}

div.pagetabs li.pagetabselected a {
	color: #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #555;
}

div.pagetabs li a:hover {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	background-color: #eee;
}

/**
 * End shared / common classes
 */


img {
	border: 0px;
}

a { color: #333; } 
a:visited { color: #555; }
a:active { color: #555; }

.leftnavad {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.white { color: #fff; }

/*
 * Blocks
 **/

h2 a {
	text-decoration: none;
	color:#fff;
}

.homearticle td {
	color: #000;
}

.homearticle h2 {
	color: #FFFFFF;
	background-color:#06337B;
	font-size: 11pt;
	text-align: right;
	padding: 2px;
	margin: 0px 2px 0px 1px;
	font-family: Arial;
}

.homearticle_date {
	font-size: 7pt;
}

.homearticle .block {
	padding: 2px;
}

/* vertical home articles */

.homearticlevert {
	color: #fff;
	margin: 10px 20px 10px 20px;
	background-color: #000;
}

.homearticlevert h2 {
	font-size: 10pt;
	margin: 0px 2px 0px 1px;
	font-family: Arial;
}

.homearticlevert_container {
	-moz-opacity: .7;
	filter:alpha(opacity: 70);
	opacity: .7;
}

.homearticlevert .block {
	color: #fff;
	padding: 2px;
}

.homearticlevert_image {
	margin: 10px 20px 10px 10px;
}

.homearticlevert_image img {
	border: 3px solid #fff;
}

/* end vertical home articles */


.block {
	margin-bottom: 5px;
}

.block_caption {
	padding: 2px 0px 2px 0px;
	font-size: 7pt;
	color: #333;
	text-align: center;
}

.block_imagecontainer1, .block_imagecontainer2, .block_imagecontainer3, .block_imagecontainer4, 
.block_imagecontainer5, .block_imagecontainer6, .block_imagecontainer7  {
	padding: 0px;
	margin: 5px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
}

.block_imagecontainer1 {
	float: left;
}

.block_imagecontainer2 {
	float: right;
}

.block_imagecontainer5 {
	background: inherit;
}

.block_imagecontainer7 {
	background: inherit;
	border: none;
}


.homeheadline h2 {
	padding: 0px;
	margin: 0px;
}

.homeheadline .block {
	font-size: 7pt;
}

/*
 * Headers
 **/

h1 {
	font-size: 14pt;
	font-family: arial;
}

h3, h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
}

.stop {
	font-weight: bold;
	color: red;
}

.greenbox {
	border: 2px solid #304778;
	/*border: 2px solid #478e2b;*/
	background-color: #092051;
	color: #fff;
	margin-bottom: 13px;
}

.greenbox a { color: #fff; }

.greenbox h3 {
	margin: 0px;
	padding: 2px;
	color: #efe;
	font-size: 9pt;
	font-weight: normal;
	/*background-color: #478e2b;*/
	background-color: #304778;
}

.greenbox_body {
	background-color: #092051;
	padding: 5px;
}

.greenbox ul {
	margin: 0px;
	padding: 0px;
	margin: 5px 5px 0px 10px;
	padding-left: 10px;
}

.headwrap > header > a > img {
    border: 0px;
    width: inherit;
    height: inherit;
}
/*
 * Vertical dropdown nav
 **/

.vnav_wrapper {
	position: absolute;
	background-color: #2A6738;
	font-size: 7pt;
	border-right: 1px solid #478956;
	border-top: 5px solid #478956;
	width: 175px;
	color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	cursor: pointer;
}

.vnav_wrapper a, .vnav_wrapper a:visited, .vnav_wrapper a:active {
	text-decoration: none;
	color: #fff;
}

.vnav_item {
	padding: 5px;
	border-bottom: 1px solid #478956;
}

.vnav_item_hover {
	padding: 5px;
	background-color: #1A6699;
	border-bottom: 1px solid #478956;
	font-weight: bold;
}

/*
 * Horizontal dropdown nav
 **/

.hnav_wrapper {
	position: absolute;
	background-color: #2A6738;
	font-size: 7pt;
	border-right: 1px solid #478956;
	border-top: 5px solid #478956;
	width: 175px;
	color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	cursor: pointer;
}

.hnav_wrapper a, .hnav_wrapper a:visited, .hnav_wrapper a:active {
	text-decoration: none;
	color: #fff;
}

.hnav_item {
	padding: 5px;
	border-bottom: 1px solid #478956;
}

.hnav_item_hover {
	padding: 5px;
	background-color: #1A6699;
	border-bottom: 1px solid #478956;
	font-weight: bold;
}

/*
 * Multimedia
 **/

.multimedia_navbar {
	border-bottom: 2px solid #144711;
	padding: 3px;
}

.multimedia img {
	border: 1px solid #000;
}

.multimedia .singleitem {
	margin: 10px;
	text-align: center;
}

/*
 * Home page event calendar
 **/

.leftevent {
	margin-left: 5px;
	margin-top: 15px;
	color: #222;
	background-image: url("../images/left_eventbg.gif");
}

.leftevent_photo img { border: 1px solid #000; }
.leftevent_title { 
	font-weight: bold; 
	}

.leftevent td, .leftevent td a {
	font-size: 7pt;
	color: #222;
}

.leftevent td.textblock {
	padding: 0px 10px 2px 10px;
}

.leftevent td.datecell {
	background-image: url("../images/left_eventdatebg.gif");
	height: 32px;
	color: #f1f1f1;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

/*
 * Small event calendar
 **/

.smcalendar {
	color: #dfdfdf;
	margin: 0px 0px 10px 0px;
	background-color: #3A2415;
	font-family: arial;
	font-size: 7pt;
	border-top: 1px solid #C29552;
	border-left: 1px solid #C29552;
}

.smcalendar_nav {
	border-bottom: 2px solid #3A2415;
	padding: 3px;
	margin-bottom: 15px;
}

.smcalendar th, .smcalendar td {
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #C29552;
	border-right: 1px solid #C29552;
}

.smcalendar td {
	border-right: 1px solid #C29552;
	border-bottom: 1px solid #C29552;
}

.smcalendar th.smcalendar_title {
	background-color: #3A2415;
	border-bottom: 3px solid #C29552;
}

.smcalendar_date a {
	color:#fff;
	font-weight:bold;
}

.smcalendar_filled {
	background-color: #600B02;
}

.smcalendar_notfilled {
	background-color: #600B02;
}

.event {
	margin-bottom: 10px;
}

.event h3 {
	background-color: #153999;
	border-bottom: 3px solid #769afa;
	margin-bottom: 2px;
	color: #fff;
	padding: 2px;
}

.event .imgbox {
	border: 1px solid #144711;
}

/* 
 * News
 **/

.article {
	margin-bottom: 10px;
}

.article h2 {
	font-family: arial;
	font-size: 13pt;
}
 
.article h2 a {
	text-decoration: none;
	color: #06225d;
}

.article .links {
	text-align: right;
}

/* 
 * Scrolling Sponsors
 **/

.simply-scroll-container { 
	position: relative;
}
 
.simply-scroll-clip {
	position: relative;
	height: 100px;
	overflow: hidden;
}

.simply-scroll-list { 
	position: absolute;
	left: 0px;
	top: 0px;
}

.simply-scroll a {
	float: left;
	margin-right: 5px;
	display: block;
	height: 100px;
	text-align: center;
}

.simply-scroll img {
	vertical-align: middle;
	height: 100px;
}

/* inner FAQ */

.faq_questions_question {
	display: none;
}

.visible {
	display: block;
}