html, body {
	color:#463d37;
	font-family:Arial,Tahoma,Verdana,serif;
	font-size:1em;
 	background:#fff;
	margin:0;
	padding:0;
	min-width:1000px;
	max-width:1400px;
	background:#d9dad4;
	height:100%;
}
body {
	font-size:0.75em;
}
#body {
	min-height:100%;
	_height:100%;
	position:relative;
}


/* common */
.txt ul li {list-style-type: square; list-style-image: url(../img/li.gif);}
.txt th,
.txt td {
	_font-size:0.75em;
}
.xhtml-inline div.xhtml {padding: 0; margin: 0; display: inline;}
p {
	margin:0;
	padding:0 0 12px;
}
.widget ul{
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0 0 12px;
}
.widget ol {
	clear:both;
	margin:0;
	padding:0 0 12px;
}
.widget li {
	margin-left:20px;
}
.txt a img {
	border:none;
}
.br {
	clear: both;
}
#header {
	background:#fff;
}
.post-all {
 font-size:0.9em;
 padding:2px 0;
 text-align:center;
}
.xhtml {
	margin:0;
	padding:0;
	_padding:1px 0;
	position:relative;
}
.template {display: none;}


/* links */
a {
	color:#3a3e45;
}
a:hover {
	color:#239ecd !important;
}
/* header-link */
a.h3, span.h3 {
	font-weight:bold;
}
/* rss-link */
a.rss {
	background:transparent url(../img/rss.gif) no-repeat left top;
	float:right;
	margin:7px 13px 0 0;
	position:relative;
	height:15px;
	overflow:hidden;
	padding-left:39px;
	width:0;
	_width:39px;
}
/* link-with-blocked-ico */
a.blocked {
	background:url(../img/blocked.png) no-repeat left top;
	_background-image:url(../img/blocked.gif);
	padding-left:25px;
	padding-bottom:3px;
}


/* project archivation */
.project_archived {
	width: 100%;
	padding: 16px;
	text-align: center;
	background: #800;
	color: #fff;
}
.project_archived a {
	color: #fff;
}


/* default layout wrapper */
/* 3 column layout*/
#m-wrap {
	border-top:1px solid #e1e1dd;
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
	padding-bottom:116px;
}
#m-wrap.white {
	background:#f5f5f5;
}
#m-wrap .l-wrap {
    float:left;
    width:200%;
    margin-left:-255px;
    position:relative;
    right:100%;
}
#m-wrap .r-wrap {
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:510px;
}
#m-wrap .c-wrap {
    float:left;
    width:50%;
    position:relative;
    right:255px;
}
/* center column */
#m-wrap .c-layout {
    margin:0 249px;
    position:relative;
    left:200%;
}
/* left column */
#m-wrap .l-layout {
    float:left;
    float:right;
    width:237px;
    position:relative;
    right:9px;
}
/* right column */
#m-wrap .r-layout {
    float:left;
    float:right;
    width:237px;
    margin-right:27px;
    position:relative;
    left:50%;
}
#m-wrap.white .r-layout {
    width:225px;
    padding-right:6px;
}

/* 2 column layout*/
#m2-wrap {
	background:#fff;
	border-top:1px solid #dfe0dc;
	position:relative;
    clear:both;
    float:left;
    width:100%;
	overflow:hidden;
	padding-bottom:116px;
}
#m2-wrap .l-wrap {
    float:left;
    width:200%;
    margin-left:-255px;
    position:relative;
    right:100%;
}
#m2-wrap .r-wrap {
    float:left;
    width:50%;
    position:relative;
    left:50%;
}
/* left column */
#m2-wrap .l-layout {
    margin:0 0 0 270px;
    overflow:hidden;
    position:relative;
}
/* right column */
#m2-wrap .r-layout {
    float:right;
    width:225px;
    position:relative;
    left:240px;
}
#m-wrap .c-layout .txt {
	overflow:hidden;
}
#m-wrap .l-layout .txt,
#m-wrap .r-layout .txt {
	overflow:hidden;
}


