/* Logger */
iframe.postback {
	/*border: 1px solid #aaa;*/
	width: 45%;
	height: 60;
}
div#logger-block {
	display: none;
}

/* Language/Units */
span.lang-es {
	display: none;
}
span.lang-en {
	display: inline;
}
span.units-si {
	display: none;
}
span.units-sae {
	display: inline;
}

/* Global */
a {
	color: #369;
}
a:link {
	color: #036;
}
a:hover {
	color: #036;
}
a:visited {
	color: #036;
}
div.required {
	/*color: #222266;*/
	font-weight: bold;
}

/* Header */
td#header {
	border-bottom: 3px solid black;
}
div#header-block {
	height: 75px;
}
div#header-logo-left {
	background-image: url(/_img/dfence-logo-header.png);
	height: 53px;
	width: 111px;
}
div#header-logo-right {
}

/* Subheader */
td#subheader {
	background-color: #E87D4F;
}
table#subheader-layout td.selected {
	background-color: #002B7A;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #002B7A;
	border-left: 1px solid #999;
}
table#subheader-layout td a {
	color: #eee;
}
table#subheader-layout td.selected a {
	color: white;
}
table#subheader-layout a#subheader-help {
	color: black;
}

/* Menu */
td#menu {
	background-color: #002B7A;
}

/* Guts */
td#guts {
	background-color: #002B7A;
}

/* Sidebar */
td#sidebar {
	background-color: #002B7A;
}

/* footer */
td#footer {
	font-size: 65%;
	color: #777;
	border-top: 1px solid #aaa;
	padding: 1.5ex 1.5em;
	height: 0%;
}
td.footer-bullet {
	color: #003366;
}
td#footer-copyright {
	color: #aaa;
}

/* padding */
td.pad-top-open {
	background-color: #FAFCFF;
}
td.pad-title {
	background-color: #FAFCFF;
}
td.pad-guts {
	background-color: #FAFCFF;
}
td.pad-footer {
	background-color: #FAFCFF;
}

/* Body Layout */
div#logon-block {
	background-color: #FAFCFF;
}

/* Output */
div.output {
	background-color: #fff;
}

/* report list style */
.darkshaded {
	color: white;
	background-color: #444;
}
.shaded {
	background-color: #e0e0e0;
}
.unshaded {
	background-color: #f8f8f8;
}


/*dl {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
dd {
	margin: 0 .5em .5ex 1.5em;
	padding: 0;
}*/
