* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	line-height: 18px;
	font: normal 13px verdana, Helvetica, sans-serif;
	background: #f8f8f8;
}
a {
	color: #336699; text-decoration: none;
}
a:hover {
	color: #FF3300; text-decoration: none;
}
p {
	margin: 16px 0;
}
ol, ul {
	list-style: none;
}
td {
	font: 13px verdana, Helvetica, sans-serif;
	line-height: 18px;
}
.count {
	color:#666;
	font-weight:normal;
}
.row-actions {
	visibility: hidden;
	padding: 2px 0 0;
}
.row-actions a {
	color:#FF3300;
}
tr:hover .row-actions {
	visibility: visible;
}
.rownum {
	padding:3px 6px;
	background:#bbb;
	color:#fff;
	font-size:11px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.rownum a {
	color:#fff;
}
/* */
#saxwrap {
	height: auto;
	min-height: 100%;
	width: 100%;
}
#saxcontent {
	padding-bottom: 75px;
}

/* Admin Header */
#saxheader {
	height: 46px;
	background: #464646;
}
#saxheader h1 {
	font-size: 12px;
	padding-left: 15px;
	line-height: 46px;
	float: left;
	color: #fff;
}
#saxbody {
	color: #333;
	clear: both;
	margin-left: 175px;
}
#saxheader-info {
	margin: 0 0 0 15px;
	padding-right: 15px;
}
#user_info {
	color: #ccc;
	float: right;
	line-height: 46px;
	height: 46px;
}
#user_info p {
	margin: 0;
	padding: 0;
	line-height: 46px;
}
#user_info a {
	color: #ccc;
	text-decoration: none;
}
#user_info a:hover {
	color: #fff;
	text-decoration: underline !important;
}

/* END Admin Header */

/* 内页框架 */
.wrap {
	margin: 0 15px 0 5px;
}
#footer {
	clear: both;
	position: relative;
	width: 100%;
	background: #464646;
	color: #999;
	height:45px;
	margin-top: -45px;
}
#footer p {
	margin: 0;
	padding: 15px;
	line-height: 15px;
}
#footer a {
	color:#ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline !important;
}

#loginBox {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	border: none;
	border: 1px solid #ddd;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin:50px auto;
	width:310px;
	background: #fff;
	color: #333;
	padding: 15px 30px;
}
#loginBox input[type=text],
#loginBox input[type=password] {
	width:300px;
}
#loginBox p {
	margin: 15px 0;
	font-weight:bold;
}
.codeimg {
	cursor:pointer;
	vertical-align:bottom;
	padding-bottom:1px;
}
.formarea {
	color: #333;
	padding: 3px;
	line-height: 160%;
	border:1px solid #bec0c2;
}
.formfield {
	color: #333;
	border:1px solid #bec0c2;
	padding: 3px;
}

