/*################################
//#  BACK, PADD, etc.			*/
.back_f5 { background: #f5f5f5; }
.w20 { width: 20px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.bb { border-bottom: 1px solid #ccc; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.center { text-align:center; }
.vmiddle { vertical-align: middle; }
/*################################
//#  TEKSTAS					*/
.big {
	font: 20px tahoma;
	color:#666666;
}
a.topic_read {
	color: #999999;
}
a.topic_new:link, a.topic_new:active, a.topic_new:visited {
	color: #0099FF;
}
a.topic_new:hover {
	color: #990033;
}
a.url_in_post:link, a.url_in_post:active, a.url_in_post:visited {
	font: 12px tahoma;
	color: #0000FF;
}
a.url_in_post:hover {
	font: 12px tahoma;
	color: #990000;
}
a.forum_link_new {
	font: bold 12px verdana;
	color:#0066FF;
}
a.forum_link_read {
	font: 12px verdana;
	color:#666666;
}
.small_forum_text {
	font: 10px verdana;
}
a.small_forum_link {
	font: 10px verdana;
}

.order_input {
	width: 15px;
	text-align: center;
	font: 8px tahoma;
	border: 1px solid #999999;
	vertical-align:top;
}

.note {
	font: bold 12px tahoma;
	color: #666666;
	border: 1px solid #CCCCCC;
	background: url(../imgs/caution.gif) no-repeat 5px 5px;
	background-color: #f5f5f5;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.forum_navigation {
	font: bold 10px tahoma;
	border: 1px solid #999999;
	background: #f5f5f5;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.4;
	cursor: hand;
}
.forum_navigation:hover {
	font: bold 10px tahoma;
	border: 1px solid #999999;
	background: #ccc;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.4;
}
.forum_page_active {
	font: bold 10px tahoma;
	border: 1px solid #666666;
	background: #f5f5f5;
	color: #666666;
	padding-left: 4px;
	padding-right: 4px;
}
.forum_page_link:link, .forum_page_link:active, .forum_page_link:visited {
	font: 10px tahoma;
	border: 1px solid #999999;
	background: #f5f5f5;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.8;
}
.forum_page_link:hover {
	font: 10px tahoma;
	border: 1px solid #999999;
	background: #ccc;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.8;
}

/*################################
//#  POSTAI						*/

.post_table {
	border: 1px solid #CCCCCC;
	width: 100%;
}
.post_user_box {
	background:#f5f5f5;
	width: 130px;
	padding-left: 10px;
	padding-top: 5px;
}
.post_details {
	font: 10px tahoma;
	color:#999999;
	border-bottom: 1px solid #f5f5f5;
}
.post_text {
	font: 12px tahoma;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 150%;
}
.citata {
	font: 10px tahoma;
	color:#666666;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin-left:20px;
}

/*################################
//#  GRUPES						*/
.group_boxas {
	background: url(../imgs/cubic_line.jpg) bottom left no-repeat;
	height: 46px;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
}
.group_pavadinimas {
	font: 18px verdana;
	text-transform: capitalize;
	color: #FF6600;
	margin-top: 140px;
	bottom:0px;
	position:absolute;
}
