/********************************************************************************
	- 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 {
	color: #9FA0A4;
	font-size: 10px;
}
#info a {
	color: #9FA0A4;
	text-decoration: none;
}
#footMsg {
	font-size: 9px;
}
#footMsg a {
	text-decoration: none;
}
#errorText { color: #900000; }
#small { font-size: 10px; }

.std_code {
	margin-left: 10px;
	padding-left: 4px;
	border-left: 3px solid #DDD;
}
.std_hlight {
	background-color:#EFEFEF;
}

/*****************
Boxes
*****************/
.box {
	margin: 5px;
	padding: 2px;
	background-color: #F7F7F7;
	border: 1px solid #DDD;
	font-size: 10px;
}
.stitle {
	padding: 1px 0;
	background-image:url(images/stitle.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #DDD;
}
.note {
	margin: 5px;
	padding: 2px;
	background-color: #F7F7F7;
	border: 1px solid #DDD;
	font-size: 10px;
}
.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;
}
/*****************
Other
*****************/
.underlined {
	text-align: left;
	/* Border */
	border-bottom:1px solid #DADADA;
}
/*****************
Datebox in comments
*****************/
.datebox {
	width:41px;
	height:38px;
	background-image: url(images/datebg.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.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 {
	margin-top: 6px;
	border-bottom: 1px solid #999DA2;
}
.tpl_slideBox_item {
	margin-left: 4px;
	padding: 1px 4px;
	border-width: 3px 1px 0 1px;
	border-style: solid;
	border-color: #999DA2;
	background-color: #FFF;
	font-weight: bold;
}
.tpl_slideBox_item a:hover {
	text-decoration: none;
	color: #999DA2;
}
/*****************
Comments
*****************/
.tpl_comments_box {
	background-color: #F7F7F7;
	margin-bottom: 4px;
	padding: 4px;
	border-left: 8px solid #C6C8CA;
	border-bottom: 1px solid #C6C8CA;
}
.tpl_comments_title {
	color: #A6B0B7;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tpl_comments_body {
	padding-top: 4px;
	font-size: 10px;
	clear: both;
}

/***********************************************************************
OPTIONAL, TEMPLATE SPECIFIC STYLE
***********************************************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-x;
	background-color: #DEE1E5;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626469;
}
a:link {
	color: #626469;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #626469;
}
a:hover {
	text-decoration: underline;
	color: #626469;
}
a:active {
	text-decoration: none;
	color: #626469;
}
.tpl_head_text {
	font-size:10px;
	color:#626469;
}
.rotulo {
	font-size:12px;
	font-weight:bold;
	color:#327398;
}
.rotulo:hover {
	font-size:12px;
	font-weight:bold;
	color:#327398;
}
.tpl_title,
.tpl_opentable_title {
	padding:2px;
	color:#626469;
	font-weight:bold;
	background-image:url(images/title_bg.gif);
	background-repeat:repeat-x;
}
.tpl_title a,
.tpl_opentable_title a {
	color:#626469;
}
.tpl_opentable_title {
	border: 1px solid #DDD;
}
.tpl_block {
	background-image:url(images/block_bg.gif);
	background-repeat:repeat-x;
}
.tpl_footer {
	font-size:9px;
	color:#626469;
}
.tpl_footer a {
	color:#626469;
}
.tpl_vspacer {
	padding:2px;
}
.tpl_news_info {
	font-size:9px;
	color:#626469;
}
.std_data_table_td {
	background-color:#F7F7F7;
}