﻿body
{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #e3e3e3;
}

h1
{
	font-size: 24px;
}

h2
{
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 18px;
}

h3
{
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
}

.Main
{
	width: 975px;
	background-color: #ffffff;
	margin: auto;
}

.Header
{
	height: 50px;
}

.Content
{
	padding: 10px;
}

.Logo
{
	display: inline; 
	float: left; 
	background-image: url(../Images/Logo.jpg); 
	background-repeat: no-repeat;  
	width: 500px; 
	height: 50px;	
}

.LoginName
{
	display: inline; 
	float: right;
	margin: 20px 10px;
}

.Footer
{
	height: 20px;
}

.FooterLink
{
	margin: 0px 10px 10px 20px;
	font-size: 10px;
	display: inline; 
	float:right;
}

.Footer a, .Footer a.visited
{
	color: #787878;
}

/****************/
/***** Menu *****/
/****************/

.Menu
{
	background-image: url(../Images/Menu/Background.gif);
	background-repeat: repeat-x;
	height: 20px;
	clear: both;
}

.MenuItem, .MenuItem a:visited
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
}

.MenuItem img
{
	margin-right: 5px;
}

.MenuItemHover
{
	background-color: #DCDCDC;
	color: red !important;
}

/**********************/
/***** ModalPopup *****/
/**********************/

.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ModalPopup
{
	background-color: White;
	border: solid 3px gray;
}

.ModalPopupDrag
{
	cursor: move;
	height: 18px;
	background-color: #fbfbef;
	border-bottom: solid 1px gray;
	padding: 5px;
}

.ModalPopupHeader
{
	font-size: 12px;
}

.ModalPopupText
{
	font-size: 12px;
}

/*****************/
/***** Login *****/
/*****************/

.Login
{
	background-color: #F7F7DE;
	border-color: #CCCC99; 
	border-style:Solid;
	border-width:1px;
	font-size: 0px;
}

.LoginTitle
{
	background-color: #6B696B; 
	font-weight: bold;
	color: #FFFFFF;
}

.LoginLabel
{
	text-align: left;
}

.LoginTextBox
{
	width: 200px;
}

.LoginTitle, 
.LoginLabel, 
.LoginTextBox, 
.LoginCheckBox, 
.LoginHyperLink, 
.LoginFailureText, 
.LoginInstructionText, 
.LoginButton, 
.LoginValidatorText
{
	font-size: 12px;
}


/**********************/
/***** CreateUser *****/
/**********************/

.CreateUser
{
	background-color: #F7F7DE; 
	border: solid 1px #CCCC99; 
	font-size: 10pt; 
}

.CreateUserTitle
{
	background-color: #6B696B;
	font-weight: bold;
	color: #FFFFFF;
}