/* footer */
#footer {
	clear:both;
	float:left;
	font-size:1.1em;
	/*margin-top:40px;*/
	width:100%;
	text-align:center;
	margin:-116px 0 0;
	position:relative;
}
/* cache info */
#footer .stat {
	background:#eee;
	color:#666;
	font-size:0.85em;
	padding:5px 10px 6px;
}
#footer .stat span {
	padding:0 20px 0 0;
}
#footer .stat i {
	font-style:normal;
	color:#000;
}
#footer .stat i.no_cache {
	color:#000088;
}
#footer .stat i.cached {
	color:#008835;
}
#footer .stat i.miss {
	color: #800;
}
#footer .stat i.cached_partially {
	color: #880;
}
#footer .stat i.cached_directly {
	color: #080;
}
/* copyright */
#footer .copy {
	background:#716058;
	color:#e5e5e5;
	padding:10px 10px 65px
}
#footer .copy a {
	color:#e5e5e5;
}


/* top menu */
#top-menu {
	background:#fefefd url(../img/topm-bg.gif) repeat-x left top;
}
#top-menu li a,
#top-menu li a:hover {
	color: #000 !important;
	text-decoration: none;
	border-bottom: 1px solid #808080;
}
#top-menu ul.level a,
#top-menu li.select a,
#top-menu ul.level a:hover,
#top-menu li.select a:hover {
	color: #fff !important;
}
/* common styles */
#top-menu ul {
	background:#fefefd url(../img/topm-bg.gif) repeat-x left top;
	list-style-type:none;
	height:1%;
	margin:0;
	padding:0;
}
#top-menu ul:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* second line menu styles */
#top-menu ul.level {
	clear:both;
	background:#000;
	font-size:1.1em;
}
/* right menu styles */
#top-menu ul.right {
	float:right;
}
#top-menu li {
	float:left;
	margin:0;
	padding: 3px 10px 6px;
}
#top-menu ul.level li {
	padding-bottom: 5px;
}
#top-menu ul.level li.dd- {
	float: right;
	padding: 2px 2px 0;
}
#top-menu ul.level li.dd- select {
	font-size: .8em;
}
#top-menu li.select {
	background:#000;
}


/* pager */
.pager {
	list-style-type:none;
	margin:20px auto 0;
	height:1%;
	padding:0;
	width:35em;
}
.pager:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.pager li {
	float:left;
	padding:0;
	margin:0 1px;
}
.pager a,
.pager b,
.pager span {
	display:block;
	font-weight:bold;
	padding:3px 4px;
	text-decoration:none;
}
.pager a {
	background:#fff;
}
.pager b {
	background:#e2e2db;
}

.pager .first a,
.pager .last a {
	background:none;
	color:#655641;
	text-decoration:underline;
}


/* admin settings menu 'menu_community|project_settings' */
.settings {
	background:#f5f5f5;
	margin:0 -9px;
	padding:0;
}
.settings h2 {
	background:none;
	border:none;
	border-bottom:1px solid #e0e0dd;
	color:#736357;
	font-size:1.2em;
	padding:1px 14px 6px;
	margin:0 4px;
}
.settings ul {
	list-style-type:none;
	margin:0;
	padding:0 4px;
}
.settings li {
	border-bottom:1px solid #d1d1d2;
	padding:0;
	margin:0;
}
.settings li .wrap {
	padding:9px 28px;
}
.settings li.select {
	background:#deddd7;
	border-bottom:none;
	margin-top:-1px;
}
.settings a {
	text-decoration:none;
}
.settings li.select .wrap {
	color:#592d10;
	font-weight:bold;
}
.settings .before,
.settings .after {
	height:2px;
}
.settings .before .l-corner {
	background:transparent url(../img/setting.gif) no-repeat left top;
	width:2px;
}
.settings .before .r-corner {
	background:transparent url(../img/setting.gif) no-repeat -2px top;
	width:2px;
}
.settings .after .l-corner {
	background:transparent url(../img/setting.gif) no-repeat left -2px;
	width:2px;
}
.settings .after .r-corner {
	background:transparent url(../img/setting.gif) no-repeat -2px -2px;
	width:2px;
}

