
html {
    height: 100%;
    margin: 0px;
    padding: 0px;

}
body {
    color: #333333;
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: arial;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 23px;
}



#all {
    position: relative;
    height: 100%;
}

html > body #all {
    height: auto;
    min-height: 100%;
}

#body, #footer {
    height: _foo_;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

a {
    color: #003C69;
}

a:hover {
    color: #0084E6;
}

A.list, A.list:hover {
    color: #004A99;
    text-decoration: none;
}

td {
    font-size: 12px!important;
}

.white {
    color: #FFFFFF;
    text-decoration: none;
}

.tab-head {
    border-bottom: solid;
    border-right: solid;
    border-color: #CCCCCC;
    border-width: 1px;
    background: #FAFAFA;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.th {
    border-bottom: solid;
    border-right: solid;
    border-color: #CCCCCC;
    border-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.bt {
    font-size: 10px;
    background: #ffffff;
    border: none;
    background-image: url('/acm/images/arrow.gif');
    background-repeat: no-repeat;
    height: 22px;
    padding-left: 25px;
    cursor: hand;
    text-align: left;
}

.searchbt {
    font-size: 10px;
    background: #f1f1f1;
    border: none;
    background-image: url('/acm/images/arrow.gif');
    background-repeat: no-repeat;
    height: 22px;
    padding-left: 25px;
    cursor: hand;
    text-align: left;
}

.text {
    text-align: justify;
    margin-top: 5px;
}

.mcell {
    border-bottom: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 10px;
    background: #fafafa;
}

.menu {
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: 25px;
}

.heading {
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 10px;
}

.control {
    font-size: 10px;
}

.pic {
    position: relative;
    top: -3px;
}

.searcharea {
    border: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background: #f1f1f1;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.footer {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000000;
    color: #FFFFFF;
    border-top: solid;
    border-color: #CCCCCC;
    border-width: 1px;
}

.tree {
    padding-top: 10px;
    padding-left: 10px;
}

.i {
    position: relative;
    top: 3px;
}

/*
*/
blockquote.kav {
    background: url(/img/new_style/blockquote.png) no-repeat 0 5px;
    margin: 10px 0 15px;
    min-height: 55px;
    font-size: 14px;
}

blockquote.kav div {
    color: #666;
    background: none;
    padding: 0 0 0 90px;
}

.test-drive-spec {
    background: #f9f7f2 url(/img/new_style/spec-block-bg-question.png) no-repeat 94% 15px;
    border: 5px solid #ffd633;
    padding: 20px;
    width: 300px;
    font-size: 16px;
    line-height: 26px;
}

.test-drive-spec h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
    padding-right: 60px;
}

.test-drive-spec.right {
    float: right;
    margin: 0 0 30px 30px;
}