/********************************************************************************
	- 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: #999F5E;
}
#info a {
	color: #999F5E;
	text-decoration: none;
}
#footMsg {
	font-size: 9px;
	color: #999F5E;
}
#footMsg a {
	color: #999F5E;
	text-decoration: none;
}
#errorText { color: #900000; }
#small { font-size: 9px; }

.std_code {
	margin-left: 10px;
	padding-left: 4px;
	border-left: 3px solid #DDD;
}
.std_hlight {
	background-color:#F3F4EC;
}

/*****************
Boxes
*****************/
.box {
	margin: 5px;
	padding: 2px;
	background-color: #F3F4EC;
	border: 1px solid #D5D8BC;
}
.stitle {
	padding: 1px 0;
	background-image:url(images/stitle.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #D5D8BC;
}
.note {
	margin: 5px;
	padding: 2px;
	background-color: #F3F4EC;
	border: 1px solid #D5D8BC;
}
.quote_box {
	border: 1px solid #D5D8BC;
}
.quote_title {
	background-color: #F3F4EC;
	padding:1px 2px;
	border-bottom: 1px dashed #CCC;
}
.quote_body {
	background-color: #FFF;
	padding:1px 2px;
}
.code_box {
	border: 1px solid #D5D8BC;
}
.code_title {
	background-color: #F3F4EC;
	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 #D5D8BC;
}
/*****************
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: #D5D8BC;
}
.tpl_slideBox {
	border-bottom: 1px solid #6A6A6A;
}
.tpl_slideBox_item {
	margin-left: 4px;
	padding: 1px 4px;
	border-width: 3px 1px 0 1px;
	border-style: solid;
	border-color: #6A6A6A;
	background-color: #FFF;
	font-weight: bold;
}
.tpl_slideBox_item a:hover {
	text-decoration: none;
	color: #6A6A6A;
}
/*****************
Comments
*****************/
.tpl_comments_box {
	background-color: #F3F4EC;
	background-image: url(images/comments_linguetta.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 4px;
	padding: 4px;
	border-left: 8px solid #D5D8BC;
	border-bottom: 1px solid #D5D8BC;
}
.tpl_comments_title {
	color: #6A6A6A;
	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:16px;
	font-weight:bold;
	color:#7E8662;
}

h2 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#7E8662;
}

h3 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#7E8662;
}

/***********************************************************************
OPTIONAL, TEMPLATE SPECIFIC STYLE
***********************************************************************/
body {
	background-color:#E8EAD9;
}
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	color:#65663E;
}
a:link { color: #65663E; text-decoration: none; }
a:visited { color: #65663E; text-decoration: none; }
a:hover { color: #65663E; text-decoration: underline; }
a:active { color: #65663E; text-decoration: none; }

/**************
Header
**************/
.tpl_logo {
	height:118px;
	background:url(images/tpl_logo_bg.jpg) 0 0 repeat-x;
	background-color:#7C976E;
}
.tpl_logo #str {
	width:800px;
	height:118px;
	background:url(images/tpl_logo.jpg) 0 0 no-repeat;
	font-size:32px;
	clear:both;
	text-align:left;
	color:#F4F0CD;
}
.tpl_logo #str div {
	padding:35px 0 0 30px;
}
.tpl_logo #str div a,
.tpl_logo #str div a:visited {
	color:#F4F0CD;
}

/**************
Menu
**************/
.tpl_head {
	width:100%;
	height:32px;
	background:url(images/tpl_buttons_bg.jpg) 0 0 repeat-x;
}
.tpl_head ul {
	width:800px;
	list-style: none;
	margin:0;
	padding:0;
	clear:both;
}
.tpl_head ul a { display:block; }
.tpl_head li {
	float: left;
}
.tpl_head ul li a {
	height:32px;
}
.tpl_head li div { display:none; }

/* #########################>> MENU <<############################ */
.tpl_menu_b1 { width:78px; background: url(images/tpl_buttons.jpg) 0 0 no-repeat; }
.tpl_menu_b1 a:hover { background:url(images/tpl_buttons.jpg) 0 -32px no-repeat; }

.tpl_menu_b2 { width:100px; background: url(images/tpl_buttons.jpg) -78px 0 no-repeat; }
.tpl_menu_b2 a:hover { background:url(images/tpl_buttons.jpg) -78px -32px no-repeat; }

.tpl_menu_b3 { width:85px; background: url(images/tpl_buttons.jpg) -178px 0 no-repeat; }
.tpl_menu_b3 a:hover { background:url(images/tpl_buttons.jpg) -178px -32px no-repeat; }

.tpl_menu_b4 { width:73px; background: url(images/tpl_buttons.jpg) -263px 0 no-repeat; }
.tpl_menu_b4 a:hover { background:url(images/tpl_buttons.jpg) -263px -32px no-repeat; }

.tpl_menu_b5{ width:113px; background: url(images/tpl_buttons.jpg) -336px 0 no-repeat; }
.tpl_menu_b5 a:hover { background:url(images/tpl_buttons.jpg) -336px -32px no-repeat; }

.tpl_espacovazio{ width:264px; background:url(images/tpl_buttons.jpg) -449px 0 no-repeat; }

/*.tpl_menu_b6 { width:78px; background: url(images/tpl_buttons.jpg) -449px 0 no-repeat; }
.tpl_menu_b6 a:hover { background:url(images/tpl_buttons.jpg) -449px -32px no-repeat; }*/

/*.tpl_menu_b7 { width:85px; background: url(images/tpl_buttons.jpg) -527px 0 no-repeat; }
.tpl_menu_b7 a:hover { background:url(images/tpl_buttons.jpg) -527px -32px no-repeat; }*/

/*.tpl_menu_b8 { width:101px; background: url(images/tpl_buttons.jpg) -612px 0 no-repeat; }
.tpl_menu_b8 a:hover { background:url(images/tpl_buttons.jpg) -612px -32px no-repeat; }*/

.tpl_menu_b9 { width:87px; background: url(images/tpl_buttons.jpg) -713px 0 no-repeat; }
.tpl_menu_b9 a:hover { background:url(images/tpl_buttons.jpg) -713px -32px no-repeat; }
/* #######################>> FIM-MENU <<########################## */


/**************
Foot
**************/
.tpl_foot {
	width:100%;
	/*background:url(images/tpl_bottom_bg.jpg) 0 0 repeat*/;
	background-color:#41674E;
	color:#FFFFFF;
	font-size:9px;
}
.tpl_foot a,
.tpl_foot a:visited { color:#FFFFFF; }

/**************
Content
**************/
.tpl_content {
	width:834px;
	background:url(images/tpl_content_l.gif) left repeat-y;
}
.tpl_content #sub {
	width:834px;
	background:url(images/tpl_content_r.gif) right repeat-y;
	text-align:left;
}
.tpl_content #str {
	background:url(images/tpl_content_in_l.gif) #FFF left repeat-y;
}
.tpl_content_main {
	padding:4px;
}
.tpl_content_main #size_ss { width:467px; }
.tpl_content_main #size_hs { width:628px; }
.tpl_content_main #size_fs { width:792px; }

