﻿html {
    height: 100%;
}


body {
	padding: 5px;
	text-align: center;
	line-height: 1.3em;
	font: 75% Arial;
	background: #fff url(/images/bg.jpg) repeat-y;
	background-position: 50% 0%;
	color: #102e66;
    height: 100%;
}

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	text-align: left;
    min-height: 100%;
    margin-bottom: -40px;
    position: relative;
}

#footer {
    position: relative;
    height: 40px;
	border-top: 1px solid #102e66;
	font-size: 7pt;
	text-align: center;
	color: #4465a2;
	background: inherit;
    width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.header {
	width: 100%;
	padding-top: 10px;
	margin-left: 12px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #4465a2;
	background: inherit;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #b73251;
	background: inherit;
}

#content a, #content_wide a {
	color: #2a4984;
	text-decoration: none;
}

#content a:hover, #content_wide a:hover {
	text-decoration: none;
	color: #b73251;
}

#title h1 {
	margin: 0 10px 10px 10px;
	padding: 5px 0 10px 10px;
	font-size: 14pt;
	color: #102e66;
	background: inherit;
	border-bottom: 1px solid #102e66;
}


#content {
	margin-top: 0;
	padding: 5px;
	width: 95%;
    padding-bottom: 9em;
}

#content_wide {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 5px;
    clear: both;
}




#content p, #content_wide p {
	padding-left: 30px;
	padding-right: 10px;
	text-align: justify;
}

.dialog p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#content h1, #content_wide h1 {
	margin: 10px 0 0 10px;
	padding: 3px;
	font-size: 12pt;
	color: #102e66;
	background: inherit;
    text-align: left;
}

#content h2, #content_wide h2 {
	margin-left: 30px;
	padding: 3px;
	font-size: 12pt;
	color: #102e66;
	background: inherit;
    text-align: left;
}

li h2 {
    margin: 0 !important;
}


#content th, #content_wide th {
	font-size: 9pt;
	color: #102e66;
	background: inherit;
	text-align: left;
}

.breadcrumbs a{
    text-decoration: underline !important;
}


.in {
	list-style-position: inside;
}

a img {
	border: none;
}

abbr, acronym, span.abbr {
  border-bottom: 1px dashed #102e66;
}

hr {
	color: #102e66;
	background-color: #102e67;
	border: none;
	height: 1px;
	width: 95%;
	text-align: center;
}

#content table, #content_wide table {
   	border: 1px solid #102e66;
}

.alt {
	background: #d9e0ee;
}

.kit td, .kit th {
	border-left: 1px solid #102e66;
}

.kit table {
	border-right: 1px solid #102e66;
	border-top: 1px solid #102e66;
	border-bottom: 1px solid #102e66;
}

.kit .q {
	text-align: center;
}

