


#topbar
{
	height: 140px;
	border: 0px solid red;
	padding-left: 6px;
	padding-right: 6px;
	background: transparent url(images/backgrounds/fullbg01.jpg);
}



/*  */

* { margin:0; padding: 0 }
option { padding-left: 0.4em }
/** Global fix */
* html body * { overflow:visible; }
* html iframe, * html frame { overflow:auto; }
* html frameset { overflow:hidden; }
html { height: 100%; margin-bottom: 1px; }
body {
	font-size: 100.01%;
	color: #606060;
	background: #fff;
	text-align: center;
}
img
{
	border: 0px;
}
.clearfix:after { 
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.clearfix { 
	display: inline-block;
} 
.clr {
	clear: both;
}
/*------------------------------------------------------------------------------------------------------*/
/** The links */
a, a:visited {
	color: #0f91c5;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus { 
	outline:none;
}
/*------------------------------------------------------------------------------------------------------*/
/** The wrapper */
.wrapper {
	width: 900px;
	margin: 0px auto;
	font-family: Tahoma, Arial, sans-serif;
	text-align:left;
	line-height:1.6em;
	font-size: 0.8em;
}
/** Extend wrapper because of dropshadow */
#subheader .wrapper, #contentarea .wrapper, #footer1 .wrapper, #footer2 .wrapper {
	width: 912px;
}
/*------------------------------------------------------------------------------------------------------*/
/** The header */
#topline {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 0.1em;
	background-color: #2a292a;
	border-bottom: 1px solid #232223;
}
#header {
	margin: 0;
	padding: 0;
	height: 140px;
	background: #3d3d3d url(images/custom/header-bg.png) repeat-x 0 0;
	border-top: 1px solid #5c5c5c;
}
#header h1 {
	margin: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/custom/logo.png) 0 50% no-repeat;
}
#header h1 a {
	display: block;
	width: 251px;
	text-indent: -9999px;
	overflow: hidden;
	height: 100px;
}
/*------------------------------------------------------------------------------------------------------*/
/** The navigation */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/custom/nav-div.gif) 0 100% no-repeat;
}
#nav ul li a {
	float: left;
	display: block;
	width: 130px;
	line-height: 1.3em;
	padding: 5px 8px 6px 8px;
	margin: 0;
	text-decoration: none;
	color: #6c6b6b;
}
#nav ul li a strong, #nav ul li a:visited strong {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #e0e0d5;
}
#nav li a:hover {
	color: #6c6b6b;
	background: #2a292a;
	padding: 4px 7px 6px 8px;
	border-top: 1px solid #232223;
	border-left: 1px solid #232223;
}
#nav li.current a {
	color: #6c6b6b;
	background: #2a292a;
	padding: 4px 7px 6px 8px;
	border-top: 1px solid #232223;
	border-left: 1px solid #232223;
}
#nav ul li a:hover strong {	
	color: #fff;
}
#nav ul li.current a strong {
	color: #fff;
}

.nav{
	padding: 0px 10px 0px 10px;
}


.nav a{
	color: #ffffff;
	background: #2a292a;
	padding: 2px 6px 3px 6px;
	border: 1px solid #ffffff;
}

/*------------------------------------------------------------------------------------------------------*/
/** The subheader */
#subheader {
	margin: 0;
	padding: 0;
	background: #e9e8d4 url(images/custom/shadow-top2.gif) 0 0 repeat-x;
}

#subheader .wrapper {
	padding: 0;
	background: #e9e8d4 url(images/custom/shadowmain.gif) 0 0 repeat-y;
}

#subcontent
{
	border: 0px solid blue;
	height: 110px;
	/* background: transparent url(images/custom/showcase-fullbg.pngx); */
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;

}
#topbarMenu
{
	text-align: left;
	border: 0px solid red;
	height: 24px;
	padding-left: 6px;
	padding-right: 6px;

}

/* menu improvisado */