.CreateUserHeader
{
	background-color: #6B696B;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.CreateUserStep
{
	border-width: 0px;
}

.CreateUserSideBar
{
	background-color: #7C6F57;
	border-width: 0px;
	font-size: 0.9em;
	vertical-align: top;
}

.CreateUserSideBarButton
{
	border-width: 0px;
	color: #FFFFFF;
}

.CreateUserContinueButton, 
.CreateUserNavigationButton, 
.CreateUserCreateUserButton
{
	background-color: #FFFBFF;
	border: solid 1px #CCCCCC;
	color: #284775;
}

.CreateUserLabel
{
	text-align: left;
}

.CreateUserTextBox
{
	width: 300px;
}

/****************************/
/***** PasswordRecovery *****/
/****************************/

.PasswordRecovery
{
	background-color: #F7F7DE; 
	border: solid 1px #CCCC99; 
	font-size: 10pt; 
}

.PasswordRecoveryTitle
{
	background-color: #6B696B;
	font-weight: bold;
	Color: #FFFFFF;
}

.PasswordRecoveryLabel
{
	text-align: left;
}

.PasswordRecoveryTextBox
{
	width: 300px;
}

/**************************/
/***** ChangePassword *****/
/**************************/

.ChangePassword
{
	background-color: #F7F7DE;
	border-color: #CCCC99; 
	border-style:Solid;
	border-width:1px;
	font-size: 0px;
}

.ChangePasswordTitle
{
	background-color: #6B696B; 
	font-weight: bold;
	color: #FFFFFF;
}

.ChangePasswordLabel
{
	text-align: left;
}

.ChangePasswordTextBox
{
	width: 200px;
}

.ChangePasswordTitle, 
.ChangePasswordLabel, 
.ChangePasswordTextBox, 
.ChangePasswordHyperLink, 
.ChangePasswordFailureText, 
.ChangePasswordInstructionText, 
.ChangePasswordButton, 
.ChangePasswordValidatorText
{
	font-size: 12px;
}

/*****************************/
/***** Grid  Tournaments *****/
/*****************************/

.GridView
{
	font-size: 12px;
}

.GridView th
{
	background-color: #DCDCDC;
	white-space: nowrap;
}

.GridView td
{
	white-space: nowrap;
}

.GridViewRow:hover, .GridViewRowHover
{
	background-color: #DCDCDC;
	cursor: pointer;
}

.GridViewPager
{
	font-size: 12px;
}

.GridViewEmpty
{
	font-size: 12px;
}

.TournamentsGridItem
{
	padding: 2px 20px 2px 0px;
}

/************************/
/***** Grid Results *****/
/************************/

.Grid
{
	border: solid 1px #C0C0C0;
}

.GridRow
{
	background-color: #ffffff;
}

.GridAlternatingRow
{
	background-color: rgb(224, 224, 224);
}

.GridHeader
{
	font-size: 11px;
	font-weight:normal;
	text-align: left;	
	padding: 7px;
	background-color: rgb(250, 250, 250);
	border: inset 1px #C0C0C0;
}

.GridTeamSummary
{
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	width: 250px;
	padding: 3px 7px 3px 7px;
	border: inset 1px #C0C0C0;
}

.GridTeamSingle, .GridTeamDouble
{
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	width: 250px;
	height:44px;
	padding: 0px;
	border: inset 1px #C0C0C0;
}

.GridTeamSingle div, .GridTeamSingle div div, .GridTeamDouble div, .GridTeamDouble div div
{
	width: 100%;
	height: 100%;
}

.GridTeamSingle div div div
{
	padding: 12px 7px 12px 7px;
}

.GridTeamDouble div div div
{
	padding: 3px 7px 3px 7px;
}

.GridNumberTeam1
{
	font-size: 24px;
	font-weight:bold;
	text-align: right;
	width: 74px;
	padding: 3px 7px 3px 7px;
	border: inset 1px #C0C0C0;
	border-left-width: 2px;
}

.GridNumberTeam2
{
	font-size: 24px;
	font-weight:bold;
	text-align: right;
	width: 74px;
	padding: 3px 7px 3px 7px;
	border: inset 1px #C0C0C0;
}

.GridNumber, .GridNumberRed
{
	font-size: 24px;
	font-weight:bold;
	text-align: right;
	width: 60px;
	padding: 3px 7px 3px 7px;
	border: inset 1px #C0C0C0;
}

.GridNumberRed
{
	color: Red;
}

.GridNumberTextBox
{
	font-size: 24px;
	font-weight:bold;
	text-align: right;
	width: 60px;
	border: inset 1px #C0C0C0;
}

.GridSeparatorSummary
{
	width: 20px;
	border: none 0px #ffffff;
	background-color: #ffffff;
}

/************************/
/***** Grid Persons *****/
/************************/

.PersonGridRow
{
	background-color: #ffffff;
}

.PersonGridNameHeader
{
	font-size: 11px;
	font-weight: bold;
	text-align: left;	
	padding: 7px;
	background-color: rgb(250, 250, 250);
}

.PersonGridEmailHeader
{
	font-size: 11px;
	font-weight: bold;
	text-align: left;	
	padding: 7px 7px 7px 27px;
	background-color: rgb(250, 250, 250);
}

.PersonGridErrorHeader
{
	background-color: #ffffff;	
}

.PersonGridNameTextBox
{
	width: 300px;
}

.PersonGridEmailTextBox
{
	width: 300px;
	margin-left: 20px;
}

.PersonGridError
{
	margin-left: 10px;
}