body {
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;

	background-color: #000;
}


body, html, div {
	font-family: Arial, Verdana, Tahoma;
	color: #fff;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	color: #FCE094; /*#fff;*/
}

h1,h2,h3,h4,h5,h6,a,a:visited,a:hover,p,div,td,table,tr,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

table {
	border-collapse: collapse;
}

a,a:visited,a:hover {
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

.search_btn {
	width: 100px;
	height: 35px;
}

#l_btn {
	behavior: url('/beta/css/iepngfix.htc');
	background-image: url('../gfx/login_btn.png');
}

#plugin_btn {
	behavior: url('/beta/css/iepngfix.htc');
	background-image: url('../gfx/download_btn.png');
	width: 223px;
	height: 69px;
}
#post_btn {
	behavior: url('/beta/css/iepngfix.htc');
	background-image: url('../gfx/btn_post.png');
	width: 159px;
	height: 39px;
}

.search_corner_top_left, .search_corner_top_right, .search_corner_bottom_left, .search_corner_bottom_right {
	width: 8px; height: 8px; background-color: #000; float: left;
	background-image: url('../gfx/search_top_left.png');
}

.search_corner_top_right {
	float: right;
	background-image: url('../gfx/search_top_right.png');
}
.search_corner_bottom_left {
	background-image: url('../gfx/search_bottom_left.png');
}

.search_corner_bottom_right {
	float: right;
	background-image: url('../gfx/search_bottom_right.png');
}

#search_btn, #search_btn_refine {
	behavior: url('/beta/css/iepngfix.htc');
	padding: 0px;
	margin: 0px;
	
  	width: 100px;	    
  	height: 37px; 
  	
	background-image: url('../gfx/search_btn.png');
}

#create_account {
	behavior: url('/beta/css/iepngfix.htc');
	padding: 0px;
	margin: 0px;
	
  	width: 160px;	    
  	height: 39px; 
  	
	background-image: url('../gfx/btn_createaccount.png');
}

#back_btn {
	padding: 0px;
	margin: 0px;
	
  	width: 90px;	    
  	height: 39px; 
  	
	background-image: url('../gfx/btn_back.png');
	behavior: url('/beta/css/iepngfix.htc');
}

#help_btn {
	padding: 0px;
	margin: 0px;
	
  	width: 94px;	    
  	height: 39px; 
  	
	background-image: url('../gfx/help_btn.png');
	behavior: url('/beta/css/iepngfix.htc');
}

#back_btn img {
	width: 90px;	    
  	height: 39px; 
}

#save_btn {
	behavior: url('/beta/css/iepngfix.htc');
	padding: 0px;
	margin: 0px;
	
  	width: 95px;	    
  	height: 39px; 
  	
	background-image: url('../gfx/btn_save.png');
}

#cancel_btn {
	padding: 0px;
	margin: 0px;
	
  	width: 102px;	    
  	height: 39px; 
  	
	background-image: url('../gfx/btn_cancel.png');
	behavior: url('/beta/css/iepngfix.htc');
}

#cancel_btn img {
	width: 102px;	    
  	height: 39px; 
}

.navbutton, .logo, .rounded_corner_right, .rounded_corner_left, .comment_icon, .search_btn, .search_corner_top_left, .search_corner_top_right, .search_corner_bottom_left, .search_corner_bottom_right {
	behavior: url('/beta/css/iepngfix.htc');
}

/* 
	Containers
*/

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;

	min-width: 900px;
}

#content_left, #content_right {

	position: relative;
	top: 0px;
	left: 0px;

	float: left;

	background-image: url('../gfx/background_content_new.jpg');
	background-repeat: repeat-x;
	background-color: #2c2c2c;
}

#content_left {
	width: 70%;
	margin-right: 20px;
}

#content_right {
	width: 240px;
/*	padding-top: 36px;*/
}

#content_top {

	position: relative;
	top: 0px;
	left: 0px;

	z-index: 1;
}


/*
	Page info
*/

#page_info, #usersettings_top, #termsofuse_top, #help_top {
	position: absolute;
	left: 16px; /*90px;*/
	top: 20px;

	height: 66px;	
	padding-right: 80px;

	background-image:url('../gfx/topicon_bubble.jpg');
	background-position: top right;
	background-repeat: no-repeat;	
}

#usersettings_top {
	background-image:url('../gfx/topicon_tools.jpg');
}

