* {
  padding: 0;
  margin: 0;

  -webkit-text-size-adjust: none;
}

img {
  border: none;
}

body {
  padding: 0 0 30px;
			min-height: 700px;
  background: #CCFFCC;
  background: #CCFFCC -webkit-gradient(radial, center 0, 50, center 0, 900, from(#FFFFFF), to(#CCFFCC));
  background: #CCFFCC -moz-radial-gradient(center 0, circle, #FFFFFF 50px, #CCFFCC 600px);

  font-family: Arial, Helvetica, sans-serif;
}


.header {
  background: #D3F0E6;
}
.header h1 {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777777;
  margin: 0;
  padding: 8px;
			text-shadow: white 0px 1px 1px;
}
.header h1 em {
  font-style: normal;
  color: #999999;
}
.column {
  margin: 2.5em auto 0;
  width: 25em;
}


#explaination p {
  margin: 1em 0;
			color: #188BD5;
  font-size: 0.75em;
  line-height: 150%;
}

#explaination p a {
  color: #777;
}

#results p a {
  color: #777;
			font-size:0.8em;
}

#development {
  background: #eee;
  margin: 30px 0;
  padding: 20px 20px 10px 20px;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0px 0px 5px #222;
  -moz-box-shadow: 0px 0px 5px #222;
  box-shadow: 0px 0px 5px #222;


  -moz-transform: rotate(2.5deg);
  -o-transform: rotate(2.5deg);
  -webkit-transform: rotate(2.5deg);
}

#results p {
  font-family: Arial, Helvetica, sans-serif;
  color: #bbb;
  text-align: center;
  margin: 0 0 2em;
}
#results p.intro {
  color: #999;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 100%;
  margin: 0;
}

		#results p.results_line {
  color: #999;
  font-size: 1.0em;
  letter-spacing: 0.1em;
  line-height: 100%;
  margin-bottom: 1em;				
		}
		#results span.results_line {font-size: 1.2em;font-weight:bold;color: #666;letter-spacing: 0.05em}

		#status3 {padding-bottom: 20px;}

#results h2 {
  font-family: Arial;
  font-size: 2.5em;
  color: #75BFF0;
  text-align: center;
  text-shadow: 0px 0px 10px #B0B0B0;
  line-height: 100%;
			padding-bottom: 15px;
			padding-top: 15px;
}
#results h3 {
  font-family: Arial;
  font-size: 2.3em;
  color: #888;
  text-align: center;
  text-shadow: 0px 0px 5px #333;
  text-transform: uppercase;
  text-indent: 0.4em;
  line-height: 90%;

  margin: 0 0 0.4em;
}

#results h4 {
  font-size: 1.2em;
  color: #aaa;
  margin: 2em 0 0.5em;
}

#results ul li {
  position: relative;

  font-size: 1.1em;
  padding: 4px 11px 6px;
  margin: 0 0 1em;
			color: #777;
  background: #f0f0f0;
  list-style-type: none;
  line-height: 220%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0px 0px 5px #B0B0B0;
  -moz-box-shadow: 0px 0px 5px #B0B0B0;
  box-shadow: 0px 0px 5px #B0B0B0;


	background: #FFFEF4 -webkit-gradient(linear, left top, left 86, from(#FFFEDD), to(#FFFEF4), color-stop(0.5, #EFEEC4), color-stop(0.5, #F9F8D8));
	background: #FFFEF4 -moz-linear-gradient(top, #FFFED4, #EDEFB1 43px, #FFFEDD 43px, #FFFEF4);
}


