@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
fieldset {
	border:#999 solid 1px;
	margin-bottom:6px;
	padding: 15px;
	/* font-size: 16px; */
}
fieldset a {
	/* font-size: 16px; */
	line-height: 16px;
}
fieldset img {
	margin: 0 !important;
}
legend {
	margin-bottom: 6px;
	color:#00447f;
}
/*============================================================
	Defaults
============================================================*/
a {
	text-decoration: none;
	color: #0099cc;
}
a:hover {
	text-decoration: underline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
	Body & container(s)
============================================================*/
body {
	/* font-size: 12px; */
	background: #EFF3F9;
	color: #000000;
	text-align: center;
}
.wrapper {
	width: 98%;
	text-align: left;
	margin:10px auto;
	overflow: hidden;
}
#top{
	font-size: 12px;
	height:30px;
}
#logo{ background:url(images/logo.gif) no-repeat; width:197px; height:63px; float:left; margin:10px 30px;}
#MiniToolBar{width:180px;float:right;height:25px;background:url(images/jo_head.jpg) no-repeat right -50px; margin-right:20px;}
#MiniToolBar a:link,#MiniToolBar a:visited{color:#0099cc; font-weight:bold;}
#MiniToolBar ul{padding:0 5px;height:25px;line-height:25px;background:url(images/jo_head.jpg) no-repeat -366px -160px; list-style:none;}
#MiniToolBar li{width:60px;float:left;text-align:center;color:#B8D1EA; margin-top:3px;}
*html #MiniToolBar li{position:relative;z-index:100;}
#MiniToolBar li.line{width:10px;padding:0;overflow:hidden;}
#MiniToolBar li.about{width:80px;}
#MiniToolBar li.ybt a:link,#MiniToolBar li.ybt a:visited{color:red;}
/*============================================================
	Primary structure(s)
============================================================*/
.page {
	padding: 10px;
	background: #fdfdfd;
	border: 1px solid #CCCCCC;
}
.content {
	float: left;				/* 2px extra to accomodate 1px borders */
	width:100%;
	line-height: 1.5;
}
/*============================================================
	Navigation
============================================================*/
.navigation {
	height: 38px;
	background: url(images/title_bg.png) repeat-x;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.navigation ul {
	list-style: none;
}
.navigation ul li {
	float: left;
	line-height: 38px;
}
.navigation ul.left li span.title {
	color: #888;
	/* font-size:14px; */
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
}
.navigation ul li span.content {
	background: url(images/content.png) no-repeat center;
	width:40px;
	display:block;
	height:38px;
	border-right: 1px solid #CCCCCC;
}
.box {
	background: #FFF;
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-bottom: 15px;
	_margin-bottom: 5px;  /* IE6 HACK */
}
.corners {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*============================================================
	A post
============================================================*/
.content pre {
	margin: 15px 0;
	width: auto !important;
	min-height: 40px;
	background-color: #DEDFDF;

	border: 1px inset;
	overflow: auto;
}
.content img {
	max-width: 100%;
	margin: 15px 0;
}
.content img.avatar-1, .content img.face {
	margin: 0 !important;
}
.content ul {
	list-style:none;
	margin-left:10px;
}
.content li {

	color: #999;
}
.content li a{
	color: #999;
}
.content li span.title {
	color: #0099cc;
}
.content li span.improtant {
	color: #333;
}
.message_content div.post li{
	margin-bottom: 20px;
}
div.post table.postlist thead th {
	padding: 10px 0;
}
div.post table.postlist tbody td {
	padding-bottom: 10px;
}
div.post span.detail {
	/* font-size: 12px; */
}
div.post table.postlist .blockquote {
	border-left: 5px solid #CCCCCC;
	padding: 10px;
	background: #ededed;
}
div.post table.postlist dt {
	margin-bottom: 5px;
}
div.post span.detail, div.comment span.detail, div.category span.detail {
	display: block;
	color: #999;
	line-height: 18px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 9px;
	margin-bottom: 9px;
}
div.category span.detail {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.entry {

	margin-bottom: -18px;
}
div.entry p {
	margin-bottom: 18px;
}
div.entry p a:hover {
	text-decoration: underline;
}
div.entry ul, div.entry ol {
	margin-bottom: 18px;
	margin-top: 18px;
	margin-left: 24px;
}
div.entry ul ul, div.entry ol ol, div.entry ul ol, div.entry ol ul {
	margin: 0px;
	padding-left: 10px;
}
/* table.postlist {
	font-size: 12px;
} */
td {
	padding-top: 10px;
	border-bottom: 1px solid #eeeeee;
}
/*============================================================
	Footer
============================================================*/
#footer {
	/* font-size: 12px; */
	height: 40px;
	text-align:center;
	line-height:40px;
}
.quoted1 { width: 95%; border: 1px solid #909090; padding: 8px; padding-top: 0px; margin: 8px; margin-top: 12pt; text-align: left; }  
.quoted2 { position: relative; left: 4px; top: -7.5pt; width: 150px;  color: #ffffff; border: 1px solid #909090; background-color: #909090; padding: 1px; padding-left: 6px; padding-right: 6px; z-index: 1; }  

table.syntaxhighlighter {
	margin: 15px 0;
	width: auto !important;
	min-height: 40px;
	background-color: #DEDFDF;

	border: 1px inset;
	overflow: auto;
	display: block;
	font-family: monospace;
	white-space: pre;
}

table .gutter .line {
	display:none;
}