#termsofuse_top {
	background-image:url('../gfx/topicon_paper.jpg');
}

#help_top {
	background-image:url('../gfx/topicon_book.jpg');
}

#page_info h1, #usersettings_top h1, #termsofuse_top h1, #help_top h1 {
	font-weight: normal;
	font-size: 20px;
	
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#page_info a, #page_info a:visited {
	color: #fff;
	text-decoration: none;
}

#page_info a:hover {
	text-decoration: underline;
}

#page_comments {
	color: #969696;
}

/*
	Search
*/

#search {
	float: right;
	width: 295px;
	height: 35px;
	width: "310px";
	padding-right: 15px;
	margin-top: 34px;
}

#search_list {
	position: absolute;
	left: 0px;
	top: 0px;
	color: white;
	z-index: 5000;
}

#search_list ul {
	background-color: #222;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#search_list li {
	list-style: none;
	margin-bottom: 2px;
	padding-bottom: 0px;
	padding: 5px;
	padding-left: 15px;
	color: #d94813;
}

#search_list li:hover {
	color: #fff;
	background-color: #d94813;
	text-decoration: underline;
}
/* 
	Content Menu
*/

#content_menu {
	position: relative;
	top: 0px;
	left: 0px;

	height: 29px;
	z-index: 0;
	
	font-size: 15px;
	font-weight: bold;
	
	margin-top: 90px;
	margin-right: 15px;
	background-image: url("../gfx/menubar_background.jpg");
	/*background-image: url("../gfx/background_comment_menu.jpg");*/
}

.menuitem, .menuitem_on {
	float: left;
	margin-left: 26px;
	
	font-size: 15px;
	font-weight: bold;
	
	padding-left: 4px;
	padding-right: 4px;
}

.menuitem td, .menuitem_on td {
	height: 29px;
}
.menuitem td, .menuitem_on td,  .menuitem td a , .menuitem_on td a, 
.menuitem td a:hover, .menuitem_on td a:hover, .menuitem td a:visited, .menuitem_on td a:visited {
	font-size: 15px;
	font-weight: bold;
}


.menuitem_on {
	/*background-image: url("../gfx/background_menuitem_on.jpg");*/
	background-repeat: repeat-x;
}


#show, #showtext, #showwhen, #showday, #showmonth, #showyear {
	height: 17px;
	
	background-color: #000;
	color: #fff;
	
	font-size: 10px;
	
	border: 1px solid #333;
}

/*
	Round corners 
*/
.rounded_corner_right, .rounded_corner_left {
	float: left;

	width: 16px;
	height: 16px;

	background-image:url('../gfx/bottom_left.png');
}

.rounded_corner_right {
	background-image:url('../gfx/bottom_right.png');
	float: right;
}

/*
	Google ads
*/

.google_ads {
	clear: both; height: 80px; height: "90px"; padding-left: 10px; padding-top: 10px;		
}

#google_ads_link {
	position: absolute; top: 60px; left: 230px;
}

.google_ad, .google_ad_hover {
	position: relative;
	top: 0px;
	left: 0px;
			
	width: 285px;

	padding: 5px;
				
	float: left;
	color: #BBBBBB;
	margin-right: 10px;
}
		
.google_ad_hover {
	color: #fff;
	background-color: #009900;
} 
		
.google_ad .ad_title a, .google_ad .ad_title a:visited, .google_ad .ad_title a:hover {
	color: #009900;
	text-decoration: underline;
	font-size: 14px;
}
		
.google_ad .ad_link a, .google_ad .ad_link a:visited, .google_ad .ad_link a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}
		
.google_ad_hover .ad_title a, .google_ad_hover .ad_title a:visited, .google_ad_hover .ad_title a:hover {
	color: #8FFF00;
	text-decoration: underline;
	font-size: 14px;
}
		
.google_ad_hover .ad_link a, .google_ad_hover .ad_link a:visited, .google_ad_hover .ad_link a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}

.ad_text {
	margin-top: 5px; margin-bottom: 5px;
}

.google_ad #google_ads_link a, .google_ad #google_ads_link a:hover, .google_ad #google_ads_link a:visited,
.google_ad_hover #google_ads_link a, .google_ad_hover #google_ads_link a:hover, .google_ad_hover #google_ads_link a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 10px;
}


/*
	Language and license
*/

