body {
	font: 12px/170% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 10px 20px 20px;
	list-style: none;
	background: #b2b3b8 url(images/PageTexture.jpg) scroll 50% 0px;
	text-align: center;
}

/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group Validation Badges */

#validation {
	background: url(images/Validation.gif) no-repeat;
	width: 65px;
	position: relative;
	float: right;
}

#validation, #validation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#validation, #validation a {
	display: block;
	height: 15px;
}

#validation a {
	position: absolute;
	top: 0;
	overflow: hidden;
	text-indent: -1000em;
}

#validation a:hover { background-image: url(images/Validation.gif); }

#validation #check-css a { width: 24px; left: 0; }
#validation #check-css a:hover { background-position: -65px 0px; }
#validation #check-html a { width: 37px; left: 28px; }
#validation #check-html a:hover { background-position: -93px 0px; }
	
/* @end */

/* @group Page */

.page {
	background: #fff url(images/PageFrame.jpg) repeat-y -710px 0;
	margin: 0 auto;
	width: 710px;
	text-align: left;
}

.contents {
	background: url(images/PageFrame.jpg) no-repeat 0px 0px;
	padding: 4px 5px 0;
}
	
/* @end */

/* @group Main Content */

#main {
	float: left;
	width: 527px;
}
#main h3 {
	margin: 10px 0 10px 15px;

}

.centered { text-align: center }

img.centered {
	display: block;
	margin: 7px auto;
}

.right {
	float: right;
	margin: 5px 0 5px 15px;
}

.left {
	float: left;
	margin: 5px 15px 5px 0;
}

img.middle {
	display: block;
	margin: 15px auto;
}

p, ul, ol {
	margin: 10px 20px;
	text-align: justify;
}

ul {
	list-style-type: circle;
	padding-left: 20px;
}

ol { padding-left: 20px; }

code {
	display: block;
	text-align: left;
	color: #414141;
	border-left: 1px solid #414141;
	padding: 0 0 0 10px;
}

a {
	color: #4564ca;
	text-decoration: none;
	border-bottom: 1px dotted #96bdff;
}

a img {
	border: none;
}

a:visited {
	color: #9352c1;
	border-color: #bd91df;
}

a:hover {
	color: #ca3d26;
	border-bottom-style: solid;
	border-bottom-color: #ca7224;
}

#main .separated {
	border-top: 1px dashed #ddd;
	padding: 20px 17px 0;
	margin: 10px 3px;
}

/* @end */

/* @group Navigation */

.top_header {
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	width: 710px;
	color: #333;
}

h1 {
	background: url(images/header.png) no-repeat 0 0;
	width: 710px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	text-indent: -1000em;
	/*\*/overflow: hidden;/**/
	display: block;
}

#navigation {
	display: block;
	width: 710px;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	line-height: 1em;
	background: url(images/NavigationMonster.gif) 710px 100%;
}

#navigation * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul {
	display: table;
	margin: 0 auto;
	text-align: center;
}

#navigation li {
	display: table-cell;
	padding: 0 1px 10px;
}

#navigation li+li { background: url(images/NavigationMonster.gif) no-repeat 0 50%}
#navigation li.active+li { background: none }

#navigation span { float: left }
#navigation a {
	background-image: url(images/NavIcons.gif);
	background-repeat: no-repeat;
	color: #525252;
	text-decoration: none;
	padding: 10px 9px 8px 33px;
	float: left;
	border: none;
}

/* @group IE Hacks */

/* For IE mac & win */

* html #navigation ul { display: inline-table; }
* html #navigation li { display:  block; float: left; }

/* For IE win only \*/
* html #navigation ul { font-size: 0; padding-bottom: 9px; }
* html #navigation li { display: inline; float: none; padding-right: 0; padding-bottom: 10px; }
* html #navigation span { display: inline-block; float: none; }
* html #navigation a { display: inline-block; float: none; font-size: 11px; }
/* End IE win */

/* @end */

/* @group IE7 Hacks */

*:first-child+html #navigation * {
	float: none;
	display: inline-block;
}
*:first-child+html #navigation ul { padding: 0 0 8px }

*:first-child+html #navigation ul li {
	display: inline;
	padding: 0 1px 8px;
	margin-bottom: -8px;
}

/* @end */

/* @group Active Tab */

