﻿
  .teamButton 
, .adminButton
{
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #eeeeee;
	border: 1px solid #10263b;
	border-right: 1px solid #10263b;
	border-left: 1px solid #10263b;
	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);
	-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);
	text-align:right;
	padding-right:10px;
	width:300px;
	height:45px;
	background: -moz-linear-gradient(
		top,
		#0000FF 0%,
		#4040FF);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#4040FF),
		to(#0000FF));
}

.adminButton {
	background: -moz-linear-gradient(
		top,
		#0cc731 0%,
		#03420a);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0cc731),
		to(#03420a));
}

  #addTeamButton
, .addPlayerButton
, .greenFadeButton
, .blueFadeButton
, .redFadeButton
{
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #eeeeee;
	border: 1px solid #10263b;
	border-right: 1px solid #10263b;
	border-left: 1px solid #10263b;
	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);
	-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);
}

#addTeamButton,
.addPlayerButton,
.greenFadeButton
{
	width:120px;
	height:45px;
	text-align:right;
	background: -moz-linear-gradient(
		top,
		#0cc731 0%,
		#03420a);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0cc731),
		to(#03420a));
}

.blueFadeButton
{
	text-align:center;
	width:120px;
	height:45px;
	background: -moz-linear-gradient(
		top,
		#0000FF 0%,
		#1199ff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#1199ff),
		to(#0000FF));
}

.redFadeButton
{
	text-align:center;
	width:120px;
	height:45px;
	background: -moz-linear-gradient(
		top,
		#FF0000 0%,
		#FFaaaa);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FFaaaa),
		to(#FF0000));
}

#addTeamButton {
	width:85px;
	height:30px;
	margin-top:-15px;
}

.addPlayerButton {
	width:80px;
	height:30px;
	margin-top:-5px;
}

.regularButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #079400;
	padding: 5px 10px 5px 10px;
	width:70px;
	height:34px;
	text-align:center;
	border: 1px solid #eeeeee; /* #2ea100; */
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#efefef 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);
}
.regularButtonSunk 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #079400;
	padding: 20px 20px 20px 20px;
	border-radius: 10px;
	border: 3px solid #2ea100;
	/* margin:5px; */
	background: -moz-linear-gradient(
		top,
		#1a7a11 0%,
		#ffffff 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#1a7a11),
		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);
}

.dropDownButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #079400;
	padding: 5px 10px 5px 10px;
	width:140px;
	height:46px;
	text-align:left;
	border: 1px solid #eeeeee; /* #2ea100; */
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#eeeeee 100%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-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);
}
.dropDownButtonItems
{
	padding:5px;
	text-align:left;
}
.listItemButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #079400;
	padding: 5px 10px 5px 10px;
	/*
	*/
	width:150px;
	height:46px;
	text-align:left;
	border: 1px solid #eeeeee; /* #2ea100; */
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#eeeeee 100%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-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);
}

.addPlayerHighlightRow {
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height:25px;
	color: #079400;
	/*padding: 10px 18px 10px 17px;*/
	text-align:center;
	border: 1px solid #eeeeee; /* #2ea100; */
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#eeeeee 100%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#eeeeee));
	-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);
}

.largeGreenButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #079400;
	padding: 20px 20px 20px 20px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 25px;
	border: 3px solid #2ea100;
	background: -moz-linear-gradient(
		top,
		#efefef 0%,
		#ffffff 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#efefef),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-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);
}

.largeGreenButtonDisabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc; /* #079400; */
	padding: 20px 20px 20px 20px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 25px;
	border: 3px solid #dddddd; /* #2ea100; */
	background: -moz-linear-gradient(
		top,
		#efefef 0%,
		#ffffff 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#efefef),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-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);
}

  .calendarButtonActive
, .calendarButtonInactive
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
	width:70px;
	height:34px;
	text-align:center;
	border: 1px solid #eeeeee; 
	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);
}

.calendarButtonActive
{
	font-size: 20px;
	font-weight:bold;
	color: #079400;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#eeeeee 100%,
		#dddddd);
}

.calendarButtonInactive
{
	font-size: 16px;
	font-weight:normal;
	color: #cccccc;
	background: -moz-linear-gradient(
		top,
		#ffffff 70%,
		#eeeeee 100%,
		#b5b5b5);
}

.calendarButtonToday
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 20px;
	color: #000000;
	padding: 5px 10px 5px 10px;
	width:70px;
	height:34px;
	text-align:center;
	border: 1px solid #eeeeee; 
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f2f2bc 100%,
		#dddddd);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#f2f2bc));
	-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);
}

.teamManagementButton,
.teamManagementButtonSelected
{
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #079400;
	/*padding: 10px 18px 10px 17px;*/
	margin-top:1px;
	padding-top:15px;
	width:100px;
	height:50px;
	text-align:center;
	border: 1px solid #eeeeee; /* #2ea100; */
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#eeeeee 100%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#eeeeee));
	-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);
}
.teamManagementButtonSelected
{
	font-weight:bold;
	border: 1px solid #aaaaaa; /* #2ea100; */
	background: -moz-linear-gradient(
		top,
		#dddddd 0%,
		#ffffff 100%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b5b5b5),
		to(#eeeeee));
}

.addPlayerButton li
{
	border:0px;
}
