/********************************************************************************
	- MemHT Portal -
	
	Copyright (C) 2007-2008 by Miltenovik Manojlo
	http://www.memht.com
	
	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your opinion) any later version.
	
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
	GNU General Public License for more details.
	
	You should have received a copy of the GNU General Public License along
	with this program; if not, see <http://www.gnu.org/licenses/> (GPLv2)
	or write to the Free Software Foundation, Inc., 51 Franklin Street,
	Fifth Floor, Boston, MA02110-1301, USA.
		
********************************************************************************/

/***********************************************************************
STYLE REQUIRED BY THE SITE ENGINE - DO NOT RENAME OR DELETE
***********************************************************************/

/*****************
Text
*****************/
#info {
	font-size: 9px;
	color:#B1AB9E;
}
#info a {
	color:#B1AB9E;
	text-decoration: none;
}
#errorText, .errorText { color: #900000; }
#small, .small { font-size: 9px; }

.std_code {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 3px solid #C0D7E7;
}
/*****************
Boxes
*****************/
.box {
	padding: 4px;
	background-color: #191919;
	border: 1px solid #D1CEC0;
	margin: 2px 0;
}
.stitle {
	padding: 1px 0;
	background-image:url(images/stitle.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #CAC7B7;
	color:#A8A293;
}
.note {
	padding: 4px;
	background-color: #191919;
	border: 1px solid #D1CEC0;
	margin: 2px 0;
}
.quote_box {
	background-color: #191919;
}
.quote_title {
	background-color: #EDECE7;
	padding:1px 2px;
	border-bottom: 1px dashed #CCC;
}
.quote_body {
	background-color: #F5F5F3;
	padding:1px 2px;
}
.code_box {
	border: 1px solid #AAA;
}
.code_title {
	background-color: #EDECE7;
	padding:1px 2px;
	border-bottom: 1px dashed #CCC;
}
.code_body {
	background-color: #F5F5F3;
	padding:1px 2px;
}
/*****************
Tables
*****************/
.outer-border {
	border : 1px solid #616161;
}
table {
	vertical-align: top;
}
table a {
	text-decoration: none;
}
th {
	text-align: left;
}
.std_data_table td {
	padding:1px;
	background-color:#191919;
	font-size:10px;
}
/*****************
Other
*****************/
.navbar {
	background-image: url(images/navbg_center.png);
}
.underlined {
	border-bottom: 1px solid #D1CEC0;
}
/*****************
Datebox in comments
*****************/
.datebox {
	width:41px;
	height:38px;
	background-image: url(images/datebg.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 12px;
}
.datebox_day {
	padding-top: 2px;
	font-weight: bold;
	color: #FFF;
	font-size:16px;
}
.datebox_month {
	padding-top: 3px;
	font-size: 10px;
	color: #666;
}
/*****************
Comments
*****************/
.tpl_comments_box {
	background-color: #191919;
	background-image: url(images/comments_linguetta.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 4px;
	padding: 4px;
	border-left: 8px solid #D1CEC0;
	border-bottom: 1px solid #D1CEC0;
}
.tpl_comments_title {
	color: #3E769F;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tpl_comments_body {
	padding-top: 4px;
	font-size: 10px;
	clear: both;
}
/*****************
Titles
*****************/
h1 {
	margin:0;
	padding:0;
	font-size:14px;
}
h2 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}
h3 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
/***********************************************************************
OPTIONAL, TEMPLATE SPECIFIC STYLE
***********************************************************************/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #716A62;
}
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color: #222222;
	color: #fff;
}
a:link { color: #7ead00; text-decoration: none; }
a:visited { color: #7ead00; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }
a:active { color: #7ead00; text-decoration: none; }
select {
	background-color:#F4F3F0;
	border:1px solid #D1CEC0;
	color: #716A62;
}
/*****************
Header
*****************/
.full-header {
	background-image: url(images/logo.png);
	
        height: 125px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-color : #000;
	padding : 3px;
}
.tpl_header {
	width:906px;
	height:153px;
	background:url(images/tpl_header.gif) no-repeat;
}
/* Buttons */
.tpl_buttons a { display:block; }
.tpl_buttons ul {
	margin:0;
	padding:0;
	list-style: none;
}
.tpl_buttons li {
	float: left;
	height:35px;
}
.tpl_buttons ul li a {
	height:35px;
}
.tpl_buttons li div { display:none; }
.tpl_menu_b1 { width:128px; background: url(images/tpl_buttons.png) 0 -4px no-repeat; }
.tpl_menu_b1 a:hover { background:url(images/tpl_buttons.png) 0 -39px no-repeat; }
.tpl_menu_b2 { width:130px; background: url(images/tpl_buttons.png) -128px -4px no-repeat; }
.tpl_menu_b2 a:hover { background:url(images/tpl_buttons.png) -128px -39px no-repeat; }
.tpl_menu_b3 { width:128px; background: url(images/tpl_buttons.png) -258px -4px no-repeat; }
.tpl_menu_b3 a:hover { background:url(images/tpl_buttons.png) -258px -39px no-repeat; }
.tpl_menu_b4 { width:129px; background: url(images/tpl_buttons.png) -386px -4px no-repeat; }
.tpl_menu_b4 a:hover { background:url(images/tpl_buttons.png) -386px -39px no-repeat; }
.tpl_menu_b5 { width:130px; background: url(images/tpl_buttons.png) -515px -4px no-repeat; }
.tpl_menu_b5 a:hover { background:url(images/tpl_buttons.png) -515px -39px no-repeat; }
.tpl_menu_b6 { width:128px; background: url(images/tpl_buttons.png) -645px -4px no-repeat; }
.tpl_menu_b6 a:hover { background:url(images/tpl_buttons.png) -645px -39px no-repeat; }
.tpl_menu_b7 { width:123px; background: url(images/tpl_buttons.png) -773px -4px no-repeat; }
.tpl_menu_b7 a:hover { background:url(images/tpl_buttons.png) -773px -39px no-repeat; }
.tpl_path {
	padding:0 6px;
	height:23px;
	background:url(images/tpl_content_topbg.png) #EDEBE5 repeat-x;
	color:#B1AB9E;
}
.tpl_path a,
.tpl_path a:visited { color:#B1AB9E; }
.tpl_path a:hover { color:#FFF; }
/*****************
Main
*****************/
.side-border-left {
	color : #fff;
	background-color : #000;
	padding : 10px 5px 10px 10px;
}

.main-bg {
	color : #fff;
	background-color : #000;
	padding : 10px 5px 10px 5px;
}

.side-border-right {
	color : #fff;
	background-color : #000;
	padding : 10px 10px 10px 5px;
}
.tpl_main_l {
	width:5px;
	background:url(images/tpl_main_l.gif) repeat-y;
}
.tpl_main_r {
	width:5px;
	background:url(images/tpl_main_r.gif) repeat-y;
}
.tpl_content {
	padding:4px 4px 4px 0;
	background-color:#EDEBE5;
}
.tpl_navigator {
	padding-right:8px;
	width:202px;
}
.tpl_main {
	padding-top:6px;
}
.tpl_extra {
	padding-top:6px;
	padding-left:8px;
	width:172px;
}
/*****************
Footer
*****************/
.footerbg {
	background-image: url(images/footer.png);
	border: 1px solid #333333;
	background-repeat:repeat-x;
	background-color:#000000;
	padding:10px;
	}
/*****************
Blocks
*****************/
/* Navigator */
.capmain {
	background-image: url(images/sidenavbg_center.png);
	height: 25px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #fff;
	background-color : #000;
	padding : 2px 0px 4px 0px;
}
.main-body {
	font-size : 11px;
	color : #fff;
	background-color : #000;
	padding : 5px;
}
.news-footer {
	font-size : 10px;
	color : #fff;
	background-color : #000;
	padding : 3px 4px 4px 4px;
}
/*****************
News
*****************/
.tpl_news_title {
	font-weight: bold;
	color: #3E769F;
	border-bottom:1px solid #96BBD6;
}
.tpl_news_title a,
.tpl_news_title a:visited { color: #3E769F; }
.tpl_news_title a:hover { color: #FFF; }
.tpl_news_info {
	padding: 4px;
	background-color:#191919;
	font-size: 9px;
	color: #999;
}
.tpl_news_tags {
	padding: 3px 3px 1px 3px;
	border:4px solid #202020;
	background-color:#151515;
	color: #EC9E91;
}
.tpl_news_tags a,
.tpl_news_tags a:visited { color: #96BBD6; }
.tpl_news_tags a:hover { color: #FFF; }
.tpl_news_body {
	padding: 4px;
	background-color:#202020;
}
.tpl_news_rest,
.tpl_news_rest a,
.tpl_news_rest a:visited { color: #999; }
.tpl_news_rest a:hover { color: #3E769F; }
/*****************
Misc
*****************/
.tpl_page_title {
	font-weight:bold;
	font-size:120%;
	color:#3E769F;
	border-bottom:1px solid #D3D1C9;
	margin-bottom:4px;
}
.tpl_page_title a,
.tpl_page_title a:visited { color:#3E769F; }
.tpl_page_title a:hover { color:#FFF; }
.tpl_opentable_title {
	font-weight:bold;
	border-bottom:1px dashed #D3D1C9;
	margin-bottom:4px;
	color:#B9B6AC;
}
.tpl_opentable_title a,
.tpl_opentable_title a:visited { color:#B9B6AC; }
.tpl_opentable_title a:hover { color:#FFF; }
.tpl_vspacer {
	padding:6px;
}
/* Nice table */
table.std_nicetable thead td {
	font-weight:bold;
	color:#3E769F;
}