/******************
file: crossfire.css
begin : 12/07/2006
based on version : v1.0.3	25/10/2006
author : danny	http://www.danny-dev.ovh.org/
license: http://opensource.org/licenses/gpl-license.php GNU General Public License (GPL)
******************/

body{
	background:#fff;
	color:#000;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	margin: 3em 0em 0em 0em;
	padding:0;
	background-image: url(http://crossfire.real-time.com/images2/cf_wonderful_pic_1.png);
	background-repeat: repeat-x;
}

img.banner {
	padding: -10;
	margin: -10;
	vertical-align: bottom;
}

font,th,td,p{
	font:12px Verdana,Arial,Helvetica,sans-serif;
}

hr {
	border-top:1px solid #669966;
	border-bottom:1px solid #ecf0f6;
	border-left:0;
	border-right:0;	
	height:2px;
}

a:link.cattitle, a:visited.cattitle, a:hover.cattitle, a:active.cattitle {
	color: #4a4a4a;
}

a:hover.cattitle {
	color: #696;
	text-decoration: underline;
}

a:link.gensmall, a:visited.gensmall, a:active.gensmall {
	color: #4a4a4a;
	text-decoration: none;
}

a:hover.gensmall {
	color: #000;
	text-decoration: underline;
}

a:link.sitename, a:visited.sitename, a:active.sitename {
	font-size: 1.5em;
	padding: 1em;
/*	margin: 2em 1em 0.5em 1em;*/
	color: #000;
	border: 1px solid #669966;
	background-color: #cad5b7;
}

a:hover.sitename {
	color: #4a4a4a;
	text-decoration: underline;
}

a:link,a:active,a.postlink{
/*	background:inherit;*/
	color:#4a4a4a;
	text-decoration:none;
}

a:visited {
	background:inherit;
	color:#999;
	text-decoration:none;
}

a:hover{
	background:inherit;
	color:#669966;
	text-decoration: underline;	
}

.topictitle{
	font-size:11px;
	font-weight:bold;
}

a.topictitle:visited{
	background:inherit;
	color:#333;
}

a.topictitle:hover{
	background:inherit;
	color:#696;
}

.name{
	font-size:11px;
	font-weight:bold;
}

.row1{
	background:#fff;
	color:inherit;
}

.row2,.helpline{
	background:#eee;
	color:inherit;
}

.row3{
	background:#eee;
	color:inherit;
}

td.spacerow,td.spaceRow{	
	background:#696;
	color:inherit;
}

td.rowpic{	
	background:url('./images/css/cellpic2.png') repeat-x;
/*	color:inherit;*/
}


.cat22,td.cat22,td.cat,td.catHead,td.catBottom,td.catSides,td.catLeft,td.catRight{
	background: #ffffff url('./images/css/cellpic1.png') repeat-x;
	color:#4a4a4a;
	font-weight:bold;
	letter-spacing:1px;
	height:27px;
	padding:0 10px 0 10px;
	margin:0;
}


th,th.thTop,th.thCornerL,th.thCornerR,th.thLeft,th.thRight{
	background: url('./images/css/cellpic3.png') repeat-x;
	color:#4a4a4a;
	font-size:11px;
	font-weight:bold;
	height:26px;
	white-space:nowrap;
	text-align:center;
	padding:0 10px 0 10px;
	margin:0;
}

.catlight{
	background:#696 url('./images/css/cellpic4.png') repeat-x;
	color:#000000;
	height:22px;
	white-space:nowrap;
/*	border-top:1px solid #696;*/
	border-top: 1px solid #333333;
	border-bottom:1px solid #888;
}

td.gensmall,.gensmall {
	/*background: transparent;*/
	background-color: transparent;
	color:#000000;
	font-size:10px;
	letter-spacing:0;
}

td.genmed,.genmed{
	/*background:inherit;*/
	color:#000000;
	font-size:11px;
	letter-spacing:0;
}

.helpline{
	border-style:none;
}

.bodyline{
	background-image: url(http://crossfire.real-time.com/images2/cf_wonderful_pic_1.png);
	background-repeat: repeat-x;
	background: top left;
}

.forumline{
/*	background:#ffffff; */
	background-color:#4a4a4a;
	color:#4a4a4a;
	border:2px solid #696;
	width:100%;
}

/* .forumline td rule broke the look of the site */

/*.forumline td {
	background: #ffffff;
}*/


.forumline tr {
/*	background-image:url('./images/css/cellpic2.png');*/
	background-color: #ffffff;
}

.botline{
	border-collapse:collapse;
	height:4px;
	width:100%;
}

.botline_left{
	background:url('./images/css/cellpic_left.png') no-repeat;
	height:4px;
	width:8px;
}

.botline_middle{
	background:url('./images/css/cellpic_middle.png') repeat-x;
	height:4px;
	width:100%;
}

.botline_right{
	background:url('./images/css/cellpic_right.png') no-repeat;
	height:4px;
	width:8px;
}

.maintitle,h1{
	font:bold 22px/120% Verdana,Arial,Helvetica,sans-serif;
	/*background:inherit;	*/
	color:#333;
	text-decoration:none;
}

.subtitle,h2{
	font:bold 18px/180% Verdana,Arial,Helvetica,sans-serif;
	/*background:inherit;	*/
	color:#333;	
	text-decoration:none;
}

.explaintitle,h3{
	/*background:inherit;*/
	color:#33;
	font-size:11px;
	font-weight:bold;
}

.nav,.forumlink{
	font-size:11px;
	font-weight:bold;
}

.postbody{
	background: transparent;
	font-size:12px;
	line-height:125%;
}

.postdetails{
	color:#00396a;
	font-size:10px;
}

td.error{
	background:#ecf0f6;	
	color:#DD6900;
	font-size:12px;
	font-weight:bold;
}

.quote{
	background:#eee;
	border:1px solid #d1d7dc;
	color:#444444;
	font-size:11px;
	line-height:125%;
}

.code{
	background:#eee;
	border:1px solid #d1d7dc;
	color:#006600;
	font:12px Courier,"Courier New",sans-serif;
	padding:5px;
}

.menu{
	background:inherit;
	color:#696;
	font-size:10px;
	display:block;
	cursor:pointer;
	height:12px;
}

.menu:hover{
	background:inherit;
	color:#eee;
	font-weight:bold;
}

.imgspace{
	margin:0 2px 0 2px;
}

.imgmenu{
	margin:1px 2px 0 10px;
}

.imgicon{
	margin:0 1px 0 1px;
	vertical-align:text-bottom;
}

.imgfolder{
	margin:2px 5px 2px 5px;
}

form{
	display:inline;
	margin:0;
	padding:0;
}

input{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	cursor:pointer;
}

select{
	background:#ffffff;
	color:#000000;
	border:1px solid #696;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	cursor:pointer;
	letter-spacing:0;
}

input.post,textarea.post{
	background:#ffffff;
	color:#000000;
	border:1px solid #696;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	padding:0 0 2px 2px;
}


a.button_l,a.button_l:hover,a.button_l:visited{
	background:inherit;	
	color:#000000;
	font-weight:bold;
	letter-spacing:0;	
}

input.button,input.liteoption,.button{
	background:#cad5b7;
	color:#000000;
	font-size:11px;
	border:1px solid #696;
	letter-spacing:0;
}

input.mainoption{
	background:#cad5b7;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	border:1px solid #696;
	letter-spacing:0;
}

br.space{
line-height:5px;
}

.postmessage {
	background:url('./images/css/cellpic5.png') repeat-x;
}

img,table{
	border:none;
}

label{
	cursor:pointer;
}

.postdetails {
	background-color: transparent;
	}

div#tooltipDiv {
	padding:2px;
	border:solid 1px #333;
	display:none;
	background:#FFFFFF;
	color:#696;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	position: absolute;
	left:0;
	top:0;
	z-index: 100;
}

/****** Header Navigation ********/

#header {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 1em;
	background-color: #4a4a4a;
	background-image:url(http://crossfire.real-time.com:/images2/kl-h1.jpg);	
	color: #ffffff;
	display: block;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 2px;
	width: 100%;
}

#header ul {
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
} 

#header ul li {
	margin-left: 0;
	padding: 0px 15px;
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
}

#header ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#header p {
	float: left;
	padding: 0 10px;
	margin: 0;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

/*Footer Content*/
#footer {
	margin: 0;
	/*padding: 36px 24px 8px 24px;*/
	color: #333333;
	text-align: center;
	clear: both;
	height: 172px;
	background-image: url(http://crossfire.real-time.com/footer_background.png);
	background-repeat: repeat-x;
}