/* popup menu 'add widget' */
.ico .before,
.ico .after {
	height:4px;
}
.ico .before .l-corner {
	background:transparent url(../img/wrap-cor.gif) no-repeat left top;
	width:4px;
}
.ico .before .r-corner {
	background:transparent url(../img/wrap-cor.gif) no-repeat -4px top;
	width:4px;
}
.ico .before .bg-corner {
	background:#d9dad4;
	margin:0 4px;
}
.ico .after .l-corner {
	background:transparent url(../img/wrap-cor.gif) no-repeat left -4px;
	width:4px;
}
.ico .after .r-corner {
	background:transparent url(../img/wrap-cor.gif) no-repeat -4px -4px;
	width:4px;
}
.ico .after .bg-corner {
	background:#d9dad4;
	margin:0 4px;
}
.ico .txt {
	background:#d9dad4;
	border-left:1px solid #d9dad4;
	border-right:1px solid #d9dad4;
	border-top:none;
	color:#655641;
	
}
.ico .txt li {
	list-style-type: none !important; list-style-image: none !important;
}
.widget-list {
	list-style-type:none;
	height:1%;
	margin:-25px 0 10px !important;
	padding:0 !important;
}
.widget-list:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.widget-list li {
	float:left;
	margin:25px 20px 0 0 !important;
	padding:0 !important;
}
.widget-list li.last {
	margin-right:0 !important;
}
.widget-list a:hover,
.widget-list a {
	background: url(../img/wrap.jpg) no-repeat left -54px;
	border:none;
	color:#fff !important;
	cursor:pointer;
	font-family:Tahoma,Verdana,serif;
	display:block;
	font-weight:bold;
	height:0;
	text-align:center;
	_height:54px;
	width:174px;
	padding:17px 10px 37px;
}
.widget-list a.wide {
	padding:10px 10px 44px;
}
.widget-list a.disabled,
.widget-list a.disabled:hover {
	background-position: left top;
	color:#737165 !important;
	cursor:default;
}
.admin .before {
	background:#fff;
}


/* widget 'communities list' */
.widget .list {
	padding:0;
}
.widget .list {
	padding-top:1px;
}
.widget .list li {
	list-style-type: none !important; list-style-image: none !important;
	height:1%;
	margin:0;
	padding:0 0 27px;
}
.widget .list li.last {
	padding-bottom:12px;
}
.widget .list li:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.widget .list li img {
	border:3px solid #fff;
}
.widget .list li .info {
	background:none;
	padding:0;
	float:left;
	padding-left:8px;
	width:135px;
	margin-top:-1px;
}
.widget .width li .info {
	width:84%;
}
.widget .list li span {
	color:#c1760e;
	display:block;
}
.widget .width li span {
}
.widget .list li .static {
	display:block !important;
	float:left;
	width:56px;
}


/* widget 'statistics' */
.widget .stat {
	padding:0;
}
.widget .stat {
	color:#736357;
}
.widget .stat a {
	color:#736357;
}
.widget .stat li {
	list-style-type: none !important; list-style-image: none !important;
	margin:0;
	padding:0 0 9px;
}
.widget .stat li.last {
	padding-bottom:12px;
}