/*------------------------------------------------------------------------------------------------------*/
/** The content */
#contentarea {
	margin: 0;
	padding: 0;
	background: #e9e8d4 url(images/custom/shadow-top2.gif) 0 0 repeat-x;
}
#contentarea .wrapper {
	padding: 0;
	background: #e9e8d4 url(images/custom/shadowmain.gif) 0 0 repeat-y;
}
#maincontent {
	margin: 0;
	padding: 7px 7px 20px 7px;
	background: transparent url(images/custom/shadowmain-top2.gif) 0 0 no-repeat;
}
/*------------------------------------------------------------------------------------------------------*/
/** The footer */
#footer1 {
	margin: 0;
	padding: 0;
	background-color: #494949;
}
#footer1 .wrapper {
	background: #4d4d4d  url(images/custom/footer2-bg.gif) 0 0 repeat-y;
	color: #aaa;
}
#footer1 .wrapper #fleft {
	padding-left: 20px;
	float:left;
	text-align: left;
}
#footer1 .wrapper #fright {
	padding-right: 20px;
	float: right;
	text-align: right;
}
#footer2 {
	margin: 0;
	padding: 0;
	background-color: #f1f0ec;
}
#footer2 {
	border-bottom:1px solid #d4d3c1;
}
#footer2 .wrapper {
	background: #f2f3ee url(images/custom/footer1-bg.gif) 0 0 repeat-y;
}
#footer1 .wrapper, #footer2 .wrapper {
	padding: 10px 0;
}
#footer2 .wrapper {
	text-align: center;
}
#footer1 a, #footer1 a:visited,
#footer2 a, #footer2 a:visited {
	color: #cccccc;
}
#footer1 a:hover,
#footer2 a:hover {
	color: #000;
}
/*------------------------------------------------------------------------------------------------------*/
/** The pathway */
.pathway {
	list-style-type:none;
	line-height:16px;
}
.pathway li, .breadcrump {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 0.85em;
	line-height: 27px;
}
span.pathway_intro, span.breadcrump_intro {
	line-height: 20px;
	font-weight: bold;
	margin:0;
	padding: 0;
}

/*------------------------------------------------------------------------------------------------------*/
/** The login area */

#subheader {
	color: #000;
}

#usrcenter {
	border: 1px solid yellow;
	background: transparent url(images/custom/showcase-bg.pngx) 0 0 no-repeat;
	height: 95px;
	width: 350px;
	padding: 5px 15px 0 15px;
	margin: 0 0 0 1px;
	float: right;
}
#subheader a, #subheader a:visited {
	color: #000;
	text-decoration: underline;
}
#subheader a:hover {
	color: #fff;
	text-decoration: none;
}
#subheader form input {
	background:#2a292a;
	padding-left:3px;
	width:110px;
	position:relative;
	color:#6c6b6b;
	border:1px solid #ffffff;
	bottom:2px;
}
#subheader form input {
	width:110px;
}
#searchfield form input {
	width:180px;
}
#subheader form input:focus {
	color: #e0e0d5;
}
#subheader form input.submit {
	width:16px;
	height:20px;
	border:none;
	bottom:-3px;
	padding:0;
	background-color: transparent;
}
#loginbox {
	background: transparent url(images/menu-bg.png);
	border: 0px solid red;
	padding: 6px;
	float: right;
}

#avatarbox {
	padding-top: 5px;
	padding-right: 4px;
	float: left;
}

#avatarbox  img{
	width: 65px;
	height: 65px;
}

#loggedin {
	background: transparent url(images/menu-bg.png);
	border: 0px solid red;
	padding: 6px;
	float: right;
	line-height: 15px;
}

#loggedin img
{
	border: 1px solid black;
}

#usrmenu {
	float: right;
	background: transparent url(images/menu-bg.png);
	border: 0px solid #000000;
	padding: 1px 2px 1px 10px;
	margin: 0px;
}
#usrmenu ul {
	line-height: 20px;
	height: 20px;
}
#usrmenu li {
	float: left;
	list-style: none;
	padding: 0 10px 0 20px;
	font-weight: bold;
}
#usrmenu li a, #usrmenu li a:visited, #usrmenu li a:hover {
	text-decoration: none;
}
#usrmenu li.admin {
	background: url(images/register.gif) 0 50% no-repeat;
}
#usrmenu li.profile {
	background: url(images/icons/profile_sm.gif) 0 50% no-repeat;
}
#usrmenu li.msges {
	background: url(images/im_on.gif) 0 50% no-repeat;
}

