/*
 * 全局CSS
 * Style : Default
 * Author : NinJa911
 * Email : ninja911@qq.com
 * HomePage : http://www.ninja911.com
 * Date : 2009-05-26 13:50
 * 
 */
/*
	global
*/
* {word-break: break-all; word-wrap: break-word; text-decoration: none;}
body {font-family: Verdana, "宋体", Arial, Tahoma, System, sans-serif; font-size: 12px; line-height: 150%; background:#FFFFFF; color:#333;}
body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset {font-family: Verdana, "宋体", Arial, Tahoma, System, sans-serif; font-size: 12px; line-height: 150%; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 {font-size: 1em;}
td, th, div, li {line-height:150%;}
ul li {list-style: none;}
a img {border:none;}
a {color:#333;}
a:hover {color: #CC0000; text-decoration: underline;}
/*
a:link {color: #999999;}
a:visited {color: #999999;}
a:active {color: #999999;}
*/
.clear_both {clear:both; line-height:0px;}
.line_height_1px {line-height: 1px;}
.input { border:#CCCCCC 1px solid; background:#FFFFFF;}
.select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
}
.textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	padding:5px;
}
.button {
	background-color: #FFFBEE;
	border: 1px solid #400202;
}
#header {margin:0 auto; height:50px; line-height:50px; text-align:center; color:#999;}
#header h1 {line-height:50px; font-size:18px; color:#CCC;}
#server_error {width:1000px; margin:0 auto;}
#link {width:340px; clear:both; margin:0 auto;}
#link h1 {font-size:16px; color:#000; line-height:26px;}
#link ul {clear:both;}
#link ul li {clear:both; line-height:24px;}
#link ul li a {color:#F00 !important; font-size:14px;}
