/* subpage styling */
a:hover {
	color:#FF8D03;
}
.pointless, a.pointless:hover {
	color:#808080;
}
#container {
	min-height:380px;
}
.post {
	padding:10px;
}
.title {
	font: bold 30px Arial,sans-serif; color: #f0a931;
}
.subtitle {
	font-size:11px;
	margin-bottom:15px;
}
.content {
	line-height: 1.5em;
	color: #ddd;
	text-align:justify;
}
.sec_content .box {
	margin-bottom:10px;
}
.sec_content ul {
	list-style-type: disc;
	margin-left:20px;
}
.sec_content li {
	margin-bottom:3px;
}
.box_title_bar {
	height:24px;
}
.box_title {
	background-color:#222;
	border:1px solid #333;
	border-style:solid solid none;
	font-size:14px;
	color:#ddd;
	font-weight:bold;
	padding:2px 8px;
	float:left;
	display:inline;
	height:100%;
}
.box_title_right {
	border:1px solid #333;
	border-style:none none solid;
	height:100%;
}
.box_content {
	background-color:#222;
	border:1px solid #333;
	border-style: none solid solid;
	padding:6px 3px;
	clear:both;
}
.plain_box *{
	border:none;
	background-color:transparent;
}
.plain_box {
	border:1px solid #333;
}
.plain_box .box_content {
	padding:10px;
}
.search_box {
	width:302px;
	height:152px;
	background:url(images/mmanews/search_box_bg.jpg) no-repeat;
	padding-top:15px;
}
.search_title {
	font-family: Times, serif;
	color:#fff;
	font-size:15px;
	margin-left:10px;
	font-weight:bold;
	opacity:.9;
	filter:alpha(opacity=90);
}
.search_content {
	float:right;
	display:inline;
	text-align:center;
}
.search_box input {
	border:1px solid #77655f;
	background-color:#111;
	font-size:11px;
	width:150px;
	height:22px;
	padding:2px;
	margin-bottom:8px;
	margin-right:30px;
}
.search_box .submit_button {
	border:0;
	padding:0;
	height:auto;
	width:auto;
}
