#fp_table {
  background-color: #f9f8ec;
  background-image: -moz-linear-gradient(top, #f9f8ec, #eee9c7);
  background-image: -ms-linear-gradient(top, #f9f8ec, #eee9c7);
  background-image: -o-linear-gradient(top, #f9f8ec, #eee9c7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f8ec), to(#eee9c7));
  background-image: -webkit-linear-gradient(top, #f9f8ec, #eee9c7);
  background-image: linear-gradient(top, #f9f8ec, #eee9c7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f8ec', EndColorStr='#eee9c7');
  -moz-box-shadow: 0 1px 5px #cccccc;
  -webkit-box-shadow: 0 1px 5px #cccccc;
  box-shadow: 0 1px 5px #cccccc;
  border: 1px solid #e3daa1;
  padding: 5px;
  margin: 5px 0;
}


#site_index {
  width: 100%;
  font-size: 11pt;
}
#site_index div,
#site_index p,
#site_index th,
#site_index td,
#site_index span {
  color: #333;
  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
  margin: 0em;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
}
#site_index p {
  padding: 0em;
}
#site_index img {
  border: 0;
}
#site_index .hidden {
  display: none;
}
#site_index .javascript_error {
  text-align: center;
  font-weight: bold;
  color: red;
  background-color: #fee;
  border: 1px solid red;
  margin: 1em 0em;
  padding: 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* controls */
#controls {
  font-size: 75%;
  background-color: #693;
  border: 1px solid #360;
  padding: 0.25em 0.75em;
  margin-top: 1em !important;
  margin-bottom: 1em !important
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#controls .image {
  float: left;
}
#controls .image span {
  font-size: x-small;
  font-weight: bold;
  color: white;
  vertical-align: 30%;
}
#controls .inputs {
  text-align: right;
}
#controls .inputs label {
  color: white;
  font-weight: bold;
}
#controls .inputs select {
  font-size: x-small;
  background-color: white;
  border: 1px solid #360;
  margin-right: 2em;
}
#controls .inputs select option,
#controls .inputs select optgroup {
  font-size: x-small;
}

/* site table */
#sites {
  width: 100%;
  border-collapse: separate;
}
#sites tr.header th {
  font-weight: bold;
  text-align: left;
}
#sites tr.header th span {
  display: block;
  font-weight: normal;
  font-size: 9pt;
  line-height: 50%;
  color: gray;
}
#sites tr.stripe-on td {
  background-color: #f6f6f6;
}
#site tr.stripe-off td {
  background-color: #fff;
}
#sites th,
#sites td {
  line-height: 30px;
  padding: 0.15em 0.75em;
}
#sites a,
#sites a:active,
#sites a:visited {
  color: #008000;
  text-decoration: none;
}
#sites a:hover {
  color: #EBA33B;
  text-decoration: underline;
}

/* site */
#sites th.site,
#sites td.site {
  width: 265px;
}
#sites td.site .badge {
  float: left;
  padding-right: 0.5em;
}
#sites td.site .site_name {
  float: left;
  font-weight: bold;
}
#sites td.site .rate {
  font-size: 12pt;
  color: #C10200;
  text-align: right;
}

#sites tr.header th .label_1 {
float: left;
}
#sites tr.header th .label_2 {
text-align: right;
}

/* promotions */
#sites th.promotions,
#sites td.promotions {
  width: 200px;  
}
#sites td.promotions {
  font-size: 11px;
  line-height: 14px;
}
#sites td.promotions img {
  margin-right: 0.25em;
}



/* supported games */
#sites th.supported_games,
#sites td.supported_games {
  width: 220px;
  padding-right: 0em;
}
#sites td.supported_games {

}
#sites td.supported_games p {
  float: left;
  color: black;
/*  background-color: #06c;*/
  font-size: 11px;
  line-height: 14px;
  border: 1px solid #999;
  -moz-border-radius: 4px;
  padding: 0em 0.25em;
  margin: 0.1em 0.5em 0.1em 0em;
}



/* network */
#sites th.network,
#sites td.network {
  width: 220px;
  padding-right: 0em;
}
#sites td.network .network_name {
  float: left;
}
#sites td.network .us_players_ok {
  text-align: right;
}
#sites td.network .us_players_ok img {
  padding-top: 0.7em;
}



/* network traffic */
#sites th.network_traffic,
#sites td.network_traffic {
  width: 85px;
  padding-right: 0em;
}



/* rakeback*/
#sites th.rake_back,
#sites td.rake_back {
  width: 170px;
  border-style: solid;
  border-color: red;
  border-width: 0px 1px;
  padding-right: 0em;
}
#sites th.rake_back {
  border-top-width: 1px !important;
}
#sites td.rake_back {
  
}
#sites td.rake_back .monthly {
  float: left;
}
#sites td.rake_back .per_frequency {
  float: right;
  font-size: 9pt;
  padding-top: 0.4em;
  width: 78px;
}
#sites td.rake_back .per_frequency span {
  display: block; 
  color: gray;
  line-height: 1em;
}
#sites td.rake_back .per_frequency .payment {
  
}
#sites td.rake_back .per_frequency .frequency {
  font-size: smaller;
}



/* dialogs */
#prop_request_dialog,
#prop_request_response_dialog {
  
}
#prop_request_dialog label {
  display: block;
  font-weight: bold;
}
#prop_request_dialog ul,
#prop_request_dialog p,
#prop_request_response_dialog p {
  padding: 0em;
  margin: 0em 0em 1em !important;
}
#prop_request_dialog ul {
  list-style-type: disc;
  padding-left: 2em;
}
#prop_request_dialog ul li {
  padding: 0em;
}
#prop_request_dialog fieldset {
  background-color: #f8f8f8;
  border: 1px solid #555555;
  margin-bottom: 1em;
  padding: 1em 1em 0em;
}
#prop_request_dialog fieldset ul {
  list-style-type: none;
  padding-left: 0em !important;
  margin: 0em;
}
#prop_request_dialog fieldset li {
  margin-bottom: 1em;
}
#prop_request_dialog input,
#prop_request_dialog textarea {
  display: block;
  width: 95%;
  border: 1px solid #ccc;
}
#prop_request_dialog input.radio {
  display: inline;
  width: auto;
  border-width: 0px;
  border-style: none;
  background-color: transparent;
}
#prop_request_dialog span.radio_label {
  margin-right: 1.5em;
  line-height: 1.6em;
}
#prop_request_response_dialog .ui-icon {
  float:left;
  margin:0 7px 50px 0;
}
#prop_request_dialog em,
#prop_request_response_dialog em {
  font-style: normal;
  font-weight: bold;
}
#prop_request_dialog .hidden,
#prop_request_response_dialog .hidden {
  display: none;
}

/* legend */
#site_index_legend {
  width: auto;
  margin: 0.5em auto;
}
#site_index_legend td {
  font-size: 8pt;
  color: gray;
}
#site_index_legend .image {
  padding: 0.25em 0em;
}
#site_index_legend .label {
  padding: 0.25em 0.5em;
}
#site_index_legend .spacer {
  padding: 0.25em 1em;
}