@charset "utf-8";
/* CSS Document */
<style type="text/css">
html {
	height:100%;
	margin:0;
	padding:0;
	}
body {
	height:100%;
	margin:0;
	padding:0;
	background-image: url(http://usapremiersports.com/dugout/images/BlackToGrayGradient.png) !important;
	background-repeat: repeat-x;
	background-position: left top !important;
	background-color: #000000;
	font-family: arial;
	}
a	{
	cursor: pointer;
	}
h3 {
	color:<?= ACCENT_COLOR;?>;
	}
.logo {
	width:100px;
	height:81px;
	position: fixed;
	left: 50%;
	top: 3px;
	margin-left: -50px; /*half the width*/
	}
.USAPSlogo {
	position: absolute;
	top: 2px;
	margin-left: 0px;
	}
.USAPSlogo img{
    max-width:100% !important;
    height:auto;
    display:block;
	margin-top: 5px;
}
IMG.center {
	display: block;
    margin-left: auto;
    margin-right: auto
	}
textarea, input, select {
    font-family: arial;
	background: white;
	padding: 2px;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 7px;
}
.center2 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
	}
.center2 a:link    {color: #000000; text-decoration:none;}
.center2 a:visited {color: #000000; text-decoration:none;}
.center2 a:hover   {color: #6B9ACA; text-decoration:none;}
.center2 a:active  {color: #000000; text-decoration:none;}
.error{
	font-family: arial;
	background-color:#ffebe8;
	border:1px solid #dd3c10;
	padding:10px;
	width:90%; 
	margin:20px auto; 
	font-size:14px;
	font-weight:bold;
	color:#b00000;
	text-align:center;
}
.success{
	font-family: arial;
	background-color: #CFEEAC;
	border:1px solid #0A454B;
	padding:10px;
	width:90%; 
	margin:20px auto; 
	font-size:14px;
	font-weight:bold;
	color:#0A454B;
	text-align:center;
}
.left2 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
	margin-left: 25px;
	}
.topbar {
	background-color:  #A50000;
	width: 100%;
	height: 25px;
	}
.linkbar { 
	background-color: #000000;
	width:100%;
	}
.topcontainer {
	width:100%;
	margin:auto;
	height: auto !important; /* ie 6 will ignore this */
	position:relative;
	}
.middlecontainer {
	width:100%;
	height:100%;
	position: relative;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: auto;
	height: auto !important; /* ie 6 will ignore this */
	overflow-x: hidden; /*Stretchs Container 100% of content */
	}
.maincontainer {
	width:1000px;
	margin:auto;
	background-color: #FFF;
	height:100px;
	overflow: hidden; /*Stretchs Container 100% of content */
	border:1px;
	border-color:#000;
	border-style:solid;
	padding:2px;
	}
.topcontent {
	width: 1000px;
	margin: 0 auto;
	height: 75px;
	}
.middlecontent {
    width: 990px;
    margin: auto;
    background-color: #fff;
	height: auto !important; /* ie 6 will ignore this */
	overflow: hidden; /*Stretchs Container 100% of content */
    padding:5px;
	border-left:1px;
	border-left-color:#CCC;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#CCC;
	border-right-style:solid;
	border-bottom:1px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	background-color:#FFF;
	}
.linkcontent {
    width: 990px;
    margin: 0 auto;
	height: 20px;
    }	
.hdrcontent {
    width: 100%;
	height: 30px;
    }	  
.homebutton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 3px 3px #0e1b32;
	margin-left:10px;
	margin-top:9px;
	float:left;
	border-right:1px;
	border-right-style:inset;
	border-right-color:#999;
	padding-right:7px;
	padding-left:0px;
	padding-bottom:4px;
	display: block;
    margin-left: auto;
    margin-right: auto
	}
.homebutton a:link    {text-decoration:none; color:#FFF; background-color: transparent;}
.homebutton a:visited {text-decoration:none; color:#FFF; background-color: transparent;}
.homebutton a:hover   {text-decoration:underline; color:#FFF; background-color: transparent;}
.homebutton a:active  {text-decoration:underline; color:#FFF; background-color: transparent;}

.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin-top:9px;
	margin-left:15px;
	float:left;
	text-shadow: 3px 3px #0e1b32;
	border-right:1px;
	border-right-style:inset;
	border-right-color:#999;
	padding-right:7px;
	padding-left:7px;
	display: block;
    margin-left: auto;
    margin-right: auto
	}
.button a:link    {text-decoration:none; color:#FFF; background-color: transparent;}
.button a:visited {text-decoration:none; color:#FFF; background-color: transparent;}
.button a:hover   {text-decoration:underline; color:#FFF; background-color: transparent;}
.button a:active  {text-decoration:underline; color:#FFF; background-color: transparent;}	
.hdr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	float:left;
	margin-left:5px;
	padding-top: 3px;
	}
.login {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	float:right;
	margin-right:10px;
	margin-top:5px;
	}	
.balance2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	width:300px;
	margin-top:2px;
	}
.team {
	float:left;
	}
.balance {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin-top:2px;
	margin-right:7px;
	float:right;
	}	
.balance a:link    {text-decoration:none; color:#FFF; font-weight: bold; background-color: transparent;}
.balance a:visited {text-decoration:none; color:#FFF; font-weight: bold; background-color: transparent;}
.balance a:hover   {text-decoration:underline; color:#FFF; font-weight: bold; background-color: transparent;}
.balance a:active  {text-decoration:underline; color:#FFF; font-weight: bold; background-color: transparent;}
.logininfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	height:20px;
	margin-right:7px;
	float:right;
	}	
.teamname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
	text-shadow: 3px 3px #705656;
	position: relative;
	float: left;
	bottom: 0;
	margin-top: 26px;
	padding-top: 0px;
	margin-left: 200px;
	font-weight: bold;
	}
.banner {
	width:980px;
	height:45px;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    padding:5px;
	border:1px;
	border-style:solid;
	border-color:#333;
	background: -webkit-gradient(linear, left top, left bottom, from(#5e5f60), to(#777879));
	background: -moz-linear-gradient(top, #5e5f60, #777879);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5f60', endColorstr='#777879'); /*ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5f60', endColorstr='#777879'); /* ie8 */	
	}
.scorecontainer {
	width:105px;
	height:40px;
	float:left;
	border:1px;
	border-style:solid;
	border-color: #666;
	background-color: #CCC;
	margin-right:1px;
	}
.game {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #333;
	font-weight:bold;
	padding:2px;
	}
.boxscore {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #FFF;
	background-color:#999;
	text-align: center;
	}
.buttonbarcontainer{
	width: 100%;
	margin: 0 auto;
    background-color: #fff;
	height: auto !important; /* ie 6 will ignore this */
	overflow: hidden; /*Stretchs Container 100% of content */
	}
.bottombutbar {
	width:100%;
	margin: 0 auto;
    height: auto !important; /* ie 6 will ignore this */
	overflow: hidden; /*Stretchs Container 100% of content */
	}
.bbuttoncont {
	width:210px;
	float:left;
	height:60px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:5px;
	background-color: #FFF;
	margin:5px;
	border:1px;
	border-color:#d4d3d3;
	border-style:solid;
	}
.bbuttonmiddle {
	width:100%;
	background-color:#ececec;
	height:60px;
	}
.bbheader {
	color:#900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
.bbdesc {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#nav {
	width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc; 
    border-top: 1px solid #ccc; 
	}
#mainbutton {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:5px;
	float:left;
	height:80px;
	width:90px;
	background-color:#ececec;
	margin:5px;
	border:1px;
	border-color:#d4d3d3;
	border-style:solid;
	}
.maindata {
	width:980px;
	height:100%;
	background-color:#ececec;
	padding:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px;
	border-color:#d4d3d3;
	border-style:solid;
	}
.maindatatop {
	width:100%;
	margin:auto;
	height: auto !important; /* ie 6 will ignore this */
	overflow: hidden; /*Stretchs Container 100% of content */
	margin-bottom:5px;
	}
.playerdata {
	max-height:200px;
	overflow:scroll;
	overflow-x:hidden;
	border:1px;
	border-color:#c2c2c2;
	border-style:solid;
	}
.scheduledata {
	max-height:500px;
	overflow:scroll;
	overflow-x:hidden;
	border:1px;
	border-color:#c2c2c2;
	border-style:solid;
	}
.scoredata2 {
	max-height:500px;
	overflow:scroll;
	overflow-x:hidden;
	padding:3px;
	border:1px;
	border-color:#c2c2c2;
	border-style:solid;
	}
.scoredata {
	max-height:500px;
	overflow:scroll;
	overflow-x:hidden;
	padding:3px;
	border:1px;
	border-color:#c2c2c2;
	border-style:solid;
	}
.updatescore {
	padding:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px;
	border-color:#d4d3d3;
	border-style:solid;
	background-color:#FFF;
	margin-top:5px;
	}
.updatescore2 {
	padding:3px;
	border:1px;
	border-color: <?= ACCENT_COLOR; ?>;
	border-style:solid;
	}
.sectionbar  {
	color: #FFF;
	background-color: #1B2D4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	cursor: default;
	text-align: left;
	margin-bottom: -1px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
.dataleft {
	float:left;
	width:66%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;	
	}
.gameheader {
	background: -webkit-gradient(linear, left top, left bottom, from(#aadae6), to(#56b2ca));
	background: -moz-linear-gradient(top, #aadae6, #56b2ca);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aadae6', endColorstr='#56b2ca'); /*ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aadae6', endColorstr='#56b2ca'); /* ie8 */
	color:#FFF;
	padding:2px;
	}
.newsheader {
	background: -webkit-gradient(linear, left top, left bottom, from(#182947), to(#1e3257));
	background: -moz-linear-gradient(top, #182947, #1e3257);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#182947', endColorstr='#1e3257'); /*ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#182947', endColorstr='#1e3257'); /* ie8 */
	color:#FFF;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.newscontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	padding-left:15px;
	line-height: 1.2em;
	}
.newscontent a:link    {color: #6B9ACA; text-decoration:underline;}
.newscontent a:visited {color: #6B9ACA; text-decoration:underline;}
.newscontent a:hover   {color: #6B9ACA; text-decoration:underline;}
.newscontent a:active  {color: #6B9AFF; text-decoration:underline;}
.standingsheader {
	background: -webkit-gradient(linear, left top, left bottom, from(#aadae6), to(#56b2ca));
	background: -moz-linear-gradient(top, #aadae6, #56b2ca);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aadae6', endColorstr='#56b2ca'); /*ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aadae6', endColorstr='#56b2ca'); /* ie8 */
	color:#FFF;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.standingsoutput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	border:1px;
	border-color: #CCC;
	border-style:solid;
	}
.standingsheader2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	font-weight:bold;
	background-color:#999;
	}
 a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}
.dataright {
	float:right;
	width:33%;
	}
.maindataright {
	float:left;
	width:485px;
	margin:auto;
	height: auto !important; /* ie 6 will ignore this */
	overflow: hidden; /*Stretchs Container 100% of content */
	}
.datacontainer {
	width:990px;
	height:100px;
	}
#nav li a {
	display: block;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: bold;
    color: #069;
    border-right: 1px solid #ccc;
	}
#nav li a:hover {
    color: #c00;
    background-color: #fff; 
	}
/* End navigation bar styling. */

.tabletitlesplayer {
	background-color: #6B9ACA;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	padding-left: 2px;
	text-align: right;
	}
.tabletitlesplayerCenter{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	padding-left: 2px;
	text-align: center;
	}
.tabledataplayer {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 2px;
	}
.tabledataplayer a:link    {text-decoration:underline; color:#225fb2; background-color: transparent;}
.tabledataplayer a:visited {text-decoration:underline; color:#225fb2; background-color: transparent;}
.tabledataplayer a:hover   {text-decoration:underline; color:#225fb2; background-color: transparent;}
.tabledataplayer a:active  {text-decoration:underline; color:#225fb2; background-color: transparent;}

.contacttable {
	background-color:#FFF;
	border:1px;
	border-style:solid;
	border-color:#d4d3d3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:3px;
	width:465px;
	}
.newheader {
	background: -webkit-gradient(linear, left top, left bottom, from(#182947), to(#1e3257));
	background: -moz-linear-gradient(top, #182947, #1e3257);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#182947', endColorstr='#1e3257'); /*ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#182947', endColorstr='#1e3257'); /* ie8 */
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	}
.tabletitlesplayer3 {
	color:#FFF;
	font-weight:bold
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	padding:2px;
	background-color: #999;
	}
.tabletitlesplayer2 {
	color: #333;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	}
.tabletitlesscore {
	color: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d1d1d1));
	background: -moz-linear-gradient(top, #e3e3e3, #d1d1d1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d1d1d1'); /*ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d1d1d1'); /* ie8 */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.map {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:5px;
	background-color:#ececec;
	border:1px;
	border-color:#d4d3d3;
	border-style:solid;
	}
.mapaddress {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:5px;
	background-color:#ececec;
	border:1px;
	border-color:#d4d3d3;
	border-style:solid;
	}
.addressdata{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}
.teaminfo {
	padding:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px;
	border-color:#c2c2c2;
	border-style:solid;
	background-color:#FFF;
	margin-top:5px;
	width:275px;
	}
.tabletitlesteam {
	color: #333;
	font-weight:bold
	font-family:"Arial, Helvetica, sans-serif";
	font-size:12px;
	padding:2px;
	}
.teaminfo2 {
	border:1px;
	border-color:#c2c2c2;
	border-style:solid;
	}

/* Sortable tables */
table.sorttable {
	padding: 0;
	border: 0px;
	padding: 0px;
	margin-top: 0;
	}
table.sortable thead {
	color: #FFF;
	background-color: #6B9ACA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    cursor: pointer;
	text-align: center; 
	}
table.sortable td {
    color: #264171;
	font-size: 11px;
	font-family: arial;
    font-weight: bold;
	padding-left: 5px;
    cursor: default;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	height: auto;
	line-height: 13px;
	nowrap;
	}
table.sortable td a:link    {text-decoration:underline; color:#225fb2; background-color: transparent; border-bottom: 0px;	border-left: 0px;}
table.sortable td a:visited {text-decoration:underline; color:#225fb2; background-color: transparent; border-bottom: 0px;	border-left: 0px;}
table.sortable td a:hover   {text-decoration:underline; color:#225fb2; background-color: transparent; border-bottom: 0px;	border-left: 0px;}
table.sortable td a:active  {text-decoration:underline; color:#225fb2; background-color: transparent; border-bottom: 0px;	border-left: 0px;}

table.sortable tbody tr:nth-child(2n) td {
	background: #EDEDED;
	}
table.sortable tbody tr:nth-child(2n+1) td {
	background: #FDFDFD;
	}
.teamselector {
	position: relative;
	float: right;
	margin-top: 40px; 
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#F3F3F3;
    position:fixed;
    bottom:0;
    left:50%;
    margin-left:-500px; /*negative half the width */
	width:1000px;
    height:25px;
	text-align: center;
}
input[type="submit"] {
  background: #4a6a9e;
  background-image: -webkit-linear-gradient(top, #4a6a9e, #324769);
  background-image: -moz-linear-gradient(top, #4a6a9e, #324769);
  background-image: -ms-linear-gradient(top, #4a6a9e, #324769);
  background-image: -o-linear-gradient(top, #4a6a9e, #324769);
  background-image: linear-gradient(to bottom, #4a6a9e, #324769);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border: 0px;
  width: 110px;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 2px 4px 2px;
  text-decoration: none;
}
input[type="submit"]:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #A8C4DF, #6B9ACA);
  background-image: -moz-linear-gradient(top, #A8C4DF, #6B9ACA);
  background-image: -ms-linear-gradient(top, #A8C4DF, #6B9ACA);
  background-image: -o-linear-gradient(top, #A8C4DF, #6B9ACA);
  background-image: linear-gradient(to bottom, #A8C4DF, #6B9ACA);
  text-decoration: none;
}
input[type="submit"]:active {
	position:relative;
	top:1px;
}
.redbutton {
	background-color:#fe1a00;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #8f0d0d) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #8f0d0d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#8f0d0d');
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border: 0px;
	width: 110px;
	border-radius: 10px;
	text-shadow: 1px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}
.redbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8f0d0d), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #8f0d0d 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0d0d', endColorstr='#fe1a00');
	background-color:#8f0d0d;
}.redbutton:active {
	position:relative;
	top:1px;
}
.orangebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #e0b775;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e0b775;
	box-shadow:inset 0px 1px 0px 0px #e0b775;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed8e3b), color-stop(1, #d15b07) );
	background:-moz-linear-gradient( center top, #ed8e3b 5%, #d15b07 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8e3b', endColorstr='#d15b07');
	background-color:#ed8e3b;
	text-indent:0;
	border:1px solid #eda933;
	width: 110px;
	border-radius: 10px;
	text-shadow: 1px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}
.orangebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d15b07), color-stop(1, #ed8e3b) );
	background:-moz-linear-gradient( center top, #d15b07 5%, #ed8e3b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d15b07', endColorstr='#ed8e3b');
	background-color:#d15b07;
}.orangebutton:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

.greenbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #def095;
	-webkit-box-shadow:inset 0px 1px 0px 0px #def095;
	box-shadow:inset 0px 1px 0px 0px #def095;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #82bd3e), color-stop(1, #235709) );
	background:-moz-linear-gradient( center top, #82bd3e 5%, #235709 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#82bd3e', endColorstr='#235709');
	background-color:#82bd3e;
	text-indent:0;
	border:1px solid #66d130;
	width: 110px;
	border-radius: 10px;
	text-shadow: 1px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}
.greenbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #235709), color-stop(1, #82bd3e) );
	background:-moz-linear-gradient( center top, #235709 5%, #82bd3e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#235709', endColorstr='#82bd3e');
	background-color:#235709;
}.greenbutton:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
</style>