textarea,
input,
select {
	font-size: 12px;
	font-family: Arial, sans-serif;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
textarea {
	padding:2px;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	border: 0 none;
}
select {
	padding: 1px;
}
select option {
	padding: 2px 10px 2px 2px;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}



.list_td {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	clear: both;
	margin: 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.list_td * {
	word-wrap: break-word;
}
.list_td th {
	background:#ddd;
	line-height:20px;
	font-size:13px;
	text-align:left;
	padding: 6px 5px 4px 7px;
}
.list_td tbody td.check-column {
	padding-top: 10px;
}
.list_td td {
	padding: 6px 5px 5px 7px;
	border-bottom:1px solid #ddd;
	line-height:20px;
	vertical-align:top;
}
.list_td tr.odd { background:#f9f9f9;}
.list_td tr.highlight { background:#ffffff;}
.list_td tr.selected { background:#ffffaa;}

.ajaxmsg {
	position:absolute;
	font-size:14px;
	padding:5px 8px;
	background:#f00;
	color:#fff;
	display:hidden;
	text-align:center;
}
.ajaxdiv {
	border:1px solid #ddd;
	background:#f8f8f8;
	position:absolute;
	padding:8px;
	line-height:24px;
	display:auto;
}
.ajaxdiv H2 {
	border-bottom:1px dashed #ccc;
	font-size:14px;
	line-height:26px;
	margin-bottom:15px;
}
.ajaxdiv H2 a {
	font-weight:400;
	float:right;
}

/*本页消息*/
#message {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.updated {
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*end 本页消息*/
.inputdiv {
	margin: 5px 0;
	padding: 10px;
}
.checkinput {
	background:#FBE3E4;
}
.desc {
	color: #990000;
}
.multipage {
	font-weight: bold;
	line-height:22px;
	float:right;
}
.records {
	font-weight: bold;
	line-height:22px;
	float:left;
}
.pageinfo {
	margin: 15px 0;
	clear:both;
}
.op_text {
	font-weight: bold;
}
.op_text a {
	margin-right:10px;
}
.screenshot {
	overflow: hidden;
	width: 300px;
	border: 1px solid #ccc;
	background: #f1f1f1;
}
.template_now {
}
.template_now .pic {
	padding:5px;
	width:220px;
	border:1px solid #CCC;
	background:#eee;
	overflow: hidden;
	float:left;
}
.template_now .info {
	padding:5px;
	float:left;
}
.template_now .info ul li {
	list-style-type: none;
	padding-bottom: 8px;
	margin-left: 10px;
}
.template_list {
	list-style-type: none;
	width: 33%;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.template_list a.screenshot {
	width: 220px;
	height: 180px;
	display: block;
	background: #f1f1f1;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	overflow: hidden;
}
.template_list ul li {
	padding-bottom: 5px;
}
.yes {
	color:#009933;
}
.selectyes {
	background:#009933;
	color:#fff;
}
.no {
	color:#990000;
}
.selectno {
	background:#990000;
	color:#fff;
}
.p_nav {
	font-weight: bold;
	text-align: right;
}

.alt {
	background:#fff;
}
.alt2 {
	background:#eee;
}
span.description
{
	font-family:Trebuchet MS,verdana, Helvetica, sans-serif;
}

.clear {
	clear:both;
}

img.attach {
	float:right;
	margin-bottom: -3px;
	margin-left: 5px;
}

.break { word-break: break-all; word-wrap:break-word; }
.comment-title {
	margin-bottom:8px;
}
img.comment-avatar {
	float:left;
	margin: 5px 10px 0 0;
}
#saxbody-content {
	width: 100%; 
	line-height: 20px;
	float:left;
}
#saxbody-content label {
	display: block;
	padding: 2px 0;
}
#saxbody-content h2 {
	margin:15px 0px;
	font-size: 16px;
}
#saxbody-content ul.info li
{
	margin:0;
	color:#444;
	line-height:22px;
	height:22px;
}
#saxbody-content ul.info li span
{
	margin-right:15px;
	font-weight: bold;
}
#saxbody-content-top {
	margin: 15px 0 15px 0;
}

#saxbody-content thead tr th,
#saxbody-content tfoot tr th {
	color: #333;
	background: #dfdfdf url(images/gray-grad.png) repeat-x scroll left top;
}

.form-field {
	margin-bottom:15px;
}

.tdline {
	vertical-align: top;
}
.tdline .tdtitle {
	font-weight: bold;
	width: 20%;
	word-break: break-all;
	word-wrap:break-word;
}
.tdline .tdcontent {
	width: 80%;
	word-break: break-all;
	word-wrap:break-word;
	line-height:20px;
	color: #333;
}
.tdline .tdcontent span {
	color: #888;
}
div.submit {
	margin:10px 0;
/*
	border-top:1px solid #ccc;
	padding:15px 0;
*/
}
.dashboard-element,
.box {
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
	line-height: 1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.dashboard-element label {
	margin: 3px;
}
.dashboard-element h3,
.alert {
	font-weight:bold;
	padding:8px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	background: #dfdfdf url("images/gray-grad.png") repeat-x left top;
	text-shadow: #fff 0 1px 0;
}
.dashboard-element input[type="text"],
.dashboard-element textarea {
	border: 1px solid #DFDFDF;
}
.dashboard-element .element-info,
.alertmsg {
	line-height: 18px;
	padding:6px;
}
.dashboard-element .element-info li {
	line-height: 22px;
}
.dashboard-element .element-desc {
	padding:4px 0;
	line-height:20px;
}

.popupmenu_popup {
	border: #ccc 1px solid;
	padding: 1px;
	background: #fff;
	overflow: hidden;
}





.attachctrl { width: 40px }
.attachdel { width: 40px }
.upfilelist { 
	overflow-y: visible;
	height: auto !important;
	overflow-x: hidden;
	overflow: auto;
	height: 140px;
	margin-bottom: 10px;
}

.sim_upfile {
	bottom: 300px;
	overflow: hidden;
	*margin-left: 15px;
	z-index: 15;
	bottom: 21px;
	left: 1px;
	background-position: 70px 0;
}
.sim_upfile input {
	position: absolute;
	margin-left: -19px;
	*margin: 3px 0 0 -24px;
	width: 70px;
	height: 20px;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}

.subsubsub {
	float:left;
}
.subsubsub a {
	text-decoration: none;
}
.subsubsub a.current {
	color: #000;
	font-weight: bold;
}

.subsubsub a .count {
	color: #999;
	font-weight: normal;
}

.subsubsub li {
	display: inline;
	margin-right: 12px;
}

#element-left
{
	float:left;
	width:200px;
	margin-right:-200px;
}
#element-left h2
{
	margin:0;
}

#element-right
{
	margin:0 20px 0 215px;
	width:auto;
}

#element-left ul li
{
	list-style:none;
	line-height:24px;
}












/* Tables used on comment.php and option/setting pages */

.form-table {
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin-top: 15px;
}

.form-table td {
	padding: 0 0 25px 0;
	line-height: 20px;
}


#adminmenu {
	float: left;
	clear: left;
	width: 145px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: -160px;
	position: relative;
	padding: 0;
}
/* menu */
#adminmenu * {
	border-color: #e3e3e3;
}