/* widget 'last posts' */
.msg {
	color:#989da7;
}
.l-layout .msg,
.r-layout .msg {
	padding-bottom:0;
	margin-bottom:-2px;
}
.msg a.h3,
.msg .right a.h3 {
	color:#592d10;
	font-size:1.2em;
}
.msg .colored a.h3 {
	display:block;
	margin:0 10px;
}
.msg a.h3 {
	display:block;
	margin-left:55px;
}
.msg li {
	list-style-type: none !important; list-style-image: none !important;
	margin-left:0;
	padding-bottom:4px;
	margin:0;
	position:relative;
}
.msg li.colored {
	background:#eaebe7;
	padding-top:6px;
	margin-bottom:3px;
}
.msg .top {
	background:#eff0ed;
	padding-bottom:5px;
}
.msg .left {
	float:left;
	font-size:0.8em;
	padding-right:10px;
	text-align:right;
	width:45px;
	padding-top:.9em;
	position:relative;
}
.msg .right div {
	padding-top:7px;
}
.msg .top div a {
	color:#736357;
}
.msg .bottom {
	background:#f6f6f5;
	clear:both;
	padding-top:5px;
}
.msg .colored .bottom {
	padding:6px 10px 3px;
}
.msg .bottom .right {
	height:1%;
	position:relative;
}
.msg .bottom .right:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.msg .bottom .right .right {
	border-left:1px solid #d7d8d3;
	float:right;
	font-size:0.8em;
	text-align:right;
	padding:5px 15px 12px 0;
	margin-top:-2px;
	width:165px;
}
.msg .bottom .right .right a {
	font-size:1.5em;
	font-weight:bold;
}
.msg .bottom .left {
	padding-top:0.7em;
}
.msg .bottom .right .left {
	font-size:1em;
	float:none;
	text-align:left;
	padding:0;
	width:auto;
}
.msg .bottom span {
	border:1px solid #d7d8d3;
	float:left;
	margin-right:10px;
}
.msg .bottom span img {
	border:1px solid #f6f6f5;
}
.msg .bottom a {
	color:#592d10;
	position:relative;
	top:-2px;
}
.msg .bottom i {
	display:block;
	font-style:normal;
	margin-top:-1px;
}
.msg .narrow {
	padding:4px 10px 6px;
	height:1%;
}
.msg .narrow:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

.msg .narrow span {
	clear:both;
	float:left;
	font-size:0.8em;
	text-align:right;
	width:15px;
	padding-top:2px;
}
.msg .narrow span img {
	margin-top:0.3em;
}
.msg .narrow a {
	float:left;
	color:#736357;
	padding-left:5px;
	width:155px;
}
.msg .last {
	color:#989da7;
	font-size:0.8em;
	text-align:right;
	padding:3px 10px 2px;
}
.msg .last a {
	color:#592d10;
	font-size:1.8em;
	font-weight:bold;
}
.msg .info {
	color:#463d37;
	padding:3px 10px 2px;
}
.msg .info p {
	padding:0 0 4px;
}


/* widget 'last comments' */
.msg2 {
	margin:0;
	padding:0 !important;
	position:relative;
}
.msg2 a.h3 {
	color:#592d10;
	font-size:1.2em;
}
.msg2 li {
	list-style-type: none !important; list-style-image: none !important;
	background:#f5f6f4;
	border-left:1px solid #d1cfc7;
	border-right:1px solid #d1cfc7;
	_border-bottom:1px solid #fff;
	color:#463d37;
	margin:0;
	padding:12px 15px 0;
	position:relative;
}

.msg2 li.spacer {
	background:#fff;
	height:2px;
	overflow:hidden;
	padding:0;
	_display:none;
}
.msg2 li.spacer span {
	background:#fff;
	display:block;
	height:2px;
	overflow:hidden;
}
.msg2 span {
	font-size:0.8em;
	padding-right:6px;
	margin-left:-1px;
}
.msg2 .inf {
	color:#989da7;
	padding-top:5px;
}
.msg2 .inf a {
	color:#736357;
}
.msg2 .inf2 {
	padding:7px 0 7px 39px;
}
.msg2 .inf2 a {
	color:#592d10;
	position:relative;
	top:-2px;
}
.msg2 .inf2 span {
	border:1px solid #d7d8d3;
	float:left;
	margin-right:10px;
	position:relative;
}
.msg2 .inf2 span img {
	border:1px solid #f6f6f5;
}
.msg2 .inf2 i {
	color:#989da7;
	display:block;
	font-style:normal;
	margin-top:-2px;
}
.msg2 p {
	clear:both;
	padding:4px 0 11px;
}


/* widget 'active members' */
.msg3 {
	padding:0 !important;
	}