#language_license {
	clear: both;

	color: #8F8F8F;
	margin-left: 12px;
}

#language_license a, #language_license a:visited, #language_license a:hover {
	color: #99CCFF;
}

#language_license a:hover { 
	text-decoration: underline;
}

#license_text {
	margin-top: 5px;
}


/*
	Comment icon
*/

.comment_icon {
	
	
	position: absolute;
	left: 315px; /* 15px; */
	top: 19px;
	
	width: 52px;
	height: 66px;
	background-image:url('../gfx/comment_icon.png');
		
}

/*
	Navigation buttons
*/
.navbuttons {
	clear: both;
	margin-left: 10px;
	margin-top: 20px;
}

.navbutton {
	
	width: 220px;
	height: 30px;
	background-image: url('../gfx/navbtn.png');
	
	font-size: 14px;
	margin-bottom: 6px;
}

.navbutton p {
	display: block;
	
	margin: 0px;
	padding-top: 5px;
	padding-left: 20px;
	padding-top: 7px;
}

.navbutton a, .navbutton a:visited, .navbutton a:hover {
	color: #fff;
	text-decoration: none;
}

.navbutton a:hover {
	text-decoration: underline;
}


/* 
	Login 
*/

#login {
	border-bottom: 1px solid #444;
	padding-top: 1px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
}

#login_avatar {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
		
#login_stats {
	height: 50px;
	color: #969696;
	font-size: 13px;
}

#login_stats a, #login_stats a:hover, #login_stats a:visited {
	color: #969696;
	/* #d94813;*/
}
		
.login_text_input, .text_input, .login_text_input_hover, .text_input_hover {
	margin: 0px;
	padding: 0px;
			
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
		
	height: 18px;
	width: 209px;
			
	height: "24px";
	width: "219px";
			
	font-size: 10px;
			
	background-color: #000;
	background-image: url('../gfx/login_input.jpg');
	color: #DEDEDE;
		
	border: 0px;
}

.login_text_input_hover, .text_input_hover {
	background-image: url('../gfx/login_input_hover.jpg');
}


#login_avatar img {
	width: 48px;
	height: 48px;
}

#login_name, #please_login, #register {
	font-weight: bold;
}

#login_name, #please_login, #remember_me{
	float: left;
}

#login_name {
	font-size: 16px;
}

#please_login, .error {
	color: #D00317;
}

#please_login, #register {
	font-size: 16px;
	color: #fff;
}

#remember_me {
	font-size: 10px;
}

#remember_me td {
	vertical-align: top;
}

#logout, #register {
	float: right;
}

#logout a, #logout a:visited, #logout a:hover,
#register a, #register a:visited, #register a:hover,
#remember_me a, #remember_me a:visited, #remember_me a:hover{
	color: #d94813; /*#FF7E00;Orange */
	font-weight: bold;
} 


/* Tag container */

#tag_container {
	margin-left: 10px; margin-right: 10px;
}

#tags {
	padding-top: 5px;
}
#tags a, #tags a:visited, #tags a:hover {
	color: #fff;
	text-decoration: none;
}

#tags a:hover {
	text-decoration: underline;
}

/* 
	Logo 
*/

.logo {
/*
	width: 160px;
	height: 40px;*/

	width: 196px;
	height: 75px;
			
	margin-left: 10px;
	margin-top: 6px;
	/*margin-top: 5px;*/
	/*margin-left: 40px;*/
	background-image:url('../gfx/logo.jpg');
/*	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../gfx/logo.png');
*/
}


/*
	Screenshot
*/
.screenshot {
	text-align: center;
}

/* 
	Favourite/Friend/etc 
*/

#favourite_info, #friend_info, #respect_info, #login_failed, #usersettings_info, #username_info {
	position: absolute;
	top: 200px;
	left:0px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 80%;
	background-color: #000;
	margin-left: 10%;}

/*
	Loader
*/

#loader {
	position: absolute;
	top: 5px;
	left: 0px;
	margin-left: 10%;
	
	height: 100px;
	width: 80%;

	background-color: black;
	text-align: center;
	z-index: 4;
}

#loader img {
	padding-top: 40px;
}

/*
	Conversations container
*/

#conversations_container {
	position: relative;
	top: 0px;
	left: 0px;
	
	overflow: auto;
	overflow-x: hidden;
	margin-left: 16px;
	margin-right: 15px;
}

