@CHARSET "UTF-8";

body {
    font-family: Verdana, Helvetica, Arial;
    font-size: 8pt;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
}

.page {
	width: 950px;
    min-width: 950px;
    padding-left: 90px;
    padding-bottom: 30px;
}

.header {
	position: relative;
    top: 0px;
    left: 1px;
    height: 89px;
    width: 950px;
    z-index: 5;
}

.header_title {
	position: absolute;
	top: 10px;
	left: 50px;
	font-size: 18pt;
}

.header_menu {
	position: relative;
	top: 53px;
    width: 100%;
    height: 36px;
}

.header_menu img {
    vertical-align: middle;
}

.menu_left {
	background-image: url(../images/bg_menu_left.png);
	float: left;
	width: 10px;
	height: 36px;
}

.menu_logo {
	background-image: url(../images/bg_menu.png);
    background-repeat: repeat-x;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 36px;
	border-right: 1px solid;
    border-right-color: #777777;
}

.menu_right {
	background-image: url(../images/bg_menu_right.png);
	float: right;
	width: 10px;
	height: 36px;
}

.menu_meta {
	background-image: url(../images/bg_menu.png);
    background-repeat: repeat-x;
    width: 40px;
    float: right;
    height: 36px;
}

.menu_meta li {
	line-height: 32px;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
}

.menu_lang {
    background-image: url(../images/bg_menu.png);
    background-repeat: repeat-x;
    width: 70px;
    float: right;
    height: 36px;
}

.menu_lang li {
    line-height: 35px;
    float: left;
    list-style-type: none;
    vertical-align: middle;
    padding-right: 10px;
}

.menu_main {
	background-image: url(../images/bg_menu.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 36px;
    margin-left: 10px;
    margin-right: 10px;
}

.menu_main li {
	line-height: 35px;
	float: left;
    list-style-type: none;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid;
    border-right-color: #777777;
}

.menu_main ul li a {
	font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.menu_main ul li:hover, .menu_main ul li.selected {
    background-image: url(../images/bg_menu-over.png);
    background-repeat: repeat-x;
    background-position: top;
}

.body {
	position: relative;
    top: 0px;
    left: 0px;
    width: 950px;
/*
    border: 1px solid #DCDCDC;
    border-top: 0px;
    background-color: #FFFFFF;
*/
    padding-bottom: 0px;
    z-index: 2;
}

.content {
    height: 100%;
    padding: 50px 20px 15px 20px;
    background-image: none;
    overflow: visible;
}

.menu_logo {
	border-right-image : url(../images/bg_menu-over.png);
}

.footer {
    width: 950px;
    height: 30px;
    background-color: #C1C1C1;
    position: relative;
    top: -8px;
    z-index: 1;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #C1C1C1;
/*
    margin: 0px 150px 0px 150px;
*/
}
.footer table {
    margin: auto;
    line-height: normal;
}
.footer table tr td {
    vertical-align: bottom;
}
.menu_footer a {
    font-size: 7pt;
    text-decoration: none;
    color: #000000;
}
.menu_footer li {
    float: left;
    list-style-type: none;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

#ajaxLayer {
    filter: alpha(opacity = 0);
    -moz-opacity: .0;
    opacity: .0;
}
#jsCheckLayer table td {
    vertical-align: middle; text-align: center;
}
#ajaxWaiter {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
    background-image: url(../images/ajax_loader.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    z-index: 999;
}

#jsCheckLayer {
    display: block;
    filter: alpha(opacity = 80);
    -moz-opacity: .80;
    opacity: .80;
}

#jsCheckLayer div {
    width: 300px;
    font-size: 15pt;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ff0000;
    background-color: #333333;
    margin: auto;
}

.opacity, .ovl {
    filter: alpha(opacity = 60);
    -moz-opacity: .60;
    opacity: .60;
    border-bottom: 0px !important;
}

.ovl {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 10;
}

.disabled {
    cursor: default !important;
}

.tooltipp {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #ffffff;
    border: 1px outset;
    padding: 2px;
    font-size: 10px;
    z-index: 999;
    width: 300px;
    margin: 5px;
}

.menu_sub {
    background-color: #effeee;
    border: 1px solid #dedede;
    margin-left: 210px;
    height: 30px;
}

.color_red {
	color: #A42C2E;
}