@charset "utf-8";
/* CSS Document */
#conash3D0
{
display:none;
}
head{
	margin:0px;
	padding:0px;
	height:100%;
}
html{
	margin:0px;
	padding:0px;
	height:100%;
}
body{
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#ffe2bb;
	background-image:url(images/layout/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:12px;
	color:#FFF;
}
a{
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
select, input, textarea{
	border:1px #ffcb9d solid;
	background-color:#ffba7d;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
}
.text{
	font-family:Verdana;
	font-size:12px;
	color:#391c04;
}
.title{
	color:#ffdfc5;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}
.menu{
	width:190px;
	height:40px;
	background-image:url(images/layout/btn_default.jpg);
	font-family:Verdana;
	font-size:10px;
	color:#4c5260;
	text-align:left;
	border:0px;
	font-weight:normal;
	cursor:pointer;
	line-height:14px;
}
.menu:hover{
	background-image:url(images/layout/btn_over.jpg);
}
.menu_selected{
	width:190px;
	height:40px;
	background-image:url(images/layout/btn_selected.jpg);
	font-family:Verdana;
	font-size:10px;
	color:#4c5260;
	text-align:left;
	border:0px;
	font-weight:normal;
	line-height:14px;
}
.error{
font-family:Arial;
font-size:8px;
font-weight:bold;
color:#ffffff;
}
.login{
font-family:Arial;
font-size:8px;
color:#a6b0bc;
}
#login input {
	background-color:#384d6a;
	border:1px solid #4c5b70;
	color:#ffffff;
	font-size:9px;
}
.comments{
	width:700px;
	background-image:url(images/layout/comment_middle.jpg);
	background-repeat:repeat-y;
}
.comments input, .comments textarea{
	background-color:#ffcb99;
	border:1px #ffe1c5 solid;
	color:#865f40;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
}
.comments_text{
	color:#865f40;
	font-family:Arial;
	font-size:14px;
}
.defaulttable{
	background-color:#ffba7d;
	font-size:10px;
	border-bottom:1px solid #fea853;
}