﻿/* ######### Content.aspx 样式 csh 20102518 ######### */
#contentTable { width:100%; padding: 0; margin: 0; width:100%;  min-height:400px; height:450px; font-size:14px; }
#contentTable #subMenuTd { width:145px; padding:0; margin:0; vertical-align:top; }
#contentTable #contentRight { height: auto; width:612px; padding:0; margin:0; }

/* ######### MessageContent.ascx 样式 csh 20102518 ######### */
#contentTable #contentRight #contentTitle { text-align: center; font-weight: bold; font-size: 24px;  }

#contentTable #contentRight #contentSecondTitle { text-align: center; font-weight: bold; font-size: 18px; }

#contentTable #contentRight #contentMessage { color:#666; text-align: center; background-color: #F5F3F4; margin-bottom: 10px; margin-top:5px; color:#666; }

#contentTable #contentRight #contentMessage span{ color:#666;}

#contentTable #contentRight #contentBody{ line-height:24px; font-size:14px; color:#666;}

/* ######### 广告 样式 csh 20102518 ######### */
#contentTable #contentRight #contentAdvertisement { color:#666; float: right; width: 250px; height: 250px; text-indent: 0; overflow: hidden; }

#contentTable #contentRight #contentAdvertisement img { border: 0; width: 250px; height: 250px; }

/* ######### VoteContent.ascx 样式 csh 20102518 ######### */
.vote { background-color: White; margin-left: auto; margin-right: auto; border-collapse: collapse; margin-bottom: 5px; }
.vote .td1 { border: #CECECE 1px solid; }
.contenttd2 { width: 300px; }
.contenttd2 div { background-color: Gray; }
.contentresult0 div { background-color: Red; }
.contentresult1 div { background-color: Blue; }
.contentresult2 div { background-color: Orange; }
.contentresult3 div { background-color: Yellow; }

/* ######### RequestContent.ascx 样式 csh 20102518 ######### */
.request { background-color: White; margin-left: auto; margin-right: auto; border-collapse: collapse; margin-bottom: 5px; }
.request td, .request th { border: #CECECE 1px solid; }
.request .td2 { color: Red; vertical-align: top; }
#RequestContent1_TextBox1 { width: 910px; }
#RequestContent1_TextBox2 { width: 910px; height: 200px; }

.requestContent td { border: #CECECE 1px solid; }
.requestContent {  margin-left: auto; margin-right: auto; border-collapse: collapse; text-align: left; margin-bottom: 2px; margin-top: 2px; }
.requestContent .td1 { width: 120px; }
.requestContent .td2 { width: 860px; color: Black; }


.btn { background-image: url(BackGrounds/MainFrame/button_07.png); width: 80px; height: 20px; font-size: 12px; background-color: transparent; border: 0; background-repeat: no-repeat; }

#content 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; /* Internet Explorer 5.5+ */ }