/*
	Conversations
*/
.conversations {
	width: 100%;
}

.conversations td, .conversations tr {
	height: 25px;
	border-bottom: 1px solid #444444;
}
.conversations td a, .conversations td a:visited {
	color: #fff;
	text-decoration: none;
}
		
.conversations td a:hover {
	text-decoration: underline;
}

.conversations a, .conversations a:visited {
	color: #fff;
}

.tr_hover {
	background-image: none;
	background-color: #373737;
	color: #fff;
}
.tr_hover a, .tr_hover a:visited {
	color: #fff;
}
	
.tr_out {
	background-image: url('../gfx/transparent.gif');
}

		
.conv_green {
	color: #B8E128;
	font-weight:bold;
}
		
.conv_red {
	color: #D00317;	
	font-weight:bold;
}
		
.conv_gray a, .conv_gray a:hover, .conv_gray a:visited {
	color: #333;
}
		
.tr_hover .conv_green, .tr_hover .conv_red {
	color: #fff;
}

.conversation_flag { width: 30px; }
.conversation_digg, .conversation_user { width: 80px; }
.conversation_date { width: 140px; }


/* 
	Tabs
*/

.tab_container {
	height: 31px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/beta/gfx/background_tab.png');
}

.tab_container[class]{
	background-image: url('../gfx/background_tab.png');
}

.tab, .tab_gray, .tab_red, .tab_on {
	float: left;
	margin-left: 9px;
	height: 31px;
}

.tab_on {
	background-color: #262626;
}


.tab_left, .tab_right, .tab_content, .tab, .tab_gray, .tab_red, 
.tab_gray .tab_left, .tab_gray .tab_right, .tab_gray .tab_content, .tab_gray .tab {
	float: left;
}

.tab_left, .tab_right, .tab_gray .tab_left, .tab_gray .tab_right, .tab_red .tab_left, .tab_red .tab_right {
	width: 7px;
	height: 31px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/beta/gfx/tab_left.png');
}

.tab_gray .tab_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/beta/gfx/tab_gray_left.png');
}

.tab_gray .tab_left[class] {
	background-image:url('../gfx/tab_gray_left.png');
}

.tab_red .tab_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/beta/gfx/tab_red_left.png');
}

.tab_red .tab_left[class] {
	background-image:url('../gfx/tab_red_left.png');
}

.tab_gray .tab_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/beta/gfx/tab_gray_right.png');
}

.tab_gray .tab_right[class] {
	background-image:url('../gfx/tab_gray_right.png');
}

.tab_red .tab_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/beta/gfx/tab_red_right.png');
}

.tab_red .tab_right[class] {
	background-image:url('../gfx/tab_red_right.png');
}

.tab_left[class] {
		 background-image:url('../gfx/tab_left.png');
}

.tab_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/beta/gfx/tab_right.png');
}

.tab_right[class] {
		 background-image:url('../gfx/tab_right.png');
}

.tab_content, .tab_gray .tab_content, .tab_red .tab_content {
	height: 31px;

	padding-left: 8px;
	padding-right: 8px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/beta/gfx/tab_top.png');
}

.tab_content[class] {
	background-image: url('../gfx/tab_top.png');
}

.tab_gray .tab_content {
	background-image: url('../gfx/tab_gray_top.png');
}


.tab_red .tab_content {
	background-image: url('../gfx/tab_red_top.png');
}
				
.tab_content p {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	display: block;
	border: 0px;
	font-size: 14px;
	font-weight: bold;
}

.tab_content a, .tab_content a:visited, .tab_content a:hover {
	color: #6B6B6B; /*#d94813;*/ /*#FF7E00;*/
	display: block;
	border: 0px;
	font-weight: bold;
}
.tab_content a:hover { 
	color: #fff; 
}

.tab .tab_content a, .tab .tab_content a:visited, .tab .tab_content a:hover,
.tab_on .tab_content a, .tab_on .tab_content a:visited, .tab_on .tab_content a:hover {
	color: #FFF;
	display: block;
	border: 0px;
	font-weight: bold;
}


/*
	Report links
*/

#report_links {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 25px;
	margin-right: 15px;
}

/* 
	Morebox
*/

.morebox {
}

