div.boxscore {
  padding: 4px;
  font-size: 8pt;
}

div.boxscore-score {
  float: right;
  font-size: 8pt;
}

table.headtohead td {
  border: 1px solid #d1d1d1; text-align: center; padding: 3px;
}

span.formfield {
  color: purple;
}

#calendar td {
  color:black;
}

#selectMonth td {
  color:black;
}

#selectYear td {
  color:black;
}

.errorlabel {
  background-color: yellow;
}

/** Store item **/
div.addcart {
  width: 200px;
  float: right;
  border: 1px solid black;
  margin: 5px;
  padding: 0px;
}

div.addcart table {
  width: 100%;
  border-collapse: collapse;
}

div.addcart td {
  padding: 5px;
}

div.addcart form {
  margin: 0px;
}

div.addcart tr.itemprice {
  background-color: #EEEEEE;
  font-weight: bold;
}

div.checkout {
  float: right;
  padding: 10px;
}

table.store tr.subtotal {
  background-color: #EEEEEE;
  font-weight: bold;
}

table.store tr.updatecart {
  text-align: right;
}

table.store tr.cart_label {
  background-color: #DDDDDD;
}

table.store {
  width: 100%;
  border-collapse: collapse;
}

table.store td {
  padding: 5px;
}

div.storeErrors {
  background-color: yellow;
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
div.storeErrors p {
  background-color: yellow;
  padding: 0px;
  margin: 0px;
}

/** Stats **/
.stats-wrapper td, .stats-wrapper th {
  letter-spacing: -0.2px;
}

.stats-wrapper {
  width: 730px;  /* should be set to the width of the containing section, all widths are computed against this value */
  background: #fff; /*sets the background color for the stats area */
  color: #000;
  margin: 0 auto;
  overflow: hidden;
}

.stats-fullbox {
  width: 728px;
  border: solid 1px #999;
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}

.stats-halfbox-left {
  width: 358px;
  border: solid 1px #999;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}

.stats-halfbox-right {
  width: 358px;
  border: solid 1px #999;
  float: right;
  margin-bottom: 20px;
  overflow: hidden;
}

.stats-quarter-box {
  width: 175px;
  border: solid 1px #999;
  clear: both;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.stats-wrapper table {
  width: 100%;
  border: none;
}

.stats-wrapper td {
  padding: 2px;
  font-size: 11px;
}

.stats-wrapper table.all-center td { 
  text-align:center
}

.stats-wrapper th {
  font-size: 11px;
  padding: 2px;
  background: #222;    /* set the primary color here */
  color: #fff;
}

.stats-wrapper a {    /* set the link color here */
  color: #333;
  text-decoration: underline;
}

.stats-wrapper a:hover {
  color: #000;
}

.stats-wrapper th a {
  color: #fff;
}

.stats-wrapper th a:hover {
  color: #999;
}

.stats-header {
  font-size: 18px;
  font-weight: bold;
 line-height: 25px;
}

.stats-header2  {
  font-size: 14px;
  font-weight: bold;
 line-height: 20px;
  padding: 5px;
}

.stats-highlight td, .stats-highlight th {
  background: #eaeaea;
  font-weight: bold;
}

.sort {
 background: #ccc;
}

.totals {
  font-weight: bold;
}

/** stats tabs **/
.stats-tabs {
  width: 100%;
  border-bottom: solid 3px #aaa;
  clear: both;
  overflow: hidden;
}

.stats-tabs a  {
  display: block;
  width: auto;
  float: left;
  margin-right: 3px;
  height: 12px;
  padding: 4px 5px;
  line-height: 12px;
  text-decoration: none;
}

.stats-tabs a.active {
  background: #aaa;
}

/** stats secondary tabs **/
.stats-tabs-secondary {
  padding: 5px;
  overflow: hidden;
}

.stats-tabs-secondary .c-tab, .stats-tabs-secondary .active-c-tab {
  width: 80px;
  float: left;
  margin-right: 10px;
}

/** inactive tab **/
.stats-tabs-secondary .c-tab .rounded {display:block;}
.stats-tabs-secondary .c-tab .rounded * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#cccccc;
}
.stats-tabs-secondary .c-tab .rounded1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9;
  background:#d8d8d8;
}
.stats-tabs-secondary .c-tab .rounded2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
  background:#d5d5d5;
}
.stats-tabs-secondary .c-tab .rounded3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d5d5d5;
  border-right:1px solid #d5d5d5;
}
.stats-tabs-secondary .c-tab .rounded4 {
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9;
}
.stats-tabs-secondary .c-tab .rounded5 {
  border-left:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8
}
.stats-tabs-secondary .c-tab .roundedfg{
  background:#cccccc;
  text-align: center;
}
.stats-tabs-secondary .c-tab .roundedfg a {
  font-size: 10px;
  font-weight: bold;
  color:#666;
  text-decoration: none;
}
.stats-tabs-secondary .c-tab .roundedfg a:hover {
  color: #666;
}