.msg3 li {
	list-style-type: none !important; list-style-image: none !important;
	border-bottom:1px solid #d9dad4;
	color:#969494;
	margin:0 -7px;
	padding:5px 15px 5px 7px;
	height:1%;
}
.msg3 li:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.l-layout .msg3 li {
	margin:0 -13px;
	padding:5px 17px;
}
.msg3 li.last {
	border:none;
	padding-bottom:0;
	margin-bottom:-5px;
}
.msg3 span {
	border:1px solid #d7d8d3;
	float:left;
	margin-right:10px;
	margin-bottom:0.4em;
}
.msg3 span img {
	border:1px solid #f6f6f5;
}
.msg3 a {
	color:#754c24;
	position:relative;
	top:-2px;
}
.msg3 .h3 {
	font-size:1.2em;
}
.msg3 i {
	display:block;
	font-style:normal;
	margin-bottom:3px;
}
.msg3 p {
	padding:12px 0 0;
}
.msg3 .count {
	color:#754c24;
	/*color:#603913;*/
	float:right;
	font-weight:bold;
	padding-bottom:0.4em;
}


/* widget 'most active' center colunm */
.floating {
	height:1%;
}
.floating:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.floating .left {
	float:left;
	width:49.9%;
}
.floating .left .wrap {
	padding-right:8px;
}
.floating .right {
	float:left;
	width:49.9%;
}
.floating .right .wrap {
	padding-left:8px;
}


/* 'active member' selector */
.act {
	height:1%;
	margin:0 0 10px;
}
.act:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.act a.left,
.act a.right {
	border-bottom:1px dashed #aec6ca;
	color:#aec6ca;
	display:block;
	padding:0;
	text-decoration:none;
	width:auto;
	cursor:pointer;
}
.act a.left {
	float:left;	
}
.act a.right {
	float:right;	
}
.act a.left span,
.act a.right span {
	color:#592d10;
	font-weight:bold;
	display:block;
	padding:5px 0 0;
}
.act a.select {
	background-image:url(../img/sel-l.png);
	background-repeat:no-repeat;
	background-position:left top;
	_background-image:url(../img/sel-l.gif);
	border:none;
	padding-left:9px;
	cursor:text;
}
.act a.select span {
	background:url(../img/sel-r.png) no-repeat right bottom;
	_background-image:url(../img/sel-r.gif);
	color:#0076a3;
	padding:5px 0;
	padding-right:9px;
}


/* widget 'secton list' */
.msg4 {
	margin:0;
	padding:0;
}
.msg4 li {
	list-style-type: none !important; list-style-image: none !important;
	font-weight:bold;
	margin:0;
	padding:0;
}
.msg4 li span {
	display:block;
	padding:7px 0 6px 10px;
	height:1%;
}
.msg4 li.select {
	background:#e4b785 url(../img/l-sec-t.gif) no-repeat left top;
}
.msg4 .select span {
	background:url(../img/r-sec-t.gif) no-repeat right top;
}
.msg4 .select .l-t {
	background:url(../img/l-sec-b.gif) no-repeat left bottom;
}
.msg4 .select .r-t {
	background:url(../img/r-sec-b.gif) no-repeat right bottom;
}
.msg4 .select span span {
	background:none;
}
.msg4 a {
	color:#634816;
}
.msg4 i {
	color:#90918b;
	float:right;
	font-style:normal;
	padding-right:10px;
	padding-left:5px;
}
.msg4 i span {
	display:inline;
	height:auto;
	padding:0;
}
.msg4 .blocked {
	background:url(../img/blocked.png) no-repeat left top !important;
	_background-image:url(../img/blocked.gif);
	padding:4px 0;
	padding-left:17px;
}


/* post wrapper */
.msg5 {
	margin:0;
	padding:0;
}
.msg5 li {
	list-style-type: none !important; list-style-image: none !important;
	clear:both;
	margin:0;
	padding:1px 0 0;
	_height:1%;
	_position:relative;
}
.msg5 .xhtml ul li {list-style-type: square !important; list-style-image: url(../img/li.gif) !important;margin-left:20px;}
.msg5 .xhtml ol li {margin-left:20px; list-style-type:decimal !important}

