body{
	 	/*background:     #e6e7e8;*/
		background:		#efe7c5;
		color:          #2b3542;
		font-family:    Tahoma, arial, sans-serif;
		font-size:		8pt;
}

input{
        border:                 1px solid #2b3542; 
        margin:                 0px;
        padding:                1px 1px 2px 5px;
        /*background:     		#ebeced;*/
		background:				#f7f4e1;
/*        color:          		#2b3542;*/
        font-family:    		sans-serif;
        font-size:      		8pt;
        text-align:             left;
width:			100%;
}

input.button{
		text-align:				center;	
}

input.nofill{
        border:                 1px solid #2b3542; 
        margin:                 0px;
        padding:                1px 1px 1px 5px;
        /*background:     		#ebeced;*/
		background:				#f7f4e1;
        color:          		#2b3542;
        font-family:    		sans-serif;
        font-size:      		8pt;
        text-align:             left;
		width:					auto;
}

input.headtab-normal{
        border:                 1px solid #d4c67d; 
        margin:                 0px;
        padding:                1px 1px 1px 5px;
		background:				#2b3542;
        color:          		#d4c67d;
        font-family:    		sans-serif;
        font-size:      		16pt;
        text-align:             center;
        width:                  98%;
}

input.headtab-selected{
        border:                 1px solid #d4c67d; 
        margin:                 0px;
        padding:                1px 1px 1px 5px;
		background:				#4e5761;
        color:          		#d4c67d;
        font-family:    		sans-serif;
        font-size:      		16pt;
        text-align:             center;
        width:                  98%;
}
*/
pre {
		font-family:    Tahoma, arial, sans-serif;
		font-size:      8pt;
		white-space:	normal;
}


form{
	display:inline;
	padding:                1px 1px 1px 5px;

}
table{
	font-size:              8pt;

}

tr{
	font-size:              inherit;
}

td{
		font-size:				inherit;
}

td.center{
	vertical-align:	middle;
}

input.disabled{
		border:					1px solid #b1b2b3;
		color:					#b1b2b3;
		background:				#efe7c5;
}

input.empty{
		width:					10pt;
		background:				#efe7c5;
		border:                 0px solid #e6e7e8;
}



textarea{
        border:                 1px solid #2b3542;
        margin:                 0px;
        padding:                2px;
		background:				#f7f4e1;
        color:          		#2b3542;
        font-family:    		sans-serif;
        font-size:      		8pt;
        text-align:             left;
        width:                  100%;
		height:					100%;
}

textarea.disabled{
		border:					1px solid #b1b2b3;
		color:					#b1b2b3;
		background:				#efe7c5;
}



select{
        border:                 1px solid #2b3542;
        margin:                 0px;
        padding:                2px;
		background:             #f7f4e1;
        color:          		#2b3542;
        font-family:    		sans-serif;
        font-size:      		8pt;
        text-align:             left;
        width:                  100%;
}

select.disabled{
		border:					1px solid #b1b2b3;
		color:					#b1b2b3;
		background:				#efe7c5;
}




a, a:link, a:active, a:visited {
		color: #2b3542;
		text-decoration: none;
}

a:hover {
		color: #d42e12 !important;
}	

a.headlink, a.headlink:link, a.headlink:active, a.headlink:visited {
		/*color: #e6e7e8;*/
		color: #dddccd;
		text-decoration: none;
}

a.headlink:hover {
	color: #d42e12 !important;
}	


a.stamp, a.stamp:link, a.stamp:active, a.stamp:visited {
		color: maroon;
		text-decoration: none;
}

a.stamp.:hover {
	color: red;
	font-weight:	bold !important;
}	

.lightline{
	/*background:             #e1e2e3;*/
	background:		#f4eed7;
}

.darkline{
	/*background:             #d4d5d6;*/
	background:		#ece2b9;
}

.superdarkline{
	/*background:             #d4d5d6;*/
	/*background:		#ece2b9;*/
	background: green;
}

.greenline{
	/*background:             #d4d5d6;*/
	background:		#9fff89;
}

.firstline{
	background:     #2b3542;
	color:			#d4c67d;
	font-family:	sans-serif;
	font-size:		11pt;
	
}