#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
	background: transparent url(images/menu-bits.gif) no-repeat scroll left -207px;
}

#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
#adminmenu .wp-menu-open .wp-menu-toggle {
	background: transparent url(images/menu-bits.gif) no-repeat scroll left -109px;
}

#adminmenu a.menu-top {
	background: #f1f1f1 url(images/menu-bits.gif) repeat-x scroll left -379px;
}

#adminmenu .wp-submenu a {
	background: #FFFFFF url(images/menu-bits.gif) no-repeat scroll 0 -310px;
}

#adminmenu .wp-has-current-submenu ul li a {
	background: none;
}

#adminmenu .wp-has-current-submenu ul li a.current {
	background: url(images/menu-dark.gif) top left no-repeat !important;
}

#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu .menu-top .current {
	background: #6d6d6d url(images/menu-bits.gif) top left repeat-x;
	border-color: #6d6d6d;
	color: #fff;
	text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
}

#adminmenu li.wp-has-current-submenu .wp-submenu,
#adminmenu li.wp-has-current-submenu ul li a {
	border-color: #aaa !important;
}

#adminmenu li.wp-has-current-submenu ul li a {
	background: url(images/menu-dark.gif) bottom left no-repeat !important;
}

#adminmenu li.wp-has-current-submenu ul {
	border-bottom-color: #aaa;
}

#adminmenu li.menu-top .current:hover {
	border-color: #B5B5B5;
}

#adminmenu .wp-submenu .current a.current {
	background: transparent url(images/menu-bits.gif) no-repeat scroll  0 -289px;
}

#adminmenu .wp-submenu a:hover {
	background-color: #EAF2FA !important;
	color: #333 !important;
}

#adminmenu .wp-submenu li.current,
#adminmenu .wp-submenu li.current a,
#adminmenu .wp-submenu li.current a:hover {
	color: #333;
	background-color: #f5f5f5;
	background-image: none;
	border-color: #e3e3e3;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
}

#adminmenu .wp-submenu ul {
	background-color: #fff;
}

#adminmenu .wp-submenu .wp-submenu-head {
	background-color: #F1F1F1;
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
	background-color: #EAEAEA;
	border-color: #aaa;
}

#adminmenu div.wp-submenu {
	background-color: transparent;
}

/* menu icons */
#adminmenu #menu-main div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -61px -33px;
}

