@charset "utf-8";
/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
Body {
	background: url("/images/layout/jersey.jpg");
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px 0px;
	position: relative;
}
a {
	color: #3e0c0b;
}
a:visited {
	color: #3e0c0b;
}

hr {
	border: none;
	border-bottom: 2px dashed #3e0c0b;
}	
/*************** HEADER **************/
.HeaderBar {
	background-image: url("/images/layout/header.jpg");
	width: 760px;
	height: 122px;
	text-align: center;
	display: block;
	position: relative;
}
.MenuBar {
	width: 760px;
	height: 31px;
	display: block;
	position: relative;
}

.MenuBtn {
	height: 31px;
	width: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.MenuBtn ul {
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
	background: #EEE; 
	border: 1px solid #BBB;
	border-bottom: 1px solid #999;
	width: 110px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	z-index: 950;
}
.MenuBtn ul li {
	list-style: none;
	list-style-image:	none;
	text-align: left;
	padding: 2px 5px;
	margin: 0px;
	border-top: 1px solid #600;
}
.MenuBtn ul li:hover {
	background: #600;
}
.MenuBtn ul li:hover a {
	color: #FFF;
}

.MenuBtn ul li a {
	text-decoration: none;
}
.MenuBtn:hover ul {
	display: block;
}

#mnuHome { width: 110px; height: 31px; background: url("/images/toolbar/1homeup.jpg"); }
#mnuHome:hover { background: url("/images/toolbar/1homedown.jpg"); }

#mnuTeams { width: 108px; height: 31px; background: url("/images/toolbar/2teamsup.jpg"); }
#mnuTeams:hover { background: url("/images/toolbar/2teamsdown.jpg"); }

#mnuTournaments { width: 108px; height: 31px; background: url("/images/toolbar/3tournamentsup.jpg"); }
#mnuTournaments:hover { background: url("/images/toolbar/3tournamentsdown.jpg"); }

#mnuHistory { width: 108px; height: 31px; background: url("/images/toolbar/4historyup.jpg"); }
#mnuHistory:hover { background: url("/images/toolbar/4historydown.jpg"); }

#mnuNews { width: 108px; height: 31px; background: url("/images/toolbar/5newsup.jpg"); }
#mnuNews:hover { background: url("/images/toolbar/5newsdown.jpg"); }

#mnuSponsors { width: 107px; height: 31px; background: url("/images/toolbar/6sponsorsup.jpg"); }
#mnuSponsors:hover { background: url("/images/toolbar/6sponsorsdown.jpg"); }

#mnuExecutive { width: 111px; height: 31px; background: url("/images/toolbar/7executiveup.jpg"); }
#mnuExecutive:hover { background: url("/images/toolbar/7executivedown.jpg"); }

/************** CONTENT BAR ***************/
.ContentBar {
	background: #FFF url("/images/layout/bodyback.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
	width: 760px;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.ContentBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 725px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

/************** FOOTER BAR ****************/
.FooterBar {
	background: url("/images/layout/footer.jpg") no-repeat top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 15px;
	width: 760px;
	text-align: left;
}
.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	font-size: 8pt;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
	white-space: nowrap;
	color: #FFFF00;
}
.FooterText A:link {
	color: #FFFF00;
}
.FooterText A:visited {
	color: #FFFF00;
}

/*********************************************/
/* Data and error boxes 
/*********************************************/

.boxError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: #FFCCCC;
	text-align: center;
	padding: 5px;
	border: 1px solid #990000;
	color: #990000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000FF;
}
.boxNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.boxData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxData2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #BDBDEF;
	padding: 5px;
	font-size: 10pt;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.boxNews1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #d8e7ea url("/images/layout/newstop2.png") bottom right no-repeat;
	width: 700px;
	font-size: 8pt;
	margin: 5px 0px;
}
.boxNews2 {
	color: #000000;
	background: url("/images/layout/newstop.png");
	background-repeat: no-repeat;
	width: 700px;
	padding: 10px 0px;
}
.boxNews3 {
	text-align: left;
	width: 670px;
}
.boxBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: 10pt;
	border: 1px solid #000066;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*********************************************/
/* Data Table styles
/*********************************************/
.tableClear
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.tableClear2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.tableSurvey {
	width: 600px; 
	height: auto; 
	background-color: #DDDDFF;
	border: solid 1px #000; 
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px; 
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#rowPart:hover {
	background-color: #FC9;
	border-color: #FC9;
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	background-image: url("/images/layout/buttonback.gif");
}

