html {
	background: #f7f5ea url(../images/imp-body.jpg) top no-repeat;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	background: url(../images/imp-wrapper.jpg) top no-repeat;
	min-height: 530px;
    position: relative;
}

#header {
	height: 360px;
}

#header p {
	width: 415px;
}

#header .heading {
	color: #e8f8fe;
	font-size: 210%;
	font-weight: bold;
	margin: 55px 0px;
}

#header .sub-heading {
	color: #fff;
	font-size: 135%;
	margin: -30px 0px;
}

.width-site {
	width: 960px;
}

.width-content {
	width: 685px;
}

.width-right {
	width: 275px;
}

#content {
	background: #fff url(../images/imp-content.jpg) repeat-y;
	margin: 0px auto 10px auto;
	min-height: 430px;
	padding: 0px 0px 15px 0px;
}

#content_full {
	background: #fff;
	margin: 0px auto 10px auto;
	min-height: 430px;
	padding: 0px 0px 15px 0px;
}

/* SITE NAVIGATION --------------------------------------- */
#nav {
	margin: 0px;
	padding: 0px;
}

#nav li {
	clear: both;
	float: left;
	font-size: 90%;
	margin: 2px 0px;
	padding: 0px;
}

#nav li a {
	color: #e8f8fe;
	display: block;
}

#nav h2 {
	color: #feffff;
	margin-bottom: -10px;
}

/* CONTENT -------------------------------------------- */
h1, h2, h3, h4, h5, h6, .heading-color {
	color: #3c93b3;
}

a {
	color: #265c99;
}

a:hover {
	color: #4d82be;
	text-decoration: none;
}


/* FOOTER --------------------------------------- */
#footer {
	background: #55a0bc;
	color: #fff;
	font-size: 75%;
	height: 30px;
	margin: 50px auto 10px auto;
}

#footer p {
	margin: 5px;
}

/* = Forms
------------------------------------------------------------------------*/

#main_form {
	margin: 0;
	padding: 0;
}
#main_form checkbox {
	margin: 0;
	padding: 0;
}
/* = Tables
------------------------------------------------------------------------*/
#inter_table {
	border: none;
	/*border: solid 1px #afafaf;*/
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	line-height: 1.1em;
    
}

#main_table {
	border: none;
	/*border: solid 1px #afafaf;*/
	font-size: 1.0em;
	margin-left: 10px;
    margin-top: 10px;
    width: 650px;
}

#main_table .formerror {
	border: solid 1px #cc0000;
	background: #f5dbdb;
	font-size: 1.0em;
	color:#cc0000;
}
#main_table .formnote {
	border: solid 1px #ffc30d;
	background: #fffbb8;
	font-size: 1.0em;
	color:#000000;
}

#main_table .table_label {
	border: solid 1px #BED2E3;
	/*background: #f1f1f1;*/
	/*background: #E5F6FE;*/
	font-size: 1.0em;
	color:#000000;
	text-align: right;
	width: 150px;
}
#main_table .table_label_top {
	border: solid 1px #BED2E3;
	/*background: #f1f1f1;*/
	/*background: #E5F6FE;*/
	font-size: 1.0em;
	color:#000000;
	text-align: right;
	vertical-align: top;
	width: 150px;
}
#main_table .table_field {
	border: solid 1px #BED2E3;
	/*background: #f1f1f1;*/
	font-size: 1.0em;
	color:#000000;
	text-align: left;	
}
#main_table .table_subtitles {
	background: #f1f1f1;
	font-size: 1.0em;
	color:#000000;
	text-align: left;
}
#main_table .table_review_subtitles {
	background: #f1f1f1;
	font-size: 1.0em;
	color:#000000;
	text-align: left;
}

#main_table .table_subtitle_row {
	background: #f1f1f1;
	font-size: 1.0em;
	color:#000000;
	text-align: left;
}
#main_table td {
	padding: 3px;
}

#main_table .table_note {
	border: solid 1px #6E9BC2;
	background: #6393BB;
	font-size: 1.0em;
	color:#ffffff;
	text-align: left;
}

#main_table .eval_label {
	/*border: solid 1px #cc0000;*/
	/*background: #f1f1f1;*/
	background: #b4b4b4;
	font-size: 1.0em;
	color:#000000;
	text-align: right;
	vertical-align: top;
	width:300px;
}

/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    left: 480px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

.hint_t {
   	display: none;
    position: absolute;
    left: 380px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}
.hint_t .hint_t_pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}


/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}
/* [ 11. Tables evaluation form ]
------------------------------------------------------------------------*/
#table_headers {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	width: 100%;
}

th, .headrow {
	background: #9fc0d5;
	color: #153554;
	padding: 3px;
}
td {
	padding: 3px;
}
#table_headers tr:hover {
	background-color: #ccc;
	color: inherit;
}

tr:hover {
	background-color: #F1F1F1;
	color: inherit;
}

#right {
	display:block;
	float:right;
	text-align: right;
	width: 465px;
	margin-bottom: 5px;
}
#left {
	display:block;
	float:left;
	text-align: left;
	width: 465px;
	margin-bottom: 5px;
}
#list {
	display:block;
	float:left;
	width: 930px;
    padding-left: 15px;
}

.button {
    width: 100px;
}

