﻿body {
	background-color:#ffffff;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height:30px;
}

li { float:left; }

a { text-decoration:none; }

iframe { border:0px; }

select.Mobile { height:30px; }

  input.Mobile
, input.MobileOptional
{
	text-align:center;
	height:30px;
}

  input.Optional
, input.MobileOptional
{
	color:#cccccc;
}

input.Error { border:solid 3px #FF0000; }

input.Message { border:solid 3px #DFE200; }

.clear { clear:both; }

.ui-tooltip {
	width:250px;
	padding: 10px 20px;
	border-radius:5px;
	box-shadow:0 0 7px black;
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}
.urlForToolTip {
	border:dotted 1px #000000;
	padding-left:5px;
	padding-right:5px;
}

.ErrorText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FF0000;
}

.hyperLink {
	font-family:Arial;
	font-weight:normal;
	font-size:14px;
	text-decoration:dotted;
	color:#03420a;
}

.hiddenObject { display:none; }

.loginTitleBorder {
	position:relative;
	top:50px;
	width:805px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #079400;
	padding: 20px 20px 20px 20px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px;
	border: 3px solid #2ea100;
	background: -moz-linear-gradient(
		top,
		#eeeeee 0%,
		#ffffff 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#eeeeee),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.iFrameContent
{
	position:absolute;
	background-color:#ffffff;
	border:dotted 1px #eeeeee;
	display:none;
	overflow:auto;
}

.calendarTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #079400;
	padding: 5px 10px 5px 10px;
	width:300px;
	height:34px;
	text-align:center;
	border: 1px solid #eeeeee; /* #2ea100; */
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#eeeeee 100%,
		#dddddd);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#dddddd));
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
.calendarDayName
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	margin-left:0px;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	background: -moz-linear-gradient(
		top,
		#eeeeee 0%,
		#eeeeee 10%,
		#0C0CC5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#eeeeee),
		color-stop(0.10, #eeeeee),
		to(#0C0CC5));
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

  .myTeamTitle
, .teamsIAccess
, .otherTeams
{
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #ffffff;
	border: 1px solid #ffffff; /* #10263b; */
	border-right: 1px solid #ffffff; /* #10263b; */
	border-left: 1px solid #ffffff; /* #10263b; */
	margin-right:1px;
	margin-bottom:1px;
	padding:10px;
	width:450px;
	text-align:right;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	background: -moz-linear-gradient(
		top,
		#eeeeee 0%,
		#4040FF);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#4040FF),
		to(#eeeeee));
}

.teamsIAccess {
	background: -moz-linear-gradient(
		top,
		#eeeeee 0%,
		#2AA8CC);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#2AA8CC),
		to(#eeeeee));
}

.otherTeams {
	background: -moz-linear-gradient(
		top,
		#eeeeee 0%,
		#202020);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#202020),
		to(#eeeeee));
}

.divisionNameTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #ffffff;
	text-shadow:0px;
}

.rosterSectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	padding-top:5px;
	padding-bottom:15px;
}

#addTeamForm {
	background-color:#fcfcfc;
	margin-left:5px;
	margin-top:35px;
	padding-top:30px;
	padding-bottom:20px;
	border:dashed 1px #000000;
	width:726px;
	display:none;
}

#addTeamForm li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	margin-left:17px;
}

.AddTeamMemberDiv
{
	background-color:#fcfcfc;
	padding-top:20px;
	padding-bottom:20px;
	border-left:dashed 1px #000000;
	border-right:dashed 1px #000000;
	border-bottom:dashed 1px #000000;
	width:676px;
	display:none;
}

.AddTeamMemberDiv li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	margin-left:17px;
}

.teamMemberList
{
	margin-top:10px;
	margin-bottom:20px;
}

.teamMemberList li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	border-right:dashed 1px #dddddd;
	margin-top:3px;
}

.addPlayerMemberNumber
{
	text-align:right;
	width:63px;
	border-right:dashed 1px #dddddd;
	padding-right:15px;
}

.teamMemberName
{
	text-align:left;
	width:158px;
	padding-left:20px;
}

.teamMemberNameShort
{
	text-align:left;
	width:158px;
	padding-left:20px;
}

.teamMemberRemove
{
	text-align:center;
	width:120px;
}

.addPlayerRow
{
	/*width:750px;*/
	height:25px;
	border-bottom:dashed 1px #dddddd;
}

.addPlayerMemberRank
{
	text-align:center;
	width:38px;
	border-right:dashed 1px #dddddd;
}

.addPlayerMemberName
{
	text-align:left;
	width:188px;
	border-right:dashed 1px #dddddd;
	padding-left:20px;
}

.addPlayerMemberShortName
{
	text-align:left;
	width:188px;
	border-right:dashed 1px #dddddd;
	padding-left:20px;
}

#accessLevelMenu {
	position:absolute;
	background-color:#fcfcfc;
	border-top:dotted 1px #555555;
	border-left:dotted 1px #555555;
	border-right:dotted 1px #555555;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	width:150px;
	display:none;
}

#accessLevelMenu div {
	padding:10px;
	border-bottom:dotted 1px #555555;
}

#accessLevelMenu div:hover {
	padding:10px;
	border-bottom:dotted 1px #555555;
	background-color:#4040FF;
	color:#ffffff;
	cursor:pointer;
}

.errorFadeBox {
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #666666;
	padding-top:8px;
	margin-top:-4px;
	margin-right:1px;
	margin-bottom:1px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	border: 2px solid #FFFF00;
	width:202px;
	height:30px;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#0cc731 0%,
		#03420a);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FFFF00), 
		to(#eeeeee));
}

#divAddPlayers
{
	position:absolute;
	width:666px;
	height:200px;
	padding:5px 5px 5px 5px;
	border:dashed 1px #555555;
	background-color:#ffffff;
	overflow:auto;
	display:none;
}

#frameTeamManager {
	border:0px;
	width:1px;
	height:1px;
}


/* NAVIGATION CONTROLS CSS: START */

#outerToolBarContainer {
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 48px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
}

#mainToolBarContainer {
	position: fixed;
	top: 0px;
	left: 0px;
}

#reportButtonsContainer {
	display: none;
	z-index: 100;
	position: fixed;
	line-height: 45px;
	top: 47px;
	left: 248px;
	width: 120px;
}