.morebox a, .morebox a:visited, .morebox a:hover, .morebox .active, .morebox .active_page {
	display: block; 
	float: left;
	
	padding: 3px;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #d94813; /*#FF7E00;*/
	color: #d94813; /*#FF7E00;*/
	margin-right: 1px;
	font-size: 10px;
}

.morebox a:hover, #footer_nav .morebox a:hover {
	text-decoration: none;
	background-color: #d94813; /*#FF7E00;*/
	color: #222;
}

.morebox .active {
	color: #444;
	border: 1px solid #444;
}

.morebox .active_page {
	text-decoration: none;
	background-color: #d94813; /*#FF7E00;*/
	color: #222;
}

/*
	report links
*/

.report_links {
	width: 300px; text-align: right;
}

/*
	Orange
*/

.orange, .orange a, .orange a:visited, .orange a:hover {
	color: #d94813; /*#FF7E00;*/
}

.red_color {
	color: #CA0316;
}


/* Comment */

#comment_tools {
	margin-left: 16px;
}

.comment {
	/*margin-left: 30px;*/
	position: relative;
	top: 0px; left: 0px;
	
	margin-right: 15px;	
	margin-left: 76px;
	padding-top: 10px;
	clear: both;

	overflow: hidden;
}

.comment_title_root {
	margin-left: 12px; margin-top: 10px; margin-bottom: 10px; font-size: 22px; color: #fff;
 }

.comment_title {
	margin-left: 12px;
	font-size: 16px;
	overflow: hidden;
}

.comment_title input { background: transparent url(../gfx/transparent.gif) top left; border: 0px; color: #fff; font-size: 18px; font-family: Arial, Verdana, Tahoma; font-weight: normal; width: 100%; }

.comment_title a, .comment_title a:visited, .comment_title a:hover {
	color: #fff;/*#FF7E00;*/
	text-decoration: none;
	font-weight: bold;
}

.comment_title a:hover { text-decoration: underline; }

.comment_avatar { text-align: left; width: 48px; }

.comment_content {
	float: left;
	margin-left: 15px;
	width: 80%;
}

.comment_user, .comment_userlevel, .comment_user a, .comment_user a:visited, .comment_user a:hover {
	color: #666666;
	text-decoration: none;
}

.comment_user a:hover {
	text-decoration: underline;
}

.comment_userlevel {
	font-size: 10px;
}
.comment_user {
	text-decoration: none;
}

.comment_text {
	margin: 0px;
	margin-top: 10px;
	margin-left: 12px;
	font-size: 14px;
	color: #BBBBBB;
}

.comment_text textarea { background: transparent url(../gfx/transparent.gif) top left; border: 0px; color: #BBBBBB; font-size: 16px; font-family: Arial, Verdana, Tahoma; font-weight: normal; width: 100%; height: 60px; }

.comment_tags {
	color: #d94813;
	margin-top: 2px;
	margin-left: 12px;
	padding-right: 50px;
}

.comment_tags a, .comment_tags a:visited, .comment_tags a:hover { color: #d94813; text-decoration: none; }
.comment_tags a:hover { text-decoration: underline; }
.comment_tags input { background: transparent url(../gfx/transparent.gif) top left; border: 0px; color: #d94813; width: 250px; }

/* conversation form */

.comment_text_input, .comment_text_input_hover {
	
	margin: 0px;
	padding: 0px;
	
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	height: 16px;
	width: 247px;
	
	height: "20px";
	width: "257px";
	
	font-size: 10px;
	
	background-color: #000;
	background-image: url('../gfx/comment_title_input.jpg');
	color: #DEDEDE;

	border: 0px;
}
.comment_text_input_hover { background-image: url('../gfx/comment_title_input2.gif'); }

.comment_textarea, .comment_textarea_hover {
	
	margin: 0px;
	padding: 0px;
	
	padding: 10px;
	
	height: 66px;
	width: 524px;
	
	height: "86px";
	width: "544px";
	
	font-size: 10px;
	
	background-color: #000;
	background-image: url('../gfx/comment_text_input.jpg');
	color: #DEDEDE;

	border: 0px;
}

.comment_textarea_hover { background-image: url('../gfx/comment_text_input2.gif'); }

#conversation_tags {
	margin: 0px;
	margin-top: 5px;
}

#conversation_tags a, #conversation_tags a:visited, #conversation_tags a:hover {
	color: #d94813; /*#FF7E00;*/
}

#close_shadoweb {
	clear: both; padding-top: 25px; background-color: #000; text-align: center;
}

#remember_me_check { width: 25px; }
#forgot_your_password { width: 107px; }
#login_btn { width: 83px; }


#download_plugin {
	clear:both;background-color: black; padding-top: 10px; padding-bottom: 10px; text-align: center;
}

