/* 
CBL CSS, derived from forum styles which in turn are based on ProSilver
and the Coffee Time theme from http://www.cosa-nostra-design.com 
*/

/* Links */

a:link	{ 
	color: #00688B; 
	text-decoration: none;
	font-weight:bold; 
}
a:visited	{ 
	color: #00688B; 
	text-decoration: none; 
}
a:hover	{ 
	color: #aaaaaa; 
	border-bottom: 1px dashed #aaaaaa; 
}
a:active	{ 
	color: #aaaaaa; 
	text-decoration: none; 
}

#copyright {
	color: #fff;
}

#copyright a {
	color: #fff;
	font-weight: bold;
}

#copyright a:visited {
	color: #fff;
	font-weight: bold;
}

#copyright a:active {
	color: #fff;
	font-weight: bold;
}

#search-box a:link, th a:link {
	color: #FFFFFF;
}

#search-box a:visited, th a:visited {
	color: #FFFFFF;
}

#search-box a:hover, th a:hover {
	color: #BC2A4D;
}

#search-box a:active, th a:active {
	color: #C8E6FF;
}

/* User display and login */
#user_tool {
	width: 145px;
	height: 230px;
	margin: 0;
	padding: 0;
	float:left;
}

#cbl_user {
	font-size:1.8em;
	font-weight:bold;
	margin:50px 0 0 10px;
	padding:0;
	color: #bb4444;
}

#cbl_user_role {
	font-size:1.4em;
	font-weight:bold;
	font-style:italic;
	margin:0 0 0 20px;
	padding:0;
	color: #ccc;
}

#cbl_user_login {
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0;
}
#cbl_user_login a {
	font-size:1.1em;
	color: #aaa;
	font-weight: normal;
}

#cbl_user_mycbl {
	text-align: center;
	padding-top: 10px;
}
#cbl_user_mycbl a {
	color: #bb4444;
	font-weight: bold;
	font-size: 1.3em;
}

/* Staff display and donate button */

#staff_tool {
	width: 145px;
	height: 230px;
	margin: 0px;
	float:left;
}

#sponsored_site {
	margin:50px 0 0 15px;
}

#affiliate_site {
	margin:10px 0 0 15px;
}

#right_banner_details {
	margin:10px 0 0 15px;
}

#cbl_donation {
	margin:20px 0 0 10px;
}

/* Header */

#header {
	background-color: #000;
	float:left;
	width: 550px;
	margin: 0px;
}

#logo_menu {
	padding-left: 17px;
	list-style-type: none;
}

li.logo_tab {
	float:left; 
	display: block;
	text-align : center;
	margin: 0px 1px 0px 0px;
}

a.logo_link {
	color: #fff;
	width: 92px; 
	height: 30px; 
	display: block; 
	background: black url("http://static.thecaconline.net/style/bg_inactive.gif") no-repeat; 
	font-size: 1.1em; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-decoration: none;
	line-height:30px;
}

a.logo_link:hover {
	background: black url("http://static.thecaconline.net/style/bg_active.gif") no-repeat; 
	color: #000;
	text-decoration:none;
	border:none;
}

#cbl_buttons {
	float:left;
	clear:both;
	width:850px;
	margin:10px 0px 0px 0px;
	color: white;
	text-align:center;
}

#cbl_main_buttons, #cbl_sub_buttons {
	list-style-type: none;
	margin:auto;
	width:550px;
}

li.cbl_menu_button {
	float:left; 
	display: block;
	font-size: 1.2em; 
	font-weight: bold; 
	text-align : center;
	margin: 0px 5px 0px 5px;
}

a.cbl_button_link {
	color: #FDFDFD;
	width: 100px; 
	height: 40px; 
	display: block; 
	background: black url("http://static.thecaconline.net/style/button_off.gif") no-repeat; 
	text-decoration: none; 
	text-align: center;
	padding-top: 10px; 
}
a.cbl_button_link:hover {
	background: black url("http://static.thecaconline.net/style/button_hover.gif") no-repeat;
	border:0; 
	color: white;
}

a.cbl_button_mini_link {
	color: #fdfdfd;
	width: 100px;
	height: 22px;
	display: block;
	background: url("http://static.thecaconline.net/style/button_mini_off.png") no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
a.cbl_button_mini_link:hover {
	background: url("http://static.thecaconline.net/style/button_mini_hover.png") no-repeat;
	border: 0; 
	color: white;
}

/* Main page specifics */

#main_welcome p {
	color:white;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin:15px 20px 25px 20px;
}

tr {
	background-color: #ccc;
}


td {
	border: 1px dotted #bbb;
	color: black;
	text-align:left;
	padding:3px;
}

.odd {
	background-color: #eee;
}

td.rank_img {
	width:38px;
}

td.rank_img img {
	margin-left: 3px;
	border:none;
}

td.clan_img {
	width:28px;
}

td.clan_img img {
	margin: 0 0 0 3px;
	border:none;
	width:21px;
	height:21px;
}

