﻿/* Common  */

* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.white {
    color: white;
}

.yellow {
    color: yellow;
}

.green {
    color: green;
}

.red {
    color: red;
}

body {
    background: url(../images/bg.png) repeat-x;
    color: #333;
}

#wraper {
    width: 100%;
    margin: 0 auto;
}

#header {
}

#logo {
    height: 100px;
    background: url(../images/header.png) no-repeat;
}

#nav {
    list-style-type: none;
}

    #nav li {
        display: block;
        float: left;
    }

        #nav li a {
            display: block;
            width: 110px;
            height: 38px;
            padding: 3px;
            margin-right: 10px;
            text-align: center;
            line-height: 44px;
            text-decoration: none;
            color: #fff;
            font-weight: bold;
        }

            #nav li a.native {
                background: #fff;
                color: #248feb;
            }

    #nav .profile {
        float: right;
        display: block;
        height: 44px;
        line-height: 44px;
        padding-right: 20px;
    }

        #nav .profile span {
            font-weight: bold;
            font-size: 12px;
            padding-right: 20px;
        }

        #nav .profile a {
            color: #fff;
            font-size: 12px;
        }

#main {
    background: #fff;
    clear: both;
    min-height: 490px;
}


/* Default */
#Default {
    background: #000;
    color: #fff;
}

    #Default .stockTable {
        width: 100%;
        text-align: center;
        color: #999;
    }

        #Default .stockTable th, #Default .stockTable td {
            padding: 3px 0;
        }

    #Default .search {
        background: #fff;
        line-height: 50px;
        color: #000;
        padding-left: 50px;
    }


/*  Ranking List */

#RankingList {
    width: 100%;
    padding-top: 50px;
}

    #RankingList table {
        width: 700px;
        margin: 0 auto;
        text-align: center;
    }


        #RankingList table thead p {
            line-height: 50px;
        }


        #RankingList table tbody td {
            line-height: 24px;
        }

/*   TradeCentre **/
#TradeCentre .stock_main {
    font-size: 12px;
}

/* Capital */
.Capital {
    padding: 10px;
}

    .Capital h2 {
        font-size: 14px;
        color: #248feb;
        border-bottom: 1px solid #eaeaea;
        line-height: 20px;
        margin: 10px 0;
    }

    .Capital table {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

        .Capital table th {
            background: #eaeaea;
            line-height: 30px;
        }

#Report h1 {
    font-size: 30px;
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 20px 0;
    margin: 20px 0;
}


#Report table {
    background: #eaeaea;
    width: 90%;
    margin: 20px auto;
    text-align: center;
}

    #Report table td {
        background: #fff;
        padding: 5px;
    }

#Report p {
    text-align: center;
}

    #Report p input {
        margin: 0 10px;
    }

/*---------------  Teacher -------------------*/

#ClassMana {
    padding: 10px;
}

    #ClassMana .tools, #ClassMana .search {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #eaeaea;
        min-height: 50px;
    }

    #ClassMana table {
        width: 100%;
        background: #eaeaea;
        text-align: center;
    }

        #ClassMana table td {
            background: #fff;
        }

    #ClassMana .tools .panel_add {
        display: none;
        background: #eaeaea;
        padding: 10px;
        height: 50px;
    }

/*---------------  Admin -------------------*/

#TeacherMana .tools, #TeacherMana .search {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
    min-height: 50px;
}

#TeacherMana table {
    width: 100%;
    background: #eaeaea;
    text-align: center;
}

    #TeacherMana table td {
        background: #fff;
    }

/*  common */

.Mana {
    line-height: 30px;
    text-align: center;
    margin: 20px auto 0;
}


    .Mana h1 {
        font-size: 20px;
        padding: 20px 0;
    }


    .Mana p {
        padding: 10px 0;
    }
