body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,img,div{margin:0;padding:0;border:0;}
td{margin:0;padding:0;}
body,ul,ol,li,p,form,fieldset,table,td{font-family:"宋体";}
body{background:#ffffff;color:#000000;}
td,p,li,select,input,textarea,div{font-size:10pt;}

a { font-size:10pt; color:#006600; text-decoration:none; cursor:hand;}
a:link { color:#006600;}
a:visited { color:#006600; }
a:hover,a:active,a:focus { color:#cc0000; }

body      { background-properties:fixed; background-color:#ffffff; }

button    { background-color:#ffffff; font-family:"宋体"; font-size:10pt; }

div	{ display:; }

h1,h2,h3,h4,h5,h6 { font-weight:bold;}

iframe  { width:100%; height:100%; position:absolute; top:0; left:0; }
img	{ padding:0; border:0; vertical-align:text-bottom; }

input	{ font-family:"宋体"; font-size:10pt; height:22;}
input:text { font-family:"宋体"; font-size:10pt; height:22;}
input:submit	{ font-family:"宋体"; font-size:10pt; height:36; background:#ccccff; cursor:hand;}
input:image	{ height:22; width:22; cursor:hand;}
input:checkbox 	{ height:22; width:22; cursor:hand;}
input:button 	{ font-family:"宋体"; font-size:10pt; height:22; width:100; cursor:hand;}
input:select	{ font-family:"宋体"; font-size:10pt; }
input:option	{ font-family:"宋体"; font-size:10pt; height:22;}

p	{ font-family:"宋体"; font-size:12pt}

table.crm { border-collapse: collapse; border: 1px #000090 solid; padding:1; border-spacing:0;}
th	{ font-family:"宋体"; font-size:12pt; font-weight:normal; whitespace:nowrap; padding:1px; }
td	{ font-family:"宋体"; font-size:10pt; whitespace:nowrap; padding:1px; }
td.menu0{ background:#ccffcc; width:80; cursor:not-allowed; text-align:center; padding:1px; }
td.menu1{ background:#ccffcc; width:80; cursor:hand; padding:1px; }
td.right{ font-size:10pt; font-weight:bold; color:#000000; width:120; text-align:right; vertical-align:top; padding:3px; }

textarea { font-family:"宋体"; font-size:10pt; }


.but { font-family:"宋体"; font-size:10pt;  width:67;  height:20; background-image:url(/inc/button3.gif); border:0; cursor:hand; }

.but2 { font-family:"宋体"; font-size:10pt;  width:20;  height:15; background-image:url(/inc/but_ins.gif); border:0; cursor:hand; }

.but3off { font-family:"宋体"; font-size:10pt; width:100; height:26; background-image:url(/inc/tag0.gif); border:0; cursor:hand; background-color:#ffffff; padding:8px 2px; }
.but3on { font-family:"宋体"; font-size:10pt; width:100; height:26; background-image:url(/inc/tag1.gif); border:0; cursor:hand; padding:8px 2px; }
.but3 { font-family:"宋体"; font-size:10pt; width:100; height:26; background-image:url(/inc/tag2.gif); border:0; background-color:#ffffff; padding:8px 2px; }

.box	{ font-size:10pt; color:#0000cc; background:#ccffcc; }
.dollar	{ font-size:10pt; height:22; text-align:right}
.fix    { position:absolute; font-family:"宋体"; font-size:10pt; vertical-align:top; display:; }
.head	{ font-size:10pt; text-align:left; width:110; font-weight:bold;}
.h1	{ font-family:"宋体"; font-size:20pt; font-weight:bold;}
.icon   { width:22; height:22; border:0;}
.lbl	{ font-size:10pt; text-align:right; width:82;}
.p11	{ font-size:10pt; color:green; line-height:12px;}

.listdate { font-size:10pt; color:#000000; line-height:12px;}
.list	  { font-size:10pt; color:#000000; line-height:30px;}

.msg_head { font-size:14pt; font-weight:bold; color:#000000; line-height:30px;}
.msg_body { font-size:10pt; color:#000000; line-height:22px;}
.msg_sub  { font-size:10pt; color:#000000; line-height:20px;}

.search_head    { width:120; font-size:10pt; color:#EEEEEE; line-height:20px; background-color:#222222; text-align:center; }
.search_keyword { width:120; font-size:10pt; color:#000000; line-height:20px;}
.search_type    { width:120; font-size:10pt; color:#000000; line-height:20px;}

PRE  { white-space: pre-wrap;  font-family:"宋体";  font-size:12pt; color:#000000; line-height:18px;  }
/* common settings checkbox and radiobutton */
input[type="checkbox"],
input[type="radio"]
{
 -khtml-appearance: none;
 background: url('/inc/radioandcheckboxsprite.gif') no-repeat;
 width: 20px;
 height: 20px;
 vertical-align: middle;
}
input[type="checkbox"]
{
 background-position-x: left;
}
input[type="radio"]
{
 background-position-x: right;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover
{
 background-position-y: -40px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked
{
 background-position-y: -20px;
}
input[type="checkbox"]:checked:hover,
input[type="radio"]:checked:hover
{
 background-position-y: -60px;
}
/* disabled settings for checkbox and radiobutton */
input[type="radio"]:disabled,
input[type="checkbox"]:disabled
{
 opacity: .3;
}
