/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

html {
	scroll-behavior: smooth;
}

body {
	min-width: 800px;
	margin: 0;
}

h1,h2,h3,h4,h5,h6
{
	color: #006699;
}

body,input
{
	font-family: tahoma, sans-serif;
	font-size: 9pt;
	color: #333333;
}

input.button
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 0.8em;
	padding: 0.35em;
}

input.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

a
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img {
	border: none;
}

/* Outer */

#outer
{
	margin: 0em auto 1em auto;
	width: 100%;
	float: left;
        background: url('../img/bluesidebar.png') top left repeat-y;
}

/* Outer Left */

#outerLeft {
	float: left;
	width: 250px;
}

#outerLeft h1 {
	margin-top: 22px;
	margin-bottom: 0px;
}

#outerLeft img {
	margin-left: 60px;
}

/* Outer Right */

#outerRight {
	margin-left: 250px;
}

/* Inner Left */

#innerLeft {
	margin-right: 360px;
}

/* Inner Right */

#innerRight {
	float: right;
	clear: right;
	width: 350px;
	background: #f0eeef;
	padding-bottom: 20px;
}

#innerRight h2 {
	background: #50c1e4;
	color: #ffffff;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.innerRightArrowDown {
	width: 0px;
	height: 0px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #50c1e4;
	font-size: 0px;
	line-height: 0px;
	margin-left: 100px;
	margin-top: -5px;
}

.adbox {
	clear: left;
	padding: 20px 20px 10px 20px;
}

/* Header */

#header
{
	padding: 10px 15px 10px 10px;
	margin: 0px 15px 10px 10px;
	background: #f0eeef;
	text-align: right;
}

#header h2
{
	font-size: 0.8em;
	font-weight: normal;
	color: #949494;
	display: inline;
	padding-left: 0.5em;
}

#header h1
{
	font-size: 1.4em;
	display: inline;
}

#header h1 a
{
	color: #006699;
	text-decoration: none;
}

/* Search */

#search {
	margin: 0px 15px 0px 10px;
	//border-bottom: 5px solid #eb6e1f;
}

/* Menu */

#menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #007799;
	border-bottom: solid 1px #004466;
	width: 100%;
	color: #fff;
	min-height: 2.9em;
}

#menu ul
{
	padding: 1em 4.5em 1em 4.5em;
	list-style: none;
}

#menu li
{
	display: inline;
	padding-right: 2.5em;
	font-size: 0.9em;
}

#menu li a
{
	color: #fff;
	background-color: inherit;
}

#menu li a:hover
{
	border-bottom: solid 1px #007799;
}

/* Content */

#content
{
	padding-left: 0em;
	padding-right: 0em;
	margin-left: 10px;
}

.box
{
	margin-bottom: 1.25em;
	margin-right: 1.25em;
}

.searchbox
{
	margin-bottom: 2px;
	margin-right: 0px;
	//border-bottom: 3px solid #f0eeef;
}

.boxContent li
{
	padding-top: 3px;
	font-size: 1.2em;
}

.boxContent lh
{
	padding-top: 3px;
	font-size: 1.2em;
}

/** boxA **/

.boxA .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #bb6600;
	background: #ff8800;
	padding: 1em 1.5em 1em 1em;
}

.boxA span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxA a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxA a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.boxA input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxA input.text
{
	width: 100%;
}

.boxA input.display
{
        border: none;
	background: #ff8800;
	color: #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}


/** boxB **/

.boxB .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #336600;
	background: #558800;
	padding: 1em 1.5em 1em 1em;
}

.boxB span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxB a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxB a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #558800;
}

.boxB input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxB input.text
{
	width: 100%;
}

/** Content **/

#content p
{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}

#content strong
{
	color: #444;
}

#content h2,h3,h4,h5,h6
{
	margin-bottom: 5px;
}

#content h2,h3
{
}

#content h3
{
	font-size: 1.0em;
}

#content h2
{
	font-size: 1.0em;
}

#content h1
{
	font-size: 20px;
}

#content ul
{
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}

#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	border-left: solid 6px #558800;
}

#content blockquote p
{
	margin-bottom: 0em;
	line-height: 1.5em;
}

#content table
{
        background: #fff;
        border:1px solid #ccc;
        border-right:0;
        color: #333;
        margin-bottom: 10px;
}

#search table
{
        background: #fff;
        border:1px solid #ccc;
	border-right:0;
        color: #333;
        margin-bottom: 10px;
	width: 100%;
}

#content table th {
        border:1px solid #bbb;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        text-align: left;
	padding: 5px 5px 5px 5px;
}

#content table th a {
        text-decoration: none;
}

#content table th a:hover {
        text-decoration: none;
}

#content table td
{
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #ccc;
	background: #f0eeef;
}

#search table td
{
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #ccc;
	background: #f0eeef;
}

#content table tr.altrow td {
	background: #ffffff;
}

#search table tr.altrow td {
	background: #ffffff;
}

#content table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#search table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}

#search table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}

#content table td.label {
	font-weight: bold;
	vertical-align: text-top;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
}

#search table td.label {
	font-weight: bold;
	vertical-align: text-top;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
}

#content table td.required {
	font-weight: bold;
	vertical-align: text-top;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
}

#content table td.required label:after {
	content: ' *';
	color: #990000;
	display: inline;
}

#content table td.notrequired {
	vertical-align: text-top;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
}

#content table td.value {
	background: #ffffff;
	vertical-align: text-top;
	border-bottom: 1px solid #f4f4f4;
}

