﻿/* The global style for all website */
*
{
  margin: 0;
  padding: 0;
}
body
{
  font: normal 12px Verdana, Arial, Helvetica, sans-serif, "宋体";
  color: #333;
  text-decoration: none;
  text-align: center;
}
td, th, li, dd
{
  font: normal 12px Verdana, Arial, Helvetica, sans-serif, "宋体";
}
a:link
{
  color: #333;
  text-decoration: none;
}
a:visited
{
  color: #333;
  text-decoration: none;
}
a:hover
{
  color: #00F;
  text-decoration: underline;
}
a:active
{
  color: #333;
  text-decoration: none;
}
input, textarea
{
  border: solid 1px #7DB0F7;
  margin: 3px 1px;
  padding: 2px 0 0 2px;
}
select
{
  line-height: 14px;
  color: #06F;
}
#MainPageWrapper
{
  text-align: center;
  width: 92%;
}
/* Global style end */

/* The notice message style */
#lblMessage
{
  color: #f00;
  background: #FFF;
}
#LabNewMsg
{
  color: #f00;
  background: #FFF;
}
#labMsg
{
   color: #f00;
  background: #FFF;	
}

/* fd  */
.f26
{
  font-family: "黑体";
  font-size: 26px;
  font-weight: bold;
}
.f14
{
  font-size: 14px;
  color: #1A3EB0;
}

/* login page start */
#loginNotice
{
  background: url(../images/ditu2.gif);
  margin: 0px auto;
  width: 655px;
  font-size: 14px;
  color: #1A3EB0;
  height: 125px;
}
#loginNotice dl
{
  text-align: left;
  margin-top: 30px;
}
#loginNotice dt
{
  font-weight: bold;
}
#loginNotice dd
{
  line-height: 24px;
  text-indent: 22px;
  font-size: 14px;
}
#txtUserName, #txtPassword, #txtVerityCode
{
  border: 1px solid #CCC;
}
/* The left menu style start */
#leftMenuWrapper
{
  width: 185px;
  background: url(../images/index_08.gif);
  height: 700px; /* you must set a height pixel */
}
#leftMenuWrapper li
{
  list-style: none;
  height: 23px;
  line-height: 23px;
  border: solid 1px #D1DFFF;
  background: #F9FBFF;
  margin: 2px 16px;
  text-align: center;
}
#leftMenuWrapper a
{
  font-size: 14px;
  text-decoration: none;
}
/* The left menu style end */

/* The option row styles start */
#optionRow
{
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: left;
}
.optionTitle
{
  font-size: 14px;
  font-weight: bold;
}
#optionBtn
{
  border: 1px dashed #CCC;
}
#optionRow ul
{
  margin: 0;
  padding: 0;
}
#optionRow li
{
  list-style: none;
}
#optionRow #liOrder, #ddl, #opBtn
{
  padding-left: 10px;
}
#newsTitle
{
  font-size: 14px;
  font-weight: bold;
}
#btnEdit,#btnElite,#BtnNew,#btnSave, #btnCheck, #btnOrderUp, #btnOrderDown, #btnOrderDown, #btnAdd, #btnDelete, #btnSearch, #btnBack, #btnUpload
{
  background: url(../images/butbg.gif);
  width: 46px;
  height: 21px;
  border: 0;
  cursor: pointer;
}
.liLineBackground
{
  background: url(../images/line1.gif);
  height: 4px;
}
/* The option buttons style end */

/* Edit container start */
#EditContainer
{
  width: 100%;
  text-align: left;
  margin:10px 0 0 0;
}
.TitleBarText
{
  height: 27px;
  text-align: left;
  text-indent: 4px;
  background:#E7F0FF;
  color:#000;
}
#EditSubmitBackBtn
{
  width:100%;
  margin:10px 0 0 0;
}
/* Edit container end */

/* GridView style */
.GridView1
{
  background: #A5C9F9;
  color: #FFF;
  border: 1px solid #A5C9F9;
}

.headerStyle th
{
  background-image: url(../images/t1.gif);
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color:#000;
}
.rowStyle
{
  background: #FFF;
  color: #000;
}
.alternatingRowStyle
{
  background: #FFF;
  color: #000;
  height: 20px;
}
.footerStyle
{
}
.pagerStyle
{
  background: #E7F0FF;
  color: #000;
  text-align: center;
  height:24px;
}
/* GridView style end */

.NoRecord
{
  height: 150px;
  line-height: 150px;
  font-size: 14px;
  background: #FFF;
  color: #F00;
  text-align: center;
  border: double 1px #B6D3FC;
}
#divTotal
{
text-align:center;
}

/* Verification code */
#txtVerityCode
{
  ime-mode: disabled;
}

.font9
{
  font-size: 9pt;
}
.font10
{
  font-size: 10px;
}
.font12
{
  font-size: 12px;
}
.font14
{
  font-size: 14px;
}
.font16
{
  font-size: 16px;
}
.font18
{
  font-size: 18px;
}

.hidden
{
  display: none;
}
.block
{
  display: block;
}
.inline
{
  display: inline;
}

.text500
{
  height: 20px;
  width: 450px;
}
.text300
{
  height: 20px;
  width: 300px;
}
.text200
{
  height: 20px;
  width: 200px;
}
.text150
{
  height: 20px;
  width: 150px;
}
.text140
{
  height: 20px;
  width: 140px;
}
.text100
{
  height: 20px;
  width: 100px;
}
.text80
{
  height: 20px;
  width: 80px;
}
.text50
{
  height: 20px;
  width: 70px;
}
.textarea
{
  height: 97%;
  width: 97%;
}

.button
{
  height: 22px;
  width: 80px;
  vertical-align: middle;
}
.caption
{
  font-size: 16px;
  padding: 2px;
  font-weight: bold;
  line-height: 30px;
}
.icon
{
  vertical-align: middle;
}

.img90
{
  width: 90px;
}
.img40
{
  width: 40px;
}
.noborder
{
  border: 0;
}


/* The collapse tag style */
.tag
{
  width: 100px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #CEDDFF;
  font-size: 14px;
  border: 1px #A3C7F8 solid;
  text-align: center;
  margin-right: 2px;
}
.tagsel
{
  width: 100px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #A3C7F8;
  font-size: 14px;
  border: 1px #A3C7F8 solid;
  text-align: center;
  margin-right: 1px;
  font-weight: bold;
}
/* The collapse tag style */

/* common color */
.cWhite
{
  color: #FFF;
}
.cRed
{
  color: #F00;
}
.cBlue
{
  color: #00f;
}
.cGreen
{
  color: #090;
}