#teamButtonsContainer {
	display: none;
	position: fixed;
	top: 47px;
	left: 392px;
	z-index: 100;
}

#navOverlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}

#reportButton {
	float: none !important;
}

#reportButtonTitle_Type1 {
	float: none !important;
	font-size: 12px;
}

#reportButtonTitle_Type2 {
	float: none !important;
	font-size: 12px;
	line-height: 20px;
}

#reportName {
	float: none !important;
	line-height: 20px;
}

  #homeButton
  , #homeButton_Selected
  , #scoresButton
  , #scoresButton_Selected
  , #simpleScoringButton
  , #simpleScoringButton_Selected
  , #ovp1Button
  , #ovp1Button_Selected
  , #allteamsButton
  , #allteamsButton_Selected
  , #pvo1Button
  , #pvo1Button_Selected
  , #exportButton
  , #exportButton_Selected
  , #reportsButtonType1
  , #reportsButtonType2
  , #scoreSheetsButton
  , #standingsButton
  , #activeTeamButton
  , #logoutButton
  , .reportSubmenuButton
  , .switchTeamButton
  , .switchTeamButtonDISABLED
  , .teamAdminButton
  , .disabledButton 
{
	cursor: pointer;
	border: 1px solid #10263b;
	border-right: 1px solid #10263b;
	border-left: 1px solid #10263b;
	height: 45px;
	line-height: 40px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #eeeeee;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
	background: -moz-linear-gradient(top, #1199ff 0%, #0000FF);
	background: -webkit-gradient(linear, left top, left bottom, from(#1199ff), to(#0000FF));
}

.disabledButton {
	display: none;
}

#homeButton {
	width: 60px;
}

#homeButton_Selected {
	width: 60px;
	/*font-size: 12px;*/
	color: #222222;
	background: -moz-linear-gradient(top, #ffffff 0%, #b0bb25);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00ff00));
}

#scoresButton {
	width: 60px;
}

#scoresButton_Selected {
	width: 60px;
	color: #222222;
	background: -moz-linear-gradient(top, #ffffff 0%, #b0bb25);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00ff00));
}

#simpleScoringButton {
	padding-top: 5px;
	line-height: initial !important;
	width: 60px;
	height: 40px;
	font-size: 11px;
}

