/********************************************************************************
	- 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:#353129;
}
#info a {
	color:#000000;
	text-decoration: none;
}
#errorText, .errorText { color: #900000; }
#small, .small { font-size: 9px; }

.std_code {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 3px solid #6B0505;
}
/*****************
Boxes
*****************/
.box {
	padding: 4px;
	background-color: #E4E2DA;
	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: #E4E2DA;
	border: 1px solid #D1CEC0;
	margin: 2px 0;
}
.quote_box {
	background-color: #E4E2DA;
}
.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
*****************/
table {
	vertical-align: top;
}
table a {
	text-decoration: none;
}
th {
	text-align: left;
}
.std_data_table td {
	padding:1px;
	background-color:#E4E2DA;
	font-size:10px;
}
/*****************
Other
*****************/
.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: #E4E2DA;
	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 {
	background: url(images/tpl_background.jpg) repeat-x top #CFCCC7;
	margin: 22px 0 0 0;
	padding: 0;
}
a:link { color: #716A62; text-decoration: none; }
a:visited { color: #716A62; text-decoration: none; }
a:hover { color: #6B0505; text-decoration: none; }
a:active { color: #716A62; text-decoration: none; }
select {
	background-color:#F4F3F0;
	border:1px solid #D1CEC0;
	color: #716A62;
}
/*****************
Header
*****************/
.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) #d0ebf4 repeat-x;
	color:#B1AB9E;
}
.tpl_path a,
.tpl_path a:visited { color:#B1AB9E; }
.tpl_path a:hover { color:#FFF; }
/*****************
Main
*****************/
.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
*****************/
.tpl_foot_l {
	width:5px;
	height:68px;
	background:url(images/tpl_foot_l.gif) no-repeat;
}
.tpl_foot_c .center {
	height:68px;
	background:url(images/tpl_foot_c.gif) repeat-x;
	font-size:9px;
	color:#B1AB9E;
}
.tpl_foot_c .center a,
.tpl_foot_c .center a:visited { color:#B1AB9E; }
.tpl_foot_c .center a:hover { color:#FFF; }
.tpl_foot_r {
	width:5px;
	height:68px;
	background:url(images/tpl_foot_r.gif) no-repeat;
}
.tpl_foot_c .left {
	width:15px;
	height:68px;
	background:url(images/tpl_foot_l2.gif) left no-repeat;
}
.tpl_foot_c .right {
	width:15px;
	height:68px;
	background:url(images/tpl_foot_r2.gif) right no-repeat;
}
.tpl_footmsg {
	font-size:9px;
	color:#9D9686;
}
.tpl_footmsg a,
.tpl_footmsg a:visited { color:#9D9686; }
.tpl_footmsg a:hover { color:#FFF; }
/*****************
Blocks
*****************/
/* Navigator */
.tpl_block_nav {
	padding:6px;
	background:url(images/tpl_ne.gif) #DDDBD5 top right no-repeat;
}
.tpl_block_nav_end {
	height:6px;
	background:url(images/tpl_se.gif) #DDDBD5 bottom right no-repeat;
}
.tpl_block_nav_title {
	font-weight:bold;
	font-size:120%;
	color:#3E769F;
	border-bottom:1px solid #C5C2B8;
	margin-bottom:4px;
}
.tpl_block_nav_h1 {
	padding:6px;
	background:url(images/tpl_ne_h1.gif) #F8F8F6 top right no-repeat;
}
.tpl_block_nav_title_h1 {
	font-weight:bold;
	font-size:120%;
	color:#3E769F;
	border-bottom:1px solid #C5C2B8;
	margin-bottom:4px;
}
.tpl_block_nav_end_h1 {
	height:6px;
	background:url(images/tpl_se_h1.gif) #F8F8F6 bottom right no-repeat;
}
.tpl_block_nav_h2 {
	padding:6px;
	background:url(images/tpl_ne_h2.gif) #CDCBC5 top right no-repeat;
}
.tpl_block_nav_title_h2 {
	font-weight:bold;
	font-size:120%;
	color:#3E769F;
	border-bottom:1px solid #E8E7E3;
	margin-bottom:4px;
}
.tpl_block_nav_end_h2 {
	height:6px;
	background:url(images/tpl_se_h2.gif) #CDCBC5 bottom right no-repeat;
}
/* Central and Extra */
.tpl_block_title {
	font-weight:bold;
	font-size:120%;
	color:#3E769F;
	border-bottom:1px solid #D3D1C9;
	margin-bottom:4px;
}
/*****************
Messages
*****************/
.tpl_mex_title {
	font-weight:bold;
	font-size:120%;
	color:#3E769F;
	margin-bottom:4px;
}
.tpl_mex_box { 
	background: #DDDBD5; 
}
.tpl_mex_boxtop {
	background: url(images/tpl_ne.gif) no-repeat top right; 
}
.tpl_mex_boxtop div { 
	height: 6px;
	background: url(images/tpl_nw.gif) no-repeat top left; 
}
.tpl_mex_boxbottom { 
	background: url(images/tpl_se.gif) no-repeat bottom right; 
}
.tpl_mex_boxbottom div { 
	height: 6px; 
	background: url(images/tpl_sw.gif) no-repeat bottom left; 
}
.tpl_mex_boxcontent {
	padding: 0px 6px;
}
/*****************
News
*****************/
.tpl_news_title {
	font-weight: bold;
	color: #00618A;
	border-bottom:1px solid #940000;
}
.tpl_news_title a,
.tpl_news_title a:visited { color: #0033CC; }
.tpl_news_title a:hover { color: #6D0404; }
.tpl_news_info {
	padding: 4px;
	background-color:#FFFFFF;
	font-size: 9px;
	color: #999;
}
.tpl_news_tags {
	padding: 3px 3px 1px 3px;
	border:4px solid #E9E7E0;
	background-color:#FFFFFF;
	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:#FFFFFF;
}
.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;
}