@CHARSET "UTF-8";

body {
    font-family: arial;
    font-size: 13px;
    width: 1024px;
    margin: 20px auto 0px auto;
    background: #729cb8 url('../images/bg.png') repeat-x;
}
body, table {
    color: #222;
}
body a, table a {
    color: #222;
}
img  { border: 0 }
hr {
	border: 0;
	border-top: 1px dotted #ddd;
}
.title {
	font-size: 28px;
	font-weight: bold;
}
.subtitle {
    font-size: 18px;
    font-weight: bold;
}
.small {
	font-size: 11px;
}

#body {
	margin: 20px 0;
	background-color: #f2f3f3;
}
#body>div.top {
	height: 10px;
	background: url('../images/bg_top.png');
}
#body>div.middle {
    padding: 20px 30px;
}
#body>div.bottom {
    height: 10px;
    background: url('../images/bg_bottom.png');
}
#top {
}
#menu {
	margin-top: 12px;
	background: url('../images/bg_menu.png') repeat-x;
	height: 39px;
}
#menu table td.item {
	padding: 0px 5px;
}
#menu table td.div {
	width: 2px;
	background: url('../images/bg_menu_div.png') no-repeat;
}
#menu table a {
    text-decoration: none;
    color: #0e517f;
    font-size: 13px;
    font-weight: bold;
    text-align:center;
    padding: 5px;
    line-height: 39px;
}
#menu table a:hover {
	text-decoration: underline;
}
#footer {
	padding-top: 6px;
    color: #5f5f5f;
    font-size: 11px;
    border-top: 1px solid #ccc;
}
#footer a {
    color: #0081da;
    text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.form { border: 1px solid #bbb; font-size: 14px; padding: 5px; }
.form:focus { border: 1px solid #888; }
.formerror { background: url(../images/ico_error.png) left center no-repeat; color: red; padding: 2px 0px 2px 18px; }

.article {}
.article .date { font-size:12px; color:#555; margin-bottom:5px; }
.article .title { font-size:26px; font-weight:bold; }
.article .author { color:#888; font-weight:bold; }
.article .short { font-size: 13px; font-weight:bold; color:#333; }
.article .content { line-height:1.4; }
.article .content .text>div { margin-bottom:8px; }
.article .content .media {}
.article .content .media_others { padding:5px; border:1px solid #ccc; }
.article .content .media_caption { background-color:#ddd; padding:6px; text-align:center; font-size:12px; }