@media print {
	body { background-color: #fff; background-image: none; }
	.noprint { display: none; }
	.printonly { display: block; }
	.dialog { background-color: #fff; }
}

.alerttext {
	font-weight: bold;
	font-size: 140%;
	color: #b73251;
}

.redflag {
    font-weight: bold;
	color: #b73251;
    background: url('/images/icons/flag_red.png') no-repeat;
    padding-left: 18px;
}

.greenflag {
    font-weight: bold;
	color: #30BA41;
    background: url('/images/icons/flag_green.png') no-repeat;
    padding-left: 18px;
}


.error {
	color: #b73251;
}

#acr_red, #acr_sil, #met_sil, #met_gol {
	padding: 10px;
	background: #becae0;
	border: 1px solid #102e66;
}

.dialog {
    background: url('/images/gradient.jpg') repeat-x;
	background-color: #d9e0ee;
    border: 1px solid #102e66;
    width: auto;
    padding: 4px;
    margin-bottom: 1em;
}

.dialog a {
    background: none; /* why does it looks funny without this? o.0 */
}


.thirty {
	margin-left: 30px;
}


.left {
	text-align: left;
}

td, th {
	text-align: left;
    vertical-align: top;
}

label {
    cursor: pointer;
}


input.blur, textarea.blur {
	color: #4465a2;
}

.question_num {
    margin-right: 20px;
}

.question_text {
    margin-left: 40px;
}

ul.column_list {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

ul.column_list li {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    text-indent: 0;
}

li.column_item {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

ol li {
    padding: .5em;
}


.questionnaire_block {
    padding-left: 30px;
    padding-bottom: 10px;
}

#questionnaire_navigation a:link, #questionnaire_navigation a:visited {
    font-weight: normal;
}

.hideme {
    display: none;
}

.disabled_question, .hover_disabled_question {
    background: #C5C5C5;
    color: #60616C;
    border-bottom: 2px solid #E6E6E6 ;
    border-top: 2px solid #E6E6E6;
}

.focus_question {
    background: #9EDE9E !important;
    color: black;
}

.hover_question {
    background: #E2CFBA;
    color: black;
}


.line_item {
    padding: 3px;
    margin: 0;
    display: block;
}

.mandatory_question {
    text-align: center;
    font-size: 150%;
    color: red;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.disabled_question .mandatory_question {
    display: none;
}

.arrowdiv {
    font-size: 120%;
}

.showform {
    font-weight: bold;
    cursor: pointer;
}

.showform:hover {
	color: #b73251;
    cursor: pointer;
}

.simlink {
    cursor: pointer;
    font-weight: bold;
    color: #2a4984;
}

.simlink:hover {
	color: #b73251;
    cursor: pointer;
}

.attachlink {
    cursor: pointer;
    font-style: italic;
    color: #2a4984;
}

.attachlink:hover {
	color: #b73251;
    cursor: pointer;
}



.change_questionnaire_section {
    font-weight: normal !important;
}


img {
    vertical-align: middle;
}

table.formtable tr td {
    vertical-align: middle;
}


table.striped {
    background: #FFFFFF;
    border-collapse: collapse;
    border: 0;
}

ul.striped {
    background: #FFFFFF;
    list-style-type: none !important;
    padding-left: 30px;
}

ul.striped li {
    line-height: 2em;
    padding-left: 5px;
}

.striped_row {
    background-color: #CED8EA;
}

.striped_row{
    border-top: #98ADD3 1px solid;
    border-bottom: #98ADD3 1px solid;
}

ul.striped li {
    border-bottom: #98ADD3 1px solid;
    border-top: 0;
}

table.striped tr td {
    border-bottom: 0;
    border-top: #98ADD3 1px solid;
}

.section_head, .section_head td {
    border-top: #162134 1px solid !important;
}

ul.dialog {
    border: 1px solid #102e66;
    width: 60%;
    list-style-type: none;
    padding: 2px 8px 0 8px;
}

ul.dialog li {
    margin: 6px 0 9px 0;
}


input.search {
    background: url('/images/icons/search.png') no-repeat white;
    padding-left: 18px;
}


input[type='text'], input[type='password'], input[type='file'], select, textarea {
    font: Arial;
    border: solid 1px #102e66;
}

input[type='text']:focus, input[type='password']:focus, input[type='file']:focus, select:focus, textarea:focus {
    border: solid 1px #b73251;
}


li form input[type='submit'] {
    background-color: inherit;
}

input[type='button'], input[type='submit'], a.button {
    border: 1px solid;
    font-weight: bold;
    font-size: 10pt;
	color: #2a4984;
    cursor: pointer;
    background-color: #f5f8f9;
    border-color: #98ADD3 #162134 #162134 #98ADD3;
    padding: 2px;
}

input.button_icon {
    padding: 3px 3px 3px 23px;
    background: no-repeat;
    background-color: #f5f8f9;
    background-position: 3px 3px;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
}

input[type='button']:hover, input[type='submit']:hover, a.button:hover {
	color: #b73251;
    cursor: pointer;
}

input[type='button']:disabled:hover, input[type='submit']:disabled:hover {
	color: #888888;
    cursor: default;
}

input:disabled {
    color: #888888;
    background: #D6D6D6;
    border: 1px solid #BEBEBE;
}



.focus_input {
    border: 1px solid #000000 !important;
}

.alt_option {
    background: #F3F3F3;
}

.options_nav a:link.active, .options_nav a:visited.active, .nav a:hover, .options_nav_right a:link.active {
	background:white;
	color: #b73251;
}

.options_nav, .options_nav ul, .options_nav_right, .options_nav_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.options_nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.options_nav_right li {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}

.options_nav li span, .options_nav li span.simlink, .options_nav_right li span, .options_nav_right li span.simlink {
	background: white;
	color: #4465a2;
	display: block;
	text-decoration: none;

}

.options_nav li span, .options_nav li span.simlink {
    padding: 2px 0 2px 9px;
}

.options_nav_right li span, .options_nav_right li span.simlink {
    padding: 2px 9px 2px 0;
}

.nav ul a {
	border: 1px solid #102e66;
	border-bottom: 0;
	padding-right: 20px;
	width: 125px;
	white-space: nowrap;
}


.nav li:hover ul, .nav li.sfHover ul, .options_nav li:hover ul, .options_nav li.sfHover ul {
	top: 15px;
	left: 10px;
    z-index: 10;
}

.options_nav_right li:hover ul, .options_nav_right li.sfHover ul {
	top: 15px;
	right: 10px;
    z-index: 10;
}

.options_nav ul {
    border-bottom: 1px solid #102e66;
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	left: -1px;
}

.options_nav_right ul {
    border-bottom: 1px solid #102e66;
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	right: -1px;
}


.options_nav ul li, .options_nav_right ul li {
    border-top: 1px solid #102e66;
    border-left: 1px solid #102e66;
    border-right: 1px solid #102e66;
	float: none;
}

.options_nav ul span, .options_nav_right ul span {
    border: 0;
	white-space: nowrap;
}

.options_nav li:hover span, .options_nav li.sfHover span, .options_nav_right li:hover span, .options_nav_right li.sfHover span {
	background: #fff;
	color: #b73251;
    z-index: 10;
}

.options_nav li:hover ul span, .options_nav li.sfHover ul span, .options_nav_right li:hover ul span, .options_nav_right.sfHover ul span {
	background: #fff;
	color: #4465a2;
    z-index: 10;
}

.options_nav li:hover ul span:hover, .options_nav li.sfHover ul span:hover, .options_nav_right li:hover ul span:hover, .options_nav_right li.sfHover ul span:hover {
	background: #becae0;
	color: #b73251;
    z-index: 10;
}

ul.calendar_day {
    list-style: none;
    margin: 0;
    padding: 3px;
    border: 1px #4465a2;
}

ul.calendar_day li {
    padding: 5px;
}

a.softlink {
    font-weight: normal !important;
}


th.number, td.number {
    text-align: right !important;
}

.blue_box { border: 1px solid #A7B6CD; background: #E0E6ED; margin: 6px; padding: 2px 0 2px 15px; }
.green_box { border: 1px solid #A6CEAD; background: #E0EDE0; margin: 6px; padding: 2px 0 2px 15px; }
.yellow_box { border: 1px solid #E9DD01; background: #FBF79B; margin: 6px; padding: 2px 0 2px 15px; }
.red_box { border: 1px solid #FF0D13; background: #FF5E5E; margin: 6px; padding: 2px 0 2px 15px; }


/**************/
/* MENU SYSTEM */

.jqueryslidemenu{
font: bold 12px Verdana;
width: 100%;
padding-bottom: 0;
margin-bottom: 0;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
color: #4465a2;
background: white; /*background of tabs (default state)*/
padding: 8px 2px 3px 2px;
margin-left: 15px;
margin-right: 6px;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


.jqueryslidemenu ul li a:hover{
background: #102e66; /*tab link background during hover state*/
color: white;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border: 1px solid gray;
background: white;
z-index: 400;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 3px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}


/**************/
/* MODAL SYSTEM */
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#FFF;
  filter:alpha(opacity=15);
  -moz-opacity: 0.15;
  opacity: 0.15;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}