/* 
    Document   : newcss
    Created on : 2013-8-29, 22:55:08
    Author     : petitlen
    Description:
        Purpose of the stylesheet follows.
*/

.jfontsize-button {
    font-weight: bold;
    padding: 3px;
    color: #fff;
    border: solid 1px #ccc;
}
.jfontsize-button:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
    border: solid 1px #333;
}
.jfontsize-disabled, .jfontsize-disabled:hover {
    color: #aaa;
    border: solid 1px #eee;
    background: #eee;
}
.font-control {
    margin-bottom: 2px;
}
.pretitle{
    font-family: "Microsoft YaHei" ! important;
    font-size: 12px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}

.pretitle span:nth-child(2){
    float: right;
}
.title{
    font-family: "Microsoft YaHei" ! important;
    margin:0px; 
    padding: 0px; 
    width: 100%; 
    height: auto; 
    background-color: #2c67ef; 
    background-color: -webkit-gradient(linear, left top, left bottom, from(#2c67ef), to(#2085ed));
    background-color: -moz-linear-gradient(top,  #2c67ef,  #2085ed); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c67ef', endColorstr='#2085ed');
    color: white;
}
.title *{
    margin-left: 4px;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 6px;
}
.title h2,h3{
    padding-left: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 0px;
}
.title div{
    padding: 0px; 
    font-size: 12px;
}
.title div div{
    margin: 0px;
    font-size: 12px;
}
.title div.font-control{
    padding: 4px; float: right; margin-top: -10px; margin-bottom: 6px;
}

.title_red{
	background-color : red;
}

.maincontent{
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 16pt;
    font-family: "Microsoft YaHei" ! important;
    font-style: normal;
    font-weight: 400;
    color: #09345C;
}
.maincontent p{
    text-indent: 2em;
}
.maincontent p img{
     text-indent: 0em;
}
.footer{
    color: #09345C;
    background-color: #f0f0f0; 
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei" ! important;
    font-style: normal;
    font-weight: 400;
    padding:  1px;

    z-index:999; position:fixed; bottom:0; left:0; width:100%; _position:absolute; /* for IE6 */  
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ overflow:visible;
}

