body{
    font: normal 10pt arial, Helvetica, sans-serif;
    color: black;
    background-color: #E7FFFF;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.clear {
    padding: 0px;
    margin: 0px;
}
#tmdiv1{
    display: none;
}
.main_left{
    background:#E7FFFF url(../images/career/bg_left.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    height: 645px;
    vertical-align: top;
}

.main_center{
    background:#E7FFFF url(../images/career/bg_center.jpg);
    background-repeat: no-repeat;
    height: 645px;
    width: 910px;
    vertical-align: top;
}
.main_right{
    background:#E7FFFF url(../images/career/bg_right.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    height: 645px;
    vertical-align: top;
}

.header_text1{
    font-family: tahoma, arial, Helvetica, sans-serif;
    color: white;
    font-size: 30pt;
}
.white_text{
    font-family: tahoma, arial, Helvetica, sans-serif;
    color: white;
    font-size: 19pt;
    padding-left: 10px;
}

.arrow{
    background-image: url(../images/career/arrow.gif);
    background-repeat: no-repeat;
    height: 58px;
    width: 29px;
}

.footer_left{
    background-image: url(../images/career/footer_left.gif);
    background-repeat: no-repeat;
    background-position: right;
}
.footer_center{
    background-image: url(../images/career/footer_center.gif);
    background-repeat: background-repeat: repeat-x;

}
.footer_right{
    background-image: url(../images/career/footer_right.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.copyright{
    font-family: tahoma, Verdana, Arial;
    font-size: 0.8em;
}

a:link { color:#0135C9; }
a:visited { color:#0135C9; }
a:hover { text-decoration:none; color:maroon; }
a:link { color:#0135C9; }
a:visited { color:#0135C9; }
a:hover { text-decoration:none; color:maroon; }

.error { font:bold 13px helvetica,arial; color: red; }
.error_text{
    font-family: arial, Helvetica, sans-serif;
    font-size: 12;
    color: #FF0000;
    font-weight: bold;
}
.error_small{
    font-family: arial, Helvetica, sans-serif;
    font-size: 11;
    color: #FF0000;
    font-weight: bold;
}

li {
    background-image: url(../images/career/check.gif);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    list-style-type: none;
    font-family: tahoma, arial, Helvetica, sans-serif;
    color: white;
    font-size: 11pt;
    margin:10px;
    padding-left:30px;
}

hr {
    height: 5px;
    padding:0px;
    margin: 0px;
    background: url(../images/career/point.gif);
}

.dd {
        /*display:inline-block !important;*/
        text-align:left;
        background-color:#fff;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        float:right;
}
.dd .ddTitle {
        background:#f2f2f2;
        border:1px solid #c3c3c3;
        padding:3px;
        text-indent:0;
        cursor:default;
        overflow:hidden;
        height:16px;
}
.dd .ddTitle span.arrow {
        background:url(../images/career/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:3px 5px 0px 0px}
.dd .ddTitle img.selected {
        padding:0 3px 0 0;
        vertical-align:bottom;
}
.dd .ddChild {
        position:absolute;
        border:1px solid #c3c3c3;
        border-top:none;
        display:none;
        margin:0;
        width:auto;
        height: 200px;
        overflow:auto;
        overflow-x:hidden !important;
        background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
        display:block;
        padding:1px 0 1px 3px;
        text-decoration:none;
        color:#000;
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
}
.dd .ddChild a:hover {
        background:#66CCFF;
}
.dd .ddChild a img {
        border:0;
        padding:0 2px 0 0;
        vertical-align:middle;
}
.dd .ddChild a.selected {
        background:#66CCFF;

}
.hidden {display:none;}