/** stats active tab **/
.stats-tabs-secondary .active-c-tab .rounded {display:block;}
.stats-tabs-secondary .active-c-tab .rounded * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000;
}
.stats-tabs-secondary .active-c-tab .rounded1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #919191;
  border-right:1px solid #919191;
  background:#d8d8d8;
}
.stats-tabs-secondary .active-c-tab .rounded2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  background:#d5d5d5;
}
.stats-tabs-secondary .active-c-tab .rounded3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #303030;
  border-right:1px solid #303030;
}
.stats-tabs-secondary .active-c-tab .rounded4 {
  border-left:1px solid #919191;
  border-right:1px solid #919191;
}
.stats-tabs-secondary .active-c-tab .rounded5 {
  border-left:1px solid #3f3f3f;
  border-right:1px solid #3f3f3f;
}
.stats-tabs-secondary .active-c-tab .roundedfg{
  background:#000;
  text-align: center;
}
.stats-tabs-secondary .active-c-tab .roundedfg a {
  font-size: 10px;
  font-weight: bold;
  color:#fff;
  text-decoration: none;
}
.stats-tabs-secondary .active-c-tab .roundedfg a:hover {
  color: #fff;
}

/** Store **/
.store-wrapper {
  width: 730px; /* base width all item widths are calculated against this */
  margin: 0 auto;
  color: #111;
  overflow: hidden;
}

.store-wrapper h1 {
  font-size: 14px;
  display: block;
  margin: 0 0 10px;
  color: #111;
}

.store-wrapper h2 {
  font-family: arial;
  font-size: 13px;
  display: block;
  margin: 0;
  padding: 2px;
  background: #000;
  color: #fff;
  text-transform: none;
}

.store-wrapper h3 {
  font-size: 13px;
  display: block;
  margin: 0 0 10px;
}

.store-wrapper p {
  display: block;
  margin: 0 0 10px;
}

.store-wrapper a, .store-wrapper .title  {
  color: #dd0000;
}

.store-wrapper .title {
  font-size: 13px;
}

.store-wrapper table {
  width: 100%;
  border: none;
}

.store-wrapper td, .store-wrapper th {
  vertical-align: top;
}

.store-wrapper .alternate-row th, .store-wrapper .alternate-row td {
  background: #eee;
}

.store-wrapper .form {
  width: 400px;
  padding: 10px;
  margin-bottom: 10px;
  background: #eee;
  overflow: hidden;
}

.store-wrapper .form td,
.store-wrapper .form th {
  padding-bottom: 3px;
}

.store-wrapper span.error {
  display: block;
  font-weight: bold;
  color: #dd0000;
  margin-bottom: 10px;
}

.store-wrapper .field {
  padding: 1px;
  color: #000;
  border: solid 1px #666;
}

.store-wrapper .value {
  font-weight: normal;
  color: #dd0000;
}

.store-wrapper .result {
  padding: 20px;
  background: #efefef;
  margin-bottom: 100px;
  clear: both;
  text-align: center;
}

.store-wrapper .success {
  font-family: 'trebuchet MS', arial, sans-serif;
  font-size: 20px;
  color: #044c04;
}

.store-wrapper .failure {
  font-family: 'trebuchet MS', arial, sans-serif;
  font-size: 20px;
  color: #dd0000;
}

/************ store items ******************/
.store-items table {
  border: solid 1px #666;
}
.store-items td {
  padding: 5px;
}

/************ store item details ***************/
.store-id-wrapper {
  width: 470px;
  float: left;
  overflow: hidden;
}

.store-id-thumb {
  padding-right: 10px;
}

.store-id-thumb  img {
  padding: 1px;
  border: solid 1px #333;
}

/************** information box ****************/
.info-box {
  width: 250px;
  float: right;
  border: solid 1px #666;
  text-align: center;
  overflow: hidden;
}

.info-box .info {
  width: 228px;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: center;
  overflow: hidden;
}

.info-box .underline {
  border-bottom: solid 1px #999;
}
