/*
    This rule overrides any default padding/margins created by default browser styling
*/
*{
    padding:0;
    margin:0;
}

/*
    Sets basic formatting for the body of the entire page
*/
body{
    font-family: verdana, arial, sans;
    font-size: 11px;
	line-height: 120%;
}

table{
    font-family: verdana, arial, sans;
    font-size: 11px;
	line-height: 120%;
}

#slate{
	position: absolute;
	width: 100%;
	background-image: url(defaultImages/defaultBodyBack.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/*
	Site Header Formatting
*/
#siteHeader{
	display: non;
}

#siteHeaderImage{
	display: block;
	background-repeat: no-repeat;
	height: 100px;
}

#siteHeaderShadow{
	display: block;
	height: 5px;
	background-image: url(defaultImages/defaultHeaderShadow.gif);
	background-repeat: repeat-x;
}

#breadCrumbDiv{
	padding: 10px 0 0 35px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

/*
	Site Body Formatting
*/
#siteBody{
	display: block;
	padding: 0 35px 55px 35px;
}

.siteBodyFooter{
	display: block;
	clear: both;
}

/* 
	Registration Process List
*/
.registrationProcessList{
	display: block;
	margin: 77px 0 10px 0;
	padding: 0 10px 5px 10px;
}

.registrationProcessList li{
	display: block;
	margin: 7px 0 7px 0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.processPage{
	color: #999999;
}

.registrationTitleText{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;	
}

#jerseyChoiceOne, #jerseyChoiceTwo, #jerseyChoiceThree{
	width: 25px;
}

/*
	Error Handling
*/

.errorBox{
	display: block;
	width: 500px;
	margin-bottom: 15px;
	font-size: 10px;
}

.errorText{
	color: #990000;
	font-weight: bold;
}

.formLabelError{	
	color: #990000;
	font-weight: bold;	
}

.formInputError{
	background-color: #FFCCCC;
}

/*
	Registration Form Formatting
*/

.universalForm table{
	border-collapse: collapse;
}

.universalForm tr{
	vertical-align: top;
}

.universalForm td{
	padding: 3px 15px 3px 0;
}

.formLabel{
	font-weight: bold;
}

.helpLink{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .15ex;
	text-decoration: none;
}

.helpLink:hover{
	text-decoration: underline;
}

.tableHeader{
	font-weight: bold;
	font-size: 10px;
}

.oddRow{
	background-color: #ECECEC;
}

.registrationTextConfine{
	display: block;
	width: 350px;
}

#middleInitialInput{
	width: 20px;
}

#zipCodeInput{
	width: 50px;
}

