@charset "UTF-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gradientbuttons ul{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.gradientbuttons li{
display: inline;
margin: 0;
}

.gradientbuttons li a{
text-decoration: none;
padding: 6px 5px;
margin-right: 0px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
color: black;
}

.redtheme li a{
font-size:14px;
background: darkred;
background: -moz-linear-gradient(center top, #990000, #cc0000 25%, #cc0000 45%, #cc0000 85%, #990000);
background: -webkit-gradient(linear, center top, center bottom, from(#990000), color-stop(25%, #cc0000), color-stop(45%, #cc0000), color-stop(85%, #cc0000), to(#990000)); 
}

.scoreTotal td {
  background-color: #fff;
  border: thin solid #cc0000;
  width: 310px;
  text-align: center;
}
.homeCore, .vistCore {
  font-size: 20px;	
  text-align: center;
}
.homeScore, .vistScore {
  width: 320px;
}
.singlesHA, .singlesHB, .singlesHC, .singlesHD, .singlesHE, .singlesHF, .singlesVA, .singlesVB, .singlesVC, .singlesVD, .singlesVE, .singlesVF {
  width: 350px;
  border: thin solid #bbb;
  padding: 3px 3px 3px 3px;
}
.doublesHA, .doublesHB, .doublesHC, .doublesVA, .doublesVB, .doublesVC {
  width: 450px;
  border: thin solid #bbb;
  padding: 2px 2px 2px 2px;
}
.sets, .currentScores {
  border: thin solid #bbb;
  padding: 2px 2px 2px 2px;
  font-size: 12px;
  width: 50px;
}
.players {
  font-size: 10px;
}
#doublesMatchA, #doublesMatchB, #doublesMatchC, #singlesMatchA, #singlesMatchB, #singlesMatchC, #singlesMatchD, #singlesMatchE, #singlesMatchF {
  width: 100%;
  border: thin solid #cc0000;
  padding: 3px 3px 3px 3px;
}

#doublesMatchA th, #doublesMatchB th, #doublesMatchC th, #singlesMatchA th, #singlesMatchB th, #singlesMatchC th, #singlesMatchD th, #singlesMatchE th, #singlesMatchF th {
  background-color: #cc0000;
  color: #fff;
  font-size: 12px;	
  text-align: left;
  padding: 3px 3px 3px 3px;
}

</style>
