/* CSS Document */

/*--------------style id ---------------------*/

/* body style*/
body{
	font-family:"宋体";
	font-size:13px;
	background-image:url(line.gif);
}

/*context table style
  it is used for show datas 
*/
thead{
	background-color:#6c69c0;
	font-family:"宋体";
	font-size:15px;
	border-color:#E4E4E4;
}
tbody{
	font-family:"宋体";
	font-size:14px;
	border-color:#00CC99;
}

/*font style*/
H1{
   font-family:"宋体";
   font-size:24px;
}
H2{
   font-family:"宋体";
   font-size:20px;
}
H3{
   font-family:"宋体";
   font-size:18px;
}
H4{
   font-family:"宋体";
   font-size:16px;
}
H5{
   font-family:"宋体";
   font-size:15px;
}
input{
 color:black; 
 font-size:13px;
 font-family:"宋体";
}
select
{
font-size:13px;
font-family:"宋体";
color:black;
}

/*--------------style class ---------------------*/

/* empty context table
   it is used for set web page of struts 
*/

.tableAround{
    border:thin;
	border-color:#6c69c0;
	border-style:solid;
	backcolor:#FFFFFF;
	background-color:#FFFFFF;
}

/* it is used for page's overturn bottom */

.symbol{
	font-family: Webdings;
	color: #3636b0;
	font-size: 12px;
	height:22px;
}
/* it is use for set input context style*/
.inputcontext{
	color:#000000; 
	background-color:#FFFFFF;
	font-size:12px;
	font-family:"宋体";
	border-style:groove;
}

/* for the error message color*/
.red{
   font-size:14px;
   color: #FF0000;
}
.blue{
	color:blue; 
}
a:link { text-decoration: none ; color: blue ; font-size: 14px ; ghost:expression_r(window.status='');}
a:active { text-decoration: none ; color: yellow;font-size: 14px;  } 
a:visited { text-decoration: none ; color: blue;font-size: 14px;  } 
a:hover { text-decoration: none; color: red ; font-size: 14px;}
