/********************************************************************************
	- 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:#340033;
}
.info a,
.info a:visited {
	color:#F00;
	text-decoration: none;
}
#errorText { color: #900000; }
#small { font-size: 9px; }
.std_code {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 3px solid #340033;
}
/*****************
Boxes
*****************/
.box {
	padding: 4px;
	background-color: #ECEEE8;
	border: 1px solid #B7BEA7;
	margin: 2px 0;
}
.stitle {
	padding: 1px 0;
	background-image:url(images/stitle.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #B7BEA7;
	color:#666;
}
.note {
	padding: 4px;
	background-color: #ECEEE8;
	border: 1px solid #B7BEA7;
	margin: 2px 0;
}
.quote_box {
	border: 1px solid #D3D9CA;
}
.quote_title {
	padding:1px 2px;
	border-bottom: 1px solid #D3D9CA;
	background-color: #ECEEE8;
	background-image:url(images/stitle.gif);
	background-repeat:repeat-x;
	color:#A6AF92;
}
.quote_body {
	background-color: #FFF;
	padding:1px 2px;
	color:#A6AF92;
}
.code_box {
	border: 1px solid #D3D9CA;
}
.code_title {
	padding:1px 2px;
	border-bottom: 1px solid #D3D9CA;
	background-color: #ECEEE8;
	background-image:url(images/stitle.gif);
	background-repeat:repeat-x;
	color:#340033;
}
.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:#EEE;
	font-size:10px;
}
.std_data_table td,
.std_data_table td a,
.std_data_table td a:visited {
	color:#691259;
}
.std_data_table .stitle {
	color:#FFF;
}
/*****************
Other
*****************/
.underlined {
	border-bottom: 1px solid #AFBC91;
}
/*****************
Datebox in comments
*****************/
.datebox {
	width:41px;
	height:38px;
	background-image: url(images/datebg.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 15px;
	border:3px solid #FFF;
}
.datebox_day {
	font-weight: bold;
	color: #FFF;
	font-size:18px;
}
.datebox_month {
	color:#FFF;
}
/*****************
Comments
*****************/
.tpl_comments_box {
	background-color: #ECEEE8;
	background-image: url(images/comments_linguetta.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 4px;
	padding: 4px;
	border-bottom: 1px solid #B7BEA7;
}
.tpl_comments_title {
	color: #340033;
	font-weight: bold;
	border-bottom: 1px dotted #340033;
}
.tpl_comments_body {
	padding-top: 4px;
	font-size: 10px;
	clear: both;
}

/*****************
Titles
*****************/
h1 {
	margin:0;
	padding:0;
	font-size:13px;
}
h2 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}
h3 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}
/***********************************************************************
OPTIONAL, TEMPLATE SPECIFIC STYLE
***********************************************************************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #340033;
}
body {
	background:url(images/bg.jpg) repeat-x #ffffff;
	margin: 0 0 10px 0;
	padding: 0;
}
a:link {
	color: #F30;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #303;
	text-decoration: none;
}
a:active {
	color: #F60;
	text-decoration: none;
}
/*****************
Structure
*****************/
.tpl_inbox {
	margin:0 auto;
	width:917px;
	background-color: #ece9e2;
}

