/*! @file smf.css
    @brief Cascading Style Sheet (darkside theme)
    @author Simon Brunel - Allegorithmic
    @note This file is part of the MaPZone SMF
    @date 20070212
    @copyright Allegorithmic - All rights reserved
*/

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
}

a.nav:hover
{
	color: #cc3333;
	background-color: transparent;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, select
{
	font-size: 9pt;
	font-family: verdana, sans-serif;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader,
.codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	background-color: #FFFFFF;
}
.windowbg2
{
	background-color: #FAFAFA;
}

/* Titles - such as table headers. */
.titlebg,
tr.titlebg th,
tr.titlebg td,
.titlebg a:link,
.titlebg a:visited,
.titlebg2,
tr.titlebg2 th,
tr.titlebg2 td,
.titlebg2 a:link,
.titlebg2 a:visited
{
	background-color:#A0A0A0;
	font-style: normal;
	font-size:11px;
	font-weight:normal;
	color: #E0E0E0;
}


/* The category headers, page indexes, and such things. */
.catbg,
.catbg3
{
	background-color:#E0E0E0;
	color:#757575;
	font-weight: bold;
}

/* The borders around things. */
.bordercolor{
}

table.tborder
{
	width:100%;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background:#32CD32;
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:18pt;
	padding:3px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
}

/* Darside specific */
.error
{
	color:#FF0000;
}

div.SMFMenu,
div.SMFSearchBar
{
	padding:5px;
}

div.SMFMenu
{
	border-bottom:1px solid #C0C0C0;
	color:#A0A0A0;
}

div.SMFSearchBar,
div.SMFUserInfo
{
	text-align:right;
}

table
{
	border:none;
	border-collapse:collapse;
	empty-cells:show;
}

/* # Banner */
#Banner .Link
{
	background-image:url("../images/banner02.jpg");
}

/* #Page */
#Page .catbg a,
#Page .catbg3 a
{
	color:#A0A0A0;
}

#Page .catbg a:hover,
#Page .catbg3 a:hover
{
	color:#757575;
}

#Page .titlebg a,
#Page .titlebg2 a
{
	color:#E0E0E0;
}

#Page .titlebg a:hover,
#Page .titlebg2 a:hover
{
	color:#FFFFFF;
}

/* #Content */
#Content
{
	font-family:Verdana, sans-serif;
	font-size:11px;
}