html * {
    margin: 0;
}

body {
    background: #fff;
    color: #555;
    font: 16px verdana, arial, helvetica, sans-serif;
    text-align: center;
}

.head {
    background: #357cc4;
    padding: 1px 15px 0px 1px;
    height:30;
    width:940px;
    margin: 0 auto;
}

hr {
    height:1px;
    border:none;
    border-top:0px solid #BCD2E6;
    margin-top:5px;
    margin-bottom:5px;
}

.logo {
    text-align: left;
    margin-top:10px;
	margin-left:170px !important;
    margin-left:15px;;
    position: absolute;
}

.login {
   text-align: right;
   margin-right:50px;
   margin-top:5px;
   font-size:14px;
}

.login a:link, .login a:visited {
    color: #fff;
    text-decoration: none;
}

.tabs {
    height:50px;
	margin-top:0;
	background:#ffffff;
    line-height:normal;
	border:0px solid #BCD2E6;
    width:940px;
    margin: 0 auto;
}

.tabs ul {
    margin:0 auto;
	padding:20px 10px 0 300px ;
	list-style:none;
}
.tabs li {
    display:inline;
    margin:0;
    padding:0;

}
.tabs a {
    float:left;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
.tabs a span {
    float:left;
    display:block;
    padding:3px 25px 3px 25px;
    cursor:pointer;
    border: 1px solid #BCD2E6;
    background:#b2d1ff;
    font-weight: bold;
    font-size:15px;
}

.tabs a:hover {
    background-position:0% -42px;
}

.tabs a:hover span {
    background-position:100% -42px;
}



.body{
	margin:15px auto;
	width:100%;
    width:940px;
    text-align:left;
}

.single {
    border:1px solid #ccc;
    font: 16px verdana, arial, helvetica, sans-serif;
    width:50%;
    margin: 50px auto;
    padding:10px;
}

.left{
	/*background-color:#cccccc;*/
	border:0px solid #b2d1ff;
	float:left;
	width:73%;
}

.right{
	background-color:#fff;
	border:0px dashed #b2d1ff;
	float:right;
	width:23%;
}

.right a {
    padding:5px;
    font-size:13px;
}

.minleft{
	/*background-color:#cccccc;*/
	border:0px solid #b2d1ff;
	float:left;
	width:60%;
    text-align:left;
}

.minleft .lable{
	float:left;
	FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    width:100%;
    padding:10px;
    color:#f90;
}

.minleft .title{
	float:left;
    FONT-SIZE: 15px;
    width:100%;
    padding:5px;
}

.minright{
	background-color:#fff;
	border:0px dashed #b2d1ff;
	float:right;
	width:37%;
    margin-left:10px;
    text-align:left;
}

.minright .login1{
    float:left;
    width:100%;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px;
}

.minright .comment {
    padding:5px;
    font-size:13px;
}

.minright .login1 label{
    width:50px;
}

.broad {
    background: #f3f8fc 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

.paginateButtons{
	clear:both;
	width:100%;
	height:20px;
	padding-top:10px;
	text-align: left;
	font-size: 15px;
}

.paginateButtons a{
	text-decoration:none;
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 3 3px;
    padding: 1px 6px;
}

.paginateButtons .currentStep {
     padding: 1px 6px;
    border: 1px solid #ccc;
    background: #ccc;
}

.foot{
	clear:both;
	width:940px;
	height:20px;
	padding-top:10px;
	font-size: 12px;
    margin:0 auto;
}

.foot a{
	text-decoration:none;
}

.copy{
	width:100%;
	height:20px;
	text-align: center;
	font-size:12px;
}

a:link, a:visited {
    color: #2e6ab1;
    text-decoration: none;
}

a:active,a:hover {
	COLOR: #f90;TEXT-DECORATION: none;
}

h1 a{
	font-size: 15px;
    text-decoration: none;
}

h2 {
	FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    VERTICAL-ALIGN: bottom;
    COLOR: #555;
    LINE-HEIGHT: 150% ;
}

h3 {
	FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    VERTICAL-ALIGN: bottom;
    COLOR: #555;
    LINE-HEIGHT: 150% ;
}

h4 {
	FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    VERTICAL-ALIGN: bottom;
    LINE-HEIGHT: 150% ;
}

.label {
    background: url(../images/sidebar.gif) 0px 100% no-repeat;
    VERTICAL-ALIGN: bottom;
    COLOR: #FFF;
    LINE-HEIGHT: 150% ;
    margin:10px 0 10px 0px;
}

.label span{
    FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
    VERTICAL-ALIGN: bottom;
    COLOR: #FFF;
    LINE-HEIGHT: 150% ;
    margin:10px 0 10px 10px;
    text-align:center;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 13px verdana, arial, helvetica, sans-serif;
    height: 23px;
    margin: 2px 0;
    padding: 2px 4px;
	vertical-align:middle;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 550px;
	height: 300px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

span.errors input {
    border: 1px solid red;
}

.list {
    display:block;
    border:0px solid #b2d1ff;
}

.right .catalog {
    padding:5px;
    line-height: 30px;
    font-size:14px;
}

.dot {
    border-top:1px dashed #cccccc;
    height: 1px;
    overflow:hidden;
    width:100%;
    float:left;
}

.vote{
    width:7%;
	font-size:20px;
	font-weight: bold;
	color:#f90;
    float:left;
    margin-top: 15px;
    border:0px solid #b2d1ff;
}

.vote .count{
    background:url("../images/vote.gif") no-repeat left top;
    width:52px;
    height:50px;
    background-repeat:no-repeat;
	font-size:20px;
	font-weight: bold;
	color:#f90;
    text-align: center;
    padding-top:11px;
    border:0px solid #b2d1ff;
}

.vote a{
	font-size: 12px;
	font-weight: normal;
}

.list .item {
    padding:10px;
    float:right;
    width:89%;
    border:0px solid #b2d1ff;
}

.list .item .title {
    padding:5px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.list .item .content {
    line-height:23px;
    padding:5px;
    font-size:14px;
}

.list .item pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;
    word-break:break-all;
    
}

.list .item .meta {
	font: 13px Arial, Helvetica, sans-serif;
    color: #888;
    height: 30px;
	padding:5px;
	margin-bottom:-3px;
}

.meta {
	font: 13px Arial, Helvetica, sans-serif;
    color: #888;
    height: 30px;
	padding:5px;
	margin-top:5px;
}

.author {
    font-weight: bold;
	font-style: normal;
	font-size: 15px;
	color: green;
}

.list .abstracts {
    padding:10px;
    float:right;
    width:89%;
    border:0px solid #b2d1ff;
    background: #FAFAFA;
}

.abstracts .abstract {
    font-size: 14px;
    padding:20px;
    background: #FAFAFA;
}

.list .comments {
    padding:10px;
    float:right;
    width:89%;
    border:0px solid #b2d1ff;
}

.comments .comment {
    font-size: 14px;
    padding:30px;
    background: #FAFAFA;
}

.right .comment {
    font-size: 14px;
    padding:5px;
}

.abstract {
    font-size: 15px;
    padding:10px;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;
    word-break:break-all;
    white-space : normal
}
 /**
 é—®ç­”
 **/
.questions {
    padding:0px;
    float:left;
    width:100%;
    border:0px solid #b2d1ff;
    margin-top:10px;
}

.questions .item {
    float:left;
    width:100%;
    font-size:14px;
}

.questions .item div {
    float:left;
    border:0px solid #b2d1ff;
    width:100%;
    padding:5px;
}

.questions .item .catalog {
    width:12%;
}

.questions .item .open {
    COLOR: red;
}

.questions .item .close {
    COLOR: green;
}

.questions .item .title {
    width:55%;
}

.questions .item .total {
    width:6%;
}

.questions .item .time {
    width:21%;
    float:right;
}

.question .title {
	FONT-WEIGHT: bold;
    FONT-SIZE: 22px;
    VERTICAL-ALIGN: bottom;
    COLOR: #555;
    LINE-HEIGHT: 150% ;
    margin-top:10px;
}

.question .content {
    display:block;
    line-height:23px;
    padding:5px;
    font-size:15px;
    width:100%;
    margin-bottom:15px;
    background: #FAFAFA;
}

.question .best {
    display:block;
    line-height:23px;
    padding:10px;
    font-size:15px;
    border:1px solid #b2d1ff;
     background: #FAFAFA;
    margin-bottom:15px;
}

.answers .answer {
    display:block;
    line-height:23px;
    padding:10px;
    font-size:15px;
    border:0px solid #b2d1ff;
     background: #FAFAFA;
}

.topics {
    padding:0px;
    float:left;
    width:100%;
    border:0px solid #b2d1ff;
    margin-top:10px;
}

.topics .item {
    float:left;
    width:100%;
    font-size:14px;
}

.topics .item div {
    float:left;
    border:0px solid #b2d1ff;
    width:100%;
    padding:5px;
}

.topics .item .catalog {
    width:12%;
}

.topics .item .title {
    width:40%;
}

.topics .item .user {
    width:15%;
}

.topics .item .total {
    width:7%;
}

.topics .item .time {
    width:15%;
    float:right;
}

.odd {
    background: #b2d1ff;
    font-size:14px;
}

.ask {
   display:table;
    background: #FAFAFA;
    width:100%;
}

.ask div{
    float:left;
    padding:5px;
}

.nav {
   display:table;
    width:100%;
}

.nav div{
    float:left;
    padding:5px;
}

.nav .feed{
    float:right;
    margin-top:5px;
}

.focus {
    float:left;
    display:block;
    padding:3px 25px 3px 25px;
    cursor:pointer;
    border: 1px solid #BCD2E6;
    background:#b2d1ff;
    font-weight: bold;
    font-size:15px;
}

.links {
    padding:0px;
    float:left;
    width:100%;
    border:1px solid #b2d1ff;
    margin-top:10px;
}

.linktype{
    padding:5px 0px 5px 1px;
    float:left;
    width:100%;
    border:1px solid #b2d1ff;
    margin-top:10px;
    background:#b2d1ff;
    font-size:14px;
}

.linkshow{
    padding:0px;
    float:left;
    width:100%;
    border:1px solid #b2d1ff;
    margin-top:20px;
}

.linkshow .title{
    padding:5px;
     font-size:15px;
    FONT-WEIGHT: bold;
    background:#b2d1ff;
}

.linkshow .description{
    padding:20px;
     font-size:14px;
}

.linkshow .url{
    padding:20px;
    font-size:15px;
}

.links span {
    float:left;
    font-size:14px;
    padding:8px 20px 8px 20px;
}
