/*******************
auto-applying styles
********************/

.pageBody 		{ background-color: #05139a; margin-top: 0; margin-left: 0; margin: 0; background-image: url("/images/bg.gif");}
.pageBodyPlain  { background-color: #cccccc; margin-top: 0; margin-left: 0; margin: 0;}
td { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; }
p  { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; }
ul { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; }
ol { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; }
th { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; }

A:link		{ color: #666666; text-decoration: underline; }
A:visited	{ color: #666666; text-decoration: underline; }
A:active	{ color: #666666; text-decoration: underline; }
A:hover		{ color: #999999; text-decoration: underline; }

/****************************************
other styles for class attributes of tags
*****************************************/

/* Black/White text (general use) */
.smallTextBlack			{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 8pt; font-weight: normal;  }
.smallTextBoldBlack		{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 8pt; font-weight: bold; }
.textBlack				{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 10pt; font-weight: normal;  }
.textBoldBlack			{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 10pt; font-weight: bold; }
.titleBlack				{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12pt; font-weight: normal;  }
.titleBoldBlack			{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12pt; font-weight: bold; }
.mediumTitleBlack		{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 14pt; font-weight: normal;  }
.mediumTitleBoldBlack	{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 14pt; font-weight: bold;}
.largeTitleBlack		{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 16pt; font-weight: normal;  }
.largeTitleBoldBlack	{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 16pt; font-weight: bold;}
.smallTextWhite			{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 8pt; font-weight: normal;  }
.smallTextBoldWhite		{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 8pt; font-weight: bold; }
.textWhite				{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 10pt; font-weight: normal;  }
.textBoldWhite			{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 10pt; font-weight: bold; }
.titleWhite				{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 12pt; font-weight: normal;  }
.titleBoldWhite			{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 12pt; font-weight: bold; }
.mediumTitleWhite		{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 14pt; font-weight: normal;  }
.mediumTitleBoldWhite	{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 14pt; font-weight: bold;}
.largeTitleWhite		{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 16pt; font-weight: normal;  }
.largeTitleBoldWhite	{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 16pt; font-weight: bold;}
.contactInfo			{ font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 8pt; }
.contactInfo:link		{ color: #0852A5; text-decoration: underline; }
.contactInfo:visited	{ color: #0852A5; text-decoration: underline; }
.contactInfo:active		{ color: #0852A5; text-decoration: underline; }
.contactInfo:hover		{ color: #FBD632; text-decoration: underline; }

/* Colored text (application specific) */
.text					{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: normal; }
.textBold				{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold; }
.title					{ font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; font-weight: normal;  }
.titleBold				{ font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; font-weight:bold; }
.mediumTitle			{ font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; font-weight: normal;  }
.mediumTitleBold		{ font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; font-weight:bold; }
.largeTitle				{ font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: #000000; font-weight: normal;  }
.largeTitleBold			{ font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: #000000; font-weight:bold; }

/* Other (application specific) */
.question 				{ font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #330066; }
.errorMsg				{ font-family: Arial, Helvetica, sans-serif; color: #FF0000; font-weight: bold; }
.button					{ background: #000000; color: #ffffff; }
.tableHeader			{ background-color: #999999; }
.tableBordered			{ border-left-color: #000000; border-top-color: #000000; border-right-color: #000000;
						  border-bottom-color: #000000; background-color: #ffffff; border-style: solid; border-width: 1px;}
.scrollerButton			{ background-color: #000000; }
.teamScrollerButton		{ background-color: #000000; }

/* Player Page Background Colors */
.ppDataBorder		{ background-color: #333333; }
.ppDataBg			{ background-color: #cccccc; }
.ppDataText			{ color: #ffffff; font-size: 9pt; }
.ppBioText			{ color: #000000; font-size: 8pt; font-weight: bold; }
.ppContentBg		{ background-color: #8b8b8b; }
.ppMovText			{ color: #013466; font-size: 8pt; font-weight: bold; }
.ppMovText:link		{ color: #013466; text-decoration: underline; }
.ppMovText:visited	{ color: #013466; text-decoration: underline; }
.ppMovText:active	{ color: #013466; text-decoration: underline; }
.ppMovText:hover	{ color: #013466; text-decoration: underline; }
.ppPageBg			{ background-color: #013466; }
.ppName 			{ color: #ffffff; font-weight: bold; background-color: #013466; background-image: url("/images/folder_tab_sliver.gif"); }

/* Group Ticket Styles */
table.foregrnd	{ border: 1px solid black; background: #d4d4d4; }
table.backgrnd	{ background: #666666; }
.tktTextSmallBold 	{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #213F2C; font-weight:bold; }
.tktTextMediumBold	{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #213F2C; font-weight:bold; }
.tktTextBold		{ font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #213F2C; font-weight:bold; }

/* .sf* classes are used in the store stuff. */
/*  Try to keep these styles at the END of the stylesheet?? */
.sfSlotText { font-family:Verdana; font-size:px; color: #ffffff; }
.sfCornerTable { background-color: #cccccc; border-color: #cccccc; border-style: solid; border-width: 1px; }
.sfBorderAll { border-style: solid; border-color: #000000; border-width: 1px; background-color: #FFFFFF; }

.sfTextnav { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 8pt; }
.sfTextnavS { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 8pt; }
.sfTextCrumb { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 8pt; text-decoration: none; } /* bread-crumb text */

.sfTableColor1 { background-color: #57c2fd; } /* left side of top header */
.sfTableColor2 { background-color: #026aa3; } /* right side of top header */
.sfTableColor3 { background-color: #cccccc; }
.sfTableColor4 { background-color: #999999; } /* check out button table */

.sfTableColor5 { background-color: #ffffff; }
.sfTableColor6 { background-color: #000000; }

.sfMenu 	{ color: #000000; background-color: #57c2fd; }
.sfMenuOver	{ color: #FFFFFF; background-color: #026aa3; }

.sfMessageText { font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 10pt; font-weight: bold; }
.sfButton	{ background-color: #026aa3; }

.sfGridLink { font-size: 9px; font-weight: bold; }

.sfPriceBox { background-color: #eeeeee; border: none; }
.sfPriceBox { background-color: #ffffff; border: none; }
/* Colors here just for the page editor */
.pageEditColor1 { color: #FBD632; }
.pageEditColor2 { color: #0D01AC; }