#usrmenu li.loginout {
	background: url(images/loginout.gif) 0 50% no-repeat;
}
#usrmenu li.register {
	background: url(images/register.gif) 0 50% no-repeat;
}
/*------------------------------------------------------------------------------------------------------*/
/** The smf navigation */
#smfnav {
	border: 0px solid #000000;
	background: transparent url(images/menu-bg.png);
	float: left;
	padding: 1px 2px 1px 2px;
	margin: 0px;
}
#smfnav ul {
	height: 20px;
	line-height: 20px;
}
#smfnav li {
	float: left;
	list-style: none;
	padding: 0 10px 0 20px;
	font-weight: bold;
}
#smfnav li a, #smfnav li a:visited, #smfnav li a:hover {
	text-decoration: none;
}
#smfnav li.home {
	background: url(images/www.gif) 0 50% no-repeat;
}
#smfnav li.help {
	background: url(images/help.gif) 0 50% no-repeat;
}
#smfnav li.search {
	background: url(images/search.gif) 0 50% no-repeat;
}
#smfnav li.calendar {
	background: url(images/calendar.gif) 0 50% no-repeat;
}
#smfnav li.mlist {
	background: url(images/mlist.gif) 0 50% no-repeat;
}
#smfnav li.loginout {
	background: url(images/loginout.gif) 0 50% no-repeat;
}
#smfnav li.register {
	background: url(images/register.gif) 0 50% no-repeat;
}
#smfnav li.profile {
	background: url(images/icons/profile_sm.gif) 0 50% no-repeat;
}
#searchfield {
	border: 0px solid lime;
	float: left;
	font-weight: normal;
	padding-top: 82px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 0px;
}
/*------------------------------------------------------------------------------------------------------*/
/** BoardIndex spesific */
.boards_desc {
	line-height:19px;
}
.boards_desc dt {
	padding: 3px 0 3px 12px;
	font-weight: bold;
	background: #fff url(images/custom/cat-rows.png) 0 0 repeat-x;
	border-top: 1px solid #d4d3c1;
	width: 884px;
	border-left: 1px solid #d5d4c2;
	border-right: 1px solid #d5d4c2;
}
.boards_desc dt a, .boards_desc dt a:visited {
	color:#6e6e6e;
}
.boards_desc dd {
	float:left;
	width:100%;
	background:#313131 url(images/custom/desc-bg.png) 0 0 repeat-x;
	color:#6e6e6e;
	font-weight: bold;
	margin:0;
	padding:3px 0;
}
.boards_desc dd.msgicon_desc {
	width:7%;
	text-align:center;
}
.boards_desc dd.msgbody_desc {
	width:50%;
}
.boards_desc dd.lpost_desc {
	width:23%;
	text-align:left;
}
.boards_desc dd.bstats_desc {
	width:20%;
	text-align:center;
}
ul.c_rows {
	margin-bottom: 20px;
	padding-bottom: 8px;
	background: #fff url(images/custom/c_rows-bg.gif) 0 100% repeat-x;
}
ul.c_rows li {
	margin:0;
	padding: 0;
	list-style: none;
	background: #fff url(images/custom/cat-rows.png) 0 100% repeat-x;
	border-left: 1px solid #d5d4c2;
	border-right: 1px solid #d5d4c2;
	border-bottom: 1px solid #d5d4c2;
}
ul.c_rows li:hover {
	background-color: #e9e8d4;
	background-image: none;
}
.boards {
	list-style-type:none;
	line-height:16px;
	padding-left:10px;
	padding-right:10px;
}
.boards dt,.boards dd {
	float:left;
}
.boards dt {
	width:100%;
	padding-top:5px;
	padding-bottom:4px;
	font-size:150%;
	color:#666;
}
.boards dd.msgicon {
	width:7%;
	margin-bottom:10px;
}
.boards dd.msgbody {
	width:50%;
	margin-bottom:10px;
}
.boards dd.bstats {
	width:150px;
	text-align:center;
	margin-bottom:10px;
	color:#ccc;
	font-size:160%;
	font-weight:700;
	float: right;
}
.boards dd.lpost {
	width:23%;
	text-align:left;
	margin-bottom:10px;
}
.boards .mods {
	font-size:90%;
	margin-bottom:10px;
}
.boards .chboards {
	position:relative;
	font-size:90%;
	top:4px;
	width:100%;
	color:#666;
	padding:0;
}
.infocenter, .newsfader {
	margin:0;
	padding:10px;
	background: #ffffff url(images/custom/cat-rows.png) 0 100% repeat-x;
	border-left: 1px solid #d5d4c2;
	border-right: 1px solid #d5d4c2;
	border-bottom: 1px solid #d5d4c2;
}
.newsfader {
	text-align: center;
	margin-bottom: 20px;
}
#infocenterhd, #newsfaderhd {
	margin-top: 20px;
	padding: 3px 0 3px 12px;
	font-weight: bold;
	background: #fff url(images/custom/cat-rows.png) 0 0 repeat-x;
	border-top: 1px solid #d4d3c1;
	width: 884px;
	text-align:center;
	border-left: 1px solid #d5d4c2;
	border-right: 1px solid #d5d4c2;
}
#newsfaderhd {
	margin-top: 0;
}
.infosubhd, #newssubhd {
	background:#313131 url(images/custom/desc-bg.png) 0 0 repeat-x;
	color:#dfdfdf;
	font-weight: bold;
	margin:0;
	width: 885px;
	padding: 3px 0 3px 12px;
}
#newssubhd {
	color: #6e6e6e;
}
/*------------------------------------------------------------------------------------------------------*/
/** MessageIndex spesific */
.topics_sort {
	line-height:19px;
}
.topics_sort dt {
	padding: 3px 0 3px 12px;
	font-weight: bold;
	background: #fff url(images/custom/cat-rows.png) 0 0 repeat-x;
	border-top: 1px solid #d4d3c1;
	width: 884px;
	border-left: 1px solid #d5d4c2;
	border-right: 1px solid #d5d4c2;
}
.topics_sort dt a, .topics_sort dd a, 
.topics_sort dt a:visited, .topics_sort dd a:visited {
	color:#6e6e6e;
}
.topics_sort dt.pages a, .topics_sort dt.pages a:visited {
	color: #0f91c5;
}
.topics_sort dt.pages a:hover {
	color: #000;
}
.topics_sort dd {
	float:left;
	width:100%;
	background:#313131 url(images/custom/desc-bg.png) 0 0 repeat-x;
	color:#6e6e6e;
	font-weight: bold;
	margin:0;
	padding:3px 0;
}
.topics_sort dd.replies_sort {
	width:7%;
	text-align:center;
}
.topics_sort dd.subject_sort {
	width:52%;
}
.topics_sort dd.lpost_sort {
	width:27%;
	text-align:left;
}
.topics_sort dd.pages_sort {
	width:14%;
	text-align:left;
}
ul.t_rows {
	padding-bottom: 8px;
	background: #fff url(images/custom/c_rows-bg.gif) 0 100% repeat-x;
}
ul.t_rows li {
	margin:0;
	padding: 0;
	list-style: none;
	background: #fff url(images/custom/cat-rows.png) 0 100% repeat-x;
	border-left: 1px solid #d5d4c2;
	border-right: 1px solid #d5d4c2;
	border-bottom: 1px solid #d5d4c2;
}
ul.t_rows li:hover, ul.t_rows li.stickybg {
	background-color: #e9e8d4;
	background-image: none;
}
ul.t_rows li .replies, ul.t_rows li.stickybg .replies {
	float: left;
	display: block;
	font-size: 0.85em;
	line-height: 2em;
	width: 55px;
	height: 70px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	border-right: 0;
}
ul.t_rows li .subjects, ul.t_rows li.stickybg .subjects {
	padding: 0;
	height: 70px;
	width: 840px;
	float: right;
	margin: 0;
	border-left: 1px solid #d5d4c2;
}
ul.t_rows li .replies strong, ul.t_rows li.stickybg  .replies strong {
	display: block;
	font-size: 2em;
	padding-top: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.topics {
	list-style-type:none;
	line-height:16px;
	padding-left:10px;
	padding-right:10px;
}
.replies , .topics dd {
	float:left;
}
.topics dt {
	width:580px;
	padding: 5px 0;
	font-size:150%;
	color:#666;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
}
.topics dd.ticon {
	width:60px;
	margin-bottom:10px;
	float: left;
}
.topics dd.ticon img {
	margin-right: 6px;
}
.topics dd.tbody {
	width:400px;
	margin-bottom:10px;
}
.topics dd.lpost {
	width:232px;
	height: 60px;
	padding-top: 6px;
	text-align:left;
	margin-bottom:10px;
	float: right;
}
.topics dd.tpages {
	width:100px;
	text-align:left;
	margin-bottom:10px;
	padding-left: 4px;
}
.topics .tviews {
	position:relative;
	font-size:90%;
	top:4px;
	width:100%;
	color:#666;
	padding:0;
}
.pages2 {
	line-height:19px;
	padding: 3px 12px 3px 0;
	font-weight: bold;
	background: #fff url(images/custom/cat-rows.png) 0 0 repeat-x;
	width: 884px;
	border-left: 1px solid #d5d4c2;
	border-right: 1px solid #d5d4c2;
	border-bottom: 1px solid #d4d3c1;
	text-align: right;
}
.locked {
	font-size: 0.8em;
	color: #6e6e6e;
}
/*------------------------------------------------------------------------------------------------------*/
/** Message/Post buttons */
.msgmenutop, .msgmenubottom {
	float:right;
	list-style-type:none;
	font-size:100%;
	font-weight:700;
}
.msgmenutop li {
	float:left;
	margin:5px 5px 0 0;
}
.msgmenubottom li {
	float:left;
	margin:7px 5px 0 0;
}
.alt, .alt2 {
	margin-bottom:8px;
	clear:both;
}
#msgicons1 {
	float:left;
	margin-top:15px;
	margin-left:10px;
}
#msgicons2 {
	float:left;
	margin:15px 0 0 40px;
}
.moveItTo {
	margin-right:10px;
}
#jumptoForm {
	float:right;
	margin-top:15px;
	margin-right:10px;
}
/*------------------------------------------------------------------------------------------------------*/
/** Posting specific */
.post_desc {
	line-height:19px;
	color:#6e6e6e;
}
.post_desc dt {
	padding: 3px 0 3px 12px;
	font-weight: bold;
	background: #fff url(images/custom/cat-rows.png) 0 0 repeat-x;
	border-top: 1px solid #d4d3c1;
}
.post_desc dd {
	float:left;
	width:100%;
	background:#313131 url(images/custom/desc-bg.png) 0 0 repeat-x;
	font-weight: bold;
	margin:0;
	padding:3px 0;
}
.post_desc dd.pauthor {
	width:18%;
}
.post_desc dd.pbody {
	width:82%;
}
.post_desc dd.pbody span, .post_desc dd.pauthor span {
	padding-left: 10px;
}
.msgbody2 {
	overflow:auto;
	margin: 0;
	padding: 0;
	background: #343434 url(images/custom/msgbody-bg.png) 0 0 no-repeat;
}
.msgleft ul {
	list-style-type:none;
	margin:0;
	padding:8px;
	text-align: center;
}
.msgleft li {
	font-size:90%;
	margin:1px 0;
}
.msgleft li.mname {
	font-size:100%;
}
.msgleft li.stars,li.posts,li.avatar,li.blurb {
	margin-bottom:8px;
}
.msgtop {
	background: #fff url(images/custom/msgtop-bg.png) 0 0 repeat-x;
	height: 32px;
	padding: 8px;
	border-bottom: 1px solid #d4d3c1;
}
.msgbottom2 {
	background: #fff url(images/custom/msgtop-bg.png) 0 0 repeat-x;
	height: 32px;
	padding: 8px;
	border-top: 1px solid #d4d3c1;
}
.message {
	margin-bottom:20px;
	padding: 8px;
	overflow: auto;
	color: #000000;
}
.pstopicon {
	float:left;
	margin:3px 5px 0 0;
}
.postbuttons {
	list-style-type:none;
	float:right;
	margin-top:7px;
}
.postbuttons li {
	display:inline;
	font-weight:700;
	border-left:1px solid #d9d9d9;
	padding:0 10px;
}
.msgericons {
	list-style-type:none;
	margin-top:5px;
}
.msgericons li {
	display:inline;
	padding: 10px;
}
.usrOnline {
	color: #66cc00;
}
.msgleft {
	float:left;
	width:18%;
	color: #ccc;
}
.msgleft li a:hover {
	color: #fff;
}
.msgright {
	float:right;
	margin: 0;
	padding: 0;
	width:82%;
	background-color: #e9e8d4;
}
.postdiv {
	height: 8px;
	font-size: 0.1em;
	padding: 0;
	margin: 0;
	background: #404040 url(images/custom/c_rows-bg.gif) 0 0 repeat-x;
	clear: both;
}
.modified {
	background:#f8f8f8;
	margin:10px 0;
}
.modbuttons {
	font-size:100%;
	float:left;
	margin:20px 0 20px 10px;
}
.modbuttons li {
	display:inline;
	text-transform:uppercase;
	font-weight:700;
	border-left:1px solid #AAA;
	padding:0 6px;
}

