/*Styles for the general looks for the Curve theme.
-------------------------------------------------------
Normal, standard links.*/
A:link, A:visited
{
	color: #346;
	text-decoration: none;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
A:hover
{
	text-decoration: underline;
}
/*Tables should show empty cells.*/
TABLE
{
	empty-cells: show;
}
/*Set a fontsize that will look the same in all browsers.*/
BODY
{
	background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;
	font: 78%/130% verdana, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 15px 5%;
}
/*Help popups require a different styling of the body element.*/
BODY#help_popup
{
	padding: 1em;
}
/*use dark grey for the text, leaving black for headers etc*/
BODY, TD, TH, TR
{
	color: #444444;
}
/*This division wraps the entire forum when a forum width is set.*/
DIV#wrapper
{
	margin: 0 auto;
}
/*lets give all forms zero padding/margins*/
FORM
{
	padding: 0;
	margin: 0;
}
/*We can style the different types of input buttons to be uniform thoughout different browsers and their colour themes.
.button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers
.button_reset  - covers input[type=reset] and button[type=reset] thoughout all browsers
.input_check   - covers input[type=checkbox] thoughout all browsers
.input_radio   - covers input[type=radio] thoughout all browsers
.input_text    - covers input[type=text] thoughout all browsers
.input_file    - covers input[type=file] thoughout all browsers
*/
INPUT, BUTTON, SELECT, TEXTAREA
{
	font: 95%/115% verdana, Helvetica, sans-serif;
	color: #000000;
	background: #FFF;
	border: 1px solid #7F9DB9;
	padding: 2px;
}
/*Select elements look horrible with the extra padding, so leave them unpadded.*/
SELECT
{
	padding: 0;
}
/*Add some padding to the options instead.*/
SELECT OPTION
{
	padding: 1px;
}
/*The font size of textareas should be just a little bit larger.*/
TEXTAREA
{
	font: 100%/130% verdana, Helvetica, sans-serif;
}
/*Buttons should be styled a bit differently, in order to make them look more button'ish.*/
.button_submit, .button_reset
{
	background: #CDE7FF url(../images/theme/submit_bg.png) no-repeat;
	border: 1px solid #AAA;
	cursor: pointer;
	font-weight: normal;
}
INPUT:hover, TEXTAREA:hover, BUTTON:hover, SELECT:hover
{
	border: 1px solid #454545;
}
.button_submit:hover, .button_reset:hover
{
	border: 1px solid #AAA;
	background: #CDE7FF url(../images/theme/submit_bg.png) no-repeat 0 -218px;
}
INPUT:focus, TEXTAREA:focus, BUTTON:focus, SELECT:focus
{
	border: 1px solid #454545;
}
/*All input elements that are checkboxes or radio buttons shouldn't have a border around them.*/
INPUT.input_check, INPUT.input_radio
{
	border: none;
	background: none;
}
/*Standard horizontal rule.. ([hr], etc.)*/
HR, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/*By default set the color on these tags as black.*/
H1, H2, H3, H4, H5, H6
{
	color: #000000;
	font-size: 1em;
	margin: 0;
	padding: 0;
	/*+placement:shift 0px 1px;*/
	position: relative;
	left: 0px;
	top: 1px;
}
/*Fieldsets are used to group elements.*/
FIELDSET
{
	border: 2px groove #FFF;
	padding: 1em;
	margin: 0 0 0.3em;
}
/*No image should have a border when linked.*/
A IMG
{
	border: 0;
}
/*Define strong as bold, and em as italics*/
STRONG
{
	font-weight: bold;
}
EM
{
	font-style: italic;
}
/*Alternative for u tag*/
.underline
{
	text-decoration: underline;
}
/*Common classes to easy styling.
-------------------------------------------------------*/
.floatright, .align_right
{
	float: right;
}
.floatleft, .align_left
{
	float: left;
}
.flow_auto
{
	overflow: auto;
}
.flow_hidden
{
	overflow: hidden;
}
.clear
{
	clear: both;
}
.clear_left
{
	clear: left;
}
.clear_right
{
	clear: right;
}
/*Default font sizes: small (8pt), normal (10pt), and large (14pt).*/
.smalltext, TR.smalltext TH
{
	font-size: 0.85em;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 0.9em;
	line-height: 1em;
	font-family: verdana, sans-serif;
}
.normaltext
{
	font-size: 1em;
	line-height: 1.2em;
}
.largetext
{
	font-size: 1.4em;
}
.centertext
{
	margin: 0 auto;
	text-align: center;
}
.righttext
{
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.lefttext
{
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
/*some common padding styles*/
.padding
{
	padding: 0.7em;
}
.main_section, .lower_padding
{
	padding-bottom: 0.5em;
}
/*a quick reset list class.*/
UL.reset, UL.reset LI
{
	padding: 0;
	margin: 0;
	list-style: none;
}
/*Some BBC related styles.
-------------------------------------------------------
A quote, perhaps from another post.*/
.quoteheader
{
	color: #7A899C;
}
.codeheader, .quoteheader
{
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
}
BLOCKQUOTE, BLOCKQUOTE BLOCKQUOTE BLOCKQUOTE
{
	font-size: 0.9em;
	color: #000000;
	line-height: 1.4em;
	background: #D7DAEC url(../images/theme/quote.png) no-repeat 2px 2px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em 1em 1em 2em;
	margin: 0.3em 0 0;
}
BLOCKQUOTE BLOCKQUOTE
{
	background: #E7EAFC;
}
/*A code block - maybe even PHP ;).*/
CODE
{
	display: block;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	background: #EEE;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1.3em;
	padding: 3px 1em;
	overflow: auto;
	white-space: pre;
/*Stop after about 24 lines, and just show a scrollbar.*/
	max-height: 24em;
}
/*For links to change the code stuff...*/
.codeoperation
{
	font-weight: normal;
}
/*Styling for BBC tags*/
.bbc_size
{
	line-height: 1.4em;
}
.bbc_color A
{
	color: inherit;
}
.bbc_img
{
	border: 0;
}
.bbc_table
{
	font: inherit 1em sans-serif;
	color: inherit;
}
.bbc_table TD
{
	font: inherit 1em sans-serif;
	color: inherit;
	vertical-align: top;
}
.bbc_u
{
	text-decoration: underline;
}
/*Generally, those [?] icons.  This makes your cursor a help icon.*/
.help
{
	cursor: help;
}
/*/me uses this a lot. (emote, try typing /me in a post.)*/
.meaction
{
	color: #FF0000;
}
/*The main post box - this makes it as wide as possible.*/
.editor
{
	width: 96%;
}
/*Highlighted text - such as search results.*/
.highlight
{
	background-color: #FFFF00;
	font-weight: bold;
	color: #000000;
}
/*A more discreet highlight color, for selected membergroups etc.*/
.highlight2
{
	background-color: #B3F4B0;
	color: #000000;
}
/*Generic, mostly colour-related, classes.
-------------------------------------------------------*/
.titlebg, .titlebg2, THEAD TR.titlebg TH, TR.titlebg TD, TR.titlebg2 TD
{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/theme/main_block.png) no-repeat -10px -120px;
}
.catbg, .catbg2, TR.catbg TD, TR.catbg2 TD, TR.catbg TH, TR.catbg2 TH
{
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/theme/main_block.png) no-repeat -10px -160px;
}
/*adjust the table versions of headers*/
TR.titlebg TD, TR.titlebg2 TD
{
	padding: 6px;
}
TR.catbg TD, TR.catbg2 TD, TD.catbg, TD.catbg2, TR.catbg TH, TR.catbg2 TH, TH.catbg, TH.catbg2
{
	padding: 6px;
}
TR.titlebg TD A, TR.titlebg2 TD A
{
	color: #000000;
}
TR.catbg TD A, TR.catbg2 TD A, .catbg A
{
	color: #FFFFFF;
}
TR.catbg TH.smalltext
{
	font-size: 0.9em;
}
TR.titlebg TH.smalltext, THEAD TR.titlebg TH A:link, THEAD TR.titlebg TH A:visited
{
	color: #000000;
	font-size: 0.95em;
}
/*Alternating backgrounds for posts, and several other sections of the forum.*/
.windowbg, #preview_body
{
	color: #000000;
	background-color: #E7EAEF;
}
.windowbg2
{
	color: #000000;
	background-color: #F0F4F7;
}
.windowbg3
{
	color: #000000;
	background-color: #CACDD3;
}
/*the page navigation area*/
.pagesection
{
	font-size: 0.9em;
	padding: 0 0 0.2em;
	overflow: hidden;
	margin-bottom: 1px;
}
DIV.pagesection DIV.floatright INPUT
{
	margin-top: 3px;
}
.pagelinks
{
	padding: 0.6em 0 0.4em;
}
/*GenericList*/
.additional_row
{
	float: right;
	padding: 0.5em 0 0.5em 2em;
}
.additional_row INPUT
{
	margin-left: 1em;
}
TABLE.table_grid THEAD TR.catbg TH.smalltext
{
	white-space: nowrap;
}
/*Colors for background of posts requiring approval*/
.approvebg
{
	color: #000000;
	background-color: #FFEAEA;
}
.approvebg2
{
	color: #000000;
	background-color: #FFF2F2;
}
/*Color for background of *topics* requiring approval*/
.approvetbg
{
	color: #000000;
	background-color: #E4A17C;
}
.approvetbg2
{
	color: #000000;
	background-color: #F3BD9F;
}
/*Sticky topics get a different background*/
.stickybg
{
	background: #E8D8CF;
}
.stickybg2
{
	background: #F2E3D9;
}
/*Locked posts get a different shade, too!*/
.lockedbg
{
	background: #D4DCE2;
	font-style: italic;
}
.lockedbg2
{
	background: #D8E1E7;
	font-style: italic;
}
/*Posts and personal messages displayed throughout the forum.*/
.post, .personalmessage
{
	overflow: auto;
	line-height: 1.4em;
	padding: 0.1em 0;
}
/*All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;).*/
.signature, .attachments
{
	width: 98%;
	overflow: auto;
	clear: right;
	padding: 1em 0 3px;
	border-top: 1px solid #AAA;
	line-height: 1.4em;
	font-size: 0.85em;
}
.custom_fields_above_signature
{
	width: 98%;
	clear: right;
	padding: 1em 0 3px;
	border-top: 1px solid #AAA;
	line-height: 1.4em;
	font-size: 0.85em;
}
/*Sometimes there will be an error when you post*/
.error
{
	color: #FF0000;
}
/*Messages that somehow need to attract the attention.*/
.alert
{
	color: #FF0000;
}
/*Calendar colors for birthdays, events and holidays*/
.birthday
{
	color: #920AC4;
}
.event
{
	color: #078907;
}
.holiday
{
	color: #000080;
}
/*Colors for warnings*/
.warn_mute
{
	color: #FF0000;
}
.warn_moderate
{
	color: #FFA500;
}
.warn_watch, .success
{
	color: #008000;
}
A.moderation_link, A.moderation_link:visited
{
	color: #FF0000;
	font-weight: bold;
}
.openid_login
{
	background: #FFFFFF url(../images/openid.gif) no-repeat;
	padding-left: 18px;
}
/*a descriptive style*/
.description, .plainbox
{
	padding: 0.5em 1em 1em;
	font-size: 0.9em;
	line-height: 1.4em;
	border: 1px solid #BBB;
	background: #F5F5F0;
	margin: 0 0 1em;
}
/*an informative style*/
.information
{
	padding: 0.5em 1em 1em;
	font-size: 0.9em;
	line-height: 1.3em;
	border: 1px solid #BBB;
	background: #F0F6F0;
	margin: 0.3em 0 1em;
}
.information P
{
	padding: 1em;
	margin: 0;
}
/*AJAX notification bar
-------------------------------------------------------*/
#ajax_in_progress
{
	background: url(../images/theme/loadingbar.png) repeat-x;
	color: #F96F00;
	text-align: center;
	font-size: 16pt;
	padding: 8px;
	width: 100%;
	height: 66px;
	line-height: 25px;
	position: fixed;
	top: 0;
	left: 0;
}
#ajax_in_progress A
{
	color: #FFA500;
	text-decoration: underline;
	font-size: smaller;
	float: right;
	margin-right: 20px;
}
/*a general table class*/
TABLE.table_grid
{
	border-collapse: collapse;
}
TABLE.table_grid TD
{
	padding: 3px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
/*Lists with settings use these a lot.
-------------------------------------------------------*/
DL.settings
{
	clear: right;
	overflow: auto;
	margin: 0 0 10px;
	padding: 0;
}
DL.settings DT
{
	width: 48%;
	float: left;
	margin: 0 0 10px;
	padding: 0;
	clear: both;
}
DL.settings DT.settings_title
{
	width: 100%;
	float: none;
	margin: 0 0 10px;
	padding: 5px 0 0;
	font-weight: bold;
	clear: both;
}
DL.settings DT.windowbg
{
	width: 98%;
	float: left;
	margin: 0 0 3px;
	padding: 0 0 5px;
	clear: both;
}
DL.settings DD
{
	width: 48%;
	float: left;
	margin: 0 0 3px;
	padding: 0;
}
DL.settings IMG
{
	margin: 0 10px 0 0;
}
/*help icons*/
DL.settings DT A IMG
{
	position: relative;
	top: 2px;
}
/*Styles for rounded headers.
-------------------------------------------------------*/
H3.catbg, H3.catbg2, H3.titlebg, H4.titlebg, H4.catbg, .table_list TBODY.header TD
{
	overflow: hidden;
	height: 31px;
	line-height: 32px;
	font-size: 1.2em;
	font-weight: bold;
}
H3.catbg A, H3.catbg, .table_list TBODY.header TD, .table_list TBODY.header TD A
{
	color: #FFFFFF;
}
H3.catbg2 A, H3.catbg2
{
	color: #FEB;
}
H3.catbg A:hover, .table_list TBODY.header TD A:hover
{
	color: #FD9;
	text-decoration: none;
}
H3.catbg2 A:hover
{
	color: #FFF;
	text-decoration: none;
}
H3.titlebg A, H3.titlebg, H4.titlebg, H4.titlebg A
{
	color: #000000;
}
H3.titlebg A:hover, H4.titlebg A:hover
{
	color: #FFA500;
	text-decoration: none;
}
H3.catbg IMG.icon, H4.titlebg IMG.icon
{
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
H4.catbg SPAN.left, H4.catbg2 SPAN.left, H3.catbg SPAN.left, H3.catbg2 SPAN.left, .table_list TBODY.header TD SPAN.left
{
	float: left;
	display: block;
	width: 9px;
	height: 31px;
	background: url(../images/theme/main_block.png) no-repeat 0 -160px;
}
H4.catbg, H4.catbg2, H3.catbg, H3.catbg2, .table_list TBODY.header TD.catbg
{
	background: url(../images/theme/main_block.png) no-repeat 100% -160px;
	padding-right: 9px;
}
H4.titlebg SPAN.left, H3.titlebg SPAN.left
{
	float: left;
	display: block;
	width: 9px;
	height: 31px;
	background: url(../images/theme/main_block.png) no-repeat 0 -200px;
}
H4.titlebg, H3.titlebg
{
	background: url(../images/theme/main_block.png) no-repeat 100% -200px;
	padding-right: 9px;
}
H4.titlebg IMG.icon
{
	float: left;
	margin: 5px 8px 0 0;
}
/*rounded bars needs a different background here*/
#upshrinkHeaderIC H3.catbg SPAN.left, #upshrinkHeaderIC H3.catbg2 SPAN.left
{
	background: url(../images/theme/main_block.png) no-repeat 0 -160px;
}
#upshrinkHeaderIC H3.catbg, #upshrinkHeaderIC H3.catbg2
{
	background: url(../images/theme/main_block.png) no-repeat 100% -160px;
}
#upshrinkHeaderIC H4.titlebg SPAN.left
{
	background: url(../images/theme/main_block.png) no-repeat 0 -120px;
}
#upshrinkHeaderIC H4.titlebg
{
	background: url(../images/theme/main_block.png) no-repeat 100% -120px;
}
#upshrinkHeaderIC P.pminfo
{
	margin: 0;
	padding: 0.5em;
}
IMG#upshrink_ic, IMG#newsupshrink
{
	float: right;
	margin: 10px 5px 0 0;
}
TABLE.table_list A.unreadlink, TABLE.table_list A.collapse
{
	float: right;
}
TABLE.table_list A.collapse
{
	margin: 10px 5px 0 1em;
}
/*The half-round header bars for some tables.*/
.table_grid THEAD TH
{
	height: 28px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/theme/main_block.png) no-repeat -10px -160px;
}
.table_grid THEAD TH A:link, .table_grid THEAD TH A:visited
{
	color: #FFFFFF;
}
.table_grid TH.first_th
{
	background: url(../images/theme/main_block.png) no-repeat 0 -160px;
}
.table_grid TH.last_th
{
	background: url(../images/theme/main_block.png) no-repeat 100% -160px;
}
/*Common styles used to add corners to divisions.
-------------------------------------------------------*/
.windowbg SPAN.topslice
{
	display: block;
	padding-left: 20px;
	background: url(../images/theme/main_block.png) no-repeat 0 -30px;
}
.windowbg SPAN.topslice SPAN
{
	display: block;
	background: url(../images/theme/main_block.png) no-repeat 100% -30px;
	height: 11px;
}
.windowbg SPAN.botslice
{
	display: block;
	padding-left: 20px;
	background: url(../images/theme/main_block.png) no-repeat 0 -40px;
	font-size: 5px;
	line-height: 5px;
	margin-bottom: 0.2em;
}
.windowbg SPAN.botslice SPAN
{
	display: block;
	background: url(../images/theme/main_block.png) no-repeat 100% -40px;
	height: 11px;
}
.windowbg2 SPAN.topslice
{
	display: block;
	padding-left: 20px;
	background: url(../images/theme/main_block.png) no-repeat 0 -60px;
}
.windowbg2 SPAN.topslice SPAN
{
	display: block;
	background: url(../images/theme/main_block.png) no-repeat 100% -60px;
	height: 11px;
}
.windowbg2 SPAN.botslice
{
	display: block;
	padding-left: 20px;
	background: url(../images/theme/main_block.png) no-repeat 0 -71px;
	font-size: 5px;
	line-height: 5px;
	margin-bottom: 0.2em;
}
.windowbg2 SPAN.botslice SPAN
{
	display: block;
	background: url(../images/theme/main_block.png) no-repeat 100% -71px;
	height: 11px;
}
.approvebg SPAN.topslice
{
	display: block;
	padding-left: 20px;
	background: url(../images/theme/main_block.png) no-repeat 0 0;
}
.approvebg SPAN.topslice SPAN
{
	display: block;
	background: url(../images/theme/main_block.png) no-repeat 100% 0;
	height: 11px;
}
.approvebg SPAN.botslice
{
	display: block;
	padding-left: 20px;
	background: url(../images/theme/main_block.png) no-repeat 0 -11px;
	margin-bottom: 0.2em;
}
.approvebg SPAN.botslice SPAN
{
	display: block;
	background: url(../images/theme/main_block.png) no-repeat 100% -11px;
	height: 11px;
}
.postbg
{
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
}
/*Used for sections that need somewhat larger corners.
-----------------------------------------------------------*/
.roundframe
{
	padding: 0 10px;
	background: #F5F5F5;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
}
.roundframe DL, .roundframe DT, .roundframe P
{
	margin: 0;
}
.roundframe P
{
	padding: 0.5em;
}
SPAN.upperframe
{
	padding: 0;
	display: block;
	background: url(../images/theme/main_block.png) no-repeat 0 -90px;
	padding-left: 20px;
}
SPAN.upperframe SPAN
{
	padding: 0;
	height: 12px;
	display: block;
	background: url(../images/theme/main_block.png) no-repeat 100% -90px;
}
SPAN.lowerframe
{
	padding: 0;
	display: block;
	background: url(../images/theme/main_block.png) no-repeat 0 -102px;
	padding-left: 20px;
}
SPAN.lowerframe SPAN
{
	padding: 0;
	height: 12px;
	display: block;
	background: url(../images/theme/main_block.png) no-repeat 100% -102px;
}
/*The main content area.
-------------------------------------------------------*/
.content
{
	padding: 1em 1.5em;
	margin: 0;
	border: none;
}
.content P
{
	margin: 0 0 0.5em;
}
/*Styles used by the auto suggest control.
-------------------------------------------------------*/
.auto_suggest_div
{
	border: 1px solid #000000;
	position: absolute;
	visibility: hidden;
}
.auto_suggest_item
{
	background-color: #DDDDDD;
}
.auto_suggest_item_hover
{
	background-color: #888888;
	cursor: pointer;
	color: #EEEEEE;
}
/*Styles for the standard dropdown menus.
-------------------------------------------------------*/
#main_menu
{
	padding: 0 0 0 0.5em;
	float: left;
	margin: 0;
	width: 98%;
}
.dropmenu, .dropmenu UL
{
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.dropmenu
{
	padding: 0 0.5em;
}
.dropmenu A
{
	display: block;
	color: #000000;
	text-decoration: none;
}
.dropmenu A SPAN
{
	display: block;
	padding: 0 0 0 5px;
	font-size: 0.9em;
}
/*the backgrounds first level only*/
.dropmenu LI A.firstlevel
{
	margin-right: 8px;
}
.dropmenu LI A.firstlevel SPAN.firstlevel
{
	display: block;
	position: relative;
	left: -5px;
	padding-left: 5px;
	height: 22px;
	line-height: 19px;
}
.dropmenu LI
{
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
.dropmenu LI UL
{
	z-index: 90;
	display: none;
	position: absolute;
	width: 19.2em;
	font-weight: normal;
	border-bottom: 1px solid #999;
	background: url(../images/theme/menu_gfx.png) no-repeat 0 -100px;
	padding: 7px 0 0;
}
.dropmenu LI LI
{
	width: 19em;
	margin: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.dropmenu LI LI A SPAN
{
	display: block;
	padding: 8px;
}
.dropmenu LI UL UL
{
	margin: -1.8em 0 0 13em;
}
/*the active button*/
.dropmenu LI A.active
{
	background: url(../images/theme/menu_gfx.png) no-repeat 100% 0;
	color: #FFFFFF;
	font-weight: bold;
}
.dropmenu LI A.active SPAN.firstlevel
{
	background: url(../images/theme/menu_gfx.png) no-repeat 0 0;
}
/*the hover effects*/
.dropmenu LI A.firstlevel:hover
{
	background: url(../images/theme/menu_gfx.png) no-repeat 100% -30px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
.dropmenu LI A.firstlevel:hover SPAN.firstlevel
{
	background: url(../images/theme/menu_gfx.png) no-repeat 0 -30px;
}
/*the hover effects on level2 and 3*/
.dropmenu LI LI A:hover
{
	background: #D4DBE4;
	color: #000;
	text-decoration: none;
}
.dropmenu LI:hover UL UL, .dropmenu LI:hover UL UL UL
{
	top: -999em;
}
.dropmenu LI LI:hover UL
{
	top: auto;
}
.dropmenu LI:hover UL
{
	display: block;
}
.dropmenu LI LI.additional_items
{
	background-color: #FFF;
}
/*The dropdown menu toggle image*/
#menu_toggle
{
	float: right;
	margin-right: 10px;
	padding-top: 3px;
}
#menu_toggle SPAN
{
	position: relative;
	right: 5000px;
}
/*Styles for the standard button lists.
-------------------------------------------------------*/
.buttonlist UL
{
	z-index: 100;
	padding: 5px;
	margin: 0 0.2em 0 0;
}
.buttonlist UL LI
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.buttonlist UL LI A
{
	display: block;
	font-size: 0.8em;
	color: #000000;
	background: url(../images/theme/menu_gfx.png) no-repeat 0 -60px;
	padding: 0;
	margin-left: 12px;
	text-transform: uppercase;
	cursor: pointer;
}
.buttonlist UL LI A:hover
{
	background: url(../images/theme/menu_gfx.png) no-repeat 0 0;
	color: #FFF;
	text-decoration: none;
}
.buttonlist UL LI A SPAN
{
	background: url(../images/theme/menu_gfx.png) no-repeat 100% -60px;
	display: block;
	height: 24px;
	line-height: 20px;
	padding: 0 8px 0 0;
	position: relative;
	right: -8px;
}
.buttonlist UL LI A:hover SPAN
{
	background: url(../images/theme/menu_gfx.png) no-repeat 100% 0;
}
/*the active one*/
.buttonlist UL LI A.active
{
	background: url(../images/theme/menu_gfx.png) no-repeat 0 -30px;
	color: #FFFFFF;
	font-weight: bold;
}
.buttonlist UL LI A.active SPAN
{
	background: url(../images/theme/menu_gfx.png) no-repeat 100% -30px;
}
.buttonlist UL LI A.active
{
	font-weight: bold;
}
.buttonlist UL LI A.active:hover
{
	color: #DDF;
}
.align_top UL LI A, .align_bottom UL LI A
{
	margin: 0 12px 0 0;
}
/*the navigation list*/
UL#navigation
{
	margin: 0;
	font-size: 0.9em;
	padding: 1em 0.4em;
}
UL#navigation LI
{
	float: none;
	font-size: 0.95em;
	display: inline;
}
#adm_submenus
{
	padding-left: 2em;
}
#adm_submenus, #adm_submenus UL
{
	height: 3em;
	overflow: auto;
}
/*Styles for the general looks for the Curve theme.
-------------------------------------------------------
the framing graphics*/
#header
{
	background: #FEFEFE url(../images/theme/main_block.png) no-repeat 0 -240px;
	padding-left: 20px;
}
#header DIV.frame
{
	background: url(../images/theme/main_block.png) no-repeat 100% -240px;
	display: block;
	padding: 5px 20px 0 0px;
}
/*the content section*/
#content_section
{
	background: #FFFFFF url(../images/theme/frame_repeat.png) repeat-y top left;
	padding-left: 20px;
}
#content_section DIV.frame
{
	background: url(../images/theme/frame_repeat.png) repeat-y right;
	display: block;
	padding: 0px 20px 0px 0;
}
#main_content_section
{
	width: 100%;
	min-height: 200px;
}
/*the main title, always stay at 45 pixels in height!*/
H1.forumtitle
{
	line-height: 45px;
	font-size: 1.8em;
	font-family: Geneva, verdana, sans-serif;
	margin: 0;
	padding: 0;
	float: left;
}
/*float these items to the right*/
#siteslogan, IMG#smflogo
{
	margin: 0;
	padding: 0;
	float: right;
	line-height: 3em;
	/*+placement:shift 0px 9px;*/
	position: relative;
	left: 0px;
	top: 9px;
}
H3, H4
{
	padding-bottom: 3px;
}
/*the upshrink image needs some tweaking*/
IMG#upshrink
{
	float: right;
	margin: 1em;
}
/*..so does the SMF logo*/
IMG#smflogo
{
	margin-left: 1em;
}
/*the upper_section, float the two each way*/
#upper_section
{
	padding: 5px;
	margin-bottom: 1.5em;
}
#upper_section UL LI.greeting
{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
}
#upper_section DIV.news
{
	width: 50%;
	float: right;
	text-align: right;
}
#guest_form .info
{
	padding: 4px 0;
}
DIV#upper_section DIV.user
{
	width: 50%;
	float: left;
	overflow: auto;
}
DIV#upper_section DIV.user P
{
	float: left;
	margin: 0 1em 1em 0;
	padding: 0;
}
DIV#upper_section DIV.user UL
{
	margin: 0;
	padding-left: 10px;
}
DIV#upper_section DIV.user UL LI
{
	margin-bottom: 2px;
}
DIV#upper_section DIV.news P
{
	display: inline;
	/*+placement:shift 1px 4px;*/
	position: relative;
	left: 1px;
	top: 4px;
}
DIV#upper_section DIV.news FORM
{
	padding-bottom: 10px;
}
/*clearing the floats*/
#top_section
{
	min-height: 65px;
	overflow: hidden;
	margin-bottom: 3px;
}
#upper_section
{
	overflow: hidden;
	/*+placement:shift 0px 19px;*/
	position: relative;
	left: 0px;
	top: 19px;
}
/*the navigation list*/
.navigate_section
{
	overflow: hidden;
	margin: 0;
	padding: 0.5em;
	margin: 1em 0 0;
}
.navigate_section UL
{
	display: block;
	margin: 0;
	font-size: 0.9em;
	padding: 1em 0 0.5em;
	border-top: 1px solid #CCC;
}
.navigate_section UL LI
{
	display: inline;
	font-size: 0.95em;
}
/*the footer wih copyright links etc.*/
#footer_section
{
	text-align: center;
	background: url(../images/theme/main_block.png) no-repeat 0 -820px;
	padding-left: 20px;
}
#footer_section SPAN.smalltext
{
	font-size: 100%;
}
#footer_section DIV.frame
{
	background: url(../images/theme/main_block.png) no-repeat 100% -820px;
	display: block;
	padding: 60px 0 0;
}
#footer_section UL LI, #footer_section P
{
	font-size: 0.8em;
}
#footer_section UL LI
{
	display: inline;
	padding-right: 5px;
}
#footer_section UL LI.copyright
{
	display: block;
}
SELECT.qaction, INPUT.qaction
{
	font-size: 0.7em;
	padding: 0;
}
#mlist TABLE TBODY TD.windowbg2
{
	text-align: center;
}
/*Styles for a typical table.
-------------------------------------------------------*/
TABLE.table_list
{
	width: 100%;
}
TABLE.table_list P
{
	padding: 0;
	margin: 0;
}
TABLE.table_list TD, TABLE.table_list TH
{
	padding: 5px;
}
TABLE.table_list TBODY.header TD
{
	padding: 0px;
}
TABLE.table_list TBODY.content TD.stats
{
	font-size: 90%;
	width: 15%;
	text-align: center;
}
TABLE.table_list TBODY.content TD.lastpost
{
	line-height: 1.3em;
	font-size: 85%;
	width: 24%;
}
TABLE.table_list TBODY.content TD.icon
{
	text-align: center;
	width: 6%;
}
/*Styles for the board index.
-------------------------------------------------
the board title!*/
.table_list TBODY.content TD.info A.subject
{
	font-weight: bold;
	font-size: 110%;
	color: #D97B33;
}
.table_list TBODY.content TD.children
{
	color: #555;
	font-size: 85%;
}
P.moderators
{
	font-size: 0.8em;
	font-family: verdana, sans-serif;
}
/*hide the table header/footer parts - but its here for those needing to style it*/
#boardindex_table .table_list THEAD, #boardindex_table .table_list TFOOT
{
	display: none;
}
/*the posting icons*/
#posting_icons
{
	padding: 0 1em 0.5em;
	margin: 0 0 1em;
	line-height: 1em;
}
#posting_icons UL
{
	font-size: 0.8em;
}
#posting_icons IMG
{
	vertical-align: middle;
	margin: 0 0 0 4ex;
}
#postbuttons_upper UL LI A SPAN
{
	line-height: 19px;
	padding: 0 0 0 6px;
}
.nextlinks
{
	text-align: right;
	margin-top: -1px;
}
.nextlinks_bottom
{
	clear: right;
	text-align: right;
}
.mark_read
{
	padding: 0 0.5em;
}
/*the newsfader*/
#smfFadeScroller
{
	text-align: center;
	padding: 0 2em;
	overflow: auto;
	margin: 1em 0;
}
/*Styles for the info centre on the board index.
----------------------------------------------------*/
#upshrinkHeaderIC
{
	margin-top: 4px;
}
DL#ic_recentposts
{
	margin: 0 0 0.5em;
	padding: 0.5em;
	line-height: 1.3em;
}
DL#ic_recentposts DT
{
	float: left;
}
DL#ic_recentposts DD
{
	text-align: right;
}
#upshrinkHeaderIC P
{
	margin: 0 0 0.5em;
	padding: 0.5em;
}
#upshrinkHeaderIC P.last
{
	margin: 0;
	padding: 0.5em;
	border-top: 2px dotted #BBB;
}
#upshrinkHeaderIC P.inline
{
	border: none;
	margin: 0;
	padding: 0.2em 0.5em;
}
#upshrinkHeaderIC P.stats
{
	font-size: 1.1em;
	padding-top: 8px;
}
FORM#ic_login
{
	padding: 0.5em;
	height: 2em;
}
FORM#ic_login UL LI
{
	margin: 0;
	padding: 0;
	float: left;
	width: 20%;
	text-align: center;
}
FORM#ic_login UL LI LABEL
{
	display: block;
}
/*the small stats*/
#index_common_stats
{
	display: block;
	margin: 0 0 0.5em;
	text-align: right;
	font-size: 0.9em;
	position: relative;
	top: -20px;
	line-height: 1px;
}
#upshrinkHeaderIC P.pminfo
{
	margin: 0;
	padding: 0.5em;
}
IMG#upshrink_ic, IMG#newsupshrink
{
	float: right;
	margin: 10px 5px 0 0;
}
TABLE.table_list A.unreadlink, TABLE.table_list A.collapse
{
	float: right;
}
TABLE.table_list A.collapse
{
	margin: 10px 5px 0 1em;
}
IMG.new_posts
{
	padding: 0 0.1em;
}
/*Styles for the message (topic) index.
----------------------------------------------------*/
#messageindex
{
	clear: both;
}
/*the page navigation area*/
#childboards H3
{
	padding-bottom: 0;
}
#childboards .table_list THEAD
{
	display: none;
}
#childboards .table_list
{
	margin-bottom: 1em;
}
.lastpost IMG
{
	float: right;
}
/*Styles for the display template (topic view).
----------------------------------------------------*/
#postbuttons DIV.buttons
{
	padding: 0.5em;
	width: 40%;
	float: right;
}
#postbuttons DIV.middletext
{
	width: 60%;
}
#postbuttons SPAN
{
	display: block;
	text-align: right;
}
#postbuttons SPAN.lower
{
	clear: right;
}
#postbuttons .buttonlist
{
	float: right;
}
#postbuttons #pagelinks
{
	padding-top: 1em;
}
#moderationbuttons
{
	overflow: hidden;
}
/*Events*/
#edit_event
{
	margin: 0 1em;
	vertical-align: middle;
}
/*Poll question*/
#poll
{
	overflow: hidden;
}
H4#pollquestion
{
	padding: 0 0 0.5em 2em;
}
/*Poll vote options*/
#poll_options UL.options
{
	border-top: 1px solid #9999AA;
	padding: 1em 2.5em 0 2em;
	margin: 0 0 1em;
}
#poll_options DIV.submitbutton
{
	border-bottom: 1px solid #9999AA;
	clear: both;
	padding: 0 0 1em 2em;
	margin: 0 0 1em;
}
/*Poll results*/
#poll_options DL.options
{
	border: 1px solid #9999AA;
	border-width: 1px 0;
	padding: 1em 2.5em 0 2em;
	margin: 0 1em 1em 0;
	clear: right;
	overflow: hidden;
}
#poll_options DL.options DT
{
	line-height: 1.6em;
	vertical-align: middle;
	width: 48%;
	float: left;
	clear: both;
	margin-bottom: 4px;
}
#poll_options DL.options DT.voted
{
	font-weight: bold;
}
#poll_options DL.options DD
{
	margin: 0 4px 1em 0;
	vertical-align: middle;
	line-height: 1.6em;
	width: 48%;
	float: left;
}
#poll .content
{
	padding: 0 1em;
}
/*Poll notices*/
#poll_options P
{
	margin: 0 1.5em 0.2em;
	padding: 0 0.5em 0.5em;
}
DIV#pollmoderation
{
	margin: 0;
	padding: 0;
	overflow: auto;
}
/*onto the posts*/
#forumposts
{
	clear: both;
}
/*author and topic informaton*/
#forumposts H3 SPAN#author, #forumposts H3 SPAN#top_subject
{
	float: left;
}
#forumposts H3 SPAN#top_subject
{
	margin: 0 0 0 7.7em;
}
#forumposts H3 IMG
{
	float: left;
	margin: 4px 0.5em 0 0;
}
#forumposts H3.catbg
{
	margin-bottom: 3px;
}
P#whoisviewing
{
	margin: 0;
	padding: 0.5em;
}
/*poster and postarea + moderation area underneath*/
.poster
{
	float: left;
	width: 15em;
}
.postarea, .moderatorbar
{
	margin: 0 0 0 16em;
}
.moderatorbar
{
	clear: right;
}
/*poster details and list of items*/
.poster H4, .poster UL
{
	padding: 0;
	margin: 0 1em 0 1.5em;
}
.poster H4
{
	margin: 0.2em 0 0.4em 1.1em;
	font-size: 120%;
}
.poster H4, .poster H4 A
{
	color: #C06002;
}
.poster UL UL
{
	margin: 0.3em 1em 0 0;
	padding: 0;
}
.poster UL UL LI
{
	display: inline;
}
.poster LI.stars, .poster LI.avatar, .poster LI.blurb, LI.postcount, LI.im_icons UL
{
	margin-top: 0.5em;
}
.messageicon
{
	float: left;
	margin: 0 0.5em 0 0;
}
.messageicon IMG
{
	padding: 6px 3px;
}
.keyinfo
{
	float: left;
	width: 50%;
}
.modifybutton
{
	clear: right;
	float: right;
	margin: 8px 20px 10px 0;
	text-align: right;
}
.postarea UL.quickbuttons
{
	clear: right;
	float: right;
	text-align: right;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
}
.postarea UL.quickbuttons A:hover
{
	color: #A70;
}
/*The quick buttons*/
UL.quickbuttons
{
	margin: 0.9em 11px 0 0;
}
UL.quickbuttons LI
{
	float: left;
	display: inline;
	margin: 0 0 0 11px;
}
UL.quickbuttons LI A
{
	padding: 0 0 0 20px;
	display: block;
	height: 20px;
	line-height: 18px;
	float: left;
}
UL.quickbuttons LI.approve_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -90px;
}
UL.quickbuttons LI.quote_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 0;
}
UL.quickbuttons LI.reply_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -180px;
}
UL.quickbuttons LI.reply_all_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -180px;
}
UL.quickbuttons LI.modify_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -60px;
}
UL.quickbuttons LI.remove_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -30px;
}
UL.quickbuttons LI.split_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -150px;
}
UL.quickbuttons LI.restore_button
{
	background: url(../images/theme/quickbuttons.png) no-repeat 0 -120px;
}
UL.quickbuttons LI.inline_mod_check
{
	margin: 0 0 0 5px;
}
.post
{
	margin-top: 0.5em;
	clear: right;
}
.inner
{
	padding: 1em 1em 0 0;
	margin: 0 1em 0 0;
	border-top: 1px solid #99A;
}
.inner IMG.smiley
{
	vertical-align: bottom;
}
#forumposts .modified
{
	float: left;
}
#forumposts .reportlinks
{
	margin-right: 1.5em;
	text-align: right;
	clear: right;
}
#forumposts .signature, .post .signature
{
	margin: 1em 0 0;
}
#forumposts SPAN.botslice
{
	clear: both;
}
.attachments HR
{
	clear: both;
	margin: 1em 0;
}
.attachments
{
	padding: 1em 0 2em;
}
.attachments DIV
{
	padding: 0 0.5em;
}
/*Styles for the quick reply area.
----------------------------------------------------
The quick-reply area. Horizontal alignments go a bit wonky in IE6 and IE7 but I'm not sure it's worth worrying about.*/
#quickReplyOptions .roundframe
{
	text-align: center;
	padding: 0 10%;
}
#quickReplyContent
{
	padding: 0.5em 0;
}
#quickReplyContent FORM TEXTAREA
{
	width: 91%;
	height: 100px;
	margin: 0.25em 0 1em;
}
/*The jump to box*/
#display_jump_to
{
	clear: both;
	padding: 5px;
	margin-top: 2px;
}
/*Separator of posts. More useful in the print stylesheet.*/
#forumposts .post_separator
{
	display: none;
}
/*Styles for edit post section
----------------------------------------------------*/
#post_header
{
	margin-bottom: 0.5em;
	border-bottom: 1px solid #CACDD3;
	padding: 0.5em;
	overflow: hidden;
}
#post_header DT
{
	float: left;
	margin: 0;
	padding: 0;
	width: 15%;
	margin: 0.3em 0;
	font-weight: bold;
}
#post_header DD
{
	float: left;
	margin: 0;
	padding: 0;
	width: 83%;
	margin: 0.3em 0;
}
#post_header IMG
{
	vertical-align: middle;
}
UL.post_options
{
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
UL.post_options LI
{
	margin: 0.2em 0;
	width: 49%;
	float: left;
}
#postAdditionalOptionsHeader
{
	margin-top: 1em;
}
#postMoreOptions
{
	border-bottom: 1px solid #CACDD3;
	padding: 0.5em;
}
#postAttachment, #postAttachment2
{
	overflow: hidden;
	margin: 0.5em 0;
	padding: 0;
	border-bottom: 1px solid #CACDD3;
	padding: 0.5em;
}
#postAttachment DD, #postAttachment2 DD
{
	margin: 0.3em 0 0.3em 1em;
}
#postAttachment DT, #postAttachment2 DT
{
	font-weight: bold;
}
#postAttachment3
{
	margin-left: 1em;
}
#post_confirm_strip, #shortcuts
{
	padding: 1em 0 0;
}
.post_verification
{
	margin-top: 0.5em;
}
.post_verification #verification_control
{
	margin: 0.3em 0 0.3em 1em;
}
/*the BBC buttons*/
#bbcBox_message
{
	margin-bottom: 2px;
}
#bbcBox_message DIV
{
	margin: 0.3em 0 1em;
	line-height: 1.2em;
	height: 1.2em;
	vertical-align: top;
}
#bbcBox_message DIV IMG
{
	margin: 0 1px 0 0;
	vertical-align: top;
}
#bbcBox_message SELECT
{
	margin: 0 2px;
}
/*Styles for edit event section
----------------------------------------------------*/
#post_event FIELDSET
{
	margin-bottom: 0.5em;
	border: none;
	border-bottom: 1px solid #666666;
	padding: 0.5em;
	clear: both;
}
#post_event LEGEND
{
	font-weight: bold;
	color: #000000;
}
#post_event DIV.event_options
{
	width: 49%;
	float: left;
}
#post_event UL.event_main, UL.event_options
{
	padding: 0;
	overflow: hidden;
}
#post_event UL.event_main LI
{
	list-style-type: none;
	margin: 0.2em 0;
	width: 49%;
	float: left;
}
#post_event UL.event_options
{
	margin: 0;
	padding: 0 0 0.7em 0.7em;
}
#post_event UL.event_options LI
{
	list-style-type: none;
	margin: 0.3em 0 0;
}
/*Styles for edit poll section.
----------------------------------------------------*/
#edit_poll FIELDSET
{
	margin-bottom: 0.5em;
	border: none;
	border-bottom: 1px solid #666666;
	padding: 0.5em;
	clear: both;
}
#edit_poll LEGEND
{
	font-weight: bold;
	color: #000000;
}
#edit_poll DIV.poll_options
{
	width: 49%;
	float: left;
}
#edit_poll UL.poll_main, UL.poll_options
{
	overflow: hidden;
	padding: 0 0 0.7em 0.7em;
	list-style: none;
}
#edit_poll UL.poll_main LI
{
	margin: 0.2em 0;
	width: 49%;
	float: left;
}
#edit_poll UL.poll_options
{
	margin: 0;
}
#edit_poll UL.poll_options LI
{
	margin: 0.3em 0 0;
}
/*Styles for the recent messages section.
----------------------------------------------------*/
#readbuttons_top .pagelinks, #readbuttons .pagelinks
{
	padding-bottom: 1em;
	width: 60%;
}
#readbuttons .pagelinks
{
	padding-top: 1em;
}
#recent
{
	clear: both;
}
/*Styles for the move topic section.
----------------------------------------------------*/
#move_topic DL
{
	margin-bottom: 0;
}
.move_topic
{
	width: 710px;
	margin: auto;
	text-align: left;
}
DIV.move_topic FIELDSET
{
	margin: 0.5em 0;
	border: 1px solid #CACDD3;
	padding: 0.5em;
}
/*Styles for the send topic section.
----------------------------------------------------*/
FIELDSET.send_topic
{
	margin-bottom: 0.5em;
	border: none;
	padding: 0.5em;
}
DL.send_topic
{
	margin-bottom: 0;
}
DL.send_mail DT
{
	width: 35%;
}
DL.send_mail DD
{
	width: 64%;
}
/*Styles for the split topic section.
----------------------------------------------------*/
#selected, #not_selected
{
	width: 49%;
}
UL.merge_topics LI
{
	list-style-type: none;
}
DL.merge_topic DT
{
	width: 25%;
}
DL.merge_topic DD
{
	width: 74%;
}
FIELDSET.merge_options
{
	margin-bottom: 0.5em;
}
FIELDSET.merge_options LEGEND
{
	font-weight: bold;
}
.custom_subject
{
	margin: 0.5em 0;
}
/*Styles for the login areas.
-------------------------------------------------------*/
.login
{
	width: 540px;
	margin: 0 auto;
}
.login DL
{
	overflow: auto;
	clear: right;
}
.login DT, .login DD
{
	margin: 0 0 0.4em;
	width: 44%;
	padding: 0.1em;
}
.login DT
{
	float: left;
	clear: both;
	text-align: right;
	font-weight: bold;
}
.login DD
{
	width: 54%;
	float: right;
	text-align: left;
}
.login P
{
	text-align: center;
}
/*Styles for the registration section.
-------------------------------------------------------*/
.register_error
{
	border: 1px dashed #FF0000;
	padding: 5px;
	margin: 0 1ex 1ex;
}
.register_error SPAN
{
	text-decoration: underline;
}
/*Additional profile fields*/
DL.register_form
{
	margin: 0;
	clear: right;
	overflow: auto;
}
DL.register_form DT
{
	font-weight: normal;
	float: left;
	clear: both;
	width: 50%;
	margin: 0.5em 0 0;
}
DL.register_form DT STRONG
{
	font-weight: bold;
}
DL.register_form DT SPAN
{
	display: block;
}
DL.register_form DD
{
	float: left;
	width: 49%;
	margin: 0.5em 0 0;
}
#confirm_buttons
{
	text-align: center;
	padding: 1em 0;
}
.coppa_contact
{
	padding: 4px;
	width: 32ex;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 5ex;
	border: 1px solid #000000;
}
/*Styles for maintenance mode.
-------------------------------------------------------*/
#maintenance_mode
{
	width: 75%;
	min-width: 520px;
	text-align: left;
}
#maintenance_mode IMG.align_left
{
	margin-right: 1em;
}
/*common for all admin sections*/
H3.titlebg IMG
{
	vertical-align: middle;
	margin-right: 0.5em;
	margin-top: -1px;
}
TR.titlebg TD
{
	padding-left: 0.7em;
}
#admin_menu
{
	min-height: 2em;
	padding-left: 0;
}
#admin_content
{
	clear: left;
	padding-top: 0.5em;
}
#admin_login .centertext
{
	padding: 1em;
}
/*Styles for sidebar menus.
-------------------------------------------------------*/
#left_admsection H4.catbg SPAN.left, #left_admsection H4.catbg SPAN.right
{
	width: 9px;
	height: 31px;
}
.left_admmenu, .left_admmenu UL, .left_admmenu LI
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#left_admsection
{
	width: 160px;
	float: left;
	padding-right: 10px;
}
.adm_section H4.titlebg
{
	font-size: 95%;
	margin-bottom: 5px;
}
#adm_container
{
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}
.left_admmenu LI
{
	padding: 0 0 0 0.5em;
}
.left_admmenu
{
	margin-bottom: 0.5em;
}
#main_admsection
{
	margin-left: 172px;
}
TR.windowbg TD, TR.windowbg2 TD, TR.approvebg TD
{
	padding: 0.3em 0.7em;
}
#credits P
{
	padding: 0;
	font-style: italic;
	margin: 0;
}
/*Styles for generic tables.
-------------------------------------------------------*/
.topic_table TABLE
{
	width: 100%;
}
.topic_table .icon1, .topic_table .icon2, .topic_table .stats
{
	text-align: center;
}
#topic_icons
{
	margin: 1em 0 0;
}
#topic_icons .description
{
	margin: 0;
}
.topic_table TABLE THEAD
{
	border-bottom: 1px solid #FFFFFF;
}
/*the subject column*/
.topic_table TD
{
	font-size: 1em;
}
.topic_table TD.subject P, .topic_table TD.stats
{
	font-size: 0.85em;
	padding: 0;
	margin: 0;
}
.topic_table TD.lastpost
{
	font-size: 0.85em;
	line-height: 1.3em;
	padding: 4px;
}
.topic_table TD.lastpost, .topic_table TD.lastpost
{
	font-size: 0.9em;
	line-height: 100%;
	padding: 4px;
}
.topic_table TD.stickybg2
{
	background-image: url(../images/icons/quick_sticky.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}
.topic_table TD.lockedbg2
{
	background-image: url(../images/icons/quick_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}
.topic_table TD.locked_sticky2
{
	background-image: url(../images/icons/quick_sticky_lock.gif);
	background-repeat: no-repeat;
	background-position: 98% 4px;
}
.topic_table TD.lastpost
{
	background-image: none;
}
/*Styles for (fatal) errors.
-------------------------------------------------*/
#fatal_error
{
	width: 80%;
	margin: auto;
}
.errorbox
{
	padding: 1em;
	border: 1px solid #CC3344;
	color: #000000;
	background-color: #FFE4E9;
	margin-bottom: 1em;
}
.errorbox H3
{
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	text-decoration: underline;
}
.errorbox P
{
	margin: 1em 0 0;
}
.errorbox P.alert
{
	padding: 0;
	margin: 0;
	float: left;
	width: 1em;
	font-size: 1.5em;
}
/*Styles for the profile section.
-------------------------------------------------*/
DL
{
	overflow: auto;
	margin: 0;
	padding: 0;
}
.profile_error
{
	border: 2px dashed #FF0000;
	padding: 5px;
	margin: 0 1ex 1ex;
}
/*The basic user info on the left*/
#basicinfo
{
	width: 20%;
	float: left;
}
#detailedinfo
{
	width: 78%;
	float: right;
}
#basicinfo H4
{
	font-size: 135%;
	font-weight: 100;
	line-height: 105%;
	white-space: pre-wrap;
	overflow: hidden;
}
#basicinfo H4 SPAN.position
{
	font-size: 80%;
	font-weight: 100;
	display: block;
}
#basicinfo IMG.avatar
{
	display: block;
	margin: 10px 0 0;
}
#basicinfo UL
{
	list-style-type: none;
	margin: 10px 0 0;
}
#basicinfo UL LI
{
	display: block;
	float: left;
	margin-right: 5px;
	height: 20px;
}
#basicinfo SPAN#userstatus
{
	display: block;
	clear: both;
}
#basicinfo SPAN#userstatus IMG
{
	vertical-align: middle;
}
#detailedinfo DIV.content DL, #tracking DIV.content DL
{
	clear: right;
	overflow: auto;
	margin: 0 0 18px;
	padding: 0 0 15px;
	border-bottom: 1px solid #CCC;
}
#detailedinfo DIV.content DT, #tracking DIV.content DT
{
	width: 30%;
	float: left;
	margin: 0 0 3px;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#detailedinfo DIV.content DD, #tracking DIV.content DD
{
	width: 70%;
	float: left;
	margin: 0 0 3px;
	padding: 0;
}
#detailedinfo DIV.content DL.noborder
{
	border-bottom: 0px solid #000000;
}
#detailedinfo DIV.content DT.clear
{
	width: 100%;
}
.signature, .custom_fields_above_signature
{
	border-top: 1px solid #CCC;
}
.signature H5
{
	font-size: 0.85em;
	margin-bottom: 10px;
}
#personal_picture
{
	display: block;
	margin-bottom: 0.3em;
}
#avatar_server_stored DIV
{
	float: left;
}
#main_admsection #basicinfo, #main_admsection #detailedinfo
{
	width: 100%;
}
#main_admsection #basicinfo H4
{
	float: left;
}
#main_admsection #basicinfo IMG.avatar
{
	float: right;
	vertical-align: top;
}
#main_admsection #basicinfo UL
{
	clear: left;
	padding-top: 10px;
}
#main_admsection #basicinfo SPAN#userstatus
{
	clear: left;
}
#main_admsection #basicinfo P#infolinks
{
	display: none;
	clear: both;
}
#main_admsection #basicinfo .botslice
{
	clear: both;
}
/*Simple feedback messages*/
DIV#profile_error, DIV#profile_success
{
	margin: 0 0 1em;
	padding: 1em 2em;
	border: 1px solid #000000;
}
DIV#profile_error
{
	border-color: #FF0000;
	color: #FF0000;
	background: #FEE;
}
DIV#profile_error SPAN
{
	text-decoration: underline;
}
DIV#profile_success
{
	border-color: #008000;
	color: #008000;
	background: #EFE;
}
#generalstats
{
	float: left;
	width: 53%;
}
#activitytime
{
	width: 53%;
	float: left;
	clear: left;
	margin-top: 3px;
}
#popularposts, #popularactivity
{
	width: 45%;
	float: right;
	padding-left: 1%;
}
#generalstats H4, #popularposts H4, #popularactivity H4, #activitytime H4
{
	margin: 3px 0;
}
#generalstats DIV.content DT
{
	width: 50%;
	float: left;
	margin: 0 0 3px;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#generalstats DIV.content DD
{
	width: 50%;
	float: left;
	margin: 0 0 3px;
	padding: 0;
}
#popularposts DIV.content DT, #popularactivity DIV.content DT
{
	width: 65%;
	float: left;
	margin: 0 0 3px;
	padding: 0;
	font-weight: bold;
	clear: both;
}
#popularposts DIV.content DD, #popularactivity DIV.content DD
{
	width: 35%;
	float: left;
	margin: 0 0 3px;
	padding: 0;
}
#activitytime DIV.content DT
{
	width: 40%;
	float: left;
	clear: both;
	margin: 0 0 3px;
	padding: 0 3px 0 0;
	font-weight: bold;
}
#activitytime DIV.content DD
{
	width: 49%;
	margin: 0 0 3px 2px;
	padding: 0;
	float: left;
}
.profile_pie
{
	background-image: url(../images/stats_pie.png);
	float: left;
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0;
	margin-right: 1em;
}
.topic .time
{
	float: right;
}
.topic .counter
{
	margin-right: 1em;
}
.topic H4
{
	margin: 3px 0;
}
.topic .post
{
	margin: 0 1em;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}
.topic .mod_icons
{
	text-align: right;
	margin-right: 1em;
}
#permissions DT
{
	width: 40%;
	float: left;
	margin: 0 0 -500px;
	padding: 1% 1% 500px;
	clear: both;
	border-top: 1px solid #FFFFFF;
}
#permissions DD
{
	width: 56%;
	float: left;
	margin: 0;
	padding: 1%;
	border-top: 1px solid #FFFFFF;
}
#tracking DIV.content DL
{
	border-bottom: 0px solid #000000;
	margin: 0;
	padding: 0;
}
#ip_list
{
	padding: 0;
	margin: 0 0 3px;
	list-style: none;
	clear: both;
	display: block;
}
#ip_list LI.header
{
	display: block;
	height: 0.1%;
}
#ip_list LI.header, #ip_list LI.ip
{
	float: left;
	width: 49%;
	padding: 0.5%;
}
#creator DL
{
	margin: 0;
}
#creator DT
{
	width: 40%;
	float: left;
	clear: both;
	margin: 0 0 10px;
}
#creator DD
{
	float: left;
	width: 60%;
	margin: 0 0 10px;
}
.ignoreboards
{
	margin: 0;
	padding: 0;
	width: 49%;
	overflow: auto;
}
.ignoreboards A
{
	text-decoration: underline;
}
.ignoreboards UL
{
	overflow: auto;
	margin: 0 0 0 1em;
	padding: 0;
}
.ignoreboards LI
{
	list-style: none;
	float: left;
	clear: both;
}
#theme_settings
{
	overflow: auto;
	margin: 0;
	padding: 0;
}
#theme_settings LI
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
/*Paid Subscriptions*/
#paid_subscription
{
	width: 100%;
}
#paid_subscription DL.settings
{
	margin-bottom: 0;
}
#paid_subscription DL.settings DD, #paid_subscription DL.settings DT
{
	margin-bottom: 4px;
}
/*pick theme*/
#pick_theme
{
	width: 100%;
	float: left;
}
/*Styles for the statistics centre.
-------------------------------------------------*/
#statistics
{
	padding-bottom: 0.5em;
}
#statistics H4.titlebg
{
	text-align: center;
	margin-bottom: 5px;
}
#stats_left, #top_posters, #top_topics_replies, #top_topics_starter
{
	float: left;
	width: 49.5%;
}
#stats_right, #top_boards, #top_topics_views, #most_online
{
	float: right;
	width: 49.5%;
}
DL.stats
{
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
DL.stats DT
{
	width: 49%;
	float: left;
	margin: 0 0 4px;
	line-height: 16px;
	padding: 0;
	clear: both;
	font-size: 1em;
}
DL.stats DD
{
	text-align: right;
	width: 50%;
	font-size: 1em;
	float: right;
	margin: 0 0 4px;
	line-height: 16px;
	padding: 0;
}
.statsbar SPAN.left
{
	float: left;
	background: url(../images/bar_stats.png) no-repeat;
	display: block;
	width: 6px;
	height: 16px;
}
.statsbar SPAN.right
{
	float: left;
	background: url(../images/bar_stats.png) no-repeat 100%;
	width: 6px;
	height: 16px;
}
.stats_bar
{
	float: left;
	background-image: url(../images/bar_stats.png);
	height: 16px;
	font-size: 0.9em;
	display: block;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-position: top center;
}
.stats_bar SPAN
{
	padding-left: 2px;
}
/*Styles for the personal messages section.
-------------------------------------------------*/
#personal_messages H3 SPAN#author, #personal_messages H3 SPAN#topic_title
{
	float: left;
}
#personal_messages H3 SPAN#author
{
	margin: 0 0 0 0.5em;
}
#personal_messages H3 SPAN#topic_title
{
	margin: 0 0 0 9em;
}
#personal_messages .labels
{
	padding: 0 1em 0 0;
}
#personal_messages .capacity_bar
{
	background: #F0F4F7;
	display: block;
	margin: 0.5em 0 0 1em;
	height: 1em;
	border: 1px solid #ADADAD;
	width: 10em;
}
#personal_messages .capacity_bar SPAN
{
	border-right: 1px solid #ADADAD;
	display: block;
	height: 1em;
}
#personal_messages .capacity_bar SPAN.empty
{
	background: #A6D69D;
}
#personal_messages .capacity_bar SPAN.filled
{
	background: #EEA800;
}
#personal_messages .capacity_bar SPAN.full
{
	background: #F10909;
}
#personal_messages .reportlinks
{
	padding: 0.5em 1.3em;
}
/*Styles for the calendar section.
-------------------------------------------------*/
.calendar_table
{
	margin-bottom: 0.7em;
}
/*Used to indicate the current day in the grid.*/
.calendar_today
{
	background-color: #FFFFFF;
}
#month_grid
{
	width: 200px;
	text-align: center;
	float: left;
}
#month_grid TABLE
{
	width: 200px;
}
#main_grid TABLE
{
	width: 100%;
	padding-bottom: 4px;
}
#main_grid TABLE H3.catbg
{
	text-align: center;
	height: 29px;
	border-top: 2px solid #FFFFFF;
	border-bottom: none;
}
#main_grid TABLE.weeklist TD.windowbg
{
	text-align: center;
	height: 49px;
	width: 25px;
	font-size: large;
	padding: 0 7px;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#main_grid TABLE.weeklist TD.weekdays
{
	height: 49px;
	width: 100%;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#main_grid H3.weekly
{
	text-align: center;
	padding-left: 0;
	font-size: large;
	height: 29px;
}
#main_grid H3 SPAN.floatleft, #main_grid H3 SPAN.floatright
{
	display: block;
	font-weight: bold;
}
#main_grid TABLE TH.days
{
	width: 14%;
}
#main_grid TABLE TD.weeks
{
	vertical-align: middle;
	text-align: center;
}
#main_grid TABLE TD.days
{
	vertical-align: top;
	text-align: center;
}
A.modify_event
{
	color: #FF0000;
}
SPAN.hidelink
{
	font-style: italic;
}
#calendar_navigation
{
	text-align: center;
}
/*Styles for the memberlist section.
-------------------------------------------------*/
#mlist_search
{
	margin: auto;
	width: 500px;
}
/*Styles for the basic search section.
-------------------------------------------------*/
#searchform, #simple_search P
{
	padding: 0.5em;
	margin: 0;
}
#simple_search, #simple_search P, #advanced_search
{
	text-align: center !important;
	margin: 0;
}
#search_error
{
	font-style: italic;
	padding: 0.3em 1em;
}
#search_term_input
{
	font-size: 115%;
	margin: 0 0 1em;
}
/*Styles for the advanced search section.
-------------------------------------------------*/
#searchform FIELDSET
{
	text-align: left;
	padding: 0;
	margin: 0.5em 0;
	border: none;
}
#advanced_search DL#search_options
{
	margin: 0 auto;
	width: 600px;
	padding-top: 1em;
	overflow: hidden;
}
#advanced_search DT
{
	clear: both;
	float: left;
	padding: 0.2em;
	text-align: right;
	width: 20%;
}
#advanced_search DD
{
	width: 75%;
	float: left;
	padding: 0.2em;
	margin: 0 0 0 0.5em;
	text-align: left;
}
#searchform P.clear
{
	clear: both;
}
/*Boards picker*/
#searchform FIELDSET DIV#searchBoardsExpand UL
{
	overflow: auto;
	margin: 0 0 0 1em;
	padding: 0;
	width: 48%;
}
#searchform FIELDSET DIV#searchBoardsExpand UL UL
{
	width: auto;
}
#searchform FIELDSET DIV#searchBoardsExpand A
{
	text-decoration: underline;
}
#searchform FIELDSET DIV#searchBoardsExpand LI
{
	list-style: none;
	float: left;
	clear: both;
}
#searchform FIELDSET P
{
	padding: 4px;
	text-align: left;
	margin-top: 5px;
}
/*Styles for the search results page.
-------------------------------------------------*/
#search_results FORM
{
	padding: 1em;
}
.topic_table TD BLOCKQUOTE, .topic_table TD .quoteheader
{
	margin: 0.5em;
}
.search_results_posts
{
	overflow: hidden;
}
.search_results_posts .inner
{
	padding: 0.5em 1em;
	overflow: hidden;
}
.search_results_posts .windowbg2
{
	margin-top: 4px;
}
.search_results_posts .buttons
{
	padding: 5px 1em 0 0;
}
/*Styles for the help section.
-------------------------------------------------*/
#help_container
{
	margin: 8px 0 0;
	padding: 0 0 8px;
}
#helpmain
{
	padding: 0 1em;
}
#helpmain H1.section
{
	font-size: 18px;
}
#helpmain H2.section
{
	font-size: 18px;
	border-bottom: 1px solid #000000;
	padding-bottom: 0.5em;
	margin: 0 0 0.5em;
}
#helpmain H3.section
{
	font-size: 16px;
	font-weight: normal;
	margin: 2em 0 0.5em;
	padding: 0 0 0.5em 0.5em;
}
/*Samples should be easily distinguishable.*/
#helpmain .help_sample
{
	border: 1px solid #99A;
	background: #FFF;
	padding: 1em;
	overflow: auto;
	margin-bottom: 1em;
}
#helpmain .help_sample .navigate_section
{
	margin: 0;
}
#helpmain .help_sample .navigate_section UL
{
	padding-top: 0;
	border: none;
}
/*We need some air between the lines*/
#helpmain P
{
	margin: 0 0 1.5em;
	line-height: 1.5em;
}
#helpmain OL
{
	font-weight: bold;
	list-style-type: disc;
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.5em;
}
#helpmain OL.la
{
	font-weight: normal;
	list-style-type: circle;
	margin: 0.5em 0 1em;
	padding-left: 1.5em;
}
/*put back the bullets please*/
#helpmain #messageindex
{
	clear: right;
}
/* Personal message popup */
#pm_popup
{
	display: none;
	width: 35%;
	position: fixed;
	top: 30%;
	left: 35%;
	border: 1px solid #696969;
	text-align: center;
	z-index: 100;
}
#pm_popup h5
{
	margin: 0;
	padding: 5px;
	text-align: left;
}