#search table td.value {
	background: #ffffff;
	vertical-align: text-top;
	border-bottom: 1px solid #f4f4f4;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -240px;
	width: 100%;
	background: #fff url('../img/bgred.png') top left repeat-y;
}

#primaryContent
{
	margin: 0px 0px 0px 0px;
	//padding: 0.5em 2.5em 1.5em 2.5em;
	padding: 0.2em 2.5em 1.5em 0em;
	//padding: 1.5em 2.5em 1.5em 0em;
	background: #fff;
}

#primaryContent p.fs18 {
	font-size: 18px;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 240px;
	padding: 0;
	margin: 0;
	text-align: right;
	color: #fff;
}

#secondaryContent a {
	color: #fff;
}

/* Footer */

#footer
{
	background: #f0eeef;
	text-align: left;
	color: #787779;
	padding: 0;
	margin: 10px 15px 0px 10px;
}

.clear
{
	clear: both;
}

.red
{
	color: red;
	padding-top: 1em;
}

.boxAerror
{
	color: black;
	padding-top: 0.5em;
}

td.surplus
{
	color: #c0c0c0;
}

td.surplus a:link
{
	color: #c0c0c0;
}

/* Paging */

div.paging {
        background:#fff;
        color: #ccc;
        margin-bottom: 1em;
}

div.paging div.disabled {
        color: #ddd;
        display: inline;
}

div.paging span {
}

div.paging span.current {
        color: #000;
}

div.paging span a {
}

/*  Actions  */

div.actions {
	padding-top: 4px;
	padding-bottom: 10px;
}

div.actions ul {
        margin: 2px 0;
        padding: 0;
}

div.actions li {
        display: inline;
        list-style-type: none;
        line-height: 2em;
        margin: 0 1em 0 0;
        white-space: nowrap;
}

div.actions ul li a {
        text-decoration: none;
}

div.actions ul li a:hover {
        color: #333;
}

/* Related */

div.related {
        display: block;
}

/* Notices and Errors */

div.message {
        color: #900;
        font-size: 120%;
        font-weight: bold;
        margin: 1em 0;
}

div.error-message {
        color: #900;
        font-weight: bold;
}

p.error {
        background-color: #e32;
        color: #fff;
        font-family: Courier, monospace;
        font-size: 120%;
        line-height: 120%;
        padding: 0.8em;
        margin: 1em 0;
}

p.error em {
        color: #000;
        font-weight: normal;
        line-height: 120%;
}

.notice {
        background: #ffcc00;
        color: #000;
        display: block;
        font-family: Courier, monospace;
        font-size: 120%;
        line-height: 120%;
        padding: 0.8em;
        margin: 1em 0;
}

.success {
        background: green;
        color: #fff;
}

/* Forms */

form {
	margin-right: 20px;
	width: 100%;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 0px;
	padding: 0px 15px 5px 5px;
}

fieldset legend {
	background: #fff;
	color: #003d4c;
	padding-right: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

fieldset fieldset legend {
	font-size: 110%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	margin-bottom: .2em;
	padding: .2em;
	vertical-align: text-top;
}

form div.input {
	color: #444;
}

form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

label {
	font-size: 100%;
	padding-right: 2px;
	padding-bottom: 4px;
}

input, textarea {
	font-size: 100%;
	padding: 2px;
}

select {
	font-size: 110%;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 100%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}

div.radio label {
	margin: 0 0 6px 20px;
}

input[type=submit] {
        display: inline;
        padding: 2px 4px;
        width: auto;
}

/* Scaffold View */

dl {
        line-height: 2em;
        margin: 0em 0em;
        width: 60%;
}

dl .altrow {
        background: #f4f4f4;
}

dt {
        font-weight: bold;
        padding-left: 4px;
        vertical-align: top;
}

dd {
        margin-left: 10em;
        margin-top: -2em;
        vertical-align: top;
}

/* sort tables */

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th , table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

/* pad up down arrows to right so that column lable will not overlap */

table.tablesorter thead a {
	padding-right: 15px;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
        font-weight:normal;
        padding: 2px 4px;
        background: #dcdcdc;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
        background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
        background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
        background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
        background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
        background-image: linear-gradient(top, #fefefe, #dcdcdc);
        color:#333;
        border:1px solid #bbb;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-decoration: none;
        text-shadow: #fff 0px 1px 0px;
        min-width: 0;
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
        -webkit-user-select: none;
        user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
        background: #ededed;
        border-color: #acacac;
        text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
        background: #eee;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
        background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
        background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
        background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
        background-image: -o-linear-gradient(top, #dfdfdf, #eee);
        background-image: linear-gradient(top, #dfdfdf, #eee);
        text-shadow: #eee 0px 1px 0px;
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
        border-color: #aaa;
        text-decoration: none;
}

#element_to_pop_up {
   display: none;
   background-color: #fff;
   border-radius: 15px;
   color: #000;
   padding: 20px;
   min-width: 400px;
   min-height: 180px;
}

.bClose {
   cursor: pointer;
   position: absolute;
   right: 15px;
   top: 5px;
}

a.help-button {
   text-decoration: none;
}

.cm {
   margin-bottom: 5px;
}

#survey table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#survey table tr td, #survey table tr th, #survey table tr td.value, #survey table tr td.required {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#survey table th, #survey table td.required {
	border: 1px solid #bbb;
}

#survey h2 {
	color: #0c0c0c;
}

.meter {
	height: 20px;
	position: relative;
	background: #555;
	border-radius: 25px;
	padding: 4px;
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter > span {
	display: block;
	height: 100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: rgb(43, 134, 194);
	box-shadow:
			inset 0 2px 9px  rgba(255,255,255,0.3),
			inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
