/*
 * CSS Style for Sleepin Theme 
 * @author Jannes
 * @url http://www.websweater.nl
 * @email jannes@websweater.nl
 */
 
body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #737373;
}
a:link, a:visited {
	color: #455575; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-left: 15px;
	margin-bottom: 0px;
	padding: 0px;
}
table.pollstableborder {
	border: 0px;
	text-align: left;
}

.small {
	font-size: 10px;
	color: #acacac;
}
.createdate {
	font-size: 10px;
	color: #acacac;
}
.contentheading {
	font-size: 14px;
	font-weight: bold;
	color: #455575;
}
.contentheading a:link, .contentheading a: visited {
	font-size: 14px;
	font-weight: bold;
	color: #455575;
	text-decoration: none;
}
.contentheading a: hover {
	text-decoration: underline;
}
.modifydate {
	font-size: 10px;
	color: #acacac;
	padding-top: 10px;
}
.pagenavcounter {
	font-size: 10px;
	color: #999999;
	padding-bottom: 10px;
}
.readon {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
/*general style*/
#logo{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 798px;
}
#topmenu{
	background-image: url(../images/topmenu_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	width: 798px;
: absolute;
}
#mainbody_middle{
	background-image: url(../images/mainbody_bg_middle.gif);
	background-repeat: repeat-y;
	width: 798px;
}
.mainbody{
	padding: 10px;
}
.adminform textarea {
	width: 790px!important;
}

.adminform textarea.inputbox {
	width: 790px!important;
}