/** {
	font-size: 12px;
}*/
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
a:visited {
	text-decoration: none;
}
div {
	float: left;
}
body {
	font-size: 12px;
	color: #333;
	padding-left: 10px;
}
li {
	list-style-type: none;
	text-align: left;
}
table {
	border: 1; 
}
td {
	white-space:normal; word-break: break-all; word-wrap: break-word; overflow: hidden;
}

#menu {
	clear: left;
	width: 100%;
	text-align: left;
}

#menu a {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

#menu_title {
	font-weight: bolder;
	margin-left: -10px;
	line-height: 25px;
}
#menu_title a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	
}

#menu_item {
	
}

#body {
	clear: left;
	width: 100%;
	height: 500px;
	height: auto;
	margin: 0 auto;
}

#td_fckContent div{
	width: 100%;
	float: inherit;
}

div[id=div_main]{
	margin-left: 20px;
}

#main_left {
	width: 150px;
	background-color: #d4ebf9;
	height: 80%;
}

#main_right {
	text-align: center;
	width: 850px;
}

#bottom {
	clear: left;
	width: 100%;
	text-align: center;
}
.body_back {
	background-image: ../images/back.jpg;
	background-repeat: repeat-x;
}
.button{
	border: none;
	background: url("../images/login.gif") left top no-repeat;
	width: 75px;
	height: 25px;
	display: block;
}
.form_input {
	border: solid 1px #dbdbdb;
	padding: 6px 3px 3px 12px;
	color: black;
}
.in_put {
	width: 80px;
}
.form_text {
	border: solid 1px #dbdbdb;
	background: transparent;
	color: black;
	padding: 3px 3px 3px 12px;
}

.list {
	background-color: #C1DAD7;
	width: 100%;
}

.list_odd td {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

.list_even td {
	background: #F5FAFA;
	color: #797268;
	padding: 6px 6px 6px 12px;
}

.list_head {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.list_head th {
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-image: url(../images/list_head_bg.jpg);
}

.panel {
	text-indent: 4px;
	width: 100%;
	margin-bottom: 3px;
	border: solid 1px #81C384;
}

.panelTitle {
	background-image: url(../images/list_head_bg.jpg);
	height:20px;
    letter-spacing: 2px;
	text-align: left;
}
.require{
	color: red;	
}
.title {
	font-family: "����";
	font-size: 14px;
	font-weight: 600;
	color: #000;
	background-color: #B3C9DF;
}