.cbox {
	border: 1px solid #29a2ff;
	padding: 5px 10px 5px 10px;
	background-color: #ecf1f4;
	text-align: left;
}
.download_mirror_entry a {
	width:100%;
	display:block;
	text-align:left;
	color:#888;
	text-decoration:none;
	padding-left: 5px;
}
.download_mirror_entry a:hover {
	color: #fff;
	background-color: #888;
}
.avatar {
	background-image: url(../graphics/avatar_bg.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 175px;
	padding:19px 0px 0px 0px;
}
.user_id {
	font-size:80%;
}
.post_subject{
	font-size:70%;
	text-align:left;
}
.post_time{
	font-size:70%;
}
.body{
	background-color: #fff;
}
.menu {
	padding:0px 0px 0px 0px;
	background-color: #fff;
	width:750px;
}
.menu td {
	text-align:center;
}
.menu a {
	font-family: Areal, tahoma, sans-serif;
	display:block;
	width:100%;
	font-size:14px;
	text-align:center;
	color:#3c58d3;
	text-decoration:none;
	padding:5px 0px 5px 0px;
	border: 1px solid #3c58d3;
	margin-bottom: 1px;
}
.menu a:hover {
	color:#9db4d4;
	border: 1px solid #9db4d4;
	text-decoration:underline;
}
.content {
	background-color: #fff;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat-y;
	font-size:14px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	width: 750px;
	padding: 25px 0px 25px 0px;
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #3c58d3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3c58d3;
}
.content a {
	color:#3c58d3;
	font-family: Areal, tahoma, sans-serif;
	text-decoration:underline;
}
.content a:hover {
	color:#9db4d4;
	text-decoration:none;
}

.quote_container {
	font-family: Areal, tahoma, sans-serif;
	margin: 5px;
	width: 95%;
	font-size: 98%; 
	color: #DD7400;
	background-color: #fff7d1;
	border: 1px solid rgb(41, 162, 255);
	border-left-width: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
}
.content_box {
	font-family: tahoma, sans-serif;
	background-color: #ffffff;
	border: 1px solid #000000;
	font-size:14px;
	vertical-align: top;
	width:100%;
	height:100%;
}
.content_box a {
	font-family: Areal, tahoma, sans-serif;
	text-align:center;
	color:#155188;
	text-decoration:underline;
}
.content_box a:hover {
	color:#000;
	text-decoration:none;
}
