html {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
body {
    /*position: relative;*/
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background-color: #FFF;
    border:1px solid #fff;
}
#wrapper1 {
width:972px;
margin:0 auto;
background:transparent url(/images/bg1.gif) left top repeat-y;
}
#wrapper2 {
width:972px;
background:transparent url(/images/bg2.gif) right top repeat-y;
}
#wrapper3 {
width:964px;
padding:0px 4px 0px 4px;
}
#wrapper4 {
position:relative;
overflow:hidden;
}
#d_f {
height:4px;
overflow:hidden;
background:transparent url(/images/bg3.gif) left top repeat-x;
}
div, p, a, input, textarea, td, option, select {
	font: 11px Arial;
	color: #727272;
}
li { list-style: url('/images/li.png'); }
a {
    text-decoration: none;
    font-weight: bold;
}
    a:hover { text-decoration: underline; }
img {
    -ms-interpolation-mode: bicubic;
}

/* globals */

.bg {
    position: absolute;
	top:0px;
    overflow: hidden;
}  
.bg img {
    position: relative;
    width: 968px;
} 
.alert {
    color: #f41717;
}
.imgAlert {
    width: 12px;
    height: 12px;
    background-image: url("/images/alert.png");
}

/* areas */

input[type="text"], input[type="password"], textarea {
    border: 1px solid #CCC;
    padding: 2px;
}
select {
	border: 1px solid #CCC;
}

/* buttons, selects */

input[type="button"], input[type="submit"] {
	height: 20px;
    border: none;
    color: #FFF;
    padding: 0;
    margin: 0;
    font-weight: bold;
	background-image: url('/images/input_button.png');
    padding: 0 10px 0 10px;
}

/* logotype */

#logotype {
	position: absolute;
	top: 42px;
	left: 92px;
}

/* menu */

#menu {
	position: absolute;
	width: 125px;
	top:175px;
z-index:1000px;
}
    #menu * { font-weight: bold !important; }
	#menu .n1, #menu .n5 {
		height: 8px;
		width: 100%;
		background-repeat: repeat-x;
		background-position: 10px;	
	}
	#menu .n2, #menu .n4 {
		position: absolute;
		right: -8px;
		width: 8px;
		height: 8px;
	}
	#menu .n3 {
		width: 100%;
		padding-left: 8px;
        background-color: #FFF !important; 
	}
	#menu .n1 { background-image: url('/images/menu1.png'); }	
	#menu .n2 {	background-image: url('/images/menu2.png');	}
	#menu .n3 {	background: url('/images/menu3.png') repeat-y 100%; }
	#menu .n4 {	background-image: url('/images/menu4.png');	}
	#menu .n5 {	background-image: url('/images/menu5.png');	}
	#menu ul { padding-right: 18px; }
		#menu ul li {
			display:block;
			border-top: 1px solid #DFDFDF;
			padding: 17px 0px 17px 15px;
			background:transparent url('/images/li_deactive.png') 2px 20px no-repeat;
/*			list-style: url('/images/li_deactive.png') inside;*/
		}
        #menu ul > li:first-child { border: 0; }
        #menu ul li.active { /*list-style: url('/images/li_active.png') inside;*/ background-image: url('/images/li_active.png');}
        #menu ul li.active span { text-decoration: underline; }
        
/* text */

h1 {
    font: 19px Myriad Pro;
    color: #858380;
}
.messageBox_info {
	color:red;
	font-weight:bold;
	line-height:30px;
	margin-top:15px;
	padding-left:37px;
	background: url('/images/warning.gif') no-repeat 10px center;
}
tr.tableRow1 {
	background-color:#f3f3f3;
}
tr.tableRow2 {
	background-color:#fff;
}
tr.tableRow1 td, tr.tableRow2 td {
	padding: 3px !important;
}