.registrationNote{
	font-style: italic;
	color: #666666;
	padding: 2px 0 3px 0;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.formInput, .formInputError, .formSelect{
	font-size: 11px;
}

/*
	Registration View Formatting
*/

.viewFirstLastName{
	font-size: 16px;
	font-weight: bold;
}

.viewEditDeletePlayer{
	display: block;
	margin: 5px 0 5px 0;
}

.viewTable{
	border-collapse: collapse;
}

.viewTable td{
	padding: 2px 10px 2px 0;
}
.viewLabel{
	font-weight: bold;
}

/*
	Button Formatting
*/

.cancelButton, .acceptButton, .yesButton, .submitButton, .addPlayerButton, .toCheckoutButton, .submitRegButton, .exitRegButton, .excelExportButton, .addTeamButton, .addTournamentButton, .regTournamentButton{
	display: block;
	margin-top: 10px;
	text-indent: -5000px;
	text-decoration: none;
	background-repeat: no-repeat;	
}

.yesButton{
	width: 67px;
	height: 26px;
	background-image: url(defaultImages/yesButton.gif);
}

.cancelButton{
	width: 82px;
	height: 26px;
	background-image: url(defaultImages/cancelButton.gif);
	float: left;
	margin-right: 10px;
}

.acceptButton{
	width: 96px;
	height: 26px;
	background-image: url(defaultImages/acceptButton.gif);
	float: left;
}

.submitButton{
	width: 101px;
	height: 26px;
	background-image: url(defaultImages/submitButton.gif);
}

.addPlayerButton{
	width: 202px;
	height: 26px;
	background-image: url(defaultImages/addPlayerButton.gif);
}

.toCheckoutButton{
	width: 237px;
	height: 26px;
	background-image: url(defaultImages/toCheckoutButton.gif);
}

.submitRegButton{
	width: 223px;
	height: 26px;
	background-image: url(defaultImages/submitRegButton.gif);
}

.exitRegButton{
	width: 181px;
	height: 26px;
	background-image: url(defaultImages/exitRegButton.gif);
}

.excelExportButton{
	width: 126px;
	height: 50px;
	background-image: url(defaultImages/excelExportButton.gif);
}

.addTeamButton{
	width: 123px;
	height: 26px;
	background-image: url(defaultImages/addTeamButton.gif);
}

.addTournamentButton{
	width: 234px;
	height: 26px;
	background-image: url(defaultImages/addTournamentButton.gif);
}

.regTournamentButton{
	width: 268px;
	height: 26px;
	background-image: url(defaultImages/regTournamentButton.gif);
}

/*
	View Cart
*/

.cartFormTable td{
	padding: 0 6px 0 6px;
}

.editCartHeaders{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
}

.editCartHeaders td{
	padding: 3px 5px 3px 20px;
}

.editCartContent td{
	border-bottom: solid 1px #999999;
	padding: 5px 5px 5px 20px;
}

.viewCartQuantityInput{
	width: 30px;
}

.cartTotals td{
 	padding: 5px 5px 5px 20px;
	font-size: 10px;
	font-weight: bold;
}

/*
	Player List
*/

.playerListCount{	
	display: block;
	margin: 5px 0 5px 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	letter-spaceing: .15em;
}

.playerListTable{
	border-collapse: collapse;
}

.playerListTable td{
	padding: 4px 15px 5px 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 11px;
}

.playerListTableHeader{
	font-weight: bold;
}

.topSortLink:link, .topSortLink:visited{
	text-decoration: none;
}

.topSortLink:hover{
	text-decoration: underline;
}

/*
	Player List Choices
*/

.listPlayerChoicesForm td{
	padding: 2px 0 2px 0;
}

.listPlayerChoicesDiv{
	display: block;
	width: 200px;
	padding: 5px 10px 10px 10px;
	margin-right: 5px;
	float: left;
	border: solid 1px #CCCCCC;
}

.listPlayerChoicesHeader{
	display: block;
	font-weight: bold;
	margin-bottom: 7px;
}

.listPlayerChoicesDiv option, .listPlayerChoicesDiv select{
	width: 160px;
    font-size: 10px;
}
	
/*
	Site Footer Formatting
*/
#siteFooter{
	display: none;
}

#siteFooterText{
	background-repeat: no-repeat;	
	padding: 3px 5px 10px 35px;
	background-position: bottom left;
}

/*
	Print Blockout
*/

#printReceiptHeader{
	display: none;
}

#printReceiptFooter{
	display: none;
}

/*
	Universal List/Input Table Formatting
*/
.listTable{
	border-collapse: collapse;
}

.listTable td{
	padding: 4px 15px 5px 15px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 11px;
}

.listHeader{
	font-weight: bold;
}

.listHeader td{
	border-right: solid 1px #CCCCCC;
}

.listHeader{
	background-image: url(defaultImages/sortBar.gif);
}

.smallInput input{
	width: 25px;
}

/*
	Universal Page Title
*/

.pageTitleText{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;	
}

.pageTitleTextLarge{
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

.viewEditDeleteDiv{
	display: block;
	margin: 5px 0 5px 0;
}

/*
	View Tournament Formatting
*/

#tournamentVHeaderDiv{
	padding: 10px 0px 10px 0px;
	margin-bottom: 5px;
	background-color: #ECECEC;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}


#tournamentInfoNameDiv, #tournamentInfoOutlineDiv, #tournamentInfoRepDiv{
	display: block;
	float: left;
	margin-right: 20px;
	line-height: 13px
}

#tournamentInfoOutlineDiv, #tournamentInfoRepDiv{
	border-left: solid 1px #CCCCCC;
	padding-left: 20px;
}

.tournamentInfoDate{
	text-transform: uppercase;
	letter-spacing: .15ex;	
}

#tournamentInfoStatusDiv{
	display: block;
	clear: both;
}
