/* -- style.css -- */
#newbb {
  font-size:12px;

}

#tpl_forum_list td{
  height:30px;
}
div.karma
{
	background-color: transparent;
	text-align: center;
	border-top: 1px solid #DDDDFF;
	border-left: 1px solid #DDDDFF;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding: 10px;
}

span.digest
{
}

span.index_title{
	float: left;
	border: 0px;
}

span.index_extra{
	float: right;
	padding: 2px;
	border: 0px;
}

div#index_welcome{
	margin: 10px;
	margin-bottom: 10px;
}
html>body div#index_welcome {
	margin-bottom: 15px;
}

#index_welcome div.title{
	font-size: 18px;
	font-weight: bold;
	/*border-bottom: dashed 1px;*/
	padding: 5px;
}

#index_welcome div.desc{
	padding: 5px;
	font-size: 12px;
}

#index_welcome div.visit{
	padding: 10px 5px;
}

div.left{
	float: left;
	text-align: left;
}

div.right{
	float: right;
	text-align: right;
}

table.index_category{
	border: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

table.index_category td{
	padding: 2px;
}

table.index_category .desc, table.index_category .desc a{
	font-weight: normal !important;
	margin-top: 2px;
	margin-bottom: 0px;
}

#index_forum span.item{
	margin: 0px;
	border: 0px;
}

#index_forum span.extra{
	float: right;
	text-align: left;
	margin: 0px;
}

div#forum_header{
	margin: 5px;
}
#forum_header div{
	padding-top: 5px;
}

/* -- dropdown menu -- */

div.dropdown{
	float: left;
}

div.dropdown .menu, div.dropdown .userbar{
	font-weight: bold;
	float: left;
	margin: 0px 1px;
	border: 0px !important;
	padding: 0px;
}

div.dropdown .item{
	font-weight: bold;
	padding: 2px 5px;
  	white-space: nowrap;
  	border: 0px !important;
}

div.dropdown ul, div.dropdown table table {
	width: 135px;
}
/* -- dropdown menu -- */

/* -- user level -- */
table.userlevel{
	width: 90%;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.userlevel td{
	height: 13px;
	padding: 0px;
}

table.userlevel td.end{
	width: 3px;
}

table.userlevel td.end img{
	width: 3px;
	height: 13px;
}

table.userlevel td.center{
	width: 100%;
}

table.userlevel td.center img{
	height: 12px;
}
/* -- user level -- */

span.online_admin{
    color:#FFA34F;
}

span.online_moderator{
    color:#006600;
}


/*
 * From http://www.positioniseverything.net/easyclearing.html
 */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-table;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/* color -- dropdown menu for Forum */
div.dropdown a, div.dropdown .menubar a{
    color:#FFF;
}

div.dropdown .menu, div.dropdown .menubar, div.dropdown .item, div.dropdown .separator{
    background-color: #436792; /* same color set as in your theme/style.ss .th{} is recommended */
    color:#FFF;
}

div.dropdown .separator{
    border: 1px inset #e0e0e0;
}

div.dropdown .menu a:hover, div.dropdown .userbar a:hover{
    color: #333;
}

.newbb_thread_lists tr td {
  border-right:1px solid #ccc;
}

#newbb .newbb_thread_lists .odd td, #newbb .newbb_thread_lists .even td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #ccc;
}
#newbb .newbb_thread_lists .odd, #newbb .newbb_thread_lists .even {
	border-bottom:1px solid #ccc;
}
#newbb .newbb_thread_lists .even td {
	background-color: #f2f6f8;
}
.head a {
	font-weight:bolder;
	color:#000;
}
.head a:hover {
	text-decoration:underline;
}
/* color - end */
#newbb .outer td {
	padding:0.8em;
}
#newbb .outer td.foot td {
	padding:0;
}
#newbb .outer td.foot {
	padding:0 0.8em;
}
#newbb .outer th.left {
	margin-left:0.8em;
}
#newbb .outer th div.comUserName, #newbb .outer th div.comTitle{
	margin:0 0.2em;
	margin-left:9px;
}
.forum_header_category tr.head td {
	color:#000;
}
.forum_header_category tr.head a {
	color:#005896;
	text-decoration:none;
}
.forum_header_category tr.head a:hover {
	text-decoration:none;
}
.forum_header_category {
	margin-bottom:1.5em;
}
.subforum td {
	padding:0.4em 0.8em;
}
#newbb .head td{
	padding:0.2em;
	border-bottom:1px solid #ccc;
}
#newbb #xo-content .newbb_thread_lists .headsep *, #newbb #xo-content .newbb_thread_lists .headsepimp * {
	/* font-style:italic; */
	font-weight:bolder;
	color:#000;
	text-align:center;
}
#newbb #xo-content .newbb_thread_lists .headsepimp * {
	color:black;
}

tr.blocks_even td a {
  border-bottom: 1px solid red;
}

div#xo-pagenav {
  text-align: right;
}

.comText {
  margin-top:10px; margin-left:6px;line-height:22px; 
}
.index_header {
margin-bottom:1em;
}

/*textarea#message {
  width:700px; height:600px;
  rows:15; cols:120;
}*/
