/*
 * Copyright (c) 2013 Mailtech.cn, Ltd. All Rights Reserved.
 */

@charset "iso-8859-1";
html {width:100%; height:100%;}
body {
    background:#FFF;
    margin:0;
    font-size:12px;
}
a {
    font-size:12px;
    color: #507ea4;
    text-decoration: none;
}
.Button {
    background-color:lightskyblue;
    background-image:url(client_button.gif);
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    font-size:14px;
    font-weight:bold;
    height:32px;
    line-height: 32px;
    width:102px;
    margin:30px 10px 0 0;
}
.input, .clickinput {
    border: 1px solid #999999;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width: 210px;
    color:#626262;
    font-family:Tahoma,Arial,sans-serif;
    font-size: 12px;
}
.clickinput {
    color: #000000;
    font-size: 14px;
}
.header, .content, .footer {
    clear:both;
}
.container { 
    width:100%;
    clear:both;
    margin:0 auto;
    text-align:left;
}
.head {
    height: 45px;
    margin-top: 10px;
    width: 100%;
    border-bottom:5px solid #1676a7;
    /*background-image: url(pwd_head_bg.gif);*/
}
.head .logo {
    width:255px;
    height:45px;
    float: left;
    background-image: url(logo.gif);
}
.head .topLink {
    margin-right: 10px;
    color: #515151;
}
.head .topLink a {
    color: #515151;
}
.head .topLink a:hover {
    color: #515151;
    text-decoration: underline;
}
.head .topLink .imgHome {
    margin-bottom: 2px;
    *margin-bottom: 4px;
}
.content {
    width:400px;
    padding:50px 0;
    margin:0 auto;
}
.content table ,.pwd_strength_tip{
    /*margin-left:150px;*/
}
.content table tr {
    height:30px;
}
.content table th {
    font-size: 14px;
}
.content table th, .content table td {
    padding:0 0 0 3px;
    color:#393939;
}
.content table th {
    padding-right: 10px;
    font-weight:normal;
    text-align:right;
}
.content table caption {
    font-weight:bold;
    padding: 0;
    margin: 5px 0;
    text-align:left;
    white-space:nowrap;
}
.content table .titleNote {
    color:#626262;
    font-size:12px;
    font-weight:normal;
    padding-left:10px;
}
.content table .titleNoteError {
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    color: #FF0000;
}
.content table .code {
    margin-top:5px;
}
.content .title {
    font-size: 18px;
    color: #156F98;
}
.footer {
    width:100%;
    border-top:1px solid #c4c4c4;
    padding:10px 0;
    text-align:center;
    color:#989898;
}

.op_result {
    color: #156F98;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: left;
    white-space: nowrap;
    line-height:30px;
}
.strength_FAIR, .strength_GOOD, .strength_STRONG {
    font-weight: bold;
    padding: 0 2px;
}

.strength_FAIR {
    color: #f5ac00;
}

.strength_GOOD {
    color: #6699cc;
}

.strength_STRONG {
    color: #3ABB1C;
}
#resultDiv {
    margin-top: 50px;
}
.hr {
    margin: 30px 0 20px 0;
    border-top:1px solid #c4c4c4;
    width:580px;
}
table.opt {
    font-size: 14px;
    width:500px;
    border-spacing: 0;
    border-top:1px solid #DCDCDC;
    border-left:1px solid #DCDCDC;
}
table.opt tr td {
    color:#000;
    border-right:1px solid #DCDCDC;
    border-bottom:1px solid #DCDCDC;
    padding: 7px 5px;
}
table.opt thead td {
    font-weight: bold;
}
table.opt .type, table.opt .port, table.opt .priority {
    width: 75px;
}
table.opt .enport {
    width:110px;
}
table.opt .record {
    width:220px;
}
.searchTitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 550px;
}

