/**************************************************
* * html元素样式定义
* * 2008-6-18
* **************************************************
* * msn:danxinju@hotmail.com
* * author:淡新举
***************************************************/

/**************************************************************
   常用元素定义
 **************************************************************/
html {
 
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;

  font: 400 12px georgia, sans-serif;
  line-height: 180%;

  background: url(../img/geq_02.gif) no-repeat  center 300px;
  color: #53504D;/*#6D6864;*/
}

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 0;
}

h1 {   
  clear: both;
  font: 400 1.9em georgia, serif;
  color: #532406;  
}

h2 {
  clear: both;
  font: 400 1.3em georgia, serif;
  color: #61804E;
}

h3 {
  font: 700 1.1em georgia, serif;
  color: #8F512A;
}

h4 {
  font: 400 0.9em georgia, serif;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #5E9040;  
  /*border-bottom: 1px solid #B8E78B;*/	/*暂时去掉链接下划线*/
}


a:visited {
  color:#532406;	/*暂时去掉访问后变色*/
}

a:hover {
  color: #3C5D29;
  /*background-color: #F1FFE3;*/	/*暂时去掉鼠标经过背景色*/
  /*border-bottom: 1px solid #4A6E35;*/	/*暂时去掉鼠标经过出现边框*/
  text-decoration:underline;
}


ol {  
  margin: 10px 30px;
  padding: 0 30px;

  font-size: 1em;
  /*color: #532406;*/
  background-color: #FFF;
}

ol:hover {
  /*color: #884e29;*/
}

ol span {
  font-size: 0.7em;
  color: #6D6864;
}

ul {
  margin: 10px 20px;
  padding: 0 20px 0 5px;
  list-style: none;
}

ul li {
  padding-left: 25px;
  background: url(../img/bullet.gif) no-repeat;
  background-position: 0 3px;
}

ul li:hover {
  background: url(../img/bullethover.gif) no-repeat;
  background-position: 0 3px;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #DDD;
}

blockquote {
  margin: 10px 0;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

blockquote p {
  margin: 0.4em 0.8em;
}

del {
  color: #AAA;
}

code {
  margin: 15px 0;
  padding: 10px;
  display: block;
  width:450px;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #F4F4F4;
  border-bottom: 1px solid #D3D3D3;
}

fieldset {
	padding:4px;
	border:1px solid #cccccc;
}

fieldset legend {
	color:#6D6864;
}

/**************************************************************
   表格样式
 **************************************************************/

/*table {
  width: 100%;
  margin-bottom: 10px;  
  
  font-size: 1em;
  line-height: 150%;
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;

  font: 400 0.8em georgia, sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}

*/
/*thead th {
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

tbody tr.dark {
  background-color: #F5F5F5;
}

tbody td {
  border-bottom: 1px solid #DDD;
}

tbody tr:hover {
  background-color: #FBFEDF;
}*/

/**************************************************************
   表单样式
 **************************************************************/

label {
  float: left;
  /*text-align: right;*/
  width: 7em;
  padding-right: 1em;
  
}

input[type="text"] ,input[type="password"] {
	height:19px;
}

input,
textarea,
select {
  padding: 0px;
  font: 400 1em georgia, sans-serif;
  
  color: #666;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #DDD #DDD #888;  
}


select:hover {
  padding: 0px;
  font: 400 1em georgia, sans-serif;
  
  color: #666;
  background: #e5feff;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #DDD #DDD #888;  
}

textarea:hover
{
  padding: 0px;
  font: 400 1em georgia, sans-serif;
  
  color: #666;
 
  border-width: 1px;
  border-style: solid;
  border-color: #888 #DDD #DDD #888;  
}
input:focus,
textarea:focus,
select:focus {  
  padding: 0px;
  color: #000;
  background: #F1FFE3;
  border-width: 2px;
}

input.button {
 
  background: url(../img/lsdgeq_05.gif) no-repeat;
  cursor: pointer;
  width:50px;
  height:20px;
  border-style:none;

}
input.image {
 
  background: url(../img/lsdgeq_07.gif) no-repeat;
  cursor: pointer;
  width:116px;
  height:20px;
  border-style:none;

}
/*input.button:hover {
  background:#318182;
  border-color: #8be7df #18504b #18504b #8be7df;*/
}

.required {
  cursor: help;
  border-bottom: 1px solid #CCC;
}



/**************************************************************
   图片样式
 **************************************************************/

/*img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 4px solid #D5C9C2;
}

a:hover img {  
  border: 4px solid #BAAAA1;
}
*/
/**************************************************************
   首页摘要样式
 **************************************************************/
ul li p {
  text-indent:25px;
  color:#666666;
}


