/*
  Boxes
*/

fieldset {
	border: 1px solid #d3caac;
	padding:20px;
	padding-top:15px;
	margin-bottom:20px;	
	clear:both;
}
fieldset small {
  font-size:11px;
}
legend {
	font-size:13px;
	padding-left:12px;
	padding-right:18px;
	margin-left:-10px;
	font-weight:bold;
	color:#111111;
}






/*
	Table Lists
*/

.list_horizontal_items {
	list-style:none;
	margin:0px;
	padding:0px;

}
.list_horizontal_items li {
	display:block;	
	float:left;
	line-height:16px;
	margin-right:8px;
	margin-bottom:20px;
	text-align:center;
	width:130px;
	height:120px;
	font-size:11px;
}
.list_horizontal_items li img{
  border:0px;
}


/*
	Tables
*/

.general_table {
	padding:0px;
	margin:0px;
	width:100%;
	font-size:11px;
	color:#333333;	
	border:1px solid #d1c7ac;	
	background-color:#ebe3cd;
}
.general_table thead {
	background-image:url(../images/interface/thead_bg.jpg);
	font-weight:bold;
	line-height:13px;	
}
.general_table thead td{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #d1c7ac;	
	padding:7px;	
}
.general_table tbody td {
	padding:7px;
	border-bottom: 1px solid #e0d6ba;
}
.general_table tbody tr:hover {
	background-color:#f4eedd;
}
.general_table tfoot td {
	padding:7px;
	background-color:#FADAB7;
	border-top: 1px solid #E17716;
	border-bottom: 1px solid #E17716;
	font-weight:bold;	
	font-size:1.1em;
	color:#000000;
}






.author_table {
	padding:0px;
	margin:0px;
	width:100%;
	font-size:11px;
	color:#333333;	
	border:1px solid #d1c7ac;	
	background-color:#ebe3cd;
	margin-top:-2px;
	margin-bottom:10px;
}
.author_table big {
  font-size:13px;
}
.author_table  a{
	text-decoration:none;
	color:#333333;		
}
.author_table img{
  vertical-align:middle;
  margin-right:5px;
}
.author_table  a:hover{
	text-decoration:underline;
}
.author_table tbody td {
	padding:7px;
	border-bottom: 1px solid #e0d6ba;
	padding-top:10px;
	padding-bottom:10px;	
}
.author_table tbody tr:hover {
	background-color:#f4eedd;
}


.forum_table {
	padding:0px;
	margin:0px;
	width:100%;
	font-size:11px;
	color:#333333;	
	border:1px solid #d1c7ac;	
	background-color:#ebe3cd;
	margin-top:-2px;

}
.forum_table big {
  font-size:13px;
}
.forum_table thead {
	background-image:url(../images/interface/thead_bg.jpg);
	font-weight:bold;
	line-height:13px;	
}
.forum_table thead td{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #d1c7ac;	
	padding:7px;	
}
.forum_table  a{
	text-decoration:none;
	color:#333333;		
}
.forum_table  a:hover{
	text-decoration:underline;
}
.forum_table tbody td {
	padding:7px;
	border-bottom: 1px solid #e0d6ba;
	padding-top:10px;
	padding-bottom:10px;	
}
.forum_table tbody tr:hover {
	background-color:#f4eedd;
}
.forum_table img {
	margin-right:10px;
}



/* Forum Chat */
.post, .post_alternate, .post_orange {
	clear:both;
	position:relative;
}

