
body { 
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color:#171717;
	height: 100%;
	margin:0;
}

body, p, ol, ul, td, img {
	font-family: Arial;
	font-size: 1em;
}

a { color: #000; text-decoration: none; }
a:visited { color: #666; }
a:hover { text-decoration: underline; }

img { border: none; }

input {
	border: solid 1px #bcbeb0;
	color: black;
	background-color: #F3F4F4;
}

div#header {
	height: 95px;
	background: url(/images/layout/header_bg.gif) repeat-x;
	text-align:left;
}

div#header_right {
  float:right;
}

div#bar {
  clear:both;
	height: 12px;
	background-color: #333333;
	margin:0;
}

#wrapper {
	margin: auto;
	width: 805px;
}

#container {
	position: relative;
	width: 805px;
	background-color: white;
	margin: 0 auto;
	text-align: left;
	font-size: 0.9em;
}

#content {
	background-color: white;
	padding: 25px 25px 25px 25px;
	min-height: 425px;
	height: auto !important;
	height: 425px;
}

#content_home {
	background-color: white;
	padding: 5px 5px 0px 15px;
}
#home_headline {
	font-size: 2em; 
	font-weight: bold;
	padding: 15px 0 10px 0;
}

#footer {
	position: relative;
	text-align: center;
	color: #d9d9d9;
	background-color: #999999;
	font-size: 0.9em;
	height: 55px;
}

.footer_bottom {
	position: absolute;
	top: 28px;
	left: 393px;
}

.footer_text {
	padding: 25px 25px 0 25px;
}
.footer_text a { color: #d9d9d9; }

#copyright {
	padding: 10px 0 30px 0;
	font-size: 9px;
  color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.sub_content {
	border: solid 2px #d9d9d9;
	padding: 20px 15px 20px 15px;
	margin-top: 10px;
}
.sub_content form { display: inline; }

.notice {
  clear: both;
	color: #c1272d; 
	float: right;
	padding: 5px;
}

.text_block {
	font-size: 15px;
	padding: 0px 0px 10px 0px;
	width: 543px;
	margin: 0;
}

#login_box {
	float: right;
	background-color: #dadada;
	color: #666666;
	font-size: 0.8em;
	padding: 8px 8px 12px 8px;
	width: 170px;
}
#login_box form {
	margin: 0;
	padding: 0;
}
#login_box p {
	margin: 5px 0px 5px 0px;
}
#login_box .login_title {
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#login_box .login_title2 {
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}
.checkbox {
	background-color: #d9d9d9;
	border: none;
	margin: 0;
}

#login_extra_box {
	border-top: dotted 2px gray;
	padding: 10px 0 0 0;
	margin-top: 10px;
}

.arrows_button {
	border: none;
	background-color: #d9d9d9;
	padding-left: 3px;
	height: 23px;
}

#top_links {

}
#top_links a {
	color: #a7a9ac;
	font-size: 0.8em;
}
#top_links a:hover {
	color: black;
	text-decoration: none;
}

.nav_button {
	float: right;
	text-align: center;
	display: block;
	border: solid 1px #7a7a7a;
	padding: 3px 0 3px 0;
	margin: 4px 3px 3px 3px;
	width: 80px;
}
#top_links .nav_button {
  color: #7a7a7a;
}
.nav_button:hover {
	border: solid 1px black;
}

.header_bar {
	background-color: #d9d9d9;
	color: white;
	font-size: 1.2em;
	padding: 4px 0px 4px 10px;
	margin-bottom: 10px;
}

.number_bold {
	font-weight: bold; 
	color: #c1272d;
}

.test_button {
	margin-top: 5px;
}

.green_button {
	float: left;
	text-align: center;
	width: 70px;
	padding: 1px 0 1px 0;
	font-size: 0.95em;
	color: #009245;
	background-color: #C9E8D8;
	border: solid 1px #009245;
}

#questions {
	
}

#feedbacks {
	
}
#feedbacks .feedback {

}

.question {
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 15px;
}

.question form {
	margin: 0;
}
 
.question p {
	margin: 0;
	padding: 10px 0 10px 0;
}

.question ul {
  margin: 15px 0 0 0;
	padding: 0;
	position: relative;
  float: left;
	padding-bottom: 20px;
}

.question ul.custom {
  margin:auto;
  float:none;
  padding:inherit;
}

.question ul.custom li {
  width:auto;
  float:none;
  padding-bottom: inherit;
}

.question ul li {
	width: 126px;
  float: left;
 	padding-bottom: 20px;
	list-style: none;
}

.question ul li input {
  width: 16px;
  height: 16px;
}

.question ul li span {
  vertical-align: middle;
  display: block;
	padding: 4px;
  height: 20px;
  width: 20px;
}

.question_admin p {
  display: inline;
}

.answer_value_1, .answer_value_5  {
  position: relative;
}

.answer_value_1 {
  background: #fff url("../images/spectrum3.gif") 4px 5px no-repeat;
  font-weight: bold;
  font-size: 12px;
  color: #c00;
  text-align: left;
}

.answer_value_2 span, .answer_value_3 span, .answer_value_4 span {
  margin: 0 auto;
}

.answer_value_2, .answer_value_3, .answer_value_4 {
  background: #fff url("../images/spectrum3.gif") 50% 5px no-repeat;
  text-align: center;
  padding-bottom: 20px;
}

.answer_value_5 {
  background: #fff url("../images/spectrum3.gif") -933px 5px no-repeat;
  font-weight: bold;
  font-size: 12px;
	color: black;
  /*color: #2fb73f;*/
  text-align: right;
}

.answer_value_5 span {
  float: right;
}

.answer_value_1 label, .answer_value_5 label {
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.answer_value_2 label, .answer_value_3 label, .answer_value_4 label {
  display: none;
}

#processing {
	text-align: center;
	padding-top: 55px;
}

.result_links {
	color: #666;
}
.result_links a {
	color: #666;
}
.result_links .current_result a {
	color: black;
}

.category_result {
	font-family: Georgia;
	border-bottom: dashed 1px gray;
	margin-bottom: 15px;
}

.last_category {
	border: none;
}

.category_title {
	font-family: Arial;
	font-weight: bold;
	font-size: 1.1em;
	margin-right: 25px;
}

.category_score {
	font-family: Arial;
	color: #c1272d;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 2px;
	margin-bottom: 5px;
}

.category_result p {
	font-family: Georgia;
}

.toggler {
	float: right;
}
.toggler a {
	color: #c1272d;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* Admin START */
.admin_title {
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

/* Admin END */

/* START pagination

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
	padding: 13px 2px 2px 2px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 13px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #3D3D3D;
	text-decoration: none; 
	color: #3D3D3D;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #3D3D3D;
	color: #000;
	background-color: #dddddd;
}

.pagination a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: bold;
}
/* END pagination */