#navigation li.active {
	background: url(images/NavigationMonster.gif) 50% 100%;
	padding-bottom: 9px;
}

#navigation li.active span {
	background: url(images/NavigationMonster.gif) 1310px 100%;
	cursor: default;
}

#navigation li.active a {
	text-shadow: #fff 0px 1px 1px;
	color: #3d3d3d;
	cursor: default;
}

/* @end */

/* @group Section Icons */

#navigation #products a { background-position: 11px 60%; }

#navigation #news a { background-position: -590px 60%; padding-left: 34px;}

#navigation #store a { background-position: -1190px 60%; padding-left: 36px; }

#navigation #goodies a { background-position: -1791px 60%; padding-left: 37px; }

#navigation #about a { background-position: -2390px 60%; padding-left: 32px; }

#navigation #support a { background-position: -2990px 60%; padding-left: 33px; }

#navigation #movie a { background-position: -1791px 60%; padding-left: 33px; }

#navigation #calendar a { background-position: 11px 60%; padding-left: 33px; }

/* @end */

/* @end */

/* @group Subnavigation */

#subnavigation {
	background: #ededed url(images/SubNav.gif) no-repeat 0px 0px;
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #d5d5d5;
	display: block;
	line-height: 1.2em;
}

#subnavigation ul {
	margin: 0;
	padding: 0;
}

#subnavigation li {
	list-style: none;
	float: left;
	margin-bottom: -1px;
}

/* \*/
* html #subnavigation li { 
	margin-bottom: 0; position: relative; top: 1px; }
/* */

#subnavigation li.active {
	background: url(images/SubNav.gif) no-repeat 50% 100%;
}

#subnavigation a, #subnavigation a:hover, #subnavigation a:visited {
	color: #444444;
}

#subnavigation a {
	display: block;
	padding: 10px 10px 10px 21px;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(images/SubNavIcons.gif);
}

#subnavigation a:active {
	color: #444444;
}

#subnavigation .active a {
	color: #444444;
	cursor: default;
}

#subnavigation a, #subnavigation a:hover, #subnavigation a:visited {
	border-style: none;
}

/* @end */

/* @group Sidebar */

#side {
	float: right;
	color: #5b5b5b;
	width: 173px;
	background: #ededed url(images/PageFrame.jpg) no-repeat -532px -4px;
}

#side h4 {
	text-transform: uppercase;
	font: normal 1em/1.2em Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 12px 10px 5px;
	clear: both;
	text-align: left;
}

#side p {
	margin: 3px 10px 6px;
	padding: 0;
	text-align: left;
}

#side ul {
	margin: 0;
	padding: 0;
}

#side ul li {
	list-style: none;
	background: url(images/SideBullet.gif) no-repeat 12px 6px;
	padding-left: 25px;
}

#side a {
	border: none;
}

#side .separated {
	border-top: 1px solid #ddd;
	padding-top: 13px;
}

#side .separated::before {
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	margin: -13px 0 12px;
	background-color: #f5f5f5;
}

#side a.go {
	background: url(images/GoArrow.gif) no-repeat 10px 50%;
	display: block;
	text-decoration: none;
	color: #5b5b5b;
	padding: 1px 10px 2px 27px;
	margin: 0;
}

#side p a.go {
	margin: 0 -10px;
}

#side a.go:hover {
	background: #f8f8f8 url(images/GoArrow.gif) -190px 50% no-repeat;
}

#side a.go:active {
	background: #d4d4d4 url(images/GoArrow.gif) -390px 50%  no-repeat;
	color: #ffffff;
}

#side a.go.email {
	font-size: 11px;
	background: url(images/GoMail.gif) no-repeat 6px 0.2em;
	padding-left: 28px;
}

#side a.go.email:hover {
	background: #f8f8f8 url(images/GoMail.gif) no-repeat -194px 0.2em;
}

#side a.go.email:active {
	background: #d4d4d4 url(images/GoMail.gif) no-repeat -394px 0.2em;
}

#side a.go.feed {
	background: url(images/GoFeed.gif) no-repeat 9px 0.4em;
	padding-left: 28px;
}

#side a.go.feed:hover {
	background: #f8f8f8 url(images/GoFeed.gif) no-repeat -191px 0.4em;
}

#side a.go.feed:active {
	background: #d4d4d4 url(images/GoFeed.gif) no-repeat -391px 0.4em;
}

