/********************************************************************************
	- 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: 90%;
	color: #AAA;
}
.info a,
.info a:visited {
	color: #AAA;
	text-decoration: none;
}
#footMsg {
	font-size: 9px;
	color: #707273;
}
#footMsg a,
#footMsg a:visited { color: #707273; }
#footMsg a:hover { color: #A6301C; }

#errorText { color: #900000; }
.small { font-size: 90%; }

.std_code {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 3px solid #F8D9D3;
}
.std_hlight {
	background-color:#EFEFEF;
}

/*****************
Boxes
*****************/
.box {
	padding: 4px;
	background-color: #F4F4F4;
	border: 1px solid #DDD;
	margin: 2px 0;
}
.stitle {
	padding: 1px 0;
	background-image:url(images/stitle.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #BBB;
	color:#666;
}
.note {
	padding: 4px;
	background-color: #F4F4F4;
	border: 1px solid #DDD;
	margin: 2px 0;
}
.quote_box {
	border: 1px solid #AAA;
}
.quote_title {
	background-color: #EEE;
	padding:1px 2px;
	border-bottom: 1px dashed #CCC;
}
.quote_body {
	background-color: #FFF;
	padding:1px 2px;
}
.code_box {
	border: 1px solid #AAA;
}
.code_title {
	background-color: #EEE;
	padding:1px 2px;
	border-bottom: 1px dashed #CCC;
}
.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:#333;
}
.std_data_table .stitle { color:#777; }
/*****************
Other
*****************/
.underlined {
	border-bottom: 1px solid #DDD;
}
/*****************
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 {
	font-weight: bold;
	color: #FFF;
	font-size:18px;
}
.datebox_month {
	color: #777;
}
/*****************
Comments
*****************/
.tpl_comments_box {
	background-color: #F4F4F4;
	background-image: url(images/comments_linguetta.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 4px;
	padding: 4px;
	border-bottom: 1px solid #DDD;
}
.tpl_comments_title {
	color: #A6301C;
	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: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: #555;
}
body {
	background:url(images/tpl_background.gif) repeat #FFF;
	margin: 0 0 10px 0;
	padding: 0;
}
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; font-weight: bold; }
a:active { color: #FF0000; text-decoration: none; font-weight: bold: underlined; }
/*****************
Box
*****************/
.tpl_box {
	margin:0 auto;
	padding:6px;
	width:906px;
	background-color:#707273;
}
/*****************
Logo
*****************/
.tpl_logo {
	margin:8px auto 0 auto;
	width:900px;
	height:70px;
}
/*****************
Bar
*****************/
.tpl_bar {
	height:41px;
	background:url(images/tpl_bar.gif) no-repeat;
	color:#FBD0D0;
}
.tpl_bar a,
.tpl_bar a:visited,
.tpl_bar a:hover {
	color:#FBD0D0;
}
/*****************
Main
*****************/
.tpl_main_i {
	margin-top:2px;
	height:3px;
	background:url(images/tpl_structure.gif) 0 -304px no-repeat;
}
.tpl_main {
	background:url(images/tpl_main.gif) repeat-y;
}
.tpl_main_e {
	height:3px;
	background:url(images/tpl_structure.gif) 0 -304px no-repeat;
}
.tpl_main_box {}
/*****************
Blocks
*****************/
.tpl_nav_box {
	width:192px;
	padding-left:1px;
}
.tpl_extra_box {
	width:162px;
	padding-left:4px;
}
.tpl_border {
	padding-right:4px;
	border-right:1px dotted #800000;

}
.tpl_border {
	padding-left:4px;
	border-left:1px dotted #800000;

}
.tpl_nav_title,
.tpl_extra_title,
.tpl_central_title {
	padding:2px;
	margin-bottom:2px;
	border-top:2px solid #800000;
	border-bottom:1px solid #800000;
	background-color:#FCE09E;
	font-weight:bold;
}
.tpl_nav_body,
.tpl_extra_body,
.tpl_central_body {
	margin-bottom:14px;
}
.block_linkstyle {
	padding:2px;
	border-bottom:1px solid #800000;
}
.block_linkstyle a { display:block; }
.block_linkstyle a:hover { background-color:#EEE; text-decoration:none; }
/*****************
Last/info
*****************/
.tpl_lastinfo {
	margin-top:2px;
	height:156px;
	background:url(images/tpl_structure.gif) no-repeat;
}
/*****************
Footer
*****************/
.tpl_footer {
	margin-top:2px;
	height:41px;
	background:url(images/tpl_structure.gif) 0 -309px no-repeat;
	font-size:11px;
}
.tpl_footer a:hover { color:#A6301C; }
/*****************
Page title
*****************/
.tpl_page_title {
	padding:2px;
	margin-bottom:2px;
	border-top:2px solid #AAA;
	border-bottom:1px solid #CCC;
	background-color:#EEE;
	font-weight:bold;
}
.tpl_opentable_title {
	padding:2px;
	margin-bottom:2px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	color:#777;
}
.tpl_opentable_title a,
.tpl_opentable_title a:visited { color:#777; }
.tpl_opentable_title a:hover { color:#A6301C; }
/*****************
Messages
*****************/
.tpl_messages_title {
	padding:2px;
	border-top:2px solid #BF0000;
	border-bottom:1px solid #000000;
	background-color:#BF0000;
	font-weight:bold;
	color:#FFFFFF;
}
.tpl_messages_body { 
  background-color:#D2D2D2;
  color:#44773C;
  padding:4px;
  margin-bottom:14px;
}
.tpl_messages_body a,
.tpl_messages_body a:visited,
.tpl_messages_body a:hover { color:#44773C; }
/*****************
News
*****************/
.tpl_news_box {
	padding:0 4px 10px 4px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
}
/* Title */
.tpl_news_title {
	font-weight: bold;
	font-size:140%;
	color: #A6301C;
}
.tpl_news_title a,
.tpl_news_title a:visited,
.tpl_news_title a:hover { color: #A6301C; }
/* Argument */
.tpl_news_argument {
	padding-bottom:8px;
	font-size:90%;
	color:#AAA;
}
/* 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: #A6301C;
}
/* Date */
.tpl_news_date {
	width:49px;
	height:58px;
	margin-top:3px;
	background:url(images/tpl_datebg.gif) no-repeat;
}
.tpl_news_date .month {
	color:#FFF;
	padding-top:3px;
}
.tpl_news_date .day {
	color:#555;
	padding-top:1px;
	font-size:20px;
	font-weight:bold;
}
.tpl_news_date .year {
	color:#555;
	font-size:9px;
}
/* Rank */
.tpl_news_rank {
	padding-top:8px;
}
/* Comments */
.tpl_news_comments {
	padding-top:4px;
	color: #777;
}
.tpl_news_comments a,
.tpl_news_comments a:visited { color: #777; }
.tpl_news_comments a:hover { color:#A6301C; }
/* Author */
.tpl_news_author {
	padding-top:4px;
	color:#777;
}
.tpl_news_author a,
.tpl_news_author a:visited,
.tpl_news_author a:hover {
	font-weight:bold;
	color:#A6301C;
}
/* Tags */
.tpl_news_tags {
	padding-top:8px;
	color: #EC9E91;
}
.tpl_news_tags a,
.tpl_news_tags a:visited { color: #EC9E91; }
/*****************
Padding
*****************/
.tpl_padding {
	padding:7px;
}
/*****************
Various
*****************/
/*Spoiler by RuFilmz.ru*/

.spoiler {
    background-color : #EEE;
    background-repeat: repeat-x;
    border: 1px solid #AAA;
    padding-left : 40px;

}
.spoilerheader {
    font-size: 13px;
    padding-left : 15px;
    background-image : url(images/light_arrow_shut.gif);
    background-repeat: no-repeat;
    background-position:0 5;
    display:block;
    cursor: pointer; 
}
.spoiler.open .spoilerheader {background-image : url(images/light_arrow_open.gif);}
.spoiler .spoilertext {display:none;}
.spoiler.open .spoilertext {display:block;},
}

img.shadow {
	padding: 11px 11px 24px 11px ;
	background: url(images/shadow.jpg) bottom center no-repeat #FFF;
	margin:15px 0 0 0;
	text-align:center;
}
img.shadow_small {
	padding: 11px 11px 24px 11px ;
	background: url(images/shadow_small.jpg) bottom center no-repeat #FFF;
	margin:15px 0 0 0;
	text-align:center;
}

