/* CSS Document */

/* LEVEL resets browsers presets (reset) */
@import url("level.css");

/* FOUNDATION redefines items from reset css (restyle reset styles) */
@import url("foundation.css");

/* STRUCTURE is the form and feel of the entire website (template - only WHOLE site styles - nothing page specific) */
@import url("structure.css");

/* NAVIGATION is the menu and navs */
@import url("navigation.css");

/* COLOR is event type specific colors */
@import url("color.css");

/* ADDITIONS are styles that are used to create specific content looks that may vary from page to page (main) */


/* Size start */
.small {
	width: 30%;
}
.medium {
	width: 60%;
}
.large {
	width: 90%;
}
.width100
{
	width: 100%;
}
/* Size end */

/* Alignment start */
.center, .cellCenter td, .cellCenter th, .center img, .alignCenter img, img.center { text-align: center; }
.right, .cellRight td, .cellRight th { text-align: right;}
.left, .cellLeft td, .cellLeft th { text-align: left;}
.middle, .cellMiddle td, .cellMiddle th { vertical-align: middle; }
.top, .cellTop td, .cellTop th { vertical-align: top; }
.bottom, .cellBottom td, .cellBottom th { vertical-align: bottom; }

.indent {text-indent: 1em;}
img.right, img.alignRight, .floatRight { float: right; }
img.left, img.alignLeft, .floatLeft { float: left; }

.alignCenter, table.center {
	margin-left: auto;
	margin-right: auto;
}
.alignLeft {
	margin-left: 0px;
	margin-right: auto;
}
.alignRight {
	margin-left: auto;
	margin-right: 0px;
}