.msg5 li:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.msg5 li.spacer {
	background:url(../img/dot.gif) repeat-x left center;
	height:15px;
	margin:0 -12px;
	overflow:hidden;
}
.msg5 .top {
	height:1%;
}
.msg5 .top:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.msg5 .left a.h3, .msg5 .left span.h3 {
	color:#592d10;
	font-size:1.25em;
}
.msg5 .left a.blocked {
	background:url(../img/blocked.png) no-repeat left top;
	_background-image:url(../img/blocked.gif);
	padding-left:25px;
	padding-bottom:3px;
}
.msg5 .right {
	border-left:1px solid #c7c5b9;
	float:right;
	height:1%;
	padding:4px 0 3px 20px;
	width:175px;
	position:relative;
}
.msg5 .right i {
	color:#736357;
	display:block;
	font-style:normal;
	padding-top:4px;
}
.msg5 .right span {
	height:1%;
	float:right;
}
.msg5 .right span img {
	margin:0;
	padding:0;
}
.msg5 .left span {
	color:#8f908b;
	display:block;
	padding:0 0 3px
}
.msg5 .left div {
	color:#989da7;
	padding:3px 0 4px;
}
.msg5 .left i {
	font-size:0.8em;
	font-style:normal;
}
.msg5 .left a {
	color:#736357;
}
.msg5 .snip {
	clear:both;
}
.msg5 .snip p {
	padding:0 0 7px
}
.msg5 .snip a {
	color:#b05920;
	font-weight:bold;
}
.msg5 .bottom {
	height:1%;
	position:relative;
}
.msg5 .anw {
	background:#e0e1da url(../img/r-lnk.gif) no-repeat right top;
	color:#80807b;
	height:1%;
	float:right;
	font-size:0.8em;
	height:16px;
	_height:33px;
	overflow:hidden;
	text-align:right;
	padding:8px 15px 9px 30px;
	position:relative;
}
.msg5 .anw a {
	font-size:1.5em;
	font-weight:bold;
}
.msg5 .com {
	background:#e0e1da url(../img/l-lnk.gif) no-repeat left top;
	height:1%;
	float:right;
	font-size:0.9em;
	margin-right:2px;
	height:14px;
	_height:33px;
	overflow:hidden;
	padding:9px 25px 10px 15px;
	position:relative;
}