/**************
Path
**************/
.tpl_path {
	padding:2px;
	background:url(images/tpl_content_in_r.gif) #F3F4EC right repeat-y;
	color:#B5BC8D;
}
.tpl_path a { color:#B5BC8D; }
.tpl_path a:visited { color:#B5BC8D; }

/**************
Nav
**************/
.tpl_class_nav {
	width:150px;
	padding:8px 4px;
	background:url(images/tpl_content_in_r.gif) #F3F4EC right repeat-y;
}
.tpl_block_title {
	font-size:140%;
	font-weight:bold;
	color:#7E8662;
	border-bottom:1px solid #D1D2B5;
	margin-bottom:2px;
}
.tpl_block_body {
	color:#65663E;
}
.tpl_block_body a,
.tpl_block_body a:visited {
	color:#65663E;
}

/**************
Extra
**************/
.tpl_class_extra #sextra {
	width:150px;
	margin:4px 0;
	padding:4px;
	border-left:3px solid #E8EAD9;
}
.tpl_block_title_e {
	font-size:140%;
	font-weight:bold;
	color:#7E8662;
	border-bottom:1px solid #D1D2B5;
	margin-bottom:2px;
}
.tpl_block_body_e {
	color:#65663E;
}
.tpl_block_body_e a,
.tpl_block_body a:visited {
	color:#65663E;
}
/**************
Central
**************/
.tpl_block_title_c {
	font-size:140%;
	font-weight:bold;
	color:#7E8662;
	border-bottom:1px solid #D1D2B5;
}
.tpl_block_body_c {
	padding:2px;
	background-color:#F3F4EC;
}

/*****************
Miscelaneous
*****************/
.tpl_vspacer {
	padding: 4px;
}

/*****************
News
*****************/
.tpl_news_title {
	font-size:140%;
	font-weight:bold;
	color:#7E8662;
	border-bottom:1px solid #D1D2B5;
	margin-bottom:2px;
}
.tpl_news_info {
	font-size:9px;
	color:#B5BC8D;
}

/**************
Messages
**************/
.tpl_mex_box { 
  background-color: #E8EAD9; 
}
.tpl_mex_boxtop { 
  background: url(images/tpl_mex_tr.gif) no-repeat top right; 
}
.tpl_mex_boxtop div { 
  height: 10px; 
  background: url(images/tpl_mex_tl.gif) no-repeat top left; 
}
.tpl_mex_boxbottom { 
  background: url(images/tpl_mex_br.gif) no-repeat bottom right; 
}
.tpl_mex_boxbottom div { 
  height: 10px; 
  background: url(images/tpl_mex_bl.gif) no-repeat bottom left; 
}
.tpl_mex_boxcontent {
  padding: 0px 10px 0px 10px;
}
.tpl_mex_title {
	font-size:140%;
	font-weight:bold;
	color:#7E8662;
}

/**************
Page title
**************/
.tpl_page_title {
	font-size:140%;
	font-weight:bold;
	color:#7E8662;
	border-bottom:1px solid #D1D2B5;
	margin-bottom:2px;
}

.tpl_opentable {
	margin-bottom:8px;
}

.tpl_opentable_title {
	font-weight:bold;
	color:#7E8662;
	border-bottom:1px dashed #D1D2B5;
	margin-bottom:2px;
}