td.clan_report_count {
	text-align:center;
}

table.lightup tr:hover {
	background: #fafafa;
}

div.main_column {
	width:263px;
	margin:0 5px 0 12px;
	float:left;
}

div.wide_column {
	width:804px;
	margin:0 auto;
	padding-top: 55px;
}

div.main_column table, div.wide_column table {
	margin-bottom: 10px;
}

div.main_column th, div.wide_column th {
	color: white;
	font-size:1.1em;
	text-align:center;
	background: white url("http://static.thecaconline.net/style/table_hdr_short.gif") no-repeat;
	padding-left:10px;
	width:260px;
	height:45px;
}

div.wide_column th {
	width:800px;
	background: white url("http://static.thecaconline.net/style/table_hdr_wide.gif") no-repeat;
}

div.main_column a, div.wide_column a {
	color: #36648B;
	font-size:1.0em;
	font-weight:bold;
	text-align:left;
}

/* Forms */

fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

legend {
	display:none;
}

input {
	font-weight: normal;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

/* Input field styles */

.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
	cursor: text;
}

/* Form buttons */
input.cbl_button {
	font-size: 1em;
	width: auto !important;
	padding: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background: #000;
	border: 1px solid #fff;
	color: #fff;
}

input.cbl_button:hover {
	border: 1px solid #BC2A4D;
	color: #BC2A4D;
}

/* Site description and logo */
#site-description {
}

/* Search box */

#search-box {
	color: #fff;
}

#search-box input {
	border-color: #fff;
}

/* Forms */

select {
	border-color: #666666;
	background-color: #FAFAFA;
}

label {
	color: #425067;
}

option.disabled-option {
	color: graytext;
}

dd label {
	color: #333;
}

fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

#message-box textarea {
	color: #333333;
}

.inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:hover {
	border-color: #11A3EA;
}

.inputbox:focus {
	border-color: #11A3EA;
	color: #0F4987;
}


/* General, some of this is from proSilver */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background: #000 url("http://static.thecaconline.net/style/cbl_bg_body.png") repeat-x;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	height: 100%;
	margin: 0;
	padding: 12px 0 0 0;
}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
	letter-spacing: -0.5pt;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

/* Page sections */
#wrap {
	padding: 0 20px;
	width: 850px;
	margin: 0 auto;
}

/* For correct footer, see http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page */

#container {
	min-height: 100%;
	position: relative;
}

#body {
	padding-top: 25px;
	padding-bottom:100px;
}

#page-header {
	min-height: 300px;
}

#page-body {
	background: white url("http://static.thecaconline.net/style/cbl_page_top.png") no-repeat;
	min-height:200px;
	width:850px;
	margin:0;
	padding:0;
	float:left;
	clear: both;
}

#bottom-body {
	background: url("http://static.thecaconline.net/style/cbl_page_bottom.png") no-repeat;
	width:850px;
	height: 65px;
	margin-bottom: 5px;
	min-height: 70px;
	clear:both;
}

#google_ad_footer {
	margin:auto;
	width:470px;
}
#page-footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	background-image: url("http://static.thecaconline.net/style/bg_footer.gif");
	margin-top: 5px;
	min-height: 100px;
	clear: both;
	padding:10px 0 0 0;
}

#page-footer h3 {
	margin-top: 20px;
}

#page-footer .info {
	width: 850px;
	color: white;
	margin: 0 auto;
	text-align: center;
} 

#page-footer hr {
	width:850px;
}

#logo {
	width: auto;
	padding: 0;
}

a#logo:hover {
	text-decoration: none;
}

/* Search box
--------------------------------------------- */
#search-box {
	position: relative;
	width: 225px;
	height: 30px;
	float: left;
	margin-left: 8px;
	display: block;
	color: #FFFFFF;
	text-align: left;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 95px;
	background-color: #FFF;
}

#search-box input {
	border: 1px solid #b0b0b0;
	margin: 5px 5px;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
	padding: 1px 2px;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

#news a:link {
	color: #CC1100;
}
#news a:visited {
	color: #CD5555;	
}

#affiliatenews a:link {
	color:#397D02;
}
#affiliatenews a:visited {
	color:#8BA870;	
}

/* Staff Styles
--------------------------------------------- */
.related {
	background-color: #666;
}
.related td {
	color: #eee;
}
.related a:link, .related a:visited {
	color: #aaa;
}

/* Report Table
--------------------------------------------- */
.tblReports {
	width: 100%;
}

.darkCell {
	background: url(http://static.thecaconline.net/style/row_bg.gif) repeat-x;
}

/* Player & Clan Profile
--------------------------------------------- */
.tblPlayer, .tblClan {
	border: 0;
	width: 800px;
}

.tblPlayer td, .tblClan td {
	border: 0;
}
.plrStats {
	background-color: #fff;
}
.plrStats .item {
	background-color: #bbb;
}
.plrStats .value {
	background-color: #ddd;
}
/*.plrStats td {
	border: 1px dotted #bbb;
}*/