/* --- Settings specifically for bureau service --- */


/*{ margin:0px; padding:0px;}*/

/*-- standard element definitions --*/
/*
H1 { font-size: 40px; font-weight: normal; margin: 0 0 20px 0; padding: 2px 0 5px 0; text-align: left; text-transform: none; }
H2 { color: #333; font-size: 30px; font-weight: bold; margin: 0; padding: 2px 0 5px 0; text-align: left; text-transform: none; }
H3 { color: #333; font-size: 20px; font-weight: bold; margin: 0; padding: 2px 0 5px 0; text-align: left; text-transform: none; }
H4 { color: #000; font-size: 12px; font-weight: bold; margin: 0; padding: 2px 0 5px 0; text-align: left; text-transform: none; }
*/

H6 {
	/* --- standard message --*/
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align:left;
	padding: 5px 10px;
	display: inline-block;
	letter-spacing: 1.5;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

H7 {
	/* --- standard message --*/
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align:left;
	border: 0px solid #000;
	background-color: #090;
	padding: 5px 10px;
	margin: 5px 0px;
	display: inline-block;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

H8 {
	/* --- ERROR MESSAGE --*/
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: 0px solid #000;
	background: #C00;
	padding: 5px 10px;
	margin: 5px 0px;
	display: inline-block;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.H8link{
	color: #C00;
	border: 3px solid #C00;
	background: #FFF;
	padding: 2px 10px;
	display: inline-block;
	text-decoration:none;	
}
.H8link a{
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	text-decoration:none;	
}
.H8link a:hover{
	color: #000;
	text-decoration:none;	
}

p {line-height:1.5;}
li {padding-bottom: 5px;}

td {padding: 1px 5px;}
th {
	font-size: 14px;
	font-weight: normal;
	color: #DDD;
	background-color: #333;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

hr {
	border: 0;
    height: 3px;
	/*background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25));
	background-image: linear-gradient(to right, rgba(255, 169, 24, 0.00), rgba(255, 169, 24, 0.75), rgba(255, 169, 24, 0.00));*/
	background: #CCC;
	margin:10px 0px;
}
hr.list {
	border: 0;
    height: 1px;
	background:#CCC;
	margin:5px 0px;
}



/*
input[type=text] {
	height:30px;
}
*/

/*---  DEFINED CLASSES  ---*/
.clearboth { clear: both; }
.fineprint { font-size:11px; color:#888; font-weight:normal; padding:0px; margin:0px;}

.blank {
	/* --- SIMPLE ERROR MESSAGE --*/
	font-size: 12px;
	color: white;
	background: white;
	padding: 6px 10px;
	margin: 0px !important;
	clear:both;
}

.simpleerror {
	/* --- SIMPLE ERROR MESSAGE --*/
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #C00;
	padding: 6px 10px;
	margin: 0px 0px;
}

.simplemessage {
	/* --- SIMPLE MESSAGE --*/
	font-size: 12px;
	font-weight: normal;
	color: white;
	background: #090;
	padding: 5px 10px;
	margin: 5px 0px;
}

.simplepanel {
	/*border:2px solid #FFA918;*/
	border:1px solid #000;
	padding:5px 10px;
	background:#DDD;
}

.tabledata {width:100%; background:#474747;}
.tabledata a {font-size: 12px; color: #369; text-decoration:none;}
.tabledata a:hover {color:#39F; text-decoration:underline;}
.tabledata th {background:#474747; color:#FFF; padding:5px 10px;}
.tabledata th a {color:#FFF; text-decoration:none;}
.tabledata th a:hover {color:#FC0;}
.tabledata td {padding:5px 10px;}


.ebtextbox {
	padding:1px 5px;
}
.ebtextboxreqd {
	padding:1px 5px;
	border:1px solid #333;
}
.ebtextboxmiss {
	padding:4px 9px;
	border:2px solid #C00;
}

.ebbutton {
	padding:4px 10px 4px 10px;
	margin-right:5px;
	border:2px solid #000;
	background:#474747;
	color:#EEE;
}
.ebbutton:hover {
	background:#333;
	color:#FFF;
}

.redbutton {
	padding:5px 10px 5px 10px;
	margin-right:5px;
	border:2px solid #700;

	background:#C00;
	color:#EEE;
}
.redbutton:hover {
	background:#F00;
	color:#FFF;
}

.applicadbutton {
	padding:5px 10px 5px 10px;
	margin-right:5px;
	border:2px solid #964F0B;
	background:#FF8713;
	color:#FFF;
}
.applicadbutton:hover {
	background:#FFA918;
	/*color:#000;*/
}

/*--- width classes --*/
.w50 {width: 50px;}
.w80 {width: 80px;}
.w100 {width: 100px;}
.w200 {width: 200px;}
.w300 {width: 300px;}
.w400 {width: 400px;}
.w420 {width: 420px;}
.w500 {width: 500px;}
/*--------------------*/


.scroll {
	height: auto;
	max-height: 400px;
	min-width: 600p;
	overflow: auto;
}

.highlight {
	background: #FF9;
}


.datafiles {
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#333;
	font-weight: bold;
}
.datafiles a {
	font-size:16px;
	color:#369;
	text-decoration:none;
}
.datafiles a:hover {
	color:#39F;
	text-decoration:underline;
}


.listhead{
	font-size:11px;
	color:#888;
	font-weight:normal;
	border:1px solid #BBB;
	background:#EEE;
	padding:2px 10px;
}
.listhead a{
	font-size:11px;
}

.listhead span{
	font-size:11px;
}


.trace{
	font-size:11px;
	color:#FC0;
	background-color:#000;
}




/*------- HELP BOX ELEMENTS --------*/

#help {
	position: fixed;
	top:20px;
	right:0px;
	width:auto;
	height: auto;
	max-height: 450px;
	max-width: 500px;
	overflow: auto;
	border:3px solid #900;
	background:#DDD;
	padding:0px;
	opacity:0.95;
	resize:vertical;
}
#help_header{
	cursor: move;
	height:30px;
	font-size:24px;
	background:#900;
	color:#FFF;
	padding:2px 10px;
	margin: 0px;
}
#help H1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding:0px 0px 7px 0px;
}
#help H2 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:0px 0px 5px 0px;
}
#help H3 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:0px 0px 3px 0px;
}
#help p{
	font-size:12px;
	color:#000;
	padding-bottom:5px;
}
.helpcontent {
	padding: 5px 10px 20px 10px;
	margin:0px;
}
.helpicon{
	height:15px;
	padding:5px 5px;
	float:left;
	cursor:pointer;
	margin-left:15px;
}


