@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px; 
	font-weight: bold;
	color: #800000;
	padding-top: 30px;
	text-align: center;
}

h2{
	font-size: 22px;
	color: #800000; 
}

h3{
	font-size: 18px;
	color: #800000;
}


h4 {
	font-size: 16px;
	color: #000000;
}


p, td, a, a:link{
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #430505;
	font-weight: 600;
}

body {
	background: #D6D7B5;
	margin: 0px;
	padding: 0px;
}


/* --  LEFT MENU --- */
#menuLeft{
	font-weight: bold;
	color: #D6D7B5;
}

#menuLeft p{
	margin:9px 2px 9px 12px;
	/*font-weight: bold;*/
	color: #D6D7B5;
	font-size: 16px;
}

#menuLeft a{
	color: #D6D7B5; 
	text-decoration:none;
}

#menuLeft a:link{
	color: #D6D7B5;
	text-decoration:none;
}

#menuLeft a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

#menuLeft hr{
	margin:0px 0px 0px 12px;
	text-align:left;
	color: #B06A4A;
	width: 70%;
	height: 1px;
}


/* --  RIGHT MENU --- */
.menuRightTable{
	margin-top: 100px; 
	margin-left: 20px;
	background-color: #C4AF9E;
	
	border-top:#B46420 1px ridge; 
	border-left: #B46420 1px ridge; 
	border-bottom:#B46420 2px ridge; 
	border-right: #B46420 2px ridge; 
}

.menuRight ul{
	margin-top: 3px;
	margin-left: 3px;
}


.menuRight li{
	padding-left: 1px;
	line-height: 14px;
	margin-top: 4px;
}

.menuRight a{
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
}

.menuRight a:hover{
	font-weight: bold;
}

.PopUpWin {
	visibility:hidden; 
	position:absolute; 
	border: solid 1px #A6816D;
}

/* Faded Popups*/ 

/*IE 6 Fix Fade*/
*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode && 
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	: document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft
	+ (document.body.clientWidth /2 )
	: document.body.scrollLeft
	+ (document.body.offsetWidth /2 ));
}

#fade {
	background: #d6d7b5;
	position: fixed;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /*--IE 8 Transparency--*/
	filter: alpha(opacity=85);	
	opacity: .85;
	
	left: 0;
	top: 0;
	z-index: 1000;
}

.popup_block {
	background: #902d00;
	padding: 1px 5px;
	border: 5px solid #FFFFFF;
	float: left;
	/*width: 480px;*/
	position: fixed;
	top: 2%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 1100;
}

.popup_block .popup{
	float: left;
	width: 100%;
	background: #FFFFFF;
	margin: 5px 0;
	padding: 8px 0;
	border: 1px solid #902d00;
}

.popup img.imgBtn {
	position: absolute;
	right: -20px;
	top: -20px;
	border: 0px;
}

.popup input.imgBtn {
	position: absolute;
	right: -20px;
	top: -20px;
	border: 0px;
}