#simpleScoringButton_Selected {
	padding-top: 5px;
	line-height: initial !important;
	width: 60px;
	height: 40px;
	font-size: 11px;
	color: #222222;
	background: -moz-linear-gradient(top, #ffffff 0%, #b0bb25);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00ff00));
}

#ovp1Button {
	width: 60px;
	font-size: 12px;
}

#ovp1Button_Selected {
	width: 60px;
	font-size: 12px;
	color: #222222;
	background: -moz-linear-gradient(top, #ffffff 0%, #b0bb25);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00ff00));
}

#pvo1Button {
	width: 80px;
	font-size: 12px;
}

#pvo1Button_Selected {
	width: 80px;
	font-size: 12px;
	color: #222222;
	background: -moz-linear-gradient(top, #ffffff 0%, #b0bb25);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00ff00));
}

#allteamsButton {
	padding-top: 5px;
	line-height: initial !important;
	width: 60px;
	height: 40px;
	font-size: 12px;
}

#allteamsButton_Selected {
	padding-top: 5px;
	line-height: initial !important;
	width: 60px;
	height: 40px;
	font-size: 12px;
	color: #222222;
	background: -moz-linear-gradient(top, #ffffff 0%, #b0bb25);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00ff00));
}

#exportButton {
	padding-top: 5px;
	line-height: 30px;
	width: 60px;
	height: 40px;
	font-size: 12px;
}

#exportButton_Selected {
	padding-top: 5px;
	line-height: 30px;
	width: 60px;
	height: 40px;
	font-size: 12px;
	color: #222222;
	background: -moz-linear-gradient(top, #ffffff 0%, #b0bb25);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00ff00));
}

#reportsButtonType1 {
	width: 120px;
	font-size: 12px;
}

#reportsButtonType2 {
	padding-top: 5px;
	line-height: initial !important;
	width: 120px;
	height: 40px;
	font-size: 12px;
	color: #222222;
	background: -moz-linear-gradient(top, #ffffff 0%, #b0bb25);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#00ff00));
}

.reportSubmenuButton {
	line-height: 45px;
	font-size: 12px;
}

#activeTeamButton {
	padding-left: 15px;
	height: 45px;
	width: 335px;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left !important;
}

.switchTeamButton {
	padding-left: 15px;
	height: 45px;
	width: 335px;
	white-space: nowrap;
	font-family: 'Courier New';
	text-align: left !important;
}

.switchTeamButtonDISABLED {
	cursor: default;
	padding-left: 15px;
	height: 45px;
	width: 335px;
	white-space: nowrap;
	font-family: 'Courier New';
	text-align: left !important;
}

.switchDetailsLeft {
}

.switchDetailsRight {
	margin-left: 15px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

#logoutButton {
	width: 60px;
	color: #000000;
	background: -moz-linear-gradient(top, #ffffff 0%, #bbbbbb);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));
}

#scoreSheetsButton {
	color: #000000;
	background: -moz-linear-gradient(top, #ffffff 0%, #b0bb25);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b0bb25));
}

#standingsButton {
	font-size: 12px;
	color: #000000;
	background: -moz-linear-gradient(top, #ffffff 0%, #b0bb25);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));
}

#manageTeamsButton {
}

#updateDivisionButton {
}

.teamAdminButton {
	width: 350px;
	color: #000000;
	background: -moz-linear-gradient(top, #ffffff 0%, #bbbbbb);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));
}

/* NAVIGATION CONTROLS CSS: END */

