/* force a vertical scrollbar on firefox to avoid page-shifting */
html {
	overflow: -moz-scrollbars-vertical !important;
}

p.fixed, td.fixed, input.fixed, span.fixed {
	font-family: monospace;
}

h1 a {
	color: black;
	text-decoration: none;
}

a {
	color: #3672cb;
}

div.flash-notice, div.flash-error, div.flash-info {
    border: 2px solid;
    margin: 5px auto 10px auto;
    padding: 5px;
    text-align: center;
    width: 50%;
}

div.flash-notice {
    background-color: #e8ffe7;
    border-color: green;
}

div.flash-error {
    background-color: #ffe7e7;
    border-color: red;
}

div.flash-info {
    background-color: #fffee4;
    border-color: #fffa77;
}

div.fieldWithErrors {
	display: inline;
}
div.fieldWithErrors input, div.fieldWithErrors select {
	padding: 2px;
	border: 2px solid red;
}

span.light {
	color: #eaeaea;
	font-style: italic;
	margin-left: 5px;
}

span.hi {
	background-color: #ffffdc;
}

span.clue {
    color: #444444;
    font-style: italic;
}
span.hint {
    color: gray;
    font-size: 10px;
    font-style: italic;
}
span.hintbig {
    color: gray;
    font-style: italic;
}

span.na {
	color: gray;
	font-style: italic;
	font-weight: normal;
}

span.error {
	color: red;
	font-weight: bold;
}

span.error a {
	color: #da0000;
}


ul.ds li, ol.ds li {
	margin-bottom: 1em;
}
ul.ss li, ol.ss li {
	margin-bottom: 0em;
}


table.data caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}
table.data span.capright {
	float: right;
}

table.data th {
	background-color: #eaeaea;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	padding: 2px;
	padding-left: 3px;
	text-align: left;
}

table.data th.r, table.data td.r {
	text-align: right;
	padding-right: 3px;
}

table.data td {
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 3px;
}

table.thread td {
	padding: 0px 0px 0px 3px;
	margin-bottom: 0px;
	line-height: 17px;
	text-vertical-align: middle;
	overflow: hidden;
}
table.thread td img {
	vertical-align: middle;
}

table.data tr.row0 td {
	background-color: #f8f8f8;
	border-bottom: 1px solid #eaeaea;
}
table.data tr.row1 td {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eaeaea;
}
table.data tr.nobottom td {
	border-bottom: 0px;
	padding-bottom: 0px;
}

table.data tr.void td, table.data tr.void td a {
	text-decoration: line-through;
	color: gray !important;
}


tr.faded td {
	color: gray;
}

tr.faded td a {
	color: #adb9cb;
}

tr.faded td span.error {
	color: #cb6363;
}


div.datatable label {
	display: block;
	float: left;
	margin-bottom: 4px;
}
div.datatable img {
	vertical-align: middle;
}
div.datatable label, div.datatable span, div.datatable select,
div.datatable br {
	line-height: 2em;
}
div.datatable br {
	clear: left;
}
div.datatable textarea {
	margin-bottom: 4px;
}

div.datatable label.norm {
	display: inline;
	float: none;
}

div.datatable label {
	width: 90px;
}
div.datatablewide div.hintblock {
	margin-left: 90px;
}

div.datatablewide label {
	width: 125px;
}
div.datatablewide div.hintblock {
	margin-left: 125px;
}

div.datatablesuperwide label {
	width: 175px;
}
div.datatablesuperwide div.hintblock {
	margin-left: 175px;
}

div.datatableshort label, div.datatableshort input, div.datatableshort span,
div.datatableshort select, div.datatableshort br {
	line-height: 1em;
}

div.datatableboldlabels label {
	font-weight: bold;
}

div.hintblock br {
	line-height: 0px;
}
div.hintblock span {
	line-height: 1em;
}


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

fieldset legend {
    font-weight: bold;
}
