/* site index */
.javascript_error {
  display: none;
	padding: 0 !important;
	margin:0 !important;
}

#site_index {
  width: 300px !important;
  height: 255px !important;
  padding: 0px;
  margin: 0px;
}
#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;*/
  font-size: 13px;
  font-weight: normal;
  margin: 0em;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
  
}
#site_index p {
  padding: 0em;
  line-height: 30px;
}

p.badge a:link, p.badge a:visited, p.badge a:hover, p.badge a:active {
	border-bottom: none !important;
}

#site_index .hidden {
  display: none;
}

/* controls */
#controls {
  font-size: 75%;
  background-color: #693;
  border: 1px solid #360;
  padding: 0.25em 0.75em;
  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;
  display: none;
}

#sites tr.header th span {
  display: block;
  font-weight: normal;
  font-size: 60%;
  line-height: 60%;
  color: gray;
}
#sites tr.stripe-on td {
  background-color: #f6f6f6;
}
#site tr.stripe-off td {
  background-color: #fff;
}
/* disabled
#sites tr.highlight td {
  background-color: #bdd5f1 !important;
  cursor: pointer;
} */
#sites th,
#sites td {
  /*line-height: 30px;*/
  padding: 0.15em 0;
}
/*#sites a,
#sites a:active,
#sites a:visited {
  color: #333 !important;
  text-decoration: none;
   border-bottom: 1px dotted #333 !important;
}
#sites a:hover {
  border-bottom: 1px dotted #333 !important;
}*/

/* site */
#sites th.site,
#sites td.site {
  min-width: 33%;
}
#sites td.site .badge {
  float: left;
  padding-right: 0.5em;
}
#sites td.site .site_name {
  float: left;
  font-weight: bold;
}
#sites td.site .rate {
	color: 333;
	font-size: 14px;
	font-weight: bold;
  text-align: right;
  margin-right:20px;
}


/* network */
#sites th.network
#sites td.network, {
  min-width: 25%;
  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, {
  min-width: 10%;
  padding-right: 0em;
}



/* rake back*/
#sites th.rake_back,
#sites td.rake_back {
  min-width: 15%;
  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 {
  
}



/* promotions */
#sites th.promotions,
#sites td.promotions {
  min-width: 17%;  
}
#sites td.promotions {
  font-size: 70%;
  line-height: 100%;
}
#sites td.promotions img {
  margin-right: 0.25em;
}


#sites img {
  margin-right: 10px;
}


/* dialogs */
.dialog {
  display: none;
}
.dialog p {
  margin-top: 0em !important;
  margin-bottom: 0.75em !important;
}
.dialog fieldset {
  background-color: #f8f8f8;
  border: 1px solid #555555;
  margin-bottom: 1em;
  padding: 1em 1em;
}
.dialog ul {
  list-style-type: none;
  padding: 0em;
  margin: 0em;
}
.dialog li {
  padding: 0em;
  margin-bottom: 0.75em;
}
.dialog label {
  display: block;
  font-weight: bold;
}
.dialog input,
.dialog textarea {
  display: block;
  width: 95%;
  border: 1px solid #ccc;
}
.dialog .ui-icon {
  float:left;
  margin:0 7px 50px 0;
}
.dialog span {
  font-weight: bold;
}
.dialog .hidden {
  display: none;
}

.ui-widget {
	font-size: 12px;
}

.dialog input.radio {
display: inline;
width: auto;
border-width: 0px;
border-style: none;
background-color: transparent;
}
.dialog span.radio_label {
margin-right: 1.5em;
line-height: 1.6em;
}


/* 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;
}