/************************************************************************************
RESET
*************************************************************************************/

/* Now handled via normalize.css */


/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	/* background: #990000; */
	background: #660000;
	font: .90em/150% Arial, Helvetica, sans-serif;
	color: #333;
}

/* set image max width to 100% */
/* Flexible image sizing */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.data {
	font: .90em/150% Arial, Helvetica, sans-serif; 
	color: #333;
}

.data10 {
	font: .80em/145% Arial, Helvetica, sans-serif; 
	color: #333;
}

.data9 {
	font: .80em/145% Arial, Helvetica, sans-serif; 
	color: #333;
}
	
a {
	/* color: #026acb; */
	color: #0259aa;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #990000;
}
a:focus img {
    border: 1px solid #990000;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

.inline-heading {
	font-size:1em;
	font-weight:normal;
	line-height:normal;
	display:inline;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

hr {
	height:2px;
	border-width:0;
	color:#eee;
	background-color:#eee
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

#pagewrap-wide {
	width: 95%;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 110px;
}

/* site logo */
#site-logo {
	position: absolute;
	/* font: bold 30px/100% Arial, Helvetica, sans-serif; */
	font: bold 32px/100% Garamond, "Times New Roman", Times, serif;	
	color: #fff;
	top: 10px;
	left: 80px;
	text-transform:uppercase;	
}
#site-logo a {
	/* font: bold 30px/100% Arial, Helvetica, sans-serif; */
	font: bold 32px/100% Garamond, "Times New Roman", Times, serif;	
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;	
}
#site-logo a, #site-logo-left a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
#site-logo-left {
	position: absolute;
	color: #fff;
	top: 10px;
}


/* site description */
#site-description {
	font: italic 120%/130% Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	top: 55px;
	left: 80px;
}
#site-description-left {
	font: italic 120%/130% Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* site crest */
#site-crest { 
	position: absolute;
	width: 80px;
	top: 25px;
}


/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}


#progressbar {
	width: 50%;
	font-family: Arial;
	
}

#progress-label {
	position: absolute; 
	left: 48.5%; 
	margin-top: 4px; 
	font-size: 14px;
}

#progressbar .ui-widget-header {
	background: url("/common/images/ui-bg_highlight-soft_100_deedf7_1x100.png") repeat-x scroll 50% 50% #deedf7 !important;
}

.ui-datepicker-trigger { position: relative; top: 4px; left: 5px; }

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}

menu {
	margin: 0;
	padding: 0;
	position: relative;
}

menu li {
	margin: 0 0 .7em 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
}


menu ul, menu ol {
	margin: 1em 0 1.4em 3em; 
	padding: 0;
	line-height: 80%;
}

#mainmenu {
	margin-top:34px;
}

#menu-search {
	float: left;
	margin-bottom: 2px;
	padding: 0.2em 0.2em;
}
#menuview {
	float: right;
	margin-bottom: 2px;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content, #content-no-sidebars, #content-wide {
	background: #fff;
	margin: 30px 0 30px;
	/* padding: 20px 35px; */
	padding: 1% 4%;
	float: left;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#content {
	width: 600px;
}

#content-no-sidebars {
	width: 910px;
}

#content-wide {
	width: 92%;
	float: none;
	padding: 2% 4%;
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
/*	font: bold 26px/120% Arial, Helvetica, sans-serif; */
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	/* border-top: solid 1px #eee; */
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 95%;
}
#footer a {
	color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