.logoleft {
	position: absolute; top: 10px; left: 10px; margin:0px; padding:0px;
}

#searchtools {
	font-size: 16px;
}


#searchtools a, #searchtools a:hover, #searchtools a:visited {
	color: #d94813;
}

#refine_search, #search_help {
	background-color: #333; padding: 10px;
}

.content_text {
	font-size: 14px;
	color: #BBBBBB;
}

.content_text a, .content_text a:visited, .content_text a:hover {
color: #fff; /*#FCE094;*/
}

.faq { margin: 20px; }

.faq, .faq div { 
	font-size: 14px;
	color: #BBBBBB;
}

.faq div { display: none; }

.friend_container {
	float: left; padding-right: 30px; padding-bottom: 30px;
}

.friend_container a, .friend_container a:hover, .friend_container a:visited {
	color: #969696;
}

.comment_min, .comment_max {
	margin-left: 15px;
	margin-right: 15px;
}

.wide_text_input, .wide_text_input_hover {
	height: 16px;
	width: 540px;

	height: "19px";
	height: "544px";
	
	margin: 0px;
	padding-top: 3px;
	padding-left: 4px;
	
	background-image: url('../gfx/wide_text_input.jpg');
	background-repeat: no-repeat;
	background-color: #000;
	
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	
	color: #DEDEDE;
	border: 0px;
}

.wide_text_input_hover {
	background-image: url('../gfx/wide_text_input_hover.jpg');
}

.wide_textarea_input, .wide_textarea_input_hover {
	height: 75px;
	width: 534px;

	height: "85px";
	width: "544px";
	
	margin: 0px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
	background-image: url('../gfx/wide_textarea_input.jpg');
	background-repeat: no-repeat;
	background-color: #000;
	
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	
	color: #DEDEDE;
	border: 0px;
}

.wide_textarea_input_hover {
	background-image: url('../gfx/wide_textarea_input_hover.jpg');
}

.comment_corner_top_left, .comment_corner_top_right, .comment_corner_bottom_left, .comment_corner_bottom_right {
	behavior: url('/beta/css/iepngfix.htc');
	background-image: url('../gfx/comment_corner_top_left.png');
	width: 16px;
	height: 16px;
	margin: 0px; padding: 0px;
}
.comment_background { background-image: url('../gfx/comment_background.png'); }
.comment_corner_top_right { background-image: url('../gfx/comment_corner_top_right.png'); }
.comment_corner_bottom_left { background-image: url('../gfx/comment_corner_bottom_left.png'); }
.comment_corner_bottom_right { background-image: url('../gfx/comment_corner_bottom_right.png'); }

.testing {
	margin: 0px;
	padding: 0px;
	
	width: 171px;
	height: 29px;
	
	width: "191px";
	height: "37px";
		
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	
	color: #666666;
	font-size: 16px;
	background-image: url('../gfx/searchbar.jpg');
	background-color: #000;
}

#mainbar_header {
	color: #FCE094;
	font-size: 20px;
	margin-top: 4px;
}

#mainbar_header a, #mainbar_header a:visited { color: #FCE094; }

.breadcrumb { color: #FCE094; font-size: 11px; }

.breadcrumb b { color: #fff; }
.breadcrumb a, .breadcrumb a:visited { color: #BBBBBB; }

#start_a_conversation { behavior: url('/beta/css/iepngfix.htc'); background-image: url('../gfx/start_a_conversation.png'); height: 45px; width: 176px;	 }

#logo_container {
	float: left; padding-left: 21px; padding-top: 22px;
}

#search_container {
	float: right; margin-right: 15px; margin-top: 20px; position: relative;
}

#mainbar {
	clear: both; margin-left: 12px; margin-right: 15px;
}

#minihelp_top {
	behavior: url('/beta/css/iepngfix.htc');
	background-image: url('../gfx/help_top.png');
	height: 12px;
	width: 219px;
}

.minihelp_center {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../gfx/help_center.png');
	width: 199px;
	width: "219px";
	padding-left: 10px;
	padding-right: 10px;
	color: #ccc;
}