.quickmod {
	text-align: right;
}

.quickmodForm {
	background: #fff url(images/custom/cat-rows.png) 0 100% repeat-x;
	border: 1px solid #d5d4c2;
	padding:4px;
	text-align: right;
}



#quickReplyOptions {
	margin:10px;
}
#quickReplyOptions textarea {
	margin-bottom:5px;
	font-size:95%;
	padding:5px;
}
/*------------------------------------------------------------------------------------------------------*/
/** !!! SMF Spesific Styles For Compatibility */
.collapse img {
	position:relative;
	float:right;
	bottom:0;
	right:5px;
}
table, #searchform table.tborder {
	margin: 0 auto;
}
table td {
	padding: 5px 0;
}
hr,.hrcolor {
	height:1px;
	border:0;
	color:#666;
	background:#666;
}
ul#switch {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
	position: absolute;
}
ul#switch li {
	float: left;	
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
}
ul#switch li a, ul#switch li a:visited {
	color: #7c920c;
	padding: 4px 20px 3px 20px;
	text-decoration: none;
}
ul#switch li a:hover {
	color: #000;
}
ul#switch li a {
	background: #f0efeb;
	border-left: 1px solid #d5d4c2;
	border-right: 1px solid #d5d4c2;
	border-top: 1px solid #d5d4c2;
	border-bottom: 1px solid #d5d4c2;
}
ul#switch li.current_tab a {
	background: #fff;
	color: #6e6e6e;
	border-left: 1px solid #d5d4c2;
	border-right: 1px solid #d5d4c2;
	border-top: 1px solid #d5d4c2;
	border-bottom: 1px solid #fff;
}
.clr_switch {
	clear: both;
	margin-top: 18px;
}
/*------------------------------------------------------------------------------------------------------*/
/** A quote, perhaps from another post. */
.quote {
	margin:0 15px 4px 15px;
	padding: 4px 4px 10px 4px;
	line-height: 1.4em;
	background: #fff;
	border: 1px solid #d4d3c1;
	width: 80%;
}

