/* By default (td, body..)*/
body, td, th
{
	color: #736268;
	font-size: 12px;
	font-family: arial, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 10pt;
	color: #000000;
	font-family: arial, sans-serif;
	background-color: #fff;
}

/* 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: 9pt;
	font-weight: normal;
	color: #736268;
	font-family: arial, sans-serif;
	background-color: #fff;
}


/* Normal, standard links. */
a:link, a:visited
{
	color:#BE3255;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #9D8C92;
	background-color: transparent;
	text-decoration: none;
}

.big-title {
	font-size:14px;
}

a.confirm {
	background: transparent url(images/icons/confirm_24.png) 0 0 no-repeat;
	display:block;
	height:30px;
	line-height:20px;
	padding:0 0 0 30px;
}

.info {
	background: transparent url(images/icons/info_24.png) 0 0 no-repeat;
	display:block;
	height:30px;
	line-height:20px;
	padding:0 0 0 30px;
}

.nodisplay {
	display:none;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #BE3255;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	color: #9D8C92;
	background-color: transparent;
	text-decoration: none;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

table .table-wrapper {
	padding:0;
	margin:0;
}

#posts-index-all-wrapper {
	float:left;
	margin-right: -170px;
	width:100%;
}
#posts-index-wrapper {
	margin:0 170px 0 0;
}

#posts-index-banner-wrapper {
	float:right;
	width:160px;
}

table.category-list {
	background-color: #F5F3F4;
	padding:0 0 10px 0;
}

table.board-list {
	background-color: #FFF;
	padding:0 0 10px 0;
}

table.azza-search-table {
	border-bottom:1px solid #E2DCDF;
	width:100%;
}

table.azza-search-table .label{
	color:#4F4245;
	font-size:14px;
	text-align:left;
	width:85px;
}

table.azza-search-table .wide{
	padding:3px 40px;
}

table.azza-search-table input{
	font-size:14px;
}

table.azza-search-table input.inputField, table.azza-search-table td.inField{
	width:200px;
}

.advertisment-info {
	border-top: 1px solid #E2DCDF;
	color:#9D8C92;
	font-size:11px;
	height:30px;
	padding:0 10px 0 10px;
	text-align:right;
}

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

/* A quote, perhaps from another post. */
blockquote
{
	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;
	display: block;
	border: 1px solid black;
	margin: 1px auto 1px auto;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
	overflow: auto;
	width: 99%;
	white-space: nowrap;
}

/* 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;
}

/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

/* 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;
}

/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2
{
	background-color: #B3F4B0;
	color: black;
}

/* Color for background of posts requiring approval */
.approvebg
{
	color: #000000;
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	color: #000000;
	background-color: #E4A17C;
}

/* 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 {
	color: #9D8C92;
	font-weight: normal;
	font-size:12px;
	font-style: normal;
}
.titlebg a:hover , .titlebg2 a:hover{
	color: #9D8C92;
}

table.category-list .titlebg, table.category-list tr.titlebg th, table.category-list tr.titlebg td, 
table.category-list .titlebg a:link, table.category-list .titlebg a:visited, table.category-list .titlebg2, 
table.category-list tr.titlebg2 th, table.category-list tr.titlebg2 td, table.category-list .titlebg2 a:link, table.category-list .titlebg2 a:visited {
	background-color: #F5F3F4;
}

table.board-list .titlebg, table.board-list tr.titlebg th, table.board-list tr.titlebg td, 
table.board-list .titlebg a:link, table.board-list .titlebg a:visited, table.board-list .titlebg2, 
table.board-list tr.titlebg2 th, table.board-list tr.titlebg2 td, table.board-list .titlebg2 a:link, table.category-list .titlebg2 a:visited {
	background-color: #FFF;
}

.titlebg td {
	border-bottom:1px solid #E2DCDF;
	height:30px;
	padding:0;
}

td.first, td.last {
	border-bottom:0 !important;
	padding:0;
	width:10px;
}

td.narrow {
	padding:0 0 0 2px !important;
}

td.table-subheader {
	height:40px;
}

.header-menu td {
	height:30px;
}
/* Alternating backgrounds... */

.windowbg, .windowbg2
{
	border-bottom:1px solid #E2DCDF;
	color: #736268;
	font-size:12px;
	height:60px;
	padding:0;
}

.windowbg3
{
	border-bottom:1px solid #E2DCDF;
	color: #736268;
	font-size:12px;
	padding:0;
}

table.board-list .windowbg, table.board-list .windowbg2{
	background-color: #FFF;
}

table.category-list .windowbg, table.category-list .windowbg2{
	background-color: #F5F3F4;
}

.windowbg a:link, .windowbg a:visited, .windowbg2 a:link, .windowbg2 a:visited{
	color:#BE3255;
	font-weight:normal;
}
.windowbg a:hover, .windowbg2 a:hover{
	color: #9D8C92;
	font-weight:normal;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	background: #ECE8EA;
	color: #4F4245;
	font-size:14px;
	font-weight: bold;
	padding:0 0 0 10px;
}

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

/* The borders around things. */

.tborder
{
	border: 1px solid #fff;
}

/* 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;
}

/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #920AC4;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}

/* Colours for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}

/* 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;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}
/* styling the admin section */
ol.search_results
{
	margin-top: 0;
	padding-top: 0;
}
ol.search_results li
{
	padding-top: 5px;
}

.button_strip_submit
{
	background: transparent;
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}

.button_strip_submit:hover
{
	color: #e0e0ff;
}

.openid_login
{
	background: white url(images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* new features settings screen */
.features
{
	clear: both;
	border-bottom: solid 1px #e0e0e0;
}
.features_image
{
	float: left;
	margin: 1em 2em 0.5em 1em;
}
.features_switch
{
	margin: 0.2em 1em 1em 1em;
	float: right;
}
.features h4
{
	padding: 2em 0 0.5em 0.5em;
	margin: 0;
	font-size: 1.1em;
}
.features p
{
	padding: 0 1em 1em 1em;
	margin: 0;
}

/* These are for the auto suggest floating div type thing. */
.auto_suggest_div
{
	border: 1px solid black;
	position: absolute;
}

/* An auto suggest item */
.auto_suggest_item
{
	background-color: #DDDDDD;
}

/* hovered auto suggest item */
.auto_suggest_item_hover
{
	background-color: #888888;
	cursor: pointer;
	color: #EEEEEE;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

/* Messages that somehow need to attract the attention. */
.alert
{
	color: red;
}