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

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

input.button{
		text-align:				center;	
}

input.nofill{
        border:                 1px solid #2b3542; 
        margin:                 0px;
        padding:                2px 2px 2px 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:                2px 2px 2px 5px;
		background:				#2b3542;
        color:          		#d4c67d;
        font-family:    		sans-serif;
        font-size:      		10pt;
        text-align:             center;
        width:                  98%;
}

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

pre {
		font-family:    Tahoma, arial, sans-serif;
		font-size:      8pt;
		white-space:	normal;
}

table{
	font-size:              8pt;

}

tr{
	font-size:              inherit;
}

td{
		font-size:				inherit;
}

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;
}

.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:		9pt;
	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;
}

.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;

}

div.tab1{
	top:		5;
	left:		5;
	z-index:	1;
	position:	absolute;
	visibility: visible;
}

div.tab2{
	top:		5;
	left:		5;
	z-index:	2;
	position:	absolute;
	visibility: hidden;
}

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

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

}
