/* set/adjust colours for this style
 ---------------------------------- */
/* blocks
 ---------------------------------- */
.block_header {
	color: #FF6600;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	padding:6px;
	margin: 0; 
	padding: 0;
	background: url("./images/cat_head_middle.gif") top left repeat-x;
	white-space: nowrap;
	text-align: left;
	text-indent:10px;
	height: 37px;
	width:100%;
}
.block_header_wide {
	color: #FF6600;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	padding:6px;
	margin: 0; 
	padding: 0;
	background: url("./images/cat_head_middle.gif") top left repeat-x;
	white-space: nowrap;
	text-align: left;
	text-indent:40px;
	height: 37px;
	width:100%;
}
.block_header a { 
	color: #ff6600;
	text-decoration: none;
}
.block_header a:hover { 
	color:#C34E00; 
	text-decoration: none; 
}
.block_header a:link {
	color: #ff6600;
	text-decoration: none;
}

.block_title {
	color: #ff6600;
}

/* for all block backgrounds */
.block_wrapper {
	background-color: #0077B2;
	background-image: url("./images/bg_list.gif");
	background-repeat: repeat-x;
	/* set gap between blocks i.e. space at bottom */
	margin-bottom: 10px;
	/* padd area inside, note setting to 1 will produce square corners, max is 5px MUST BE 5 FOR CORNERS */
	padding: 0 5px 0 5px;
}

.block_bg, .block_body {
	background-color: #111111;
	width:100%;
	overflow: hidden;
	margin-bottom: 13px;
	clear: both;
}

.block_data {
	padding:0px;
}

.box {
	text-align:left;
	padding:5px;
	padding-top:8px;
	padding-bottom:8px;
	margin:0;
	margin-top:3px; /* set this to more for larger icons */
	overflow: hidden;
	width: auto;
	margin-top:-1px;
	border:none;
	/*background: #000000 url("./images/bg_block_fill.gif") top left repeat-x;*/
	padding: 4px;
	background-color: #000000;
	border: 1px solid #000000;
}

.bg1a {
	background-color: #1a1a1a;
	padding:5px;
	border: 1px solid #1a1a1a;
}
.bg2a {
	background-color: #111;
	padding:5px;
	border: 1px solid #111;
}
.bg3a {
	background-color: #1a1a1a;
	padding:5px;
	border: 1px solid #1a1a1a;
}

.forabg .header a:link {
	color: #ff6600;
}
.forabg .header a:hover {
	color: #C34E00;
}

/*
/* quick reply 
----------------- */
.qreply-icon { 
	float: left; display: block; width: 96px; height: 25px;
	background: url("./../../../styles/BlackSmokeWide/imageset/en/button_topic_qreply.gif") 0 0 no-repeat;
	margin-right: 10px;
}
.qreply-icon-no	{ 
	float: left; display: block; width: 96px; height: 25px;
	background: url("./../../../styles/BlackSmokeWide/imageset/en/button_topic_qreply_no.gif") 0 0 no-repeat;
	margin-right: 10px;
}

.qreply-icon span, .qreply-icon-no span {
	display: none; text-indent: -5000px;
}

.qreply-icon:hover, .qreply-icon-no:hover {
	background-position: 0 -25px;
}
*/

/* whos on line, birthday and basic stats */
.bsw_b_img {
	float:left;
	width:33px;
	height:33px;
	margin-top:10px;
	margin-bottom:10px;
	background: url("./images/birthday.png") top left no-repeat;
	padding-right:15px;
}
.bsw_s_img {
	float:left;
	width:33px;
	height:33px;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:15px;
	background: url("./images/statistics.png") top left no-repeat;
}
.bsw_w_img {
	float:left;
	width:33px;
	height:33px;
	margin-top:30px;
	padding-right:10px;
	margin-bottom:10px;
	background: url("./images/whosonline.png") top left no-repeat;
}

.block_bl {
 font-size: 1px;
 line-height: 1px;
 display: block;
 background-image: url("./images/tbl_f_l.gif");
 background-repeat:no-repeat;
 width:7px;
 height:6px;
 float:left;
}
.block_bc {
 font-size: 1px;
 line-height: 1px;
 display: block;
 background-image: url("./images/tbl_f_c.gif");
 background-repeat:repeat-x;
 width:auto;
 height:6px;
 float:left;
}
.block_br {
 font-size: 1px;
 line-height: 1px;
 display: block;
 background-image: url("./images/tbl_f_r.gif");
 background-repeat:no-repeat;
 width:7px;
 height:6px;
 float:left;
}

/* Table header */
caption { 
	margin: 0; 
	padding: 0;
	background: url("./images/cat_head_middle.gif") top left repeat-x;
	white-space: nowrap;
	height: 37px;
	text-align: left;
}
.cap-left {
	background: url("./images/cat_head_left.gif") top left no-repeat;
	height: 37px;
}
.cap-left_wide {
	background: url("./images/cat_head_left_wide.gif") top left no-repeat;
	height: 37px;
}
.cap-right {
	background: url("./images/cat_head_right.gif") top right no-repeat;
	padding-top: 10px;
	height: 37px;
}
caption, caption h1, caption h2, caption h3, caption h4, caption span { 
	font-weight: bold;
	color: #3285D0;
}
caption h1, caption h2, caption h3, caption h4, caption span { 
	display: inline;
}
caption a, caption a:visited {
	color: #3285D0;
	text-decoration: underline;
}
caption a:hover {
	color: #D0D0D0;
	text-decoration: underline;
}

.head-left_wide {
	background: url("./images/header_bg_left.png") top left no-repeat;
	height: 215px;
}
.head-right {
	background: url("./images/header_bg_right.png") top right no-repeat;
	height: 215px;
}
.head_header_wide {
	color: #FF6600;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #303030;
	margin: 0; 
	padding: 0;
	text-align: left;
	height: 215px;
	width:100%;
}

.list_new_pre_beata {
	color: red;
	font-weight: bold;
	font-size:10px;
}
.list_pre_beat {
	color: gray;
	font-weight: bold;
	font-size:10px;
}
.list_beta {
	color: orange;
	font-weight: bold;
	font-size:10px;
} 
.list_pre_release {
	color: blue;
	font-weight: bold;
	font-size:10px;
} 
.list_release {
	color: green;
	font-weight: bold;
	font-size:10px;
	padding:2px;
}
.orange {
	color: #D29D00;
	font-weight: bold;
}
.green {
	color:#008000;
	font-weight: bold;
}
.red {
	color: #C31818;
	font-weight: bold;
}
.gray {
	color:#BABABA;
	font-weight: bold;
}
.blue {
	color:#18609C;
	font-weight: bold;
}
.date {
	color:#027AB6;
	font-weight: bold;
}


/* Portal css classes */
.clear {
	clear:both; 
}

.content img {
	max-width:500px;
}