#adminmenu #menu-main:hover div.wp-menu-image,
#adminmenu  #menu-main.wp-has-current-submenu div.wp-menu-image,
#adminmenu  #menu-main.current div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -61px -1px;
}

#adminmenu #menu-article div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -151px -33px;
}
#adminmenu #menu-article:hover div.wp-menu-image,
#adminmenu #menu-article.wp-has-current-submenu div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -151px -1px;
}

#adminmenu #menu-attachment div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -121px -33px;
}
#adminmenu #menu-attachment:hover div.wp-menu-image,
#adminmenu #menu-attachment.wp-has-current-submenu div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -121px -1px;
}

#adminmenu #menu-link div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -91px -33px;
}
#adminmenu #menu-link:hover div.wp-menu-image,
#adminmenu #menu-link.wp-has-current-submenu div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -91px -1px;
}

#adminmenu #menu-comment div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -31px -33px;
}
#adminmenu #menu-comment:hover div.wp-menu-image,
#adminmenu #menu-comment.wp-has-current-submenu div.wp-menu-image,
#adminmenu #menu-comment.current div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -31px -1px;
}

#adminmenu #menu-category div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -272px -33px;
}
#adminmenu #menu-category:hover div.wp-menu-image,
#adminmenu #menu-category.wp-has-current-submenu div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -272px -1px;
}

#adminmenu #menu-user div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -301px -33px;
}
#adminmenu #menu-user:hover div.wp-menu-image,
#adminmenu #menu-user.wp-has-current-submenu div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -301px -1px;
}

#adminmenu #menu-template div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -1px -33px;
}
#adminmenu #menu-template:hover div.wp-menu-image,
#adminmenu #menu-template.wp-has-current-submenu div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -1px -1px;
}

#adminmenu #menu-tools div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -211px -33px;
}
#adminmenu #menu-tools:hover div.wp-menu-image,
#adminmenu #menu-tools.wp-has-current-submenu div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -211px -1px;
}

#adminmenu #menu-configurate div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -241px -33px;
}
#adminmenu #menu-configurate:hover div.wp-menu-image,
#adminmenu #menu-configurate.wp-has-current-submenu div.wp-menu-image {
	background: transparent url("images/menu.png") no-repeat scroll -241px -1px;
}
/* end menu */

/* side admin menu */
#adminmenu * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#adminmenu .wp-submenu {
	display: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	border-width: 1px 0 0;
	border-style: solid none none;
}

#adminmenu .wp-submenu a {
}

#adminmenu .wp-submenu li.current,
#adminmenu .wp-submenu li.current a,
#adminmenu .wp-submenu li.current a:hover {
	font-weight: bold;
}

#adminmenu a.menu-top,
#adminmenu .wp-submenu-head {
}

#adminmenu div.wp-submenu-head {
	display: none;
}

#adminmenu li.wp-menu-open .wp-submenu,
.no-js #adminmenu .open-if-no-js .wp-submenu {
	display: block;
}

#adminmenu div.wp-menu-image {
	float: left;
	width: 28px;
	height: 28px;
}

#adminmenu li {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#adminmenu a {
	display: block;
	line-height: 18px;
	padding: 1px 5px 3px;
}

#adminmenu li.menu-top {
	min-height: 26px;
}

#adminmenu a.menu-top {
	line-height: 18px;
	min-width: 10em;
	padding: 5px 5px;
	border-width: 1px 1px 0;
	border-style: solid solid none;
}

#adminmenu .wp-submenu a {
	margin: 0;
	padding-left: 12px;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
}

#adminmenu .menu-top-last ul.wp-submenu {
	border-width: 0 0 1px;
	border-style: none none solid;
}

#adminmenu .wp-submenu li {
	padding: 0;
	margin: 0;
}

#adminmenu .menu-top-first a.menu-top,
#adminmenu .wp-submenu .wp-submenu-head {
	border-width: 1px 1px 0;
	border-style: solid solid none;
	-moz-border-radius-topleft :6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

#adminmenu .menu-top-last a.menu-top {
	border-width: 1px;
	border-style: solid;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#adminmenu li.wp-menu-open a.menu-top-last {
	border-bottom: 0 none;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#adminmenu img.wp-menu-image {
	float: left;
	padding: 8px 6px 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#adminmenu li.menu-top:hover img.wp-menu-image,