DCE BASE
*************************************************************************************/
.heading-underscore,
.heading12yellow {
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.sub-heading-shaded,
.heading10yellow {
	text-align: left;
	font-weight: bold;
	color: #006699;
	margin-bottom: 5px;
	padding: 3px 3px;
/*	background-color: #BFD2DE */
}

.heading-shaded {
	text-align: left;
	width: 100%;
/*	border-bottom: 1px solid #ccc; */
	margin-bottom: 20px;
}

.alert, .alert-bold {
	color:#cc0000 !important;
}

.success, .success-bold {
	color:#468847 !important;
}

.alert-bold, .success-bold {
	font-weight: bold !important;
}

.alert-background {
	background-color: #cc0000 !important;
	color: #fff !important;
	padding: 5px;
}

.success-background {
	background-color: #468847 !important;
	color: #fff !important;
	padding: 5px;
}

.shaded-background {
	/* background-color: #f6f6f6; */
	background-color: #eee;
	color: #000;
	padding: 5px;
}

/* remove padding from p tags when in message blocks */
.infomsg p, .systemmsg p, .alert-background p, .success-background p, .shaded-background p {
	margin: 5px 10px;
}

p.left-indent {
	margin-left:25px;
}

.infomsg {
	border: 2px #ccc solid;
	margin: 10px 0;
	padding: 5px;
}

.systemmsg {
	border: 2px #cc0000 solid;
	margin: 10px 0;
	padding: 5px;
}

form {
	display: inline;
}

::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; } /* Firefox 18- */
::-moz-placeholder { color: #999;  } /* Firefox 19+ */
:-ms-input-placeholder {  ccc: #999; }

label, .faux-label, .faux-label-bold {
	clear: left; 
	display: block;
	text-align:right;
	float:left;
	/* width: 150px; */
	width: 30%;
	/* font-weight: bold; */
	margin-top: 0.5em;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.faux-label-bold {
	font-weight: bold;
}

.long-label {
	width: 80% !important;
}

/* a label that goes to the right of the radio button */
.long-label-right {
	width: 92%;
	text-align: left;
	float: right;
	padding-left: 2px;
}

.formfloats label {
	float: left;
	width: 150px;
	text-align: right;
}

label.error {
	color: #CC0000;
	/* width: auto;
 */
}

/* mods for buttons and forms */
.under-inputs, input[type=submit].under-inputs, input[type=reset].under-inputs, input[type=button].under-inputs {
	margin-left:31%
}

/* I'm sure there is a better way to do this */
input:not([type=submit]):not([type=reset]):not([type=button]):not([type=file]):not([type=checkbox]):not([type=radio]).error,
input:not([type=submit]):not([type=reset]):not([type=button]):not([type=file]):not([type=checkbox]):not([type=radio]):hover.error,
input:not([type=submit]):not([type=reset]):not([type=button]):not([type=file]):not([type=checkbox]):not([type=radio]):focus.error,
input[type="text"].error, input[type="password"].error, select.error, textarea.error,
input[type="text"]:hover.error, input[type="password"]:hover.error, select:hover.error, texarea:hover.error,
input[type="text"]:focus.error, input[type="password"]:focus.error, select:focus.error, textarea:focus.error
{
    border: 1px solid #CC0000;
}

input[type="text"].disabled, input[type="password"].disabled, select.disabled, textarea.disabled,
input[type="text"]:disabled, input[type="password"]:disabled, select:disabled, textarea:disabled
input[type="text"].disabled:hover, input[type="password"].disabled:hover, select.disabled:hover, texarea.disabled:hover,
input[type="text"].disabled:focus, input[type="password"].disabled:focus, select.disabled:focus, textarea.disabled:focus
{
    border: 1px solid #ddd;
    background: #fafafa;
    color: #999;
    cursor: no-drop;
	cursor: not-allowed;
}

input:not([type=submit]):not([type=reset]):not([type=button]):not([type=file]):not([type=checkbox]):not([type=radio]),
input[type="text"], input[type="password"], select, textarea {
	float:left;
	display: block;
	padding: 0.5em 0.5em;
	background: #fafafa;
	border: 1px solid #ddd;
	width: 200px;
	max-width: 80%;
	margin: 2px 0 15px 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	color: black;
}

.faux-input {
	float:left;
	display: block;
	padding: 0.35em 0.5em;
	width: 200px;
	max-width: 80%;
	margin: 2px 0 15px 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}

textarea {
	height: 60px;
	width: 60%;
}

input:not([type=submit]):not([type=reset]):not([type=button]):not([type=file]):not([type=checkbox]):not([type=radio]):hover,
input[type="text"]:hover, input[type="password"]:hover, select:hover {
	border: solid 1px #c5c5c5;
	/* border: solid 1px #aacfe4; */
	background:#f6f6f6;
}

textarea:hover {
    outline: none;
    border: solid 1px #c5c5c5;
}

textarea:hover.error {
    outline: none;
    border: solid 1px #CC0000;
}

input:not([type=submit]):not([type=reset]):not([type=button]):not([type=file]):not([type=checkbox]):not([type=radio]):focus,
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border: solid 1px #aacfe4;
	background:#f6f6f6;
	outline: none;
}

input[type="radio"], input[type="checkbox"] {
	float: left;
	display: block;
	padding: 0.5em 0.5em;
	margin: 11px 20px 10px 10px; 
	background: #fafafa;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}

.lte-ie9 input[type="radio"], .lte-ie9 input[type="checkbox"] {
	margin: 5px 20px 10px 10px; 
}

fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
	margin-bottom: 10px;
	padding-top: 8px;
}

.formrow {
	display: block;
	clear: left;
}

.formfloats {
	display:table-cell;
	float:left;
	width:210px;
}

.formfloatsautowidth {
	display:table-cell;
	float:left;
	width:auto;
}
.formfloatsautowidth label {
	margin-left: 15px;
	width:auto;
}

.formfloatsautowidth p {
	margin-top: 0.5em;
}

div.formfloatsbox > div.formfloatsautowidth:first-child > label:first-child { margin-left: 0; }

div.formerrorbox {
	display: none;
	background: #fafafa; 
	border: 1px solid #CC0000;
	padding: 5px 10px;
	margin-bottom: 10px;
}

div.formerrorbox label {
	clear: left;
	float: none;
	display: block;
	width: auto;
	text-align: left;	
}

div.formerrorbox ol li {
	list-style-type: disc;
	margin-left: 20px;
}

legend {
	color:#0b77b7;
	font-size:1.2em;
}

.small {
	font-size: .85em;
}

.inactive {
	color: #999;
}

.big {
	color: #333;
	font-size:1.2em;
	font-weight:bold;
}

.biginput {
	font-size:1.2em;
	font-weight:bold;
	color:#666;
	padding: 0.25em 0.25em	!important;
}

div.topright{
	/*set the div in the top right corner*/
	position: fixed;
	top: 2px;
	right: 12px;
	z-index: 100;
	display:block;
	font-size: 18px;
	text-align: center;
	background-color: #026ACB;
	padding: 1px 3px;
	width: 74px;
	/* height: 20px; */
	/* opacity/transparency 
	filter: alpha(opacity=60); 
	-moz-opacity:0.6; 
	-webkit-opacity:0.6;
	opacity:0.6; */
	
}

div.progbox{
	font-size: 14px;
	line-height: 20px;
	min-width: 254px;
	max-width: 300px;
	margin-top: 25px;
	padding: 8px 12px;
	color: #000;
	background: #fff;
	float: right;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

a.buttonTiny {
	display: inline-block;
	width: 20px;
	/* padding: 3px 8px; */
	/* margin: 5px auto; */
	text-align: center;
	font: 14px Arial !important, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}

a.buttonTiny:link, a.buttonTiny:visited {
	color: #fff;
}

a.buttonTiny:hover, a.buttonTiny:active, a.buttonTiny:focus  {
	color: #026acb;
	background-color: #fff;
}

.boxtop {
	padding: 8px 10px;
	background: #e0e0e0;
	font-size: 1.2em;
}

.halfboxleft, .halfboxright {
	width: 47%; 
	min-height: 300px;
	margin: 10px 0; 
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.4);
	box-shadow: 0px 3px 3px rgba(0,0,0,.4);
	overflow: hidden;
}

.halfboxleft, .halfleft {
	float: left;
}

.halfboxright, .halfright {
	float: right;
}

.halfleft, .halfright {
	width: 45%;
	margin: 10px 0; 
}

.fullbox {
	width: 100%; 
	height: auto;
	margin: 10px 0; 
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.4);
	box-shadow: 0px 3px 3px rgba(0,0,0,.4);
}

.loginOptions {
	margin: 0.5em 0 0 40px;
}

.splashblock {
	width: 500px;
	float: left;
}

td, th {
	padding: 6px; 
}

.debug {
	font: .90em/150% Arial, Helvetica, sans-serif; 
	background: #fff;
	color: #000;
	border: 5px #000 solid; 
	padding: 5px 15px;
}

/* jQuery ui overrides */
.ui-autocomplete-loading { background: white url('/common/images/spinner.gif') right center no-repeat; }
.ui-widget-overlay { background: #000 !important; opacity: .70; filter:Alpha(Opacity=70); } 

div.autocomplete {
	position:absolute;
	width:300px;
	text-align:left;
	background-color:white;
	border:1px solid #888;
	margin:0px 0px 0px 10px;
	padding:0px;
}
div.autocomplete ul {
	clear: both;
	text-align:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { 
	background-color: #ffb;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0px;
	padding:2px;
	cursor:pointer;
	font-family: arial;
	font-weight: bold;
/*	font-size: 12px; */
}

#back-top {
	position: fixed;
	bottom: 0px;
/*	margin-left: -150px; */
	right: 20px;
}

#back-top a {
	width: 28px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	/* color: #026acb; */
	color: #bbb;
}

/* arrow icon (span tag) */
#back-top span {
	width: 28px; 
	height: 28px; 
	display: block;
	margin-bottom: 7px;
	background: #026acb url('/common/images/back-to-top-arrow.png') no-repeat center center;

	/* rounded corners 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
	
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	/* background-color: #026acb; */ 
	background-color: #bbb; 
}

.show-small, .show-medium {
	display: hide;
}

.show-large {
	display: inline;
}

.right-left {
	text-align: right !important;
}

.center-left {
	text-align: center !important;
}

.checklist-current:before {
	font-family: FontAwesome;
	content: "\f061";
}

.checklist-closed:before {
	font-family: FontAwesome;
	content: "\f00c";
}

.dce_link {
	color: green;
}

.dce_link_id_hint {
	font-size: 10px;
	font-weight: bold;
}

/************************************************************************************
TABULAR DATA (see also responsive-tables.css) same padding used so they align
*************************************************************************************/
table.tabular, table.tabular-wrap { 
	width: 100%; 
	border-collapse: collapse; 
}
.tabular th, .tabular-wrap th { 
	text-align:left;
	font-weight: bold;
	width: 35%; 
	padding-right: 10px; 
	/* white-space: nowrap; */
}

.tabular td, .tabular-wrap td {
	text-align:left;
}

.data-bold th {
	font-weight: normal;
	text-align:right;	
}

.data-bold td {
	font-weight: bold;
}
