
.root {
	width: 100%;
	min-width: 987px;
}

.root-wrp {
	width: 987px;
	margin: 0px auto;
}

.z-wrp {
	width: 985px;
	float: left;
	border: 1px solid #aaaaaa;
	/*border-left: 1px solid #6b6a68;
	border-right: 1px solid #6b6a68;
	border-top: 1px solid #6b6a68;*/
}

.header {
	float: left;
	width: 100%;
	/*background-color: #fff;*/
}

.header .lang {
	width: 100%;
	height: 55px;
	float: left;
}

.header .lang .list {
	width: auto;
	float: right;
	margin: 35px 0px 0px 0px;
	list-style: none;
}

.header .lang .item {
	float: left;
	padding: 0px 5px 0px 5px;
}

.header .lang a,
.header .lang a:visited {
	color: #4c92cd;
	text-decoration: none;
	text-transform: uppercase;
}

.header .lang a:hover,
.header .lang a:hover:visited {
	color: #4c92cd;
	text-decoration: underline;
	text-transform: uppercase;
}

.header .collage {
	float: left;
	clear: both;
	width: 100%;
	height: 205px;
	background: url(/resources/images/bg.jpg) right top no-repeat;
	background-color: #d9643d;
}

.header .collage .logo {
	padding: 20px 0px 0px 25px;
}

.header .collage .title {
	color: #fff;
	padding: 25px 0px 0px 22px;
}

.header .collage .title h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
}

.header .collage .title div {
	width: 430px;
	font-size: 14px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 0px 5px 0px;
	margin: 30px 0px 0px;
}


.column {
	float: left;
	width: 250px;
}

.z-main {
	float: left;
	width: 100%;
	background-color: #fff;
}

.main {
	float: left;
	width: 720px;
	padding: 20px 0px 0px 15px;
}

.main .title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #dd3b50;
	margin: 0px 0px 10px 0px;
}

.main .content {
	padding: 0px 30px 0px 0px;
}

.footer {
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 0px 10px 0px;
	/*border-top: 1px solid #d5d4d4;
	background-color: #fff;*/
}

.footer .copyright {
	float: right;
	width: auto;
	padding: 10px 10px 10px 0px;
	text-align: right;
	font-size: .8rem;
	color: #9E9E9E;
}

.footer .copyright a {
	font-size: .8rem;
	color: #9E9E9E;
}

TABLE.maintenance TR TH {vertical-align: bottom; border-bottom: dotted 0px red; padding: 28px 0px 8px 0px; text-align: left;}
TABLE.maintenance TR TD {vertical-align: bottom; border-bottom: dotted 1px #000000; padding-top: 8px;}
TABLE.maintenance TR TD.td2 {text-align: right; padding-left: 20px;}