/********************************************************************************
	- 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: #1C95C4;
}
#info a {
	color: #1C95C4;
	text-decoration: none;
}
#errorText { color: #900000; }
#small { font-size: 9px; }
/*****************
Boxes
*****************/
.box {
	padding: 4px;
	background-color: #F1F9FD;
	border: 1px solid #CBE9F8;
	margin: 2px 0;
}
.stitle {
	padding: 1px 0;
	background-image:url(images/stitle.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #CBE9F8;
}
.note {
	padding: 4px;
	background-color: #F1F9FD;
	border: 1px solid #CBE9F8;
	margin: 2px 0;
}
.quote_box {
	border: 1px solid #1C95C4;
}
.quote_title {
	background-color: F1F9FD;
	padding:1px 2px;
	border-bottom: 1px dashed #CBE9F8;
}
.quote_body {
	background-color: #FFF;
	padding:1px 2px;
}
.code_box {
	border: 1px solid #1C95C4;
}
.code_title {
	background-color: #F1F9FD;
	padding:1px 2px;
	border-bottom: 1px dashed #CBE9F8;
}
.code_body {
	background-color: #FFF;
	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:#F1F9FD;
	font-size:10px;
}
/*****************
Other
*****************/
.underlined {
	border-bottom: 1px solid #CBE9F8;
}
/*****************
Datebox in comments
*****************/
.datebox {
	width:41px;
	height:38px;
	background-image: url(images/datebg.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 15px;
}
.datebox_day {
	padding-top: 2px;
	font-weight: bold;
	color: #FFF;
	font-size:16px;
}
.datebox_month {
	padding-top: 3px;
	font-size: 10px;
	color: #666;
}
.tpl_slideBox {
	border-bottom: 1px solid #1C95C4;
}
.tpl_slideBox_item {
	margin-left: 4px;
	padding: 1px 4px;
	border-width: 3px 1px 0 1px;
	border-style: solid;
	border-color: #1C95C4;
	background-color: #FFF;
	font-weight: bold;
}
.tpl_slideBox_item a:hover {
	text-decoration: none;
	color: #1C95C4;
}
/*****************
Comments
*****************/
.tpl_comments_box {
	background-color: #F1F9FD;
	background-image: url(images/comments_linguetta.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 4px;
	padding: 4px;
	border-left: 8px solid #CBE9F8;
	border-bottom: 1px solid #CBE9F8;
}
.tpl_comments_title {
	color: #1C95C4;
	font-weight: bold;
	border-bottom: 1px solid #CBE9F8;
}
.tpl_comments_body {
	padding-top: 4px;
	font-size: 10px;
	clear: both;
}
/*****************
Titles
*****************/
h1 {
	margin:0;
	padding:0;
	font-size:16px;
}

h2 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}

h3 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
/***********************************************************************
OPTIONAL, TEMPLATE SPECIFIC STYLE
***********************************************************************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B92B3;
}
body {
	margin: 0;
	padding: 0;
}
a:link { color: #5B92B3; text-decoration: none; }
a:visited { color: #5B92B3; text-decoration: none; }
a:hover { color: #FF9900; text-decoration: none; }
a:active { color: #5B92B3; text-decoration: none; }
/*****************
Header
*****************/
.tpl_top_bar {
	margin:0;
	padding:0;
	background-color:#1F607F;
	color:#3197C8;
}
.tpl_top_bar a,
.tpl_top_bar a:visited { color:#3197C8; }
.tpl_top_bar a:hover { color:#FF9900; }

.tpl_head {
	height:117px;
	background:url(images/tpl_head_bg.gif) repeat-x;
	border-bottom:1px solid #FFF;
}
.tpl_logo {
	height:84px;
	color:#DEF2FA;
	font-size:30px;
}
.tpl_logo a,
.tpl_logo a:visited,
.tpl_logo a:hover { color:#DEF2FA; }
.tpl_search_bg {
	width:332px;
	height:33px;
	background:url(images/tpl_search_bg.gif) no-repeat;
}
.tpl_search_str {
	padding:5px 0 0 19px;
}
.tpl_search_txt {
	color:#82CDEA;
	font-size:18px;
	background-color:transparent;
	border:0;
}

/*****************
Main
*****************/
.tpl_main_left {
	background:url(images/tpl_main_bg_left.gif) repeat-x;
}
.tpl_main_right {
	background:url(images/tpl_main_bg_right.gif) repeat-x;
}

/*****************
Footer
*****************/
.tpl_foot {
	margin-top:8px;
	padding-top:8px;
	height:237px;
	background:url(images/tpl_foot_bg.gif) repeat-x;
	font-size:9px;
}
.tpl_foot #sub {
	width:900px;
}

.tpl_foot_title {
	font-weight:bold;
}
.tpl_foot_text,
.tpl_foot_text a,
.tpl_foot_text a:visited,
.tpl_foot_text a:hover { color:#9DBED2; }

/*****************
Blocks
*****************/
.tpl_block_nav_title {
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #ADCBDC;
	padding-bottom:2px;
	margin-bottom:4px;
}

/*****************
News
*****************/
.tpl_news_title {
	font-size:18px;
	border-bottom:1px dotted #6DA4C0;
	padding-bottom:4px;
	margin-bottom:4px;
}

/*****************
Message
*****************/
.tpl_mex_box {
	padding:4px;
	background-color:#FFF5E8;
	border-top:3px solid #FFE7C6;
	border-bottom:3px solid #FFE7C6;
	color:#DD8F00;
}
.tpl_mex_box a,
.tpl_mex_box a:visited,
.tpl_mex_box a:hover { color:#DD8F00; }

/*****************
Page title
*****************/
.tpl_page_title {
	border-bottom:1px solid #ADCBDC;
	padding-bottom:2px;
	margin-bottom:4px;
}
.tpl_page_title_2 {
	border-bottom:1px solid #ADCBDC;
	padding-bottom:2px;
	margin-bottom:4px;
}

/*****************
Various
*****************/
.tpl_vspacer {
	padding: 4px;
}