@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	text-align:right;
	background:url(http://farm5.static.flickr.com/4027/4293135841_f3bf7ef616.jpg) repeat #edebe1;
}

/*------------------------------------------------*/
/*-------------------form style-------------------*/
/*------------------------------------------------*/

input{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}

select{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}

textarea{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}


/*------------------------------------------------*/
/*---------------align text classes---------------*/
/*------------------------------------------------*/

.top{
	vertical-align:top;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

/*------------------------------------------------*/
/*----------------------links---------------------*/
/*------------------------------------------------*/

a{
	text-decoration:none;
	color:#990033;
}

a:hover{
	color:#999900;
}

a:active{
	color:#990099;
}


/*------------------------------------------------*/
/*----------------------images--------------------*/
/*------------------------------------------------*/

img{
	border:0;
}

/*------------------------------------------------*/
/*------------------other classes-----------------*/
/*------------------------------------------------*/

.clear{
	font-size:1px;
	line-height:1px;
	clear:both;
}

.red-star{
	color:#FF0000;
}

/*------------------------------------------------*/
/*----------------------div id--------------------*/
/*------------------------------------------------*/

#wrapper{
	width:922px;
	margin:0 auto;
	clear:both;
}

/*------------------------------------------------*/
/*---------------------div class------------------*/
/*------------------------------------------------*/

.box{
	margin-bottom:8px;
	clear:both;
}

.box-title{
	height:19px;
	background:url(images/bg-title-box.jpg) no-repeat;
	padding:3px 27px 0 0 ;
	color:#fdfbfb;
	clear:both;
}

.box-content{
	background:#dbd8cb;
	padding:5px;
	clear:both;
}

/*---------------*/
/*-----------------header-------------*/
/*---------------*/

#top-header{
	width:922px;
	height:37px;
	background:url(images/1.jpg) no-repeat;
	clear:both;
}

#header{
	width:920px;
	height:178px;
	background:url(images/header.jpg) no-repeat;
	border-left:1px solid #333;
	border-right:1px solid #333;
	clear:both;
}

/*---------------*/
/*-----------------main-------------*/
/*---------------*/

#main{
	width:922px;
	background:url(images/bg-main.jpg) repeat-x #edebe1;
	padding-top:10px;
	clear:both;
}

/*---------------*/
/*-----------------left-------------*/
/*---------------*/

#nav-left{
	width:173px;
	padding-left:5px;
	float:left;
}

/*---------------*/
/*-----------------middle-------------*/
/*---------------*/

#nav-center{
	width:556px;
	padding:0 5px;
	float:left;
}

#middle{
	width:542px;
	border:2px solid #d1ccb8;
	padding:5px;
	clear:both;
}

.box-middle{
	background:#EDEBE1;
	margin-bottom:10px;
	border-bottom:1px solid #dcd8c4; 
	clear:both;
}

.title{
	height:39px;
	background:url(images/title.jpg) no-repeat;
	background-position:right;
	margin:3px 5px 0 0;
	padding:15px 47px 0 0 ;
	clear:both;
}

.text{
	padding:5px 8px;
	clear:both;
}

/*---------------*/
/*-----------------right-------------*/
/*---------------*/

#nav-right{
	width:173px;
	padding-right:5px;
	float:right;
}

.menu{
	background:#dbd8cb;
	clear:both;
}

.menu a{
	height:19px;
	text-decoration:none;
	background:url(images/bullet.jpg) no-repeat;
	background-position:right;
	padding:5px 20px 0 0;
	color:#362616;
	display:block;
}

.menu a:hover{
	background:url(images/bullet1.jpg) no-repeat #cec8ac;
	background-position:right;
}

#footer{
	width:922px;
	min-height:37px;
	background:#350103 url(images/footer.jpg) no-repeat top;
}
#designer{
	float:left;
	padding:10px 20px;
	color:#FFFFFF;
}
#copy{
	float:right;
	padding:10px 20px;
	color:#FFFFFF;
}
#footer a{
	text-decoration:none;
	color:#FFCC99;
}
#footer a:hover{
	color:#999999;
}
/* E107 STYLES */
.indentchat {
	padding: 4px; 
	border: 1px solid #bababa; 
	margin: 4px 0 4px 0; 
	text-align: left; 
	background-color: #f1f0f0; 
	color: #707070; 
}

.indent {
	padding: 4px; 
	margin: 2px; 
	background-color: #f6f4f5; 
	border: 1px dotted #bababa; 
 }

.code_highlight {
	padding: 4px;
	margin: 2px;
	height: 200px;
	overflow: scroll;
	background-color: #f6f4f5;
	border: 1px dotted #bababa; 
 }

.button {
	padding: 2px 4px; 
	margin: 2px auto;
	background-color: #fff;
	border: 1px solid #bababa;
	color: #000; text-align:
	center; font-weight:
	bold; font-size: 10px; 
 } 
.tbox {
	color: #003759;
	background-color: #fff;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #bababa;
	margin: 2px auto;
	padding: 2px;
}
.tbox:focus {
	border: 1px solid #003759;
}
.chatbox {
	width: 96%;
	margin: 2px auto; 
}
.helpbox {
	background-color: #fff;
	border: 1px solid #DFDFDF;
	color: #000;
	font-size:9px;
	padding: 4px 5px 4px 5px;
}

/* FORUM STYLES */

.ftrack {
	border: none;
	padding: 7px 5px 7px 5px;
	background-color: #f1f0f0;
}
.fdata {
	text-align: center;
	border-top: 1px solid #bababa;
	padding: 7px 4px;
	background-color: #ededed;
}

.fcaption {
	padding: 4px;
	color: #787878;
	font: 11px; min-height: 20px;
}

.fcaption span.smalltext{
	color: #707070;
}
.fcaption span.smalltext a:hover{
	color: #a0bac6;
}
.fcaption a {
	color: #707070;
	text-decoration: none;
}
.fcaption a:hover {
	color: #a0bac6;
}
a.forumlink{
	color: #707070;
	text-decoration: none;
}
a.forumlink:hover{
	color: #a0bac6;
}
.fborder {
	border: 1px solid #bababa;
	margin: 4px 0 4px 0;
}

.forumheader {
	padding: 2px 4px 2px 4px;
	line-height: 16px;
	font-weight: bold;
	color: #003759;
	background-color: #fff;
}
.forumheader2 { 
	padding: 7px 5px 7px 5px; 
	border: 1px solid #bababa;
	text-align:right;
}
	
.forumheader3 { 
	padding: 7px 5px 7px 5px; 
	border: 1px solid #6d6d6d;
	text-align:right;
}

.forumheader4 { 
	padding: 7px 5px 7px 5px; 
	border: 1px solid #bababa; 
	background-color: #222222; 
}

.finfobar { 
	padding: 2px 4px; 
	background-color: #ededed; 
	border: 1px solid #bababa; 
}
