/********************************************************************************
	- MemHT Portal -
	
	Copyright (C) 2007 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: #7C8996;
}
#info a {
	color: #7C8996;
	text-decoration: none;
}
#footMsg {
	font-size: 9px;
	color: #7C8996;
}
#footMsg a {
	color: #7C8996;
	text-decoration: none;
}
#errorText { color: #900000; }
#small { font-size: 9px; }

/*****************
Boxes
*****************/
.box {
	margin: 5px;
	padding: 2px;
	background-color: #E3E8EE;
	border: 1px solid #ACB5C2;
	font-size: 10px;
}
.stitle {
	padding: 1px 0;
	background-color: #D1D8DE;
	border-bottom: 1px solid #ACB5C2;
}
.note {
	margin: 5px;
	padding: 2px;
	background-color: #E3E8EE;
	border: 1px solid #ACB5C2;
	font-size: 10px;
}
.quote_box {
	border: 1px solid #ACB5C2;
	color:#8C98AA;
}
.quote_title {
	background-color: #E3E8EE;
	padding:1px 2px;
	border-bottom: 1px dashed #ACB5C2;
}
.quote_body {
	background-color: #FFF;
	padding:1px 2px;
}
.code_box {
	border: 1px solid #AAA;
	color:#8C98AA;
}
.code_title {
	background-color: #E3E8EE;
	padding:1px 2px;
	border-bottom: 1px dashed #ACB5C2;
}
.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-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #ACB5C2;
}
/*****************
Datebox in comments
*****************/
.datebox {
	background-color: #FFF;
	background-image: url(images/datebg.gif);
	background-repeat: no-repeat;
	border: 1px solid #CDD3DC;
	color: #A6B0B7;
	text-align: center;
}
.datebox_day {
	font-weight: bold;
}
.datebox_month {
	font-size: 10px;
}

.tpl_slideBox {
	margin: 2px 0 4px 0;
	padding-top: 4px;
	border-bottom: 1px solid #79889D;
}
.tpl_slideBox_item {
	margin-left: 4px;
	padding: 1px 4px;
	border-width: 3px 1px 0 1px;
	border-style: solid;
	border-color: #79889D;
	font-weight: bold;
	background-color: #CFD7E2;
}
.tpl_slideBox_item a:hover {
	text-decoration: none;
	color: #79889D;
}
/*****************
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 {
	color: #A6B0B7;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tpl_comments_body {
	padding-top: 4px;
	font-size: 10px;
	clear: both;
}

/************************************
Forum
************************************/
#cat_title {
	background-color:#E3E8EE;
}
#cat_info {
	background-image:url(images/forum/title_back.gif);
	background-repeat:repeat-x;
	color:#79889D;
}
#forum_title_a {
	background-color:#CFD7E2;
}
#forum_title_b {
	background-color:#C4CEDB;
}
#topic_bg {
	background-color:#CFD7E2;
}
/***********************************************************************
OPTIONAL, TEMPLATE SPECIFIC STYLE
***********************************************************************/
html,body {
	margin: 0;
	padding: 0;
	/* Dimension */
	height: 100%;
	/* Background */
	background-color: #3A4A63;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	/* Font */
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	color: #3A4A63;
}
/*****************
Links
*****************/
a:link {	color: #3A4A63; }
a:visited { color: #3A4A63; }
a:hover{ color: #FFF; }
a:active { color: #3A4A63; }
/*****************
Input
*****************/
input,select,textarea {
	background-color: #E3E8EE;
	background-image: url(images/input_back.gif);
	border-width: 1px;
	border-style: solid;
	border-color: #ACB5C2;
	color: #3A4A63;
}

input:hover,select:hover,textarea:hover {
	border-color: #3A4A63;
}
/*****************
Blocks
*****************/
#block_structure_left {
	margin: 4px 4px 4px 0;
	padding: 0;
	/* Background */
  	background-color: #E3E8EE;
	/* Border */
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #ACB5C2;
}

#block_structure_right {
	margin: 4px 0 4px 4px;
	padding: 0;
	/* Background */
  	background-color: #E3E8EE;
	/* Border */
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #ACB5C2;
}

#block_structure_center {
	margin: 4px 0;
	padding: 0;
	/* Background */
  	background-color: #E3E8EE;
	/* Border */
	border-width: 1px;
	border-style: solid;
	border-color: #ACB5C2;
}
/************************************
Blocks Links
************************************/
#block_linkstyle a {
  display: block; 
  margin: 1px 0;
  padding: 0;
  /* Background */
  background-color: #D1D9E4;
  background-image: url(images/blockLink.gif);
  background-repeat: repeat-x;
  /* Font */
  text-decoration: none;
  text-indent: 2px;
  font-weight: bold;
  font-size: 10px;
  border-left: 5px solid #7C8996;
  }
#block_linkstyle a:hover { 
	color: #FFF;
	border-left: 5px solid #3A4A63;
}
#block_adminlinkstyle a {
  display: block; 
  margin: 1px 0;
  padding: 0;
  /* Background */
  background-color: #D1D9E4;
  background-image: url(images/blockLink.gif);
  background-repeat: repeat-x;
  /* Font */
  text-decoration: none;
  text-indent: 2px;
  font-weight: bold;
  font-size: 10px;
  border-left: 5px solid #FF8080;
}
#block_adminlinkstyle a:hover { 
	color: #FFF;
	border-left: 5px solid #900000;
}
/*****************
Spacer
*****************/
#spacer {
	height: 10px;
}
.vspace {
	margin: 4px 0;
}