/* CSS Document */

html, body {
	height:100%;
	width:100%;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(../image/bg_main.gif);
	background-attachment:fixed;
	background-position:center;
	background-color:#000000;
	margin:0px;
	color:#c9b689;
}

a {
	color:#c9b689;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
}

a:hover {
	color:#FFF;
}

.logoarea {
	background-image:url(../image/bg_logo.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	text-align:center;
	opacity: .9;
	filter:alpha(opacity=90);
}

.logoarea2 {
	opacity: .5;
	filter:alpha(opacity=50);
}

.logoarea2:hover {
	opacity: .8;
	filter:alpha(opacity=80);
}

.input_text {
	border:#393939 1px solid;
	background-color:#131313;
	font-size:12px;
	padding:5px;
	width:250px;
	color:#b0b0b0;
}

.input_text:focus {
	border:#837966 1px solid;
	background-color:#181818;
}

.textareas {
	border:#393939 1px solid;
	background-color:#131313;
	font-size:12px;
	padding:5px;
	width:500px;
	color:#b0b0b0;
}

.textareas:focus {
	border:#837966 1px solid;
	background-color:#181818;
}

.error {
	color:#eeb42c;
}

.headstat {
	background-color:#161616;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

.contentstat {
	background-color:#434343;
	padding:5px;
}

.chat_sessionHeader {
	font-size:12px;
	background-color:#272727;
	padding:5px;
	width:800px;
}

.chat_sessionHeader b {
	color:#efddb2;
}

.chat_sessionwrapper {
	background-color:#646464;
	padding:5px;
	width:800px;
	height:350px;
	overflow:auto;
}

.chat_sessiontext { 
	background-color:#585858;
	width:800px;
	height:100px;
	padding:5px;
}

.chat_sessiontext textarea { 
	background-color:#797979;
	width:690px;
	height:100px;
	float:left;
	border:#858585 1px solid;
	overflow:auto;
}
.chat_sessiontext textarea:focus { 
	border:#c7bca0 1px solid;
}

.chat_sessiontext img { 
	float:left;
}

.chat_session_msg_class1 {
	background-color:#7b7b7b;
	padding:5px;
	color:#FFF;
	text-align:left;
	font-size:12px;
}

.chat_session_msg_class2 {
	background-color:#676767;
	padding:5px;
	color:#FFF;
	text-align:left;
	font-size:12px;
}

.chat_session_msg_name{
	color:#ffc600;
}

.chat_session_msg_text {
	padding:0px 5px 0px 15px;
}


#GAF_link_color, #GAF_title_color, #GAF_text_color {
	color:#FFF;
}