.minihelp_center[class] {
	background-image: url('../gfx/help_center.png');
}


.minihelp {
	behavior: url('/beta/css/iepngfix.htc');
	background-image: url('../gfx/minihelp_top.png');
	color: #ccc;
	padding: 10px 10px 0 10px;
	width: 197px;
	width: "217px";
}

.minihelp h2 { color: #fff; }

#minihelp_bottom {
	behavior: url('/beta/css/iepngfix.htc');
	background-image: url('../gfx/minihelp_bottom.png');
	height: 13px;
	width: 217px;
}

.comment_count {
	float: right;
	width: 100px;
	height: 30px;
	
	behavior: url('/beta/css/iepngfix.htc');
	background-image: url('../gfx/comment_count.png');
}

.comment_count p {
	padding: 0px;
	margin: 0xp;
	margin-top: 4px;
	margin-left: 10px;
	color: #f4e094;
}

#featured_members { margin: 0 10px; overflow: hidden; }
#featured_members img { margin: 5px 2px 0 0; }
.sidebar_header { color: #FCE094; /*#CA0316;*/ font-size: 16px; border-bottom: 1px solid #444; font-weight: bold; padding-bottom: 5px; } 

.sakara { background: transparent url('../gfx/sakara_top.png') bottom left no-repeat; behavior: url('/beta/css/iepngfix.htc'); height: 10px; width: 10px; position: absolute; left: 85px; top: 0px; }

.list_view { cursor: pointer; }
.list_view_hover { cursor: pointer; }
.comments { font-size: 22px; filter: alpha(opacity=30); opacity: .3; position: absolute; right: 20px; top: 20px; } 
.comments p { color: #FCE094; } 
.comments p span { color: #fff; }

.register fieldset, .usersettings fieldset { border: 1px solid #444; margin: 0 0 20px 0; padding: 10px; }
.register legend, .usersettings legend  { font-size: 18px; color: #FCE094; }	
.register p.register_info, .usersettings p.usersettings_info { background: #232F3F; background-position: 10px 10px; background-repeat: no-repeat;   display: block; margin: 10px 0 0 0; padding: 10px 10px 10px 40px; }
.register p.register_error, .usersettings p.usersetting_error { background: #6F3739; background-position: 10px 10px; background-repeat: no-repeat;  display: block; margin: 10px 0 0 0; padding: 10px 10px 10px 40px; }

.registerinput, .usersettingsinput { border: 1px solid #444; background: #111; clear: both; color: #fff; margin: 0px; padding: 5px; width: 190px; }

#market { behavior: url('/beta/css/iepngfix.htc'); background: transparent url(../gfx/bluebox.png) top left repeat-x; clear: both; height: 171px; margin: 10px 16px 10px 21px; }

#market_left { behavior: url('/beta/css/iepngfix.htc'); background: #111 url(../gfx/bluebox_left.png) top left no-repeat; height: 171px; left: 0px; position: absolute; top: 0px; width: 12px; }

#market_right { behavior: url('/beta/css/iepngfix.htc'); background: #111 url(../gfx/bluebox_right.png) top left no-repeat; float: right; height: 171px; width: 12px; }
#market_text_1 { color: #fff; font-weight: bold; font-size: 16px; position: absolute; top: 15px; left: 20px; }

#market_text_2, #market_text_6 { color: #000; font-size: 14px; position: absolute; top: 85px; left: 20px;  }
#market_text_2 h1, #market_text_6 h1 { color: #000; font-size: 16px; font-weight: bold; margin: 0px; padding: 0px; }

#market_text_3  { color: #f5f5d3; font-size: 16px; font-weight: bold; position: absolute; top: 15px; right: 40px;   }
#market_text_3 a, #market_text_3 a:visited, #market_text_3 a:hover, #market_text_6 a, #market_text_6 a:visited, #market_text_6 a:hover { color: #0f6164; font-weight: bold; }

#market_text_4 { behavior: url('/beta/css/iepngfix.htc'); background: transparent url(../gfx/download.png) top left no-repeat; height: 57px; width: 185px; position: absolute; right: 20px; top: 90px; }
#market_text_5 { position: absolute; right: 20px; top: 90px; }


#market_text_2 a, #market_text_2 a:visited,  #market_text_2 a:hover { color: #E42B2B; } 