/*------------------------------------------------------------------------------------------------------*/
/** A code block - maybe even PHP ;). */
.code {
	color: #fff;
	background-color: #000;
	margin:0 15px 4px 15px;
	padding: 4px 4px 10px 4px;
	line-height: 1.4em;
	border: 1px solid #ccc;
	width: 80%;
	font-family: Monaco, monospace;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #404040;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: small;
	line-height: 1.2em;
}

blockquote
{
	border: 1px solid black;
	background: #e7e7b2;
	padding: 4px;
	font-size:x-small;

}

.help {
	cursor:help;
}

.editor {
	width:96%;
}
.highlight {
	background:yellow;
	font-weight:700;
	color:black;
}
.windowbg,.windowbg3,.windowbg2 {
	background-color: #fff;
	padding:3px 10px;
}
.windowbg,.windowbg3 {

}
.calendar_today {
	background: #e9e8d4;
}
.pollhd, .titlebg,tr.titlebg th,tr.titlebg td,.titlebg2,tr.titlebg2 th,tr.titlebg2 td {
	padding: 3px 0 3px 12px;
	font-weight: bold;
	background: #f1f1f1 url(images/custom/cat-rows.png) 0 0 repeat-x;
	border-top: 1px solid #d4d3c1;
}

.pollsubhd, .catbg {
	background:#313131 url(images/custom/desc-bg.png) 0 0 repeat-x;
	color:#dfdfdf;
	font-weight: bold;
	margin:0;
	padding: 3px 0 3px 12px;
}

