﻿/********************************************************************************
	- 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:#000000;
}
#info a {
	color:#0000000;
	text-decoration: none;
}
#errorText, .errorText { color: #900000; }
#small, .small { font-size: 9px; }

.std_code {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 3px solid #C0D7E7;
}
/*****************
Boxes
*****************/
.box {
	padding: 4px;
	background-color: #66B3FF;
	border: 1px #0066CC solid;
	margin: 2px 0;
}
.stitle {
	padding: 1px 0;
	background-image: url(images/stitle.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CAC7B7;
	color: #000000;
}
.note {
	padding: 4px;
	background-color: #66B3FF;
	border: 3px solid #ffffff;
	margin: 2px 0;
}
.quote_box {
	background-color: #66B3FF;
}
.quote_title {
	background-color: #66B3FF;
	padding:1px 2px;
	border-bottom: 1px dashed #CCC;
}
.quote_body {
	background-color: #66B3FF;
	padding:1px 2px;
}
.code_box {
	border: 3px solid #ffffff;
}
.code_title {
	background-color: #66B3FF;
	padding:1px 2px;
	border-bottom: 1px dashed #CCC;
}
.code_body {
	background-color: #48A4FF;
	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:#66B3FF;
	font-size:10px;
}
/*****************
Other
*****************/
.underlined {
	border-bottom: 1px #000066 solid;
}
/*****************
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: #000000;
}
/*****************
Comments
*****************/
.tpl_comments_box {
	background-color: #48A4FF;
	background-image: url(images/comments_linguetta.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 4px;
	padding: 4px;
	border-left: 8px solid #ffffff;
	border-bottom: 1px #ffffff solid;
}
.tpl_comments_title {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}
.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: 12px;
	color: #000000;
}
body {
	background: #ffffff;
	margin: 12px 0 0 0;
	padding: 0;
	color: #000000;
}
a:link { color: #716A62; text-decoration: none; }
a:visited { color: #716A62; text-decoration: none; }
a:hover { color: #FFF; text-decoration: none; }
a:active { color: #716A62; text-decoration: none; }
select {
	background-color: #0066CC;
	border: 1px solid #D1CEC0;
	color: #000000;
}
/*****************
Header
*****************/
.tpl_header {
	width:800px;
	height:100px;
}
/*****************
Main
*****************/
.tpl_content {
	padding: 2px 2px 2px 0;
	background-color: #1F5581;
}
.tpl_navigator {
	padding-right:3px;
	padding-left:3px;
	width:170px;
}
.tpl_main {
	padding-top:2px;
}
.tpl_extra {
	padding-top:2px;
	padding-left:3px;
	width:160px;
}
/*****************
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: #9AD0FC url(images/tpl_ne.gif) no-repeat right
	
top;
}
.tpl_block_nav_end {
	height: 6px;
	background: #9AD0FC url(images/tpl_se.gif) no-repeat right
bottom;
}
.tpl_block_nav_title {
	font-weight:bold;
	font-size:120%;
	color:#000000;
	border-bottom:3px solid #ffffff;
	margin-bottom:4px;
}
.tpl_block_nav_h1 {
	padding:6px;
	background:url(images/tpl_ne_h1.gif) #9AD0FC top right no-repeat;
}
.tpl_block_nav_title_h1 {
	font-weight:bold;
	font-size:120%;
	color:#000000;
	border-bottom:1px solid #C5C2B8;
	margin-bottom:4px;
}
.tpl_block_nav_end_h1 {
	height:6px;
	background:url(images/tpl_se_h1.gif) #9AD0FC bottom right no-repeat;
}
.tpl_block_nav_h2 {
	padding:6px;
	background:url(images/tpl_ne_h2.gif) #9AD0FC top right no-repeat;
}
.tpl_block_nav_title_h2 {
	font-weight:bold;
	font-size:120%;
	color:#000000;
	border-bottom:1px solid #E8E7E3;
	margin-bottom:4px;
}
.tpl_block_nav_end_h2 {
	height:6px;
	background:url(images/tpl_se_h2.gif) #9AD0FC bottom right no-repeat;
}
/* Central and Extra */
.tpl_block_title {
	font-weight:bold;
	font-size:120%;
	color:#000000;
	border-bottom:3px solid #FFFFFF;
	margin-bottom:4px;
}
/*****************
Messages
*****************/
.tpl_mex_title {
	font-weight:bold;
	font-size:120%;
	color:#000000;
	margin-bottom:4px;
}
.tpl_mex_box { 
	background: #9AD0FC; 
	border: 3px white solid 
}
.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: #000000;
	border-bottom:2px solid #96BBD6;
}
.tpl_news_title a,
.tpl_news_title a:visited { color: #3E769F; }
.tpl_news_title a:hover { color: #FFF; }
.tpl_news_info {
	padding: 4px;
	background-color: #9AD0FC;
	font-size: 9px;
	color: #000000;
}
.tpl_news_tags {
	padding: 3px 3px 1px 3px;
	border: 4px solid #E9E7E0;
	background-color: #9AD0FC;
	color: #000000;
}
.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:#E9E7E0;
}
.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:#000000;
	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:#000000;
}
.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:#000000;
}