@CHARSET "UTF-8";
/******* GENERAL RESET *******/
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
strong{
	font-weight: 700;
}
/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* FORM *******/
#form-shout{
	margin: 1em auto 1em;
	width: 300px;
}
#form-shout table td{
	text-align: left;
	font-size: 11px;
}
#form-shout label{

}
#form-shout .button{
	border: 1px solid #d0ccc9;
	background: #fff;
	color: #0080c0;
	font-size: 11px;
	cursor:pointer;
	font-family:tahoma,arial,sans-serif;
	padding:3px;
}
#form-shout input.text{
	font-weight: normal;
	color: #565656;
	border: 1px solid #D0CCC9;
	width: 125px;
	padding: 3px 2px;
	margin-bottom: 5px;
	text-align: left;
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
}
#form-shout input.text.user{
	width: 125px;
}
/******* /FORM *******/
/******* MENU *******/
#container{
	margin: 1em auto;
	width: auto;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	display: block;
	padding: 5px 10px 5px 10px;
	background: #fff;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 0 1px;
	position: relative;
	color: #333;
	cursor: pointer;
	font-size:12px;
}

#shouts{
	border: 1px inset #b1b1b1;
	padding:5px;
	padding-bottom:5px;
}

#shouts li{
	padding-top:5px;
}
#shouts li a{
	color:#0080ff;
	text-decoration:underline;
	font-size:11px;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#D0CCC9 #D0CCC9 -moz-use-text-color;
	border-style:solid solid none;
	border-width:0 1px medium;
	font-size:12px;
	height:250px;
	line-height:15px;
	margin:0 auto;
	overflow:auto;
	padding:0 0 0 5px;
	text-align:left;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 11px;
	font-weight:normal;
	background: transparent url(images/bubble.png) no-repeat scroll left top;
	
}
.last_post {
	color:#333;
	text-align:center;
	padding:10px 0px;
	border-top: 1px #D0CCC9 solid;
	border-left:1px #D0CCC9 solid;
	border-right:1px #D0CCC9 solid;
}
.date{
	font-weight: normal;
	font-size: 9px;
	color: #aeaeae;
}

#table-shout
{
	width:100px;
}
/******* /CONTENT *******/
/******* LOADING *******/
#loading{
	text-align: center;
	padding-top:40px;
	height:200px;
	vertical-align: bottom;
}

#error-login{
	background:#FFF6CF;
	padding:5px;
	font-size:11px;
	color:#000;
	border:1px solid #ffd379;
	visibility:hidden;
	text-align:center;
}
/******* /LOADING *******/

/******** EMOTICONS ******/
#shoutbox-features
{
	border: 1px #D0CCC9 solid;
	border-top: none;
	width:auto;
	height:37px;
	
}

#shoutbox-emoticons
{
	margin-top:5px;
	margin-right:2px;
	width:31px;
	height:auto;
	float:right;
	display:block;
}
.emoticon-ico
{
	cursor:pointer;
}
.emoticon-ico img
{
	border: 1px outset;
	padding:1px;
	
}
.emoticon-ico img:active
{
	border: 1px inset;
	padding:1px;
	
}
#emoticon-images
{
	display:none;
}
#emoticon-images ul
{
	position:absolute;
	margin-top:-136px;
	border: 1px solid #5f5f5f;
	width: 120px;
	height:100px;
	padding:2px;
	background-color: #fff;
	
	
}
#emoticon-images ul li
{
	float:left;
	height:25px;
	width:23px;
}

#emoticon-images ul li img:hover
{
	border: 1px inset;
}
/******** /EMOTICONS ******/