#go-about a { background-position: -300px 50%; }
#go-about a, #go-about.active a, #go-about a:active { background-position: 0 50%; }
#go-screenshots a { background-position: -900px 50%; padding-left: 31px; }
#go-screenshots a, #go-screenshots.active a, #go-screenshots a:active { background-position: -600px 50%; }
#go-support a { background-position: -1500px 50%; padding-left: 29px; }
#go-support a, #go-support.active a, #go-support a:active { background-position: -1200px 50%; }

/* @group User Balloon */

#side .happyuser {
	background: #fff url(images/SideBalloon.gif) no-repeat 0 -100px;
	margin: 12px 7px 0;
	padding: 5px 0 0;
	clear: both;
	line-height: 1.5em;
}

#side .happyuser q {
	background: url(images/SideBalloon.gif) no-repeat 0 100%;
	margin: 0;
	padding: 0 10px 8px;
	display: block;
	quotes: none;
	text-align: center;
	color: #444;
}
#side .happyuser q a {
	background: none;
	color:#333;
}
#side .happyuser q a:hover,#side .happyuser q a:visited {
	background: none;
	color:#333;
}

#side .happyuser q::before, .happyuser q::after { content: '' }

#side .happyuser span {
	background: url(images/SideBalloon.gif) no-repeat 0 0;
	margin: -2px 2px 8px 10px;
	padding: 1px 0 0 20px;
	display: block;
	float: right;
	color: #7e7e7e;
	font-size: 0.9em;
}

/* @end */

/* @end */

/* @group Sidebar Actions */

#side #actions {
	margin-top: 21px;
	padding-top: 1em;
	margin-bottom: 12px;
}

ul#actions li {
	padding: 0;
	background: none;
}

#actions a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-image: url(images/DoDownloadBuy.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 3px 10px 3px 28px;
}

#actions a:hover {
	background-color: #f8f8f8;
}

#actions a:active {
	background-color: #d4d4d4;
	color: #ffffff;
}

#dl, .dl { background-position: 12px 50%}
#dl:active, .dl:active { background-position: -388px 50%}
#bn { background-position: -192px 50%}
#bn:active { background-position: -592px 50%}

/* @end */

/* @group Footer */

#footer {
	background: url(images/PageFrame.jpg) no-repeat -1420px 0;
	width: 710px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 0;
	color: #3d3d3d;
	text-shadow: #fff 0px 1px 1px;
	text-align: center;
}

#footer a { color: #3d3d3d; border: none; }

#copyright {
	background: url(images/Copyright.jpg) no-repeat 0px 4px;
	width: 228px;
	height: 15px;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	float: right;
	padding: 0;
	margin: 0 5px 0 0;
}
	
/* @end */

.entry-title a {
	color: #335d92;
	font: normal 16px 'Microsoft JhengHei','Microsoft YaHei';
	display: block;
	margin: 15px 0 10px 2px;
	padding: 0 0 0 25px;
	background: url(images/BlogEntry.gif) no-repeat 0 1px;
	border: none;
}

.entry-title2 a {
	color: #335d92;
	font: normal 14px 'Microsoft JhengHei','Microsoft YaHei';
	display: block;
	margin: 15px 0 10px 2px;
	padding: 0 0 0 25px;
	background: url(images/BlogEntry.gif) no-repeat 0 1px;
	border: none;
}

/* @group Sidebar Links */

.blog #side ul, .blog #side li { margin: 0; padding: 0; background: none; }

.blog #side a {
	color: #5b5b5b;
	background: url(images/GoArrow.gif) no-repeat 10px 0.4em;
	display: block;
	margin: 0;
	padding: 1px 10px 2px 27px;
	text-align: left;
}

.blog #side p a { margin: 0 -10px }

.blog #side a:hover {
	background-color: #f8f8f8;
	background-position: -190px 0.4em;
}

.blog #side a:active {
	color: #ffffff;
	background-color: #d4d4d4;
	background-position: -390px 0.4em;
}

/* @end */

/* @group Comments */

#comments {
	margin: 20px 3px;
	border-top: 1px dashed #d5d5d5;
	padding: 20px 0 0;
}

.comment {
	display: block;
	width: 419px;
	margin: 5px 20px 0;
	padding-top: 5px;
	float: right;
	background: url(images/CommentBalloon.gif) no-repeat -419px 0;
}

