@CHARSET "UTF-8";

dl {
	float: left;
}

dt {
	margin-left: 20px;
}
iframe{
	width: 100%;
	height:100%;
	scroll:no;
	frameborder:0px;
}
img{
	max-width:100%;
}

.redColor {
	color: red;
}

dd {
	display: block;
	margin-left: 14px;
	margin-top:5px;
	font-size: 14px;
}

.c_cont a {
	text-decoration: none;
}

.c_cont a:link {
	color: #333333;
}

.c_cont a:visited {
	color: #333333;
}

.c_cont a:hover {
	color: #333333;
}

.c_cont a:active {
	color: #333333;
}
.nav a {
	text-decoration: none;
}
.nav a:ACTIVE {
	color: #ffffff;
}

.nav a:VISITED {
	color: #ffffff;
}

.nav a:LINK {
	color: #ffffff;
}

.nav a:HOVER {
	color: #ffffff;
}

.navlist {
	height: 90px;
}

.nav {
	background: #555555;
	height: 50px;
}
.nav li{
	background: #0000;
}

.nav ul {
	padding-left: 10px;
}

li {
	color: white;
	float: left;
	padding: 15px;
	list-style-type: none;
}

.top_box {
	background-color: #eeeeee;
	height: 20px;
}

.c_top {
	height: 60px;
	border-top: solid #eee 20px;
}

.dateTime {
	background: #00bcff;
	padding: 5px;
	float: left;
	margin-right: 5px;
	text-align: center;
	color: white;
}

.top_right {
	overflow: hidden;
	float: left;
}

.title {
	border-bottom: solid gray 1px;
	padding: 3px;
	color: #d65f08;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.author {
	padding: 3px;
	font-size: 14px;
}

.c_cont {
	flow: none;
	border-bottom: solid #eeeeee 1px;
	padding: 5px;
	word-wrap: break-word;
}
.p_cont {
	flow: none;
	border-bottom: solid #eeeeee 1px;
	padding: 5px;
	word-wrap: break-word;
}

input {
	margin: 4px;
}

.input100 {
	width: 97%;
	height: 97%;
	margin: 3px;
}

textarea {
	margin-top: 5px;
	width: 100%;
	overflow: auto;
	word-break: break-all;
}

.footer_line {
	margin-top: 50px;
	border-top: solid #999999 0.5px;
}

.footer_line p {
	color: gray;
	text-align: center;
}

.leaveMsg {
	border: solid #ccc 1px;
	border-top: solid #ccc 8px;
	margin-top: 5px;
	padding: 5px;
}

.publishTable {width:100%;border:1px;
	
}
table{
	width: 100%;
}