/* ERAL Foorum CSS */
body{
}
/* Styles */
img{
	border:0;
/*	border:1px solid blue;*/
}

a{
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
/* DIV DESIGN */
#container {
	position:absolute;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(img/bdg.jpg);
	background-repeat:repeat-x;
}
.heightcleaner{
	overflow:hidden;
	display:block;
	height:1px;
	clear:both;
}
#posts{
	margin-top:45px;
	width:450px;
	float:left;
	margin-left:10px;
	text-align:left;
	
}
#posts a{
	color:#666666;
	text-decoration:none;
}
#posts a:hover{
	color:#333333;
	text-decoration:none;
}
#rightbox{
	width:306px;
	height:302px;
	float:right;
	background-image:url(img/right_box.jpg);
	background-repeat:no-repeat;
}
#loginbox{
	text-align:left;
	margin:25px;
}
#loginbox a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
}
#loginbox a:hover{
	text-decoration:none;
	color:#333333;
}
#loginbox ul{
	margin:5px 0px 0px 18px;
	padding:0 0 20px 0;
	list-style:none;
}
.post_prev{
	margin-bottom:7px;
	float:left;
	width:250px;
	height:40px;
	background-image:url(img/threat_bgd.jpg);
	background-repeat:repeat-x;
	text-align:left;
}
.post_seeen{
	margin-left:4px;
	width:85px;
	height:40px;
	background-image:url(img/threat_bgd.jpg);
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}
.post_v{
	margin-left:4px;
	width:85px;
	height:40px;
	background-image:url(img/threat_bgd.jpg);
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}
.thread{
	width:448px;
	margin-top:5px;
	border-color:#E1E1E1;
	border-style:solid;
	border-width:1px;
}
.threadhead{
	text-indent:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:12px;
}
.upbar{
	height:25px;
	background-color:#f9f9f9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#E1E1E1;
}
.upbar_light{
	height:25px;
	background-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#E1E1E1;
}
.threadtext{
	text-indent:0px;
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:12px;
}
.threadtext_light{
	text-indent:0px;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:12px;
}
.nimi{
	margin-left:7px;
	margin-top:3px;
	float:left;
	color:#FF3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.date{
	margin-top:3px;
	margin-right:7px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.aeg{
	color:#FF3300;
}
.foorum{
	padding: 23px 0px 0px 0px;
    overflow: hidden;
    height: 0px !important;
    height /**/:23px;
    width: 118px;
	background-image:url(img/foorum.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:-10px;
}
.foorum_small{
	padding: 12px 0px 0px 0px;
    overflow: hidden;
    height: 0px !important;
    height /**/:12px;
    width: 63px;
	background-image:url(img/foorum_small.gif);
	background-repeat:no-repeat;
}
.login_small{
	padding: 12px 0px 0px 0px;
    overflow: hidden;
    height: 0px !important;
    height /**/:12px;
    width: 100px;
	background-image:url(img/login.gif);
	background-repeat:no-repeat;
}
.bar{
	float:left;
	margin-right:5px;
}
.lock{
	position:relative;
	top:12px;
	margin-left:-25px;
	float:left;
}
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:120%;
	color:#999999;
}


#posts .breadcrumb a{
	color:#FF3300;
}