/* creates a hanging indent, apply to the ul or ol tag */
.hangingIndent {
	list-style: none;
	padding-left: 3.0em;
	text-indent: -3.0em;
}
.hangingIndentSm {
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
/* creates a hanging indent for radio button lists */
table.hangingIndentRBL label
{
	display:inline-block; 
	vertical-align:top;
	width: 90%;
}
/* end hanging indent */

/* Alignment end */

/* TEXT Attributes start*/
.bold, strong { font-weight: bold; }
.noBold {
	font-weight: normal;
}
.italic, em {
	display: inline;
	font-style: italic;
	overflow: visible;
	/*width: 100% !important;
	width: auto;*/
}
.underline {
	text-decoration: underline;
}
.blue {
	color: #00afed;
}
.white {
	color: #FFF;
}

.smallText {
	font-size: 0.85em;
}
.pageTitle {
	font-weight: bold;
	font-size: 1.6em;
}
.paragraphTitle {
	font-weight: bold;
	font-size: 1.2em;
	/*font-variant: small-caps;
	background: url(../_images/paragraphTitleBG.png) left bottom no-repeat;*/
}
/* TEXT Attributes start*/

/* Paddding and Margin start*/
.paddingNone {
    padding: 0;
}

.paddingAll, .cellPaddingAll td, .cellPaddingAll th {
	padding: 5px;
}
.paddingBottom, .cellpaddingBottom td, .cellpaddingBottom th {
	padding-bottom: 5px;
}
.paddingTop, .cellpaddingTop td, .cellpaddingTop th {
	padding-top: 5px;
}
.paddingRight, .cellpaddingRight td, .cellpaddingRight th {
	padding-right: 5px;
}
.paddingLeft, .cellpaddingLeft td, .cellpaddingLeft th {
	padding-left: 5px;
}

.marginLeftNone, .marginAllNone {
	margin-left: 0;
}
.marginRightNone, .marginAllNone {
	margin-right: 0;
}
.marginTopNone, .marginAllNone {
	margin-top: 0;
}
.marginBottomNone, .marginAllNone {
	margin-bottom: 0;
}
.marginAll, table.marginAll {
	margin: 5px;
}
.marginBottom, table.marginBottom {
	margin-bottom: 5px;
}
.marginTop, table.marginTop {
	margin-top: 5px;
}
.marginLeft, table.marginLeft {
	margin-left: 5px;
}
.marginRight, table.marginRight {
	margin-right: 5px;
}

.paddingAllBig, .cellPaddingAllBig td, .cellPaddingAllBig th {
	padding: 10px;
}
.paddingBottomBig, .cellpaddingBottomBig td, .cellpaddingBottomBig th {
	padding-bottom: 10px;
}
.paddingTopBig, .cellpaddingTopBig td, .cellpaddingTopBig th {
	padding-top: 10px;
}
.paddingRightBig, .cellpaddingRightBig td, .cellpaddingRightBig th {
	padding-right: 10px;
}
.paddingLeftBig, .cellpaddingLeftBig td, .cellpaddingLeftBig th {
	padding-left: 10px;
}
.paddingLeftBig2, .cellpaddingLeftBig2 td, .cellpaddingLeftBig2 th {
	padding-left: 20px;
}
.paddingBottomRightBig {
    padding: 0 10px 10px 0 !important;
}
.marginAllBig, table.marginAllBig {
	margin: 10px;
}
.marginBottomBig, table.marginBottomBig {
	margin-bottom: 10px;
}
.marginTopBig, table.marginTopBig {
	margin-top: 10px;
}
.marginLeftBig, table.marginLeftBig {
	margin-left: 10px;
}
.marginRightBig, table.marginRightBig {
	margin-right: 10px;
}

.marginAllBig2, table.marginAllBig2 {
	margin: 20px;
}
.marginTopBig2, table.marginTopBig2 {
	margin-top: 20px;
}
.marginBottomBig2, table.marginBottomBig2 {
	margin-bottom: 20px;
}
.paddingBottomBig2, .cellpaddingBottomBig2 td, .cellpaddingBottomBig2 th {
	padding-bottom: 20px;
}
.paddingBottomBig3, .cellpaddingBottomBig3 td, .cellpaddingBottomBig3 th {
	padding-bottom: 30px;
}
.paddingRightBig15 {
	padding-right: 15px;
}
/* Padding and Margin end */

/* Border start */
.noBorder {
	border: none;
}
.noBorderLeft {
	border-left: none;
}
.noBorderRight {
	border-right: none;
}
.noBorderTop {
	border-top: none;
}
.noBorderBottom {
	border-bottom: none;
}
/* Border end */

/* table START*/
.eventsTable, .greyTable
{
	background-color: #FFF;
	font-size: 1.2em;
	width: 100%;
}
.eventsTable td, .eventsTable.roster th, .eventsTable.locations th, .greyTable td, .greyTable th, .eventsTable.form th
{
	padding: 5px;
}
.eventsTable th, .divTableTH
{
    font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
.fontsize6 { font-size: 6pt;}
.fontsize8{ font-size: 8pt;}
.fontsize10{ font-size: 10pt;}
.fontsize11{ font-size: 11pt;}
.fontsize12{ font-size: 12pt;}

.fontsize6Bold{ font-size: 6pt;font-weight: bold;}
.fontsize10Bold{ font-size: 10pt;font-weight: bold;}
.fontsize11Bold{ font-size: 11pt;font-weight: bold;}

.eventsTableFontSize
{
    font-size: 12pt;
}
.eventsTable.roster th
{
	text-align: center;
}

.eventsTableDivPadding {
    padding: 0 5px 10px 5px;
}
.divTableCell10{display:table-cell; width:10%;}
.divTableCell80{display:table-cell; width:80%;}
.divTableCell5{display:table-cell; width:5%;}
.divTableCell90{display:table-cell; width:9di0%;}
.divTableCenter{width: 100%; margin: 0 auto;}
.ddaAbsolutePos{ width: 525px !important;}

.eventsTable.roster tr:nth-child(even) td, .eventsTable.locations tr:nth-child(even) td
{
	background-color: #FFF;
	font-weight: normal;
}

/*.eventsTable.roster tr:nth-child(odd), .eventsTable.locations tr:nth-child(odd)
{
	background-color: #ebebeb;
}*/

.eventsTable a.btnPlay
{
	background-position: 5px .3em;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	font-weight: bold;
	min-height: 20px;
	padding: 5px 5px 5px 35px;
	text-align: left;
	text-decoration: none;
}
.textAlignright, .eventsTable.form td:first-child
{
	text-align: right;
}
.textAlignLeft{
    text-align: left !important;
}
.textAlignCenter { text-align: center; }
.verticalAlignCenter { vertical-align: middle;}
.verticalAlignBottom { vertical-align: bottom;}
.eventsTable.form td, .eventsTable.form tr:nth-child(even) td
{
	background-color: #fff;
	font-weight: normal;
}

fieldset.searchTable
{
	margin-bottom: 10px;
	padding: 10px;
}
fieldset.searchTable table
{
	width: 100%;
}
fieldset.searchTable table tr:first-child td
{
	padding-top: 0px;
}
fieldset.searchTable table td
{
	padding-top: 10px;
}
fieldset.searchTable table td table td, table.eventsTable td table td
{
	padding-bottom: 0px;
	padding-top: 0px;
}
.searchTable
{
	border: 1px solid #000;
	background-color: #e0e0e0;
	clear: both;
	margin-top: 4px;
}
/* table END*/
.filterBox
{
	background-color: #ebebeb;	
	border: 1px solid #000;
	display: inline-block;
	float: right;
	margin-top: 5px;
	padding: 2px 5px 2px 10px;
}

/* SPECIAL start */
/* styles for fixing problems with browser compatibility */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* SPECIAL end */

/* Print and Reader start */
/*noPrint class just so it shows up*/
.noPrint {
}
.printOnly {
	display: none;
}
.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}
/* Print and Reader end */

.hover {
    cursor: pointer;
}
.hidden{ display: none;}
.hoverLine:hover{ /*background-color: #e0e0e0;*/}

#contactInfo {
    color: lightgray;
}