/***************************************************************** ELEMENTS */
a {
	text-decoration: none;
	color: #f37421;
}
a:hover {
	text-decoration: underline;
	color: #5f6062;
}

img
{
	border: 0px;
}

input,
select,
textarea {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input[type=text],
input[type=password],
select,
textarea {
	background-color: #dde6f3;
	border: 1px solid #5f6063;
	-moz-border-radius: 3px;
}
input[type=button],
input[type=submit] {
	background-color: #f37421;
	border: 1px solid #5f6062;
	color: white;
	-moz-border-radius: 7px;
}
input[disabled],
select[disabled],
textarea[disabled] {
	background-color: #fff;
	border-color: #ccc;
	color: #ccc;
}
/* ABOVE */


.note {
	font-size: .8em;
	color: #aaa;
}

tr.even {
	background-color: #f0f0f0;
}
tr.odd {
	background-color: #f8f8f8;
}
tr.userdisabled,
span.userdisabled {
	background-color: #eaa;
}


#footer {
	padding: .5em 2em;
	background-color: #f37421;
	color: white;
}
#footer a {
	color: white;
}


/***************************************************************** MENU */


.occlude {
	background-color: #dde6f3;
	border: 0.1em solid #c2bfbf;
	z-index: 100;
}

.boxTitle {
	font-size: 1em;
	color: #5f6062;
	text-decoration: none;
	font-weight: bold;
}

.error {
	color: red !important;
	font-weight: bold;
}
.success {
	color: blue !important;
	font-weight: bold;
}

.contentBox {
	width: 100%;
	margin: .75em;
	padding: 2em;
	border: .2em solid #c2bfbf;
}
/* ABOVE */
.errorContentBox {
	width: 100%;
	margin: 1em;
	padding: 2em;
	border: .2em solid #b22222;
}
/* IE[456] doesn't understand the '>' child selector
We hide this from IE[456] because it really screws up page layout when you set auto width */
* > .contentBox,
* > .errorContentBox {
		width: auto;
}

.contentSection {
	margin: 0 1.2em;
	padding-top: 1.2em;
	border-top: .1em solid #c2bfbf;
}
.contentSectionTop {
	margin: -1.2em -1.2em .8em -1.2em;
	padding: .5em;
	border-bottom: .1em solid #c2bfbf;
}

/*
 * h1 should ONLY be the VERY first thing inside contentBox (-10 margin-top)
 * h2 and h3 can be used anywhere inside contentBox to insert a heading
 * h2 is a major divider: it looks graphically exactly like h1 (except the margin-top)
 * h3 looks like a subheading (less padding, indented, smaller font)
 */
.contentBox h1,
.contentBox h2,
.contentBox h3 {
	margin: -1.67em -1.67em 1em -1.67em;
	padding: .4em 1.33em;
	background-color: #5f6062;
	border-bottom: .1em solid #c2bfbf;
	color: white;
	text-decoration: none;
	font-weight: 900;
	font-size: 1.2em;
}
.contentBox h2 {
	border-top: .1em solid #c2bfbf;
	margin: 1em -1em 1em -1em;
}
.contentBox h3 {
	/* Leave whitespace on the sides to show it's a subheading */
	margin: 1.2em 0;
	padding: .2em 1.2em;
	border: .1em solid #c2bfbf;
	font-size: 1.1em;
}
.contentBox h3.error,
.contentBox h3.success {
	background-color: #eee;
	text-align: center;
	font-weight: bold;
}

.errorContentBox h1 {
	margin: -.83em -1.67em 1em -1.67em;
	padding: .5em 1.2em;
	background-color: #5f6062;
	border-bottom: .1em solid #b22222;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
/* ABOVE */

.pageTitle {
	font-size: 1.8em;
}

.scrollBox {
	overflow: auto;
}

.nowrap {
	white-space: nowrap;
}

.wide {
	width: 100%;
}
table.grid {
	background-color: white;
	border: .2em solid #cbdbeb;
}
table.grid tr td {
	border: .1em solid #cbdbeb;
}
table.grid tr th {
	background-color: #dde6f3;
	border: .2em solid #cbdbeb;
}

table.nowrapheader th {                /* Fixes %CONTENT_AREA% on html_template.ns in IE 7 */
	white-space: nowrap;
}

.padding,
table.padding td,
table.padding th {
	padding: .3em;
}

span.required,
td.required span {
	background: transparent url(/content/reddot.png) no-repeat top left;
	padding-left: 7px;
}

.nsorange {
	color: #f37421;
}
a.nsorange:hover {
	color: black;
}
a.inverse {
	color: #5f6062;
}
a.inverse:hover {
	color: #f37421;
}

.tab {
padding-left:.8em;
padding-right:.8em;
}

.online {
	color:green;
	font-weight:bold
}
.offline {
	color:red;
	font-weight:bold
}
span.language_selection {
	/*border: 1px solid black*/
}
.sectionTitle {
	text-align: right;
}
.sectionTitle span {
	float: left;
	display: block;
}
form.tableless label {
	float: left;
	padding: 0pt 1em;
	text-align: right;
	width: 12em;
}
form.tableless span {
	display: block;
	margin-bottom: 0.5em;
	padding: 0pt;
}
form.tableless span select {
	padding: 1px;
}
.indented {
	margin-left: 1.5em;
}

table.reportingchooser th {
	vertical-align: middle;
	white-space: nowrap;
}
table.reportingchooser label {
	vertical-align: middle;
}
table.reportingchooser input[type=radio] {
	vertical-align: middle;
}

.accessible {
	position: absolute;
	top: 0em;
	left: -500em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.issues_menu {
	width: 20em;
}
span.issues_menu {
	width: 35em;
}
