﻿/*
this css file is my common css file, have some usual class and extend some of them
we could assign muti class for one or more element, such as class="h30px bwhite alignCenter"
*/
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.floatClear
{
    float: none;
    clear: both;
}
.contentWidth
{
    width: 950px;
    margin: 0px auto 5px auto;
    clear: both;
    height: auto;
}
.alignLeft
{
    text-align: left;
}
.alignRight
{
    text-align: right;
}
.alignCenter
{
    text-align: center;
}
.valignMiddle
{
    vertical-align: middle;
}
.valignTop
{
    vertical-align: top;
    margin-top: 5px;
}
.clearBoth
{
    clear: both;
}
.mTop5px
{
    margin-top: 5px;
}
.mTop10px
{
    margin-top: 10px;
}
.mTop20px
{
    margin-top: 20px;
}
.mTop40px
{
    margin-top: 40px;
}
.mRight20px
{
    margin-right: 20px;
}
.mLeft10px
{
    margin-left: 10px;
}
.mleft20px
{
    margin-left: 20px;
}
.mleft40px
{
    margin-left: 40px;
}
.mRight10px
{
    margin-right: 10px;
}
.mleft40px
{
    margin-left: 40px;
}
.mBottom10px
{
    margin-bottom: 10px;
}
.mBottom20px
{
    margin-bottom: 20px;
}
.m10px
{
    margin: 10px;
}
.m5px
{
    margin: 5px;
}
.p10px
{
    padding: 10px;
}
.p5px
{
    padding: 5px;
}
.backImage
{
    background-position: center;
    background-repeat: no-repeat;
}
.h10px
{
    height: 10px;
    display: block;
}
.h22px
{
    height: 22px;
    line-height: 22px;
}
.h20px
{
    height: 18px;
}
.h100px
{
    height: 100px;
}
.h30px
{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.hauto
{
    height: auto;
}
.h10px
{
    height: 10px;
}
.h40px
{
    height: 40px;
}
.w254px
{
    width: 253px;
}
.w60px
{
    width: 60px;
}
.w100px
{
    width: 100px;
}
.w200px
{
    width: 200px;
}
.w96per
{
    width: 96%;
}
.whalf
{
    width: 48%;
}
.fs11px
{
    font-size: 11px;
}
.fs12px
{
    font-size: 12px;
}
.fs14px
{
    font-size: 14px;
}
.fwBold
{
    font-weight: bold;
}
.fwNormal
{
    font-weight: normal;
}
.lineHeight
{
    line-height: 180%;
}
.b
{
    font-weight: bold;
}
.mbcolor
{
    background-color: #E5F3FF;
}
.bwhite
{
    background-color: white;
}
.floatLi
{
    list-style-image: none;
    list-style-type: none;
}
.floatLi li
{
    float: left;
}
.borderB
{
    border-bottom: 1px solid;
    border-bottom-color: #CCCCCC;
}
.borderT
{
    border-top: 1px solid;
    border-top-color: #CCCCCC;
}
.borderL
{
    border-left: 1px solid;
    border-left-color: #CCCCCC;
}
.borderR
{
    border-right: 1px solid;
    border-right-color: #CCCCCC;
}
.borderAll
{
    border: 1px solid #C0C0C0;
}
.hand
{
    cursor: pointer;
}
.mouseSelected
{
    height: 22px;
    line-height: 22px;
    background-color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}
.mouseOut
{
    height: 22px;
    line-height: 22px;
    background-color: #E5F3FF;
    cursor: pointer;
}
.title
{
    font-size: 18px;
    font-weight: bold;
}
.title2
{
    font-size: 14px;
    font-weight: bold;
}
.list ul
{
    list-style-image: none;
    list-style-type: none;
    margin-left: 0px;
}
.list ul li
{
    float: left;
    text-align: center;
}
.red
{
    color: Red;
}
.gray
{
    color: Gray;
}

.blue A:link
{
    color: blue;
    text-decoration: underline;
}
.blue A:visited
{
    color: blue;
    text-decoration: underline;
}
.blue A:hover
{
    color: blue;
    text-decoration: underline;
}
.blue A:active
{
    color: blue;
    text-decoration: underline;
}
.notDisplay
{
    display: none;
}
.hidden
{
    visibility: hidden;
}
.inputAutoWith input
{
    width: 98%;
    border: solid 1px black;
}