@CHARSET "UTF-8";

div#header div.section {
	display: none;
	padding: 10px;
}

div#header a.visibleTab
,div#header div#sections {
	background-color: #D1E0FF !important;
}
div#header a.visibleTab {
	color: black !important;
}
div#header div#sections {
	border-bottom: 2px black solid;
}
div#header div#sections div>div {
	margin: 6px;
}
div#header div#sections div a {
	display: inline;
}

.col {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	padding: 0px !important;
	margin-right: 10px !important;
}

.col>.header
,.row>.header {
	font-size: 14pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.row {
	display: block !important;
	padding-left: 4px !important;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
}

.col .row {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}


.row
,.col {
	margin-bottom: 10px;	
}

.center {text-align: center !important;}
.left {text-align: left !important;}
.right {text-align: right !important;}
.noMargin {margin: 0px !important;}

.disabled
,.disabled input
,.disabled textarea
,[disabled=disabled]
,[disabled=true] {
	color: #888;
	background-color: #EEE;
	border-color: #CCC;
}

.required {
	background-color: yellow;
}

a:visited {
	color: blue;
}

h2 {
	margin-bottom: 0px;
}

body, td {
	font-size: 9pt;
	font-family: sans-serif;
}
th, tr.header td, td.header
,thead td
,thead th {
	font-size: 10pt;
	background-color: gray !important;
	color: white;
	font-weight: bold;
	border-color: transparent !important;
}

tr.total td, td.total {
	font-size: 9pt;
	font-weight: bold;
	background-color: #BEDBF7 !important;
}

tr.total td {
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}

th a,
th a:visited {
	/*color: white;*/
}

.highlight {
	background-color: orange !important;/*black;*/
	color: white;
	font-weight: bold;
}

.closed {
	color: gray;
	font-style: italic;
	text-decoration: line-through;
}

.noborder {
	border-width: 0px;
}
.bb {
	border-bottom: 1px black solid !important;
}
.bl {
	border-left: 1px black solid !important;
}
.br {
	border-right: 1px black solid !important;
}
.bt {
	border-top: 1px black solid !important;
}

table.shaded tbody tr:nth-child(odd)
,tr.odd td {
	background-color: white;
}

table.shaded tbody tr:nth-child(even)
,tr.even td {
	background-color: #efefef;
}

table.shaded tr.noShading td {
	background-color: white;
}


input, textarea, select {
	font-size: 9pt;
}

input, textarea {
	border-radius: 5px;
	border: 1px #999 solid;
	padding: 2px;
}

input.currency
,input.date {
	width: 80px;
}

.border {
	border: 1px black solid;
}

table.money td
,table.money th {
	text-align: right;
}

table.normSpacing {
	margin: 3px;
}

table.normSpacing
,table.inputs
,table.grid
,table.data {
	border-spacing: 0px;
}

table.normSpacing td
,table.grid td
,table.data td {
	padding: 4px;
}

/*
 * Form input table
 */
table.inputs {
	/*border-spacing: 0px;*/
}

table.inputs td {
	padding: 4px;
}

table.inputs tr.actions {
	background-color: white !important;
}

table.inputs tr.actions td {
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px black solid;
}

table.inputs tr.error td {
	text-align: center;
	background-color: white;
}

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

.currencyPositive {
	color: green;
}

.header .currencyPositive {
	color: #ADFF2F; /*GreenYellow*/
}
.currencyNegative {
	color: red;
}

.header .currencyNegative {
	color: #FA8072; /*Salmon*/	
}

table.data {
	border: 1px black solid;
	border-bottom-width: 0px;
	/*border-left: 0px black solid;*/
}

table.data td {
	padding: 4px;
}

table.rows {
	border-left: 1px black solid;
}

table.rows td {
	border-bottom: 1px black solid;
	padding: 3px;
}

table.grid {
	border: 1px black solid;
	border-right: 0px black solid;
	border-bottom: 0px black solid;
}

table.grid td {
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

.currency, .number, .integer, .double, .date {
	text-align: right;
}

.topNav {
	border: 1px black solid;
	background-color: #cdcdcd;
	margin-bottom: 15px;
	padding: 3px;
}

.topNav a {
	color: blue;
	text-decoration: none;
}

img.linked
,img[src="/img/link.gif"] {
	height: 10px;
	width: 10px;
}

img[src="/img/edit.gif"]
.img.linked
,img[src="/img/link.gif"] {
	margin-left: 3px;
	margin-right: 3px;
}

.progressIndicator {
	padding: 3px;
}

div.box
,div.inputsBox {
	display: inline-block;
	border: 1px black solid;
	padding-left: 0px !important;
}

div.inputsBox {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

table.nowrap {
	white-space: nowrap;
}

div.thead table.data
,div.thead table.rows
,div.thead table.grid
,div.thead table.normSpacing
,div.nospacing table.data
,div.nospacing table.rows
,div.nospacing table.grid
,div.nospacing table.normSpacing
,div.nospacing div.row {
	margin: 0px !important;
	padding-left: 0px !important;
	border-width: 0px;
	width: 100%;
}

div.thead table.data tr:last-child td
,div.thead table.rows tr:last-child td
,div.thead table.grid tr:last-child td {
	border-bottom-width: 0px !important;
}

div.box table.data
,div.box table.rows
,div.box table.grid {
	margin: 3px;
}

.bgPeach {
	background-color: #ECDAA3;
}

.bgBlue {
	background-color: #BEDBF7;
}

.bgGreenYellow {
	background-color: #ADFF2F; /*GreenYellow*/
}

.bgSalmon {
	background-color: #FA8072; /*Salmon*/	
}

.rounded {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.alertBox {
	background-color: #FF9999 !important;
}

div.box .title
,div.box>.header
,div.inputsBox>.title
,div.inputsBox>.header {
	display: block;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px black solid;
	color: white;
}

div.box>.title
,div.box>.header {
	background-color: #A3B5EC;
}

div.inputsBox>.title
,div.inputsBox>.header {
	background-color: green;
}
div.box>.header
,div.inputsBox>.header {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	padding: 5px;
}

div.box>.title
,div.inputsBox>.title {
	padding: 2px;
	padding-left: 5px;
}

div.box .content
,div.inputsBox .content {
	padding-left: 5px;
}

div.graph {
	border: 1px black solid;
	margin: 10px;
	margin-left: 0px;
	display: inline-block;
}
