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

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

/*****************
Boxes
*****************/
.box {
	margin: 5px;
	padding: 2px;
	background-color: #F0F2F4;
	border: 1px solid #A6B0B7;
	font-size: 10px;
}
.stitle {
	padding: 1px 0;
	background-image:url(images/stitle.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #ADB4BE;
}
.note {
	margin: 5px;
	padding: 2px;
	background-color: #F0F2F4;
	border: 1px solid #A6B0B7;
	font-size: 10px;
}
.quote_box {
	border: 1px solid #A6B0B7;
	color: #8D97A5;
}
.quote_title {
	background-color: #F0F2F4;
	padding:1px 2px;
	border-bottom: 1px dashed #A6B0B7;
}
.quote_body {
	background-color: #FFF;
	padding:1px 2px;
}
.code_box {
	border: 1px solid #A6B0B7;
	color: #8D97A5;
}
.code_title {
	background-color: #F0F2F4;
	padding:1px 2px;
	border-bottom: 1px dashed #A6B0B7;
}
.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 #ADB4BE;
}
/*****************
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: 4px;
	border-bottom: 1px solid #8D97A5;
}
.tpl_slideBox_item {
	margin-left: 4px;
	padding: 1px 4px;
	border-width: 3px 1px 0 1px;
	border-style: solid;
	border-color: #8D97A5;
	background-color: #F0F2F4;
	font-weight: bold;
}
.tpl_slideBox_item a:hover {
	text-decoration: none;
	color: #8D97A5;
}
/*****************
Comments
*****************/
.tpl_comments_box {
	margin-bottom: 4px;
	padding: 4px;
	border-left: 8px solid #A6B0B7;
	border-bottom: 1px solid #A6B0B7;
	background-color: #F0F2F4;
}
.tpl_comments_title {
	#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: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}
body,td,th {
	color: #5A6269;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #5A6269;
}
a:visited {
	text-decoration: none;
	color: #5A6269;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #5A6269;
}
.tpl_spacer {
	padding:4px;
}
.tpl_bar {
	font-size: 10px;
}

/* Titles */
.tpl_bktitle {
	padding:3px 1px;
	background-image:url(images/title_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#9AA3B0;
	font-weight:bold;
	color:#EFF0F1;
}
.tpl_bktitle a { color:#EFF0F1; }

.tpl_mstitle {
	padding:3px 1px;
	background-image:url(images/title_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#9AA3B0;
	font-weight:bold;
	color:#EFF0F1;
}
.tpl_mstitle a { color:#EFF0F1; }

.tpl_nwtitle {
	padding:3px 1px;
	background-image:url(images/news_title_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#AFB8C5;
	font-weight:bold;
	color:#EFF0F1;
}
.tpl_nwtitle a { color:#EFF0F1; }

.tpl_pgtitle {
	padding:3px 1px;
	background-image:url(images/title_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#9AA3B0;
	font-weight:bold;
	color:#EFF0F1;
}
.tpl_pgtitle a { color:#EFF0F1; }

.tpl_opentable_title {
	border-bottom: 1px solid #BFC7D2;
}

/* Structure */
.tpl_block {
	padding:2px;
	border-top:1px solid #ADB4BE;
	border-right:1px solid #ADB4BE;
	border-bottom:1px solid #ADB4BE;
	background-image:url(images/block_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.tpl_message {
	padding:2px;
	border-right:1px solid #ADB4BE;
	border-bottom:1px solid #ADB4BE;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#CDD3DC;
}

.tpl_news {
	padding:2px;
	border-right:1px solid #ADB4BE;
	border-bottom:1px solid #ADB4BE;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#CDD3DC;
}
.tpl_nwfoot { margin:8px 0 0 0; border-top:1px solid #ADB4BE; font-size:9px; }

.tpl_opentable {
	padding:2px;
	border-right:1px solid #ADB4BE;
	border-bottom:1px solid #ADB4BE;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#CDD3DC;
}

/* Footer */
.tpl_infoot {
	margin:2px;
	font-size:9px;
}
.tpl_outfoot {
	margin:2px;
	font-size:9px;
	color:#B9BABD;
}
.tpl_outfoot a {
	color:#B9BABD;
}
#footMsg {
	margin:2px;
	font-size:9px;
	color:#B9BABD;
}
#footMsg a { color:#B9BABD; }

/* Head input */
#gfxinput {
	margin:4px;
	font-size:10px;
	border:1px solid #ADB4BE;
	color:#91928E;
	
}
.gfxicon {
	/*background-image: url(images/icon_search.gif);*/
	background-repeat: no-repeat;
	background-color:#D8D8D6;
}

/* Blocks */
#block_linkstyle a {
	display: block; 
}

#block_linkstyle a {
	display: block; 
	margin: 0 0 1px 0;
	padding: 0;
	text-indent:2px;
	/* Font */
	font-size: 10px;
	border-left: 3px solid #B4BCCB;
}
#block_linkstyle a:hover {
	font-weight:bold;
	border-left: 3px solid #929EB4;
	background-color: #BDC4CE;
}

.std_data_table_td {
	background-color:#D2D8DF;
}
/* Nice table */
table.std_nicetable {
	background-color:#C7D1DC;
}
table.std_nicetable td {
	padding:2px;
}
table.std_nicetable thead td {
	background: url(images/tablebg.gif) #AFBDCD repeat-x;
	border:1px solid #e1e6ed;
	font-weight:bold;
	color:#FFF;
}
td.std_clean { background-color: #e1e6ed; }
td.std_hlight { background-color: #D2DAE3; }