.content
{
    font-size: 14px;
    line-height: 180%;
    color: #000000;
    font-family: "Times New Roman" , "Times" , "serif";
}

.content a:link
{
    color: #0033cc;
    text-decoration: none;
}

.content a:hover
{
    color: #ff6600;
    text-decoration: none;
}

.content a:visited
{
    text-decoration: none;
}

.footnote
{
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    font-family: "宋体";
}
. footnoteIndex
{
    font-size: 12px;
    color: #000000;
    font-family: "宋体";
}
.footnote a:link
{
    color: #0033cc;
    text-decoration: none;
}

.footnote a:hover
{
    color: #ff6600;
    text-decoration: none;
}

.footnote a:visited
{
    text-decoration: none;
}
.footnoteTeacher
{
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    font-family: "宋体";
}

.footnoteTeacher a:link
{
    color: #0033cc;
    text-decoration: none;
}

.footnoteTeacher a:hover
{
    color: #ff6600;
    text-decoration: none;
}

.footnoteTeacher a:visited
{
    text-decoration: none;
}

.lmtitle
{
    font-family: "黑体" , "Arial";
    font-size: 16px;
    font-weight: normal;
    line-height: 150%;
    color: #000000;
}

.lmtitleB
{
    font-family: "黑体" , "Arial";
    font-size: 18px;
    font-weight: normal;
    line-height: 150%;
    color: #000000;
}

.footnoteL
{
    font-size: 12px;
    line-height: 200%;
    color: #000000;
    font-family: "宋体";
}

.footnoteL a:link
{
    /*color: #000000;   2010/4/30 by boat  */
    color: #0033cc;
    text-decoration: none;
}

.footnoteL a:hover
{
    /*color: #FF0000;   2010/4/30 by boat  */
    color: #ff6600;
    text-decoration: none;
}

.footnoteL a:visited
{
    text-decoration: none;
}

.reg
{
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    font-family: "宋体";
}

.reg a:link
{
    color: #0033cc;
    text-decoration: none;
}

.reg a:hover
{
    color: #ff6600;
    text-decoration: none;
}

.reg a:visited
{
    color: #0033cc;
    text-decoration: none;
}

.otherlink
{
    font-family: "宋体";
    font-size: 14px;
    color: #0066cc;
    line-height: 150%;
    filter: Glow(color=#ffffff,strength=5); /*这句为IE下有效*/
}

/*.otherlink a:link      不起作用
{
    color: #0066cc;
    text-decoration: none;
}
*/
.otherlink a:hover
{
    color: #ff0000;
    text-decoration: none;
}
/*
.otherlink a:visited    （用不上）
{
    color: #0033cc;

    text-decoration: none;
}*/

.subjectSel
{
    color: #ff0000;
    text-decoration: none;
}


.otherlink2
{
    font-family: "宋体";
    font-size: 12px;
    color: #0066cc;
    line-height: 150%;
    filter: Glow(color=#efefef,strength=2);
}

.otherlink2 a:link
{
    color: #0066cc;
    text-decoration: none;
}


.otherlink2 a:hover
{
    color: #ff0000;
    text-decoration: none;
}

.nav
{
    font-size: 12px;
    line-height: 150%;
    color: #003399;
    font-family: "宋体";
    filter: Glow(color=#ffffff,strength=3);
}

.nav a:link
{
    color: #2D5E96;
    text-decoration: none;
}

.nav a:hover
{
    color: #2D5E96;
    text-decoration: none;
}

.nav a:visited
{
    color: #2D5E96;
    text-decoration: none;
}

.navi
{
    font-size: 12px;
    line-height: 150%;
    color: #ff6c00;
    font-family: "宋体";
}

.navi a:link
{
    color: #ff6c00;
    text-decoration: none;
    filter: Glow(color=#ffffff,strength=3);
}

.navi a:hover
{
    color: #ff6c00;
    text-decoration: none;
    filter: Glow(color=#ffffff,strength=3);
}

.navi a:visited
{
    color: #ff6c00;
    text-decoration: none;
    filter: Glow(color=#ffffff,strength=3);
}

.tPicWLay
{
    width: 188px;
    overflow: hidden;
}
.tPicHLay
{
    width: 140px;
    overflow: hidden;
}

/*注册页面特效*/
.hint
{
    display: none;
    position: absolute;
    right: 50px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url("../images/reg/pointer.gif") no-repeat -10px 5px;
    font-family: @华文行楷;
    color: Maroon;
}
.hint .hint-pointer
{
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url("../images/reg/pointer.gif") left top no-repeat;
}
/*用户修改页面特效，因为页面布局宽度不一致，单独写出一个样式*/
.hintEdit
{
    display: none;
    position: absolute;
    right: -20px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url("../images/reg/pointer.gif") no-repeat -10px 5px;
    font-family: @华文行楷;
    color: Maroon;
}
.hintEdit .hintEdit-pointer
{
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url("../images/reg/pointer.gif") left top no-repeat;
}
.input_on
{
    padding: 2px 8px 0pt 3px; /*height: 18px;*/
    border: 1px solid #999;
    background-color: #FFFFCC;
}
.input_out
{
    /*height:16px;默认高度*/
    padding: 2px 8px 0pt 3px; /*height: 18px;*/
    border: 1px solid #CCC;
    background-color: #FFF;
}