.comment.odd { float: left }

.comment .text {
	color: #57390d;
	background: #fefcca;
	border: 1px solid #e5e5e5;
	border-width: 0 1px;
	margin: 0;
	padding: 1px 1px 0;
}
.comment .gravatar {
	border: 1px solid #E6E8E7;
}
.comment .text div,.comment .text p { margin: 2px 10px 10px 10px;}

.comment p.metadata {
	font-size: 0.9em;
	text-align: center;
	background: url(images/CommentBalloon.gif) no-repeat -838px 100%;
	margin: 0 -2px;
	padding: 0 15px 6px;
}

.comment .metadata, .comment .metadata a { color: #aa701b; border: none }
.comment .metadata a:hover { text-decoration: underline }

.author {
	float: right;
	padding: 2px 12px 2px 32px;
	margin: -2px 0 0;
	background: url(images/CommentBalloon.gif) no-repeat;
}

.odd .author {
	float: left;
	background-position: 100% 0;
	padding: 2px 22px 2px 12px;
}

.author, .author a {
	color: #434343;
	border-style: none;
}

.awaitmod { font-weight: bold }

form textarea {
	width: 100%;
}

/* @end */

/* @group Entry bar */

.extra {
	list-style: none;
	margin: 20px 0 10px;
	padding: 0;
	color: #555;
	background-color: #ededed;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #e4e4e4;
	clear: both;
}

.extra li {
	display: block;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}

.extra a { color: #555; border: none }
.extra a:hover { text-decoration: underline }

.extra .info {
	float: left;
	padding: 2px 0 2px 22px;
}

/* @end */


/* @group Other */

h3.entry-other {
	clear: both;
	font-weight:bold;
	font-size: 14px;
	margin : 10px 0 0 10px;
}

.entry-content {
	font-size: 13px;
	line-height:24px;
	color: #444;
	padding: 0 0 0 20px;
	}
.entry-content p {
	padding: 0;
	margin : 0 20px 0 0;
	}

.entry-content a {
	border-bottom:none;
	}

.entry-content a:visited {
	color: #b41;
	}

.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 5px 0;
	list-style: none;
	}

.entry-content ol, .entry-content ul {
	padding: 0 0 0 15px;
	}

.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
	}
.entry-content img { 
	padding:2px;
	margin:0 0 2px 0;
	max-width:460px;
}

form {
	margin: 0;
	padding: 15px 15px 1px;
}
form label {
	margin: 0 0 10px 0;
}
.input {
	font-size:107%;
	margin-top:.3em;
	padding:.3em;
	_height /* */:28px; 
	clear:left;
	background:#FFFFFF url(images/oms_019.gif) no-repeat scroll 0 0;
	border-color:#7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124);
	border-style:solid;
	border-width:1px;
	width:200px;
	padding:5px 6px 4px 6px
}
.textarea {
	font-size:107%;
	margin-top:.3em;
	padding:.3em;
	_height /* */:28px; 
	clear:left;
	background:#FFFFFF url(images/oms_019.gif) no-repeat scroll 0 0;
	border-color:#7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124);
	border-style:solid;
	border-width:1px;
	width: 400px;
	margin: 0 0 10px;
	padding:5px 6px 4px 6px
}

#submit {
	font-size:11px;
	width:110px;
	height:28px;
	background:url(images/btn_sch.gif) no-repeat;
	border:0;
	color:#223c6d;
	font-weight:bold;
	cursor:pointer; _cursor:hand;
	margin:.1em 0 0 0;
}

form p {
	margin: 5px 0;
}
/* @end */


