td {
    font-size: 10pt;
}

body {
    padding: 0;
    margin: 0
}

a:hover{
    text-decoration:underline;
}

#loginDialog {
    width: 400px;
    height: 359px;
    position: absolute;
    left:500px;
}

#active_btn {
    position: absolute;
    top: 20px;
    left: 20px;
}

#loginBtn {
    position: absolute;
    bottom: 40px;
    right:50px;
}

#username {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: absolute;
    width: 130px;
    height: 22px;
    top: 125px;
    left: 210px;
    font-size: 14px;
    bottom: 210px;
}

#password {
    position: absolute;
    width: 130px;
    height: 22px;
    top: 203px;
    left: 210px;
    font-size: 14px;
    border: none;
}

#remind {
    position: absolute;
    top: 250px;
    left: 70px;
    width: 270px;
    font-size: 14px;
    border: 1px solid red;
    padding-left: 5px;
    padding-right: 5px;
    background-color: lightyellow;
    color: red;
    display: none;
}

#hintCon {
    padding-left: 30px;
}

.tablecls {
    border-collapse: collapse;
    width: 90%;
    margin: 0px auto;
    min-width: 1000px
}

#slider_content {
    position: relative;
    min-width: 1000px;
    min-height: 500px;
}

#footer {
    margin-top: 10px;
    margin-bottom: 20px
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.darkblue {
    color: #787776;
}

#tdlogo {
    text-align: left;
    padding-left: 10px;
    width: 60px
}

#tdcopyright {
    text-align: left;
    line-height: 140%;
    color: #787776;
}

.slider_pic {
    min-height: 500px;
}
