/*avoid chrome input element outline*/
*:focus {outline: none;}

/* CSS Document */
html, body
{
	font: 12px "微软雅黑" , "Microsoft YaHei" , Arial, Sans-Serif!important;
}

/*正文段落*/
.contentblock
{
	padding: 10px 0px 10px 0px;
}

.contentblock h5
{
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	color: #690;
	font-size: 150%;
	padding: 5px;
	text-indent: 25px;
}

.contentblock h5 .sub
{
	font-size: 12px;
	vertical-align: text-bottom;
	margin-left: 20px;
	color: #666;
	font-weight: normal;
	font-style: italic;
}

.contentblock .content
{
	padding: 5px 5px 5px 5px;
	text-indent: 24px;
}

.contentblock .highlight
{
	color: red;
}

.contentblock .notice
{
	font-weight: bold;
}

/*信息列表*/
.contentblock table.introduce
{
	border-left: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.contentblock table.introduce td
{
	width: 353px;
	float: left;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 10px;
	text-indent: 25px;
}

.contentblock .introduce h5
{
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 32px;
	text-indent: 30px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
}

.contentblock .introduce h5 .subtitle
{
	margin-left: 10px;
	color: #666;
	font-style: italic;
	font-weight: normal;
}

/*表单*/
div.container
{
	border: 1px dashed #ccc;
	position: relative;
	padding: 20px 10px 10px 10px;
	margin: 20px 0px 10px 0px;
	width: 728px;
}
div.container h4
{
	position: absolute;
	left: 40px;
	top: -15px;
	line-height: 32px;
	border: 1px #555;
	background-color: #fff;
	color: #666;
	padding: 0px 5px 0px 35px;
	font-weight: bold;
	font-size: 120%;
	background-position: left center;
	background-repeat: no-repeat;
	margin:0;
}
dl.form
{
	overflow: hidden;
	zoom: 1;
	line-height: 20px;
}

.form dt
{
	width: 100px;
	text-align: right;
	padding: 5px 15px 5px 5px;
	float: left;
	clear: both;
	font-weight: bold;
}

.form dt.required
{
	color: red;
}

.form dd
{
	padding: 5px;
}

.form textarea
{
	width: 500px;
	height: 100px;
}

.form input.numberic
{
	width: 100px;
	text-align: center;
}
.form input.text
{
	width: 200px;
}
.form input.full
{
	width: 500px;
}


/*************table.css**************/
/* data table */
table.datalist
{
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	empty-cells: show;
	border-spacing: 0px;
	text-indent: 0px !important;
	border-radius: 5px;
}

table.datalist input:text
{
	width: 90%;
}

table.datalist th
{
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAgCAYAAADkK90uAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD7SURBVGhD7dmtbgJhFIThuf8rQGAQFQgEAlFRgyCBBASGirYECBA2QHbZZbv/w8ddjBjx3sAz7hx0XU2nYwCPoTPGewu0XUWnYxAGKcMgTsUATZfT6RigbjM6HQNUbUynY4CyudHpGKBoIjodA+T1iU7HAM9qT6djgLT6pdMxwKP8ptMxQFys6XQMcC+WdDoGuP3P6XQM8BP36HQM8Bf36XQMsE0GdDoG2CUfdDoG2D+GdDoGOKQjOh0DHNMxnY4BTtmETscA5+yTTscAl+cXnY4BonxKp2OAaz6j0zEIx8VFOC46FYNwfl+F87tTMfCDSuxBh6Tc0OkYvAC65l5HbElCPQAAAABJRU5ErkJggg==") repeat-x;
	color: #690;
	border-bottom: 1px solid #690;
	border-top: 1px dotted #690;
	border-right: 1px dotted #690;
	border-left: 1px dotted #690;
}

table.datalist td
{
	border-right: 1px dotted #690;
	border-left: 1px dotted #690;
	border-bottom: 1px dotted #690;
	padding: 8px;
}

table.datalist tr.category
{
	background-color: #EFF9E3 !important;
	font-weight: bold;
	text-indent: 25px;
}

table.datalist tr:hover
{
	background-color: #EFF9E3 !important;
}

/*******************对话框*********************/

pre.codeBlock,
div.codeBlock,
ol.codeBlock{
	border: 1px dotted #6C93FF;
	line-height:150%;
	word-break:break-word;
	font-family: Consolas, '微软雅黑', 'Microsoft YaHei'!important;
	border-radius:5px;
	font-size:12px!important;
}

pre.codeBlock,
div.codeBlock
{
	padding:5px;
	background: #fff;
	overflow:auto;
}
pre.codeBlock font,
div.codeBlock font,
ol.codeBlock font{
	font-size:12px!important;
}

ol.codeBlock{
	background-color: #E3E3FF !important;
	list-style-position: outside;
	margin-left:0px;
	list-style: decimal;
}

ol.codeBlock li{
	background-color: #fff;
	padding-left: 5px;
	border-left: 1px solid #8A8AFF;
	margin-left:25px;
	list-style: inherit!important;
}
ol.codeBlock li:nth-child(even){
	background-color: #f5f5f5;
}

/*hack*/
#topMnu{
	line-height:24px!important;
	padding:0px!important;
}
div#header{
}
div#header h1{
	padding:0px!important;
}
div#sidebar{
	margin-left:-250px!important;
	width:250px!important;
}
div#content{
	margin-right:255px!important;
}

#sideLeft, #sideRight{
	float:none!important;
	width:100%!important;
}

#mySearch input.keyword{
	width:135px!important;
}

div.post div.entry {
	font: 14px Georgia, "微软雅黑", 'Microsoft YaHei', Times!important;
}

div.post div.entry h1{
	font-weight:bold;
	text-indent:20px;
	font-size:18px;
	line-height:30px;
	font-family:'微软雅黑';
	background-color:#555;
	color:white;
	border-radius:5px;
}

div.post div.entry h1 .subtitle
{
	font-weight:normal;
	font-size:14px;
	vertical-align:bottom;
	margin-left:20px;
}

#div_digg{
	position:fixed!important;
	right:10px!important;
	bottom:10px!important;
	height:0px;
	margin:0px!important;
	padding:10px!important;
	background-color:#fff!important;
	overflow:hidden;
	border:1px solid #aaa;
}

.c_ad_block{
	display:none!important;
}

h1,h2{
	letter-spacing:0px!important;
}
