.menuSpacer
{
    FONT-SIZE: 3pt;
    height:12px;
}

.menuTitle
{
    COLOR:white;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR:#6699CC;
}

.menuItem:hover
{
    COLOR:#262266;
    TEXT-DECORATION: none;
}

.menuItem
{
    COLOR:#425B84;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
}

A
{
    COLOR: #262266;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline;
}

.text1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    COLOR: #262266;
    FONT-FAMILY: Arial;
}

.text2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 13pt;
    COLOR: black;
    FONT-FAMILY: Arial;
}

.text10
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Arial;
}

.text12
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Arial;
}


.text3
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #262266;
    FONT-FAMILY: Arial;
}

.text4
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
}


.greyLink
{
    FONT-FAMILY: Tahoma;
	font-size: 11px;
	color: #eeeeee;
}
.greyLink:hover
{
	
    COLOR: yellow;
    TEXT-DECORATION: none;
}
.newsSectionTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    FONT-FAMILY: Arial;
    COLOR: yellow;
    TEXT-DECORATION: none;
}
.scheduleColHeader
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    COLOR: white;
    TEXT-DECORATION: none;
    background-color:#262266;
}
.editorText2
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    COLOR: white;
    TEXT-DECORATION: none;
    background-color:#08008C;
}
.editorText1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    COLOR: black;
    FONT-FAMILY: Arial;
}
.scheduleText
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    COLOR: black;
    TEXT-DECORATION: none;
}
.scheduleRow_onMouseOver
{
	cursor: pointer;
	background-color:yellow;
}
.scheduleRow
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    COLOR: black;
    TEXT-DECORATION: none;
}	
.headline_onMouseOver
{
	cursor: pointer;
	background-color:yellow;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
}
.headlineRowOdd
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    COLOR: black;
    TEXT-DECORATION: none;
	background-color:white;
}	
.headlineRowEven
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    COLOR: black;
    TEXT-DECORATION: none;
	background-color:#eeeeee;
}	
.newsHeadline
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    COLOR: #D8001D;
    FONT-FAMILY: Arial;
}    
.sectionText
{
	font-family:tahoma;
	font-size:6pt;
}
.sectionLetter 
{
	font-family:arial;
	font-size:16pt;
}
.sectionLetter2 
{
	font-family:arial;
	font-size:18pt;
}
.sectionLetterSmall 
{
	font-family:arial;
	font-size:10pt;
}

.seatHover 
{
	background-color:yellow;
	cursor: pointer;
}
.seatNoHover 
{
	background-color:white;
}
.seatHoverNoSelect 
{
	cursor:no-drop;
}
.seatReserved
{
	background-color:Silver;
	color:Gray;
	cursor:no-drop;
}
.seatReservedAdminMode
{
	background-color:Silver;
	color:Gray;
	cursor: pointer;	
}

.seatSelected
{
	background-color:#262266;
	color:white;
	cursor: pointer;
}
.siteLetter
{
	cursor: pointer;
	font-family:tahoma;
	font-size:7pt;
	text-align:center;
}
.siteLetterReserved
{
	font-family:tahoma;
	font-size:7pt;
	text-align:center;
	cursor: no-drop;
}

.campSiteHover 
{	
	cursor: pointer;
}
.campSiteNoHover 
{

}
.campSiteHoverNoSelect 
{
	cursor: pointer;
}
.campSiteSelected
{
	background-color:#000000;
	color:white;
	cursor: pointer;
}
.campSiteReserved
{
	background-color:silver;
	color:Gray;
	cursor: no-drop;
}
.tinyText
{
	font-family:tahoma;
	font-size:1pt;
}
.hoverWord
{
	cursor: pointer;
}
.sectionFull
{
	background-color:silver;
	color:Gray;
	cursor:no-drop;
}
.indexRow_onMouseOver
{
	background-color:#cccccc;
	cursor: pointer;
}
.indexRow
{
	background-color:white;
}
.aisleCell
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
	background-color:Gray;
	cursor: not-allowed;    
}