/***********************************************/
/*  News Release Boxes  */
/***********************************************/
.NewsBox {
	width: 727px;
	height: auto;
	text-align: left;
}
.NewsTitle {
	background: url("/images/layout/newstitlebar.png") no-repeat;
	height: 31px;
	width: 717px;
	_width: 727px;
	_height: 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 10px;
	text-align: left;
}
.NewsContent {
	border: solid 1px #CCC;
	width: 715px;
	_width: 727px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
.boxClear {
	display: block;
	clear: both;
	height: 1px;
	width: 700px;
}

/***************************************/
/* CALENDAR STYLES                     */
/***************************************/
.calendarframe {
	text-align: center;
}
.calendarnavsm {
	cursor: pointer;
}
.calendarnavlg {
	cursor: pointer;
}
.editcalevent {
	cursor: pointer;
}
#calendarform {
	display: none;
}

.btnclosepopup {
	cursor: pointer;
}

.CalendarPopUp {
	position: relative;
}
#PopupFrame2 {
	background: #FFF url("/images/layout/playerback1.jpg");
	position: fixed;
	display: none;
	padding: 10px;
	margin-top: 0%;
	margin-left: 12%;
	width: 550px;
	z-index: 100;	
}
#PopupFrame {
	background: #FFF url("/images/layout/playerback1.jpg");
	display: none;
	position: absolute;
	padding: 10px;
	margin: 0px;
	width: 550px;
	top: 100px;
	left: 12%;
}
#PopupSmFrame {
	background: #FFF url("/images/layout/playerback1.jpg");
	display: none;
	padding: 2px;
	margin: 0px;
	width: 245px;
}
.btnCalSmPopup {
	cursor: pointer;
	color: #904;
	text-decoration: underline;
}
.btnCalPopup {
	color: #000; 
	font-size: 9px; 
	padding: 0px 1px; 
	margin: 1px 0px; 
	text-align: center; 
	cursor: pointer; 
	line-height: 1.5em;
	border: 1px solid #CCC; 
	height: auto; 
	width: 100%;
}
/*********************************************/
/* Search Box Styles
/*********************************************/
.boxSearch {
	position: relative;
	height: auto;
	top: 140px;
	left: 600px;
}
.textboxBack {
	background: url("/images/layout/back3_sm.jpg");
	border: solid 1px #000;
	height: 25px;
	width: 160px;
	float: right;
	position: relative;
	margin-right: 30px;
}
.textboxCenter {
	display: table-cell;
	height: 25px;
	width: 160px;
	font-size: 8pt;
	color: #000;
	text-align: center;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	_position: relative;
	_top: 0px;
	_margin_top: auto;
	_vertical-align: top;
	border: none;
	background: none;
}
.textboxCenter a:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}


/*********************************************/
/* Heading and Title styles
/*********************************************/
.Label1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.LabelTitle, h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #3e0c0b;
	padding: 5px 0px;
	display: block;
}
.LabelSubTitle, h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	line-height: 1.5em;
}
.LabelParTitle, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;
	line-height: 1.5em;
}
li {
	list-style-image: url("/images/icons/bullet.gif");
	list-style-type: none;
	line-height: 1.65em;
	font-size: 12px;
}


/***************************************/
/* Other Text Styles
/***************************************/
.NoteStar {
	font-size: 8pt;
	color: #B00;
}


/***************************************/
/* Floating Div Styles */
/***************************************/
.PriceBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 200px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.NewsBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.EditBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 550px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.CalBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 670px;
	background-color: #CCFFCC;
	padding:5px;
	position: absolute;
}
.PhoneBoxHide {
	display: none;
	font-size: 8pt;
	border: solid 1px #000;
	width: 250px;
	background-color:#FFCCCC;
	padding:5px;
	position: absolute;
}

/******* Input Form Styles **************/

.DropSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border: solid 1px black;
}

/************ ADMIN EDIT CONTENT *********************/

.RTEditBox {
	width: 700px; 
	height: auto; 
	background: #FFF; 
	color: #000;
}

.RTEditArea {
	width: 700px; 
	height: 400px;
	background: #FFF; 
	color: #000;
}

#FloatSaveBox {
	position: fixed;
	_position: absolute; 
	top: 0; 
	right: 0; 
	padding: 5px; 
	background: #FFFFCC; 
	border: solid 1px black; 
	text-align: center; 
	width: 125px;
}
