﻿input::-moz-focus-inner { 
    border: 0;
}
html {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: #f8f8f8;	
    font-family: Arial;
    font-size: 13px;
    overflow-y: scroll;
}
form {
    height: 100%;
}
.main_table {
    width: 1000px;
    height: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
.autc_logo {
    background: url('[root]/img/autc_logo.png');
    width: 212px;
    height: 94px;
    display: block;
    margin-left: 10px;
    margin-top: 25px;
}
.header_container {
    height: 142px;
    vertical-align: top;
    border-bottom: solid 1px #ffffff;
}
.header_left {
    float: left;
    width: 350px;
}
.header_center {
    float: left;
    width: 450px;
    margin-top: 10px;
}
.header_right {
    float: left;
    width: 198px;
    margin-top: 10px;
}
.header_background {
    background: url('[root]/img/header.jpg') repeat-x center top;
    height: 100%;
    position: relative;
}
.footer_background {
    background: url('[root]/img/footer.jpg') repeat-x center bottom;
    height: 345px;
    width: 100%;
    position: absolute;
    bottom: 40px;
    z-index: 0;
}
.footer_container {
    position: relative;
    height: 80px;
}
.content_container {
    vertical-align: top;
    border-top: solid 1px #ffffff;
}
.menu_column {
    float: left;
}
.active_menu {
    color: #007399;
    text-decoration: underline;
}
.passive_menu {
    color: #007399;
    text-decoration: none;
}
.active_menu:hover, .passive_menu:hover {
    text-decoration: underline;
}
.login_link {
    float: left;
    padding-right: 20px;
    background: url('[root]/img/key.png') no-repeat right 6px;
}
.logout_link {
    float: left;
    padding-right: 20px;
    background: url('[root]/img/key.png') no-repeat right 6px;
}
.footer_left {
    float: left;
    font-family: Verdana;
    font-size: 11px;
    color: #999999;
    padding-top: 15px;
}
.footer_left a {
    color: #999999;
    text-decoration: none;
}
.footer_left a:hover {
    color: #9D0807;
}
.footer_right {
    float: right;
}
.lmt_logo {
    display: block;
    height: 47px;
    width: 106px;
    margin-right: 30px;
    background: url('[root]/img/sprite.png') no-repeat 0px -159px;
    float: left;
    margin-top: 1px;
}
.lmt_logo:hover {
    background: url('[root]/img/sprite.png') no-repeat -106px -159px;
}
.kpd_logo {
    display: block;
    height: 48px;
    width: 48px;
    margin-right: 30px;
    background: url('[root]/img/sprite.png') no-repeat -221px 0px;
    float: left;
    margin-top: 1px;
}
.kpd_logo:hover {
    background: url('[root]/img/sprite.png') no-repeat -269px 0px;
}
.asi_logo {
    display: block;
    height: 51px;
    width: 64px;
    margin-right: 30px;
    background: url('[root]/img/sprite.png') no-repeat -221px -48px;
    float: left;
}
.asi_logo:hover {
    background: url('[root]/img/sprite.png') no-repeat -285px -48px;
}
.ekgt_logo {
    display: block;
    height: 50px;
    width: 62px;
    background: url('[root]/img/sprite.png') no-repeat -221px -99px;
    float: left;
}
.ekgt_logo:hover {
    background: url('[root]/img/sprite.png') no-repeat -283px -99px;
}
.menu_architecture {
    float: left;
    width: 221px;
    background: url('[root]/img/sprite.png') no-repeat 0px -53px;
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    color: White;
    text-decoration: none;
    padding-top: 24px;
    height: 29px;
    margin-right: -13px;
    z-index: 3;
    position: relative;
}
.menu_texts {
    float: left;
    width: 221px;
    background: url('[root]/img/sprite.png') no-repeat 0px 0px;
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    color: White;
    text-decoration: none;
    padding-top: 24px;
    height: 29px;
    margin-right: -13px;
    z-index: 2;
    position: relative;
}
.menu_video {
    float: left;
    width: 221px;
    background: url('[root]/img/sprite.png') no-repeat 0px -106px;
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    color: White;
    text-decoration: none;
    padding-top: 24px;
    height: 29px;
}
.menu_architecture:hover, .menu_texts:hover, .menu_video:hover {
    text-decoration: underline;
}
.big_menu {
    float: right;
    margin-top: -3px;
}
.admin_container {
    background-image: url('[root]/img/white.png');
    padding: 9px;
    margin: 0px 0px 15px 0px;
}
.admin_container .background {
    background: #f8f8f8 url('[root]/img/desk_back.jpg') no-repeat;
}
.admin_container .ornament {
    background: url('[root]/img/autc.png') no-repeat 810px -65px;
    padding: 15px;
    position: relative;
}
.admin_container .admin_menu {
    float: left;
    margin-right: 15px;
}
.map_search {
    background: #007399;
    font-family: Trebuchet MS;
    font-size: 15px;
    color: #fff;
    padding: 3px 40px 4px 15px;
    cursor: pointer;
    border: none;
    margin: 0px;
}
.map_search_decoration {
    background: url('[root]/img/sprite.png') -221px -149px;
    position: absolute;
    right: 7px;
    width: 28px;
    height: 31px;
    top: -11px;
    cursor: pointer;
}
.disabled .map_search {
    background: #535353;
    font-family: Trebuchet MS;
    font-size: 15px;
    color: #fff;
    padding: 3px 40px 4px 15px;
    cursor: default;
    border: none;
    margin: 0px;
}
.disabled .map_search_decoration {
    background: url('[root]/img/sprite.png') -249px -149px;
    position: absolute;
    right: 7px;
    width: 28px;
    height: 31px;
    top: -11px;
    cursor: default;
}
.search_info {
    margin-bottom: 15px;
    display: block;
}
.search_info b {
    white-space: nowrap;
}
.radio_buttons input {
    margin: 0px 0px 1px 0px;
    vertical-align: middle;
}
.radio_buttons label {
    vertical-align: middle;
    margin: 0px 15px 0px 5px;
}
.not_found {
    font-family: Trebuchet MS;
    font-size: 22px;
    color: #3E3E3E;
    text-align: center;
    padding: 20px;
}
.about_us {
    font-family: Arial; 
    text-align: left;
}
.about_us a {
    color: #007399;
    text-decoration: none;
}
.about_us a:hover {
    text-decoration: underline;
}