/* from old css */
/* widget edit & popup menu */
.widget-loading {height: 40px; background: url(../img/loader.gif) no-repeat 50% 50%;}
.widget-edit-mode {display: none; text-align: right;margin-bottom:-10px;}
.widget-edit-mode span {margin-left: 4px;}
.widget-add-link {text-align: center; display: none; padding: 10px 0 8px;}
.widget-add-link a {border-bottom: 1px dotted #809194; text-decoration:none;font-size: 8pt;}
.widgets-inner {padding:0 6px 0;}
.cwraper {padding:0 6px 0;}
.cwraper .widgets-inner {padding:0;}
.sp-widget {position: relative; left: 0px; top: 0px;}
.widgets-inner.admin-mode- {border: 2px dashed #71726c; padding:4px 4px 10px;position:relative;}
.widgets-inner.admin-mode- h2 {cursor: move;}
.widgets-inner.admin-mode- .sp-widget {margin-top:0;}
.widget-edit-mode img {border:none;}
.sp-move-handle {cursor: move;}
a.sp-widgets-edit-link {
	border-bottom:1px dashed #809194;
	color:#ba421d;
	display:block;
	float:left;
	font-size:0.9em;
	text-decoration:none;
	position:absolute;
	left:0;
	top:0;
	margin:8px 10px 10px 53px;
}

/* jQuery plugin: Superbox (lightbox) */
#superbox-overlay{background:#e0e4cc;}
#superbox-container .loading{height:32px;margin:0 auto;text-indent:-9999px;background:url(../img/loader.gif) no-repeat 50% 0;}
#superbox-innerbox { height:auto !important;}
#superbox {border:3px solid #433d3b; width:648px !important;}
#superbox .close {padding:0;}
#superbox .close a{float:right;padding:0;cursor:pointer;width:20px;height:0;_height:20px;padding-top:20px;font-size:0;background:url(../img/close.gif) no-repeat left top;}

#superbox .close a span{color:#fff;}
#superbox .nextprev a{float:left;margin-right:5px;padding:0 5px;line-height:20px;background:#333;cursor:pointer;color:#fff;}
#superbox .nextprev .disabled{background:#ccc;cursor:default;}

/* jQueryUI: dialogs */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #666666 url(../img/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-dialog {background: #FFF; border: 1px solid #333;}
.ui-dialog-titlebar {padding: 4px 8px; background: #888; font-size: 120%; cursor: move;}
.ui-dialog-title {color: #FFF;}
.ui-dialog-titlebar-close {position: absolute; right: 8px; top: 8px; float: right;}
.ui-icon {display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;}
.ui-icon-closethick {width: 11px; height: 11px; background: url(../img/close.jpeg);}
.ui-dialog-content {padding: 8px;}
.ui-dialog-buttonpane {padding: 8px; text-align: center;}

/* Forms */
.field {
	overflow:hidden;
	width:100%;
}
.new_css input,.new_css select,.new_css texarea {font-family:Arial,Tahoma,Verdana,serif;border:1px solid #c7c5b9;}
.new_css .field select,.new_css .field textrea {
	width:99%;
}
.new_css .field input.text- {
	width:96%;
	position:relative;
}
fieldset {margin: 10px 0; padding: 12px; border: 1px solid #736357;}
fieldset legend {font-size: 12pt; color: #592d10;}
fieldset label {color: #592d10;}
fieldset .global-comment- {background: #f0eee9; margin-bottom: 10px; padding: 4px;}
div.field {position: relative; margin-bottom: 10px;}
div.field label {
	color:#989da7;
	display: block;
	font-size:0.9em;
	padding-bottom:2px;
}
div.field label.cb- {position: static; display: inline; font-size:1.1em; padding: 0 0 0 4px;color:#463d37;}
div.field label.str- {position: static; display: block;font-size:1.1em;color:#463d37;}

.new_css div.field input.text-,.new_css div.field select {color:#592d10;padding:3px 10px;font-weight:bold;}
.new_css div.field option {padding:0 10px;}
.new_css div.field input.text- {font-size: 1.2em;}
.new_css div.field select {font-size:1em;}
.new_css div.field textarea {width: 96%}
*/
div.field .comment- {color: #736357; font-size: 8.5pt;}
div.field .error- {background: url(../img/error-pointer.gif) no-repeat 12px 0; padding-top: 6px; //padding-top: 5px;}
div.field .error- div {display: inline; background: #800; color: #FFF; padding: 3px;}
div.field-submit {padding-bottom: 10px;}
div.field-submit.red input {background: #800;color: #FFF;}
.star {color: #800;}
div.field .mceLayout {
	width:99% !important;
	height:280px !important;
}
.new_css .field-submit input,
.field-submit input.save {
	background:transparent url(../img/answer.jpg) no-repeat left -37px;
	border:none;
	cursor:pointer;
	display:block;
	height:0;
	_height:37px;
	overflow:hidden;
	padding-top:37px;
	width:119px;
	margin:0 auto;
	font-size:0;
}
.admin .field-submit input {
	display:block;
	margin:0 auto;
}
/* Form informers */
.error {padding: 4px; background: #800; color: #FFF;}
.error a {color: #FFF;}
.error div {}

/* Confirmation form */
div.confirm {background: yellow;}
div.confirm.red {background: #800;}
div.confirm .content- {padding: 8px;}
div.confirm.red .content- {color: #FFF;}
div.confirm.red .content- a {color: #FFF;}
div.confirm .buttons- {padding: 0 8px 8px 0; text-align: right;}
div.confirm .buttons- input {margin-left: 10px;}
div.confirm .buttons- input.ok- {margin-left: 10px;}
div.confirm .buttons- input.cancel- {margin-left: 10px;}
div.confirm .bottom- {padding: 4px 8px; background: #999; color: #FFF; font-size: small;}