.pollsubhd {
	color: #6e6e6e;
}

.pollhd, .pollsubhd {
	width: 885px;
}

.pollqstion {
	background: #fff url(images/custom/msgtop-bg.png) 0 0 repeat-x;
	height: 32px;
	padding: 8px;
	width: 882px;
	border-bottom: 1px solid #d4d3c1;
}
.catbg8 {
	margin: 0;
	padding: 0;
	background-color: #e9e8d4;
}

.catbg8 table, .titlebg2 table,
#searchform table {
	margin: 0;
	padding: 0;
}

.bordercolor {
	padding:0;
}

.tborder {
	padding:1px;
}
.smalltext {
	font-size:x-small;
	font-family:verdana, sans-serif;
}

.normaltext {
	font-size:small;
}

.largetext {
	font-size:large;
}
.personalmessage {
	width:100%;
	overflow:auto;
	line-height:1.3em;
}
.attachment {
	padding:8px;
	line-height:1.3em;
	border-top: 1px dashed #d4d3c1;
}
.report {
	padding:8px;
	line-height:1.3em;
	text-align: right;
}
.editpost {
	padding: 0 8px;
	line-height: 1.3em;
	text-align: right;
}
.signature {
	padding:8px;
	line-height:1.3em;
	border-top: 1px dashed #d4d3c1;
}