/*****************
Header
*****************/
.tpl_header_top {
	height:39px;
	background:url(images/tpl_header_top.jpg) no-repeat;
}
.tpl_header_main {
	height:150px;
}
.tpl_path {
	padding-bottom:4px;
	font-size:10px;
	color:#FFF;
}
.tpl_path a,
.tpl_path a:visited {
	color:#F60;
}
.tpl_path a:hover { color:#FFF; }

/*****************
Main
*****************/
.tpl_main_top {

}
.inner {
	padding:10px;
}
.tpl_maincontent {
	background-color:#FFF;
	padding:8px;
}

/*****************
Footer
*****************/
.tpl_footer {
	padding-top:12px;
	font-size:10px;
	color:#F90;
}
.tpl_footer a,
.tpl_footer a:visited {
	color:#580C4D;
}
.tpl_footer a:hover {
	color:#FFF;
}

/*****************
Blocks
*****************/
.tpl_nav {
	width:188px;
	padding-left:8px;
}
.tpl_extra {
	width:188px;
	padding-left:8px;
}
/* BLOCK */
.tpl_block {
	margin-bottom:3px;
}
.tpl_block_title {
	background-color: #ece9e2;
	background-image: url(images/tpl_block_title.gif);

}
.tpl_block_title div {
	padding:8px;
	font-size:14px;
	font-weight:bold;
	color:#340033;
}
.tpl_block_body {
	padding:8px;
	background:url(images/tpl_block_main.gif) repeat-x #f0dcb8;
}
.tpl_block_body .block_linkstyle a {
	display:block;
	padding:2px 0;
	border-bottom:1px dotted #CCD3D9;
}
.tpl_block_body .block_linkstyle a:hover { color:#FFF; }
.tpl_block_foot {
	height:9px;
}
.tpl_block_foot div {
	height:9px;
}
/* BLOCK H1 */
.tpl_block_h1 {
	margin-bottom:10px;
}
.tpl_block_title_h1 {
	background:url(images/tpl_block_title_h1.gif) no-repeat;
}
.tpl_block_title_h1 div {
	background:url(images/tpl_block_title_cap_h1.gif) top right no-repeat;
	padding:8px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.tpl_block_body_h1 {
	padding:8px;
	background:url(images/tpl_block_main_h1.gif) repeat-x #EDECD5;
}
.tpl_block_body_h1 .block_linkstyle a {
	display:block;
	padding:2px 0;
	border-bottom:1px dotted #CCD3D9;
}
.tpl_block_body_h1 .block_linkstyle a:hover { color:#FFF; }
.tpl_block_foot_h1 {
	height:9px;
}
.tpl_block_foot_h1 div {
	height:9px;
}
/* BLOCK H2 */
.tpl_block_h2 {
	margin-bottom:10px;
}
.tpl_block_title_h2 {
	background:url(images/tpl_block_title_h2.gif) no-repeat;
}
.tpl_block_title_h2 div {
	background:url(images/tpl_block_title_cap_h2.gif) top right no-repeat;
	padding:8px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
.tpl_block_body_h2 {
	padding:8px;
	background:url(images/tpl_block_main_h2.gif) repeat-x #EFE0C1;
}
.tpl_block_body_h2 .block_linkstyle a {
	display:block;
	padding:2px 0;
	border-bottom:1px dotted #CCD3D9;
}
.tpl_block_body_h2 .block_linkstyle a:hover { color:#FFF; }
.tpl_block_foot_h2 {
	height:9px;
}
.tpl_block_foot_h2 div {
	height:9px;
}
/* CENTRAL */
.tpl_block_title_c {
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
	color:#340033;
}
.tpl_block_body_c {
	margin-bottom:10px;
	padding:8px;
	background-color:#F90;
}
/*****************
Messages
*****************/
.tpl_messages_title {
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
	color:#340033;
}
.tpl_messages_body {
	margin-bottom:10px;
	padding:8px;
	background-color:#F90;
}
/*****************
News
*****************/
.tpl_news_box {
	padding:0 4px 10px 4px;
	margin-bottom:10px;
	border-bottom:1px dotted #340033;
}
/* Title */
.tpl_news_title {
	font-weight: bold;
	font-size:140%;
	color:#F90;
}
.tpl_news_title a,
.tpl_news_title a:visited {
	color:#F30;
}
.tpl_news_title a:hover {
	color:#F60;
}
/* Argument */
.tpl_news_argument {
	padding-bottom:14px;
	font-size:90%;
	color:#340033;
}
/* Read more */
.tpl_news_rest,
.tpl_news_rest a,
.tpl_news_rest a:visited,
.tpl_news_rest a_hover {
	padding-top:8px;
	font-size:10px;
	font-weight:bold;
	text-transform:lowercase;
	color: #F30;
}
/* Date */
.tpl_news_date {
	width:49px;
	height:58px;
	margin-top:3px;
	background:url(images/tpl_datebg.gif) no-repeat;
	border:3px solid #E8EBE2;
}
.tpl_news_date .month {
	color:#FFF;
	padding-top:3px;
}
.tpl_news_date .day {
	color:#FFF;
	padding-top:1px;
	font-size:20px;
	font-weight:bold;
}
.tpl_news_date .year {
	color:#FFF;
	font-size:9px;
}
/* Rank */
.tpl_news_rank {
	padding-top:8px;
}
/* Comments */
.tpl_news_comments {
	padding-top:4px;
}
/* Author */
.tpl_news_author {
	padding-top:4px;
}
.tpl_news_author a,
.tpl_news_author a:visited { font-weight:bold; color:#340033; }
.tpl_news_author a:hover {
	color: #FFF;
}
/* Tags */
.tpl_news_tags {
	padding-top:14px;
	color: #340033;
}
.tpl_news_tags a,
.tpl_news_tags a:visited { color: #340033; }
.tpl_news_tags a:hover { color:#FFF; }
/*****************
Various
*****************/
.tpl_page_title {
	padding:4px 0;
	font-size:16px;
	font-weight:bold;
	color:#340033;
	border-bottom:1px dotted #340033;
	margin-bottom:10px;
}
.tpl_page_title a,
.tpl_page_title a:visited { color:#340033; }
.tpl_page_title a:hover { color:#FFF; }

.tpl_opentable_title {
	margin-bottom:2px;
	border-bottom:1px dotted #340033;
	font-weight:bold;
	color:#FFF;
}
.tpl_opentable_title a,
.tpl_opentable_title a:visited {
	color:#F30;
}
.tpl_opentable_title a:hover { color:#FFF; }
.tpl_opentable_title {
	margin-bottom:2px;
	border-bottom:1px dotted #340033;
	font-weight:bold;
	color:#FFF;
}
.tpl_opentable_title a,
.tpl_opentable_title a:visited {
	color:#303;
}
.tpl_opentable_title a:hover { color:#FFF; }
/* Nice table */
table.std_nicetable thead td {
	background: url(images/tablebg.gif) #DDD repeat-x;
	border:1px solid #FFF;
	font-weight:bold;
	color:#340033;
}

.mybox {
	color:#303;
	font-size:14px;
}
.mybox a,
.mybox a:visited {
	color:#303;
}
.mybox a:hover { color:#FFF; }
.mybox .title { font-size:18px; font-weight:bold; margin-bottom:14px; }