/* @group Sablog Style */
#guestlink {
	font-size:13px;
	margin-right: 10px;
	float: right;
}
.formbox p {
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
}
.codeimg {
	cursor: pointer;
	vertical-align:bottom;
	margin-bottom: 2px;
}
.title {
	font-size: 14px;
	clear: both;
	position: relative;
	height: 18px;
	font-weight: bold;
	text-indent: 5px;
	padding: 5px 0;
	margin: 0;
}
.newcminfo {
	font-size: 11px;
	padding-bottom: 7px;
	color: #606060;
	line-height: 13px;
}
.formfield {
	font-size:107%;
	margin-top:.3em;
	padding:.3em;
	height:15px;
	_height /* */:28px;
	clear:left;
	background:#FFFFFF url(images/oms_019.gif) no-repeat scroll 0 0;
	border-color:#7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124);
	border-style:solid;
	border-width:1px;
	width:200px;
	padding:4px 5px
}
.formbutton {
	font-size:14px;
	width:110px;
	height:28px;
	background:url(images/btn_sch.gif) no-repeat;
	border:0;
	color:#223c6d;
	font-weight:bold;
	cursor:pointer; _cursor:hand;
	margin:.1em 0 0 0;
}
.curdate {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}
.curdate a {
	text-decoration: none;
}
.curdate a:hover {
	text-decoration: underline;
}
.attach {
	padding: 10px 0;
}
.attach-desc {
	background: #edf2f8;
	padding: 5px;
	border: 1px solid #000;
	display: inline;
}
.tags {
	line-height:26px;
}
.art-tag,h2.art-tag {
	text-align: left;
	letter-spacing: 0;
	font-size: 12px;
	color: #743e04;
	text-transform:uppercase;
	clear:both;
}
.art-title {
	font-size: 12px;!important;
	font-size: 11px;
	margin-bottom:10px;
}
.art-title {
	font-weight: bold;
	margin-bottom: 10px;
}
#article-other {
	font-size: 14px;
	clear: both;
	text-align:center;
}
#tburl {
	margin: 5px 0 15px;
}
.lesscontent {
	margin: 5px 0 15px;
	overflow: hidden;
	display: block;
	clear: both;
	line-height: 20px;
}
.lessdate {
	color: #777;
	font-size: 11px;
	padding-top: 2px;
	text-align: right;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #B3CBE1;
}
#message {
	margin-top:100px;
	background:#fff;
	text-align:center;
	width:500px;
	border:1px dashed #386792;
	margin-right:auto;
	margin-left:auto;
	padding:20px;
}
#message h3 {
	color:#339;
	font-size:14px;
	margin:20px auto;
}
.listdiv {
	padding-bottom: 20px;
}
.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list li {
	border-bottom: 1px dashed #ddd;
	font: 12px/35px Tahoma, "Lucida Grande", Arial, Verdana, sans-serif;
}
.listtd a {
	text-decoration: none;
}
.listtd a:hover {
	text-decoration: underline;
}
.avatar {
	border: 1px solid #C1CAD3;
	background: #EBF3FB;
}
.ajaxmsg {
	background:red;
	color:#fff;
	line-height:20px;
	padding:20px;
}
.ajaxdiv {
	border:1px solid #E2EBED;
	background:#F0FBFF;
	position:absolute;
	padding:8px;
	text-align: left;
	font: 12px/35px Tahoma, "Lucida Grande", Arial, Verdana, sans-serif;
}
.ajaxdiv h2 {
	border-bottom:1px dashed #ccc;
	font-size:12px;
	line-height:24px;
	margin:0;
	margin-bottom:15px;
	text-align: left;
}
.ajaxdiv h2 a {
	font-weight:400;
	float:right;
}
.p_bar {
	clear: both;
	margin:15px 0 0 0;
	font: 14px Tahoma, "Lucida Grande", Arial, Verdana, sans-serif;
}
.p_bar a {
	padding: 6px;
	color: #999;
	line-height: 22px;
	margin-right: 2px;
}
.p_bar a:hover {
	padding: 6px;
	color: #000;
	line-height: 22px;
}
.p_info {
	padding: 6px;
	margin-right: 2px;
	color: #000;
}
.p_num {
	margin-right: 1px;
}
.p_redirect {
	padding: 6px;
	margin-right: 2px;
}
.p_curpage {
	padding: 6px;
	margin-right: 2px;
	color: #000;
	font-weight: bold;
}
.archivesbody {
	margin-top: 5px;
	width: 22%;
	float: left;
	margin-left: 10px;
	text-align: left;
}
.top_next {
	margin: 0;
	padding: 5px 0;
}
.more-link a {
	clear: both;
	color: #a9a9a9;
	text-decoration: none;
	background: url(images/v_icon190101.gif) no-repeat left center;
	padding: 0 0 0 15px;
}
.linkover {
	list-style-type: none;
	padding: 10px 0;
	clear: both;
}
.linkover li {
	color: #666;
	width: 100px;
	line-height: 20px;
	margin: 0 10px;
	float: left;
}
.linkover li.onelink {
	width: 40%;
	margin: 0 10px 8px;
}
a.tagshow {
	color:#356AA0;
	text-decoration:none;
	border-bottom:1px solid #356AA0;
}
a.download , a:visited.download {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	background: url(images/disk.png) no-repeat left center;
	padding: 0 0 0 20px;
	border: none;
}
.downloadNow{
	line-height: 125%;
	margin-right: 4px;
	float: left;
}
.downloadNow a:link,
.downloadNow a:visited,
.downloadNow a:active,
.downloadNow a:hover{
	font-family: Tahoma, Arial;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 0 55px;
	display: block;
	color: #333;
	text-decoration: none;
	background: url(images/download.jpg) no-repeat left center;
}
.downloadNowTitle{
	display: block;
	text-align: left;
	padding-top: 5px;
}
.downloadNowCounter{
	display: block;
	font-size: 85%;
	font-weight: normal;
	margin-top: 5px;
}