#helpmain ul,#helpmain ol {
	margin:0 0 12px 25px;
}

#ajax_in_progress {
	background:transparent url(images/custom/indicator_black.gif) no-repeat 10%;
	color:#000;
	text-align:left;
	font-size:18px;
	font-family:"Trebuchet MS", sans-serif;
	position:absolute;
	left:-105px;
	width:105px;
	border:1px solid #D0D0D0;
	padding:10px 10px 10px 65px;
}

#ajax_center {
	top:45%;
	width:105px;
	position:absolute;
	left:50%;
}

.postid,.middletext {
	font-size:90%;
}
.meaction,.error {
	color:red;
}
input {
	margin: 2px;
}

.statIcon{
	padding: 10px;
	float: left;
	line-height: 15px;
	border: 0px solid red;
}
.infosubhdtext
{

	border: 0px solid blue;
}

/*extra*/

.mirrortab_back, .maintab_back
{
	white-space: nowrap;
}


/*menu*/


/* Navigation */


#nav {
	clear: both;	
	padding: 0;		
}


#nav ul {
	float: left;
	list-style: none;
	background: url(images/nav.jpg) repeat-x;	
	width: 884px;		
	text-transform: uppercase;
	margin: 0 0 0 7px;
	padding: 0;	
	display: inline;
}


#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}


#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #000000;
	border-left: 1px solid #2f2f2f;
	border-bottom: none;
	color: #FFF;
	font: bold 11px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}


#nav ul li a:hover, 
#nav ul li a:active {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #000000;
	border-left: 1px solid #2f2f2f;
	border-bottom: none;
	color: #cccccc;
	font: bold 11px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	}


#nav ul li#current a {	
	background: url(images/nav-current.jpg) repeat-x;	
}
