/*
Style Name:
Author: Fifthmouse
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:Tahoma, Arial,;
	background-color: #FFF;
	background-image: url(../images/bg.gif);
    font-size: 12px;
}
/*===============================基本=====*/
h1, h2, h3, h4, h5, h6, p, ul, dl, table, form {
	font-family:Tahoma, Arial, "宋体";
}
h3 {}
h4 {}
h5 {}
h3 .title,
h4 .title {
	float:left; 
}
h3 .more,
h4 .more{
	float:right; 
}
img {
    border:0;
}
ul { list-style: none;}
dl dt { float: left;}
dl dd { float: right;}
/*===============================链接=====*/
a {outline:none;/*= FF下去除虚线框 =*/}
a:link, a:visited {
    padding: 0 0 1px 0;
	color:#000; 
    text-decoration: none;
}
a:hover {
	color:#900; 
    text-decoration: underline;
}
a.more {
    padding-right: 7px;
}
/*===============================表单内样式=====*/
input {
	color:#000; 
	font-size:12px;
} 
label {
}
textarea {/*文本域*/
	color:#000; 
	width:300px;
	height:5em;
	border:1px solid #c0c0c0;
	font-size:12px;
}
select {/*下拉条*/
	font-size:12px;
}
input[type="text"] {
	height:18px;
	border:1px solid #c0c0c0;
	line-height:18px;
}
input[type="password"] {
	height:18px;
	border:1px solid #000;
	line-height:18px;
}
* html .input_text {/* 针对IE6以下 输入框*/
	height:18px;
	border:1px solid #000;
} 
input[type="checkbox"] {
}
* html .input_checkbox {/* 针对IE6以下 复选框*/
}
input[type="radio"] {
}
* html .input_radio {/* 针对IE6以下 单选框*/
}
input[type="file"] {
	height:18px;
}
* html .input_file {/* 针对IE6以下 浏览提交*/
	height:18px;
}
input[type="submit"] {
	width:50px; 
	height:20px;
	border:1px solid #000;
}
input[type="reset"]{
	width:50px; 
	height:20px;
	border:1px solid #000;
}
* html .btn { /* 针对IE6以下 按钮*/
	width:50px; 
	height:20px;
	border:1px solid #000;
}
/*===============================表格=====*/
table,td,th {
	padding:0px 4px;
	border:1px solid #c0c0c0;
	border-collapse:collapse;
	color:#5d5d5d; 
	line-height:28px;
}
table caption {
	height:28px; 
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	color:#be4d0a;
	font-weight:bold;
	font-size:14px;
	line-height:28px;
	text-align:left;
	text-indent:24px;
}
th {
	background-color:#fafafa;
	font-weight:bold;
	line-height:28px;
}
td {
}
/*===============================自定义=====*/
.special {/*- 必填字 -*/
	color:#900; 
}
.yesno {/*- 确定取消 -*/
	text-align:center;
}
.list {
	font-size:12px;
}
.list ul {
}
.list li {
}
.list li a {
	width:px;
	float:left; 
	color:#000;
	text-decoration:none;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.list li a:hover {
}
.list li .time {
	float:right;
}