.post .poster, .post_alternate .poster, .post_orange .poster {
	position:relative;
	float:left;
	width:100px;
	font-size:11px;
}
.post .poster img, .post_alternate .poster img, .post_orange .poster img {
	margin-right:1px;
}
.post .poster a, .post_alternate .poster a, .post_orange .poster a {
	margin-top:7px;
	margin-bottom:7px;

	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.post .text, .post_alternate .text, .post_orange .text {
	background-color:#ebe3cd;
	border:1px solid #dfd5b9;
	float:right;
	width:470px;
	min-height:150px;
	padding:15px;
	overflow:auto;

}
.post_alternate .text {
	border:1px solid #ccbe9b;
	background-color:#dfd5b9;
}
.post_orange .text {
	background-color:#FADAB7;
	border: 1px solid #E17716;	
}
.post .background_image, .post_alternate .background_image, .post_orange .background_image {
	position:absolute;
	left:90px;
	top:20px;	
}
.post .text small, .post_alternate .text small, .post_orange .text small {
	display:block;
	margin-bottom:10px;
	color:#8f7b5f;
}
.post blockquote, .post_alternate blockquote, .post_orange blockquote {
  display: block;
  margin: 10px;
  padding-left: 10px;
  border-left: 2px solid #8f7b5f;
  color: #8f7b5f;
}


/* 
  Forum Sidebar
*/

span.forum_sidebar {
  display:block;
  margin-top:-1px;
  font-size:10px;
  margin-bottom:18px;
}



/*
	Browse Table
*/
.browse_table_head {
	padding-bottom:5px;
	text-transform:capitalize;
}
.browse_table_head td{
	font-size:10px;	
	vertical-align:bottom;
	line-height:14px;
}
.browse_table_head a {
	color:#333333;
}
.browse_table_head .right {
	text-align:center;
}


.browse_table {
	font-size:10px;
	margin-bottom:10px;
	width:100%;
	border:1px solid #BDB292;

}
.browse_table strong {
	display:block;
	font-size:13px;
}
.browse_table strong a {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#333333;
}
.browse_table strong a:hover {
	text-decoration:underline;
}
.browse_table img {
	border:0px;
	margin:0px;
	padding:0px;
}
.browse_table thead {
	font-size:10px;	
}

.browse_table tbody {
	background-color:#FFFFFF;
}
.browse_table tbody .even{
	background-color:#FBFAF7;
}
.browse_table tbody td {
	border-top:1px solid #ffffff;
	border-bottom: 1px solid #ECE6D9;
	padding:5px;			
}
.browse_table tbody tr:hover td {
	background-color:#F3F0E9;
	color:#000000;
	border-top: 1px solid #BDB292;	
	border-bottom: 1px solid #BDB292;
}
.browse_table tbody tr.even:hover td.right, .browse_table tbody tr.odd:hover td.right {
	background-color:#ECE6D9;	
}
.browse_table tr:hover td.bordered {
	border-left: 1px solid #BDB292;
}

.browse_table tbody .even .right {
	background-color:#F3F0E9;
	text-align:center;
	text-transform:lowercase;	
}
.browse_table tbody .odd .right {
	background-color:#FBFAF7;
	text-align:center;
	text-transform:lowercase;	
}
.browse_table .bordered {
	border-left: 1px solid #ECE6D9;
}



/* Best Sellers on Author Pages */

.best_sellers_table td {
  padding-bottom:8px;
  vertical-align:top;
}

.best_sellers_table td.left {
  padding-right:10px;
}



/* Graphs */
.graph {margin-top:10px; margin-bottom:10px;}
.graph strong {
	clear:both;
	float:left;
	width:120px;
	display:block;
	height:20px;
	font-weight:normal;
}
.graph .col_orange1 {
	border:1px solid #bd6110;	
	background-color:#f49021;
	background-image:url(../images/interface/graph_orange_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;	
	height:20px;
	margin-bottom:-1px;
	float:left;
}
.graph .col_orange2 {
	border:1px solid #bd6110;	
	background-color:#f4ac5a;
	background-image:url(../images/interface/graph_orange_bg2.jpg);
	background-position:right;
	background-repeat:repeat-y;	
	height:20px;
	margin-bottom:-1px;
	float:left;
}

.graph .col_beige1 {
	border:1px solid #797467;	
	background-color:#a7a295;
	background-image:url(../images/interface/graph_beige_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;	
	height:20px;
	margin-bottom:-1px;
	float:left;
}
.graph .col_beige2 {
	border:1px solid #797467;	
	background-color:#beb9ab;
	background-image:url(../images/interface/graph_beige_bg2.jpg);
	background-position:right;
	background-repeat:repeat-y;	
	height:20px;
	margin-bottom:-1px;
	float:left;
}

.graph .value {
	float:left;
	width:100px;
	display:block;
	padding-left:15px;	
	padding-top:3px;
	color:#8a877c;
	font-family:Verdana;
	font-style:italic;
	font-size:10px;
}

.assetpack {
  
}

/* Admin User Manager */
ul.user_columns {
	display: inline;
	clear: both;
}

ul.user_columns li {
	display: block;
	float: left;
	width: auto;
	padding: 0 3px 5px 0;
}