#results ul li strong {
  color: #555555;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  text-overflow: ellipsis;
  text-overflow: ellipsis-word;
			text-align: center;
			text-shadow: white 0px 1px 1px;
}
#results ul li em {
  position: absolute;
  top: 2px;
  right: 7px;

  font-size: 1.8em;
  font-weight: bold;
  font-style: normal;
  font-family: Arial;
  color: #aaa;
}
#results ul li em.none {
  color: #853333;
}
#results ul li em.badly {
  color: #d68533;
}
#results ul li em.reasonable {
  color: #e7c333;
}
#results ul li em.good {
  color: #88b038;
}
#results ul li em.great {
  color: #33af33;
}
#results ul li em span {
  position: relative;
  top: -4px;

  font-family: Arial;
  font-size: 0.5em;
  text-transform: lowercase;

  color: #fff;
  padding: 3px 7px;
  margin: 0 14px 0 0;

  background: #aaa;
  background: #aaa -webkit-gradient(linear, left top, left bottom, from(#888), to(#aaa), color-stop(0.4, #999));
  background: #aaa -moz-linear-gradient(top, #888, #999 40%, #aaa);

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#results ul li table {
  width: 100%;
  margin: 3px 0 0;
  line-height: 100%;
  font-size: 0.70em;
  border-spacing: 0;
}
#results ul li table th,
#results ul li table td {
  padding: 6px 0;
  vertical-align: middle;
}
#results ul li table td.container {
  padding: 0;
}
#results ul li table tr.explaination th {
  padding: 16px 0 6px;
  font-size: 0.9em;
  font-style: italic;
  color: #666;
  line-height: 140%;
}
#results ul li table th {
  font-weight: normal;
  text-align: left;
			color: 999999;
}
#results ul li table td {
  text-align: right;
  white-space: nowrap;
}
#results ul li table th code {
  font-size: 1.2em;
}
#results ul li table th a {
  color: #000;
  text-decoration: none;
}
#results ul li table th a:hover {
  text-decoration: underline;
}
#results ul li table table {
  font-size: 1em;
  margin: 0;
}
#results ul li table table.visible {
  margin: 0 0 12px;
}
#results ul li table table thead th {
  cursor: pointer;
  padding-left: 20px;
}
#results ul li table table.visible thead th {
  padding-left: 20px;
}
#results ul li table table.visible thead th,
#results ul li table table.visible thead td {
  border-bottom: 1px solid #ddd;
}

#results ul li table table tbody {
  display: none;
  font-size: 0.9em;
}
#results ul li table table.visible tbody {
  display: table-row-group;
}
#results ul li table table tbody th {
  padding-left: 20px;
}
#results .partially {
  color: #888;
}
#results .check,
#results .ballot {
  font-size: 1.2em;
  margin: 0 0 0 6px;
}
#results .check {
  color: #1c8c1d;
}
#results .ballot {
  color: #853333;
}

#legend {
  overflow: hidden;
  width: 60%;
  margin: 0 0 30px;
}
#legend li {
  list-style-type: none;
  float: left;
  white-space: no-break;

  color: #fff;
  margin: 0 20px 10px 0;
  font-size: 0.8em;
}
#legend li span {
  display: block;
  float: left;

  background-color: #fff;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-box-shadow: 0px 0px 5px #222;
  -moz-box-shadow: 0px 0px 5px #222;
  box-shadow: 0px 0px 5px #222;
}
#legend li.none span {
  background-color: #853333;
}
#legend li.badly span {
  background-color: #d68533;
}
#legend li.reasonable span {
  background-color: #e7c333;
}
#legend li.good span {
  background-color: #88b038;
}
#legend li.great span {
  background-color: #33af33;
}


.credits {
  width: 236px;
  position: relative;
  background: #FFFFFF;
  margin: 40px 0;
  padding: 10px 20px 10px 20px;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0px 0px 5px #B0B0B0;
  -moz-box-shadow: 0px 0px 5px #B0B0B0;
  box-shadow: 0px 0px 5px #B0B0B0;
}

		#results li.ant_list {
			margin-bottom:0;
			font-size: 0.9em;
			line-height:150%;
			padding-left: 4px;
			padding-right: 4px;
			z-index:10;

			background: #FFFEF4 -webkit-gradient(linear, left top, left 86, from(#FFFFFF), to(#FFFEF4), color-stop(0.5, #FFFFFF), color-stop(0.5, #F9F8D8));
			background: #FFFEF4 -moz-linear-gradient(top, #FFFFFF, #FFFFFF 43px, #FFFEDD 43px, #FFFEF4);
		}
		
		#results li.selected {
  -webkit-box-shadow: 0px 0px 5px #B0B0B0;
  -moz-box-shadow: 0px 0px 5px #B0B0B0;
  box-shadow: 0px 0px 5px #B0B0B0;


			background: #FFFEF4 -webkit-gradient(linear, left top, left 86, from(#FFFEDD), to(#FFFEF4), color-stop(0.5, #EFEEC4), color-stop(0.5, #F9F8D8));
			background: #FFFEF4 -moz-linear-gradient(top, #FFFED4, #EDEFB1 43px, #FFFEDD 43px, #FFFEF4);				
		}
		
		#results ul.all_items {z-index:10;position:relative;}
		
		.textfield {
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-radius: 5px 5px 5px 5px;
	    -khtml-border-radius: 5px 5px 5px 5px; 
			border-radius: 5px 5px 5px 5px; 
			border: 1px solid #DDDDDD;
			padding: 5px;		
			width: 210px;
		}
		
		#spn_sin {vertical-align:bottom;margin-top:0.25em;margin-right:1em;}
		#result_id {font:20px arial,sans-serif;}
		
		.hosting {
			color:#888888;
			font-size:0.7em;
			position:absolute;
			right:-130px;
			top:0;
			width:110px;
			margin-top:0.7em;
		}
		
		#logo {margin-top:0.7em;}