#adminmenu li.wp-has-current-submenu img.wp-menu-image {
	opacity: 1;
	filter: alpha(opacity=100);
}

#adminmenu a.separator {
	cursor: w-resize;
	height: 20px;
	padding: 0;
}

#adminmenu .wp-submenu .wp-submenu-head {
	border-width: 1px;
	border-style: solid;
	padding: 6px 4px 6px 10px;
	cursor: default;
}

#adminmenu li.menu-top-last .wp-submenu ul {
	border-width: 0 0 1px;
	border-style: none none solid;
}

#adminmenu .wp-menu-toggle {
	width: 22px;
	clear: right;
	float: right;
	margin: 1px 0 0;
	height: 27px;
	padding: 1px 2px 0 0;
	cursor: default;
}

#adminmenu li.wp-has-current-submenu ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#adminmenu .wp-menu-image a {
	height: 24px;
}

#adminmenu .wp-menu-image img {
	padding: 6px 0 0 1px;
}

/* end side admin menu */
#adminmenu li.current a #awaiting-mod,
#adminmenu li.current a .update-plugins,
#adminmenu li.wp-has-current-submenu a .update-plugins,
#adminmenu li.wp-has-current-submenu a .update-plugins {
	background-color: #ddd;
	color: #000;
	text-shadow: none;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
	-khtml-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
	box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

#adminmenu li.current a:hover #awaiting-mod,
#adminmenu li.current a:hover .update-plugins,
#adminmenu li.wp-has-current-submenu a:hover #awaiting-mod,
#adminmenu li.wp-has-current-submenu a:hover .update-plugins {
	background-color: #264761;
	color: #fff;
}

/*icon*/
#icon-main {
	background: transparent url(images/icons32.png) no-repeat -137px -5px;
}

#icon-attachment {
	background: transparent url(images/icons32.png) no-repeat -251px -5px;
}

#icon-link {
	background: transparent url(images/icons32.png) no-repeat -190px -5px;
}

#icon-article {
	background: transparent url(images/icons32.png) no-repeat -312px -5px;
}

#icon-comment {
	background: transparent url(images/icons32.png) no-repeat -72px -5px;
}

#icon-category {
	background: transparent url(images/icons32.png) no-repeat -552px -5px;
}

#icon-template {
	background: transparent url(images/icons32.png) no-repeat -11px -5px;
}

#icon-user {
	background: transparent url(images/icons32.png) no-repeat -600px -5px;
}

#icon-tools {
	background: transparent url(images/icons32.png) no-repeat -432px -5px;
}

#icon-configurate {
	background: transparent url(images/icons32.png) no-repeat -492px -5px;
}

.icon32 {
	float: left;
	height: 36px;
	width: 36px;
}
/*navlink*/
.navlink {
	margin:15px 0;
	height:36px;
	line-height: 36px;
	-x-system-font:none;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
}
.navlink .icon32 {
	float: left;
	height: 36px;
	width: 36px;
}
.navlink .text {
	float: left;
	margin-left:10px;
}
.buttonsDiv {
	float:left;
}

input[type=button],
input[type=reset],
input[type=submit],
.buttons {
	background: #f2f2f2 url(images/white-grad.png) repeat-x scroll left top;
	color:#666;
	border-color: #bbb;
	text-decoration: none;
	line-height: 16px;
	padding: 3px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.buttons:hover {
	background: #f2f2f2 url(images/white-grad-active.png) repeat-x scroll left top;
	color: #000;
	border-color: #666;
}

.submit input {
	border-color: #298cba;
	font-weight: bold;
	color: #FFF !important;
	background: #21759B url(images/button-grad.png) repeat-x scroll left top;
}

.submit input:hover {
	border-color: #369;
	background: #21759b url(images/button-grad-active.png) repeat-x scroll left top !important;
}

ol.numlist {
	margin-left:35px;
}


.meta-op {
	float:left;
	margin:20px 0 0 30px;
}
.meta-op h3 {
	font-size:16px;
}