.t_td {  
	padding: 10px;
	vertical-align: top;
	background: #FFF url(images/portalbox_bg.gif) repeat-x;
	text-align: right;
}
.t_attach {
	border: 1px solid #E8E8E8;
	background: #FFF;
}

/* @end */

/* @group blockcode */
.blockcode { 
	margin: 10px;
	border: solid #CAD9EA;
	border-width: 4px 1px 1px;
	background: #FFF url(images/portalbox_bg.gif) repeat-x;
	overflow: hidden;
}
.blockcode h5 {
	margin: 0; 
	padding: 0;
	color: #666;
	font-size: 12px;
	border: 1px solid;
	border-color: #FFF #FFF #CAD9EA #FFF;
	line-height: 26px;
	padding-left: 5px;
}
.blockcode code { 
	margin: 1em;
}
.blockcode code {
	font: 12px/1.4em "Courier New", Courier, monospace; 
	display: block;
	padding: 5px;
	word-break:break-all;
	white-space:normal;
}

/* @end */


/* @group quote */

quote,.quote,blockquote{
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
}
/* @end */

/* @group bottom_other */
.wangzhai {
	margin: 5px;
	clear:both;
	padding:1px;
	text-align: center;
}
.wangzhai img {
	border: none !important;
	border: none;
	padding:0px;
}
.copy {
	margin: 0;
	padding: 0;
	text-align: center;
}
.copy input{
	font-size:14px;
	background: #595959;
	border:0;
	color:#FFF;
	font-weight:bold;
	cursor:pointer; _cursor:hand;
	margin:.1em 0 0 0;
	padding: 5px 10px;
}
/* @end */

/* @group show ads */
#adsense_468{ 
	width:500px;
	height:72px; 
	border:1px solid #D5D5D5;
	padding-top:15px;
	margin:0 0 5px 10px;
	position:relative;
}
#adsense_468 #adtitle{
	font-size:11px;
	position:absolute;
	display:block;
	background:#f9f9f9;
	padding:0 3px;
	top:-18px;
	right:12px;
}
/* @end */

/* @group flash*/
.index_banner {
	margin: 0;
	padding: 0 ;
}
.main_banner {
	width: 468px;
	height: 60px;
	margin: 0 auto;
	padding: 0 ;
}
.main_banner ul {
	list-style: none;
	margin: 0;
	padding: 2px 5px;
}
.main_banner li {
	line-height: 14px;
	width: 49%;
	display:inline;
    float:left;
}
.main_banner li.right {
    float:right;
	text-align: left;
	margin: 0;
	padding: 0;
}
.main_banner a {
	text-decoration: none;
	border: none;
}
a.green {
	color:green;
}
a.black {
	font-size:11px;
	color:black;
}
a.blue {
	font-weight:bold;
	text-decoration:underline;
	color:#2277DD;
}
/* @end */

/* @group html*/
.exehtml {
}
.exehtml input.button {
	background:#FFCC33 none repeat scroll 0%;
	border:1px solid #CC6633;
	font-size:12px;
	height:28px;
	padding:4px;
}
.exehtml textarea {
	background:#FFFFEE none repeat scroll 0%;
	font-family:"Courier New","宋体",Courier,monospace;
	font-size:12px;
	border:1px solid #CCCCCC;
	padding:2px;
}
.exehtml div {
	margin:10px 0pt;
}
/* @end */