.heading{
	background:		#2b3542;
	color:			#d4c67d;
	font-family:	sans-serif;
	font-size:		12pt;
	left-padding:	10px;
	font-weight:	normal;
}

.headtable{
	background:		#4e5761;
	color:			#e6e7e8;
	font-family:	sans-serif;
	font-size:		16pt;
	left-padding:	10px;
	font-weight:	normal;
}





div.authform{
        width:          26%;
        height:         20%;
        top:            40%;
        left:           37%;
        position:       absolute;
        margin:         2;
        padding:        10;
		font-size:      8pt;
}


.semaphore_red{
	/* background:				red; */
	color:					red;
	font-family:            sans-serif;	
	font-size:				12pt;
	font-weight:			bold;
	text-align:				center;
}

.semaphore_green{
	/* background:				green; */
	color:					green;
	font-family:            sans-serif;	
	font-size:				12pt;
	font-weight:			bold;
	text-align:				center;
}

.semaphore_grey{
	/* background:				green; */
	color:					gray;
	font-family:            sans-serif;	
	font-size:				12pt;
	font-weight:			bold;
	text-align:				center;
}

.semaphore_blue{
	/* background:				green; */
	color:					blue;
	font-family:            sans-serif;	
	font-size:				12pt;
	font-weight:			bold;
	text-align:				center;
}
.semaphore_yellow{
	/* background:				green; */
	color:					yellow;
	font-family:            sans-serif;	
	font-size:				12pt;
	font-weight:			bold;
	text-align:				center;
}

.semaphore_blanc{
	font-family:            sans-serif;	
	font-size:				12pt;
	font-weight:			bold;
}

.semsmall_red{
	background:				red; 
	color:					yellow;
	font-family:            sans-serif;	
	font-size:				8pt;
	font-weight:			bold;
	text-align:				center;
}

.semsmall_green{
	background:				green; 
	color:					yellow;
	font-family:            sans-serif;	
	font-size:				8pt;
	font-weight:			bold;
	text-align:				center;

}

.semsmall_grey{
	background:				gray;
	color:					lightgrey;
	font-family:            sans-serif;	
	font-size:				8pt;
	font-weight:			bold;
	text-align:				center;

}

.semsmall_blue{
	background:				blue; 
	color:					yellow;
	font-family:            sans-serif;	
	font-size:				8pt;
	font-weight:			bold;
	text-align:				center;

}

.semsmall_yellow{
	background:				yellow; 
	color:					blue;
	font-family:            sans-serif;	
	font-size:				8pt;
	font-weight:			bold;
	text-align:				center;

}

div.tab1{
	width:		80%;
	position:	absolute;
	visibility: visible;
}

div.tab2{
	width:		80%;
	position:	absolute;
	visibility: hidden;
}
div.tab3{
width: 80%;
position: absolute;
visibility: hidden;;
}


p.hclass {
	font-size:	12pt;
	line-height: 150%;

}
p.pclass {
	font-size:	10pt;
	line-height: 150%;
	text-align: justify; 

}

.pager {
	font-family: monospace;
}

.pagermark {
	font-weight:	bold;
	color:			yellow;

}

div.sp_off {
        display: none;
}
div.sp_on {
        display: block;
}

#menu {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	white-space: nowrap;
}

#menu ul {
	padding: 0;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	list-style: none;
}

#menu li {
	float: left;
	margin-right: 3px;
	border-top: 4px solid #aaaaaa;
}

#menu li:hover, #menu li.sfhover {
	background: #efe700;
}

#menu li ul {
	position: absolute;
	width: auto;
	left: -999em;
	background: #efe711;
	border-top:none;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}


#menu li ul li {
	float: none;
	margin-right: 0px;
	border-top:2px solid white;;
	text-align:left;
}

#menu a {
	display: block;
	width: auto;
	padding: 20px 5px 5px 5px;
	color: #000000;
}

#menu a:hover {
	color: #00ff00;
}



#menu li ul li a {
	padding: 5px 5px 5px 5px;
}



#main_menu, #edit_form {
	width: 100%;
	margin: 0 auto;
}
.sp_off {
	display: none;
}
.sp_on {
	display: block;
}

font.errmsg {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

font.goodmsg {
	font-size: 14px;
	font-weight: bold;
	color: green;
}

a.headtab {
	color: #d4c67d;
}
