/* 
Anone Skin (c) 2007 dys, PixelSlot Skins, PixelSlot.
http://www.pixelslot.com/skins/anone
http://www.pixelslot.com/skins/agreements
*/

/* Normal, standard links. */
a:link
{
	color: #2E6AB1;
	text-decoration: underline;
}
a:visited
{
	color: #2E6AB1;
	text-decoration: underline;
}
a:hover
{
	color: #000033;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: 393733;
	text-decoration: none;
}
a.nav:hover
{
	color: #000033;
	text-decoration: underline;
}

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

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #393733;
	font: 9pt Arial, sans-serif;
	line-height: 1.4;
}

/* The main body of the entire forum. */
body
{
	background-color: #F6F9FA;
	margin: 0px;
}

#whitebg {
	background-color: White;
	padding: 2ex 0 1ex 0;
}
.wrapper
{
	width: 910px;
	margin: auto;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

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

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #DCDCDC;
	background-color: #DCDCDC;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	padding: 5px;
	font-size: 95%;
	line-height: 1.4em;
	margin-left: 10px;
	border-bottom: 2px solid #C9D1DA;
	margin-bottom: 5px;
}

/* A code block - maybe even PHP ;). */
.code
{
	font-family: "courier new", "times new roman", monospace;
	color: #000000;
	background-color: #F5F5F5;
	padding: 5px;
	font-size: 95%;
	line-height: 1.4em;
	margin-left: 10px;
	border-bottom: 3px solid #ECECEC;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
	padding: 5px;
	margin-left: 10px;
	color: #636263;
	font-weight: bold;
	background: #E8ECEF;
	border-top: 1px solid #C9D1DA;
	font-size: 90%;
	text-decoration: none;
}
 .codeheader
{
	padding: 5px;
	margin-left: 10px;
	color: #696969;
	font-weight: bold;
	background: #ECECEC;
	font-size: 90%;
	text-decoration: none;
}

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

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

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	background-color: White;
}
.windowbg2
{
	background-color: #FCFCFC;
}
.windowbg3
{
	background-color: #FAFAFA;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/titlebg.gif) repeat-x;
	border-bottom: 2px solid #EAF1F4;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #546477;
	font-style: normal;
	text-decoration: none;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-image: url(images/head.gif);
	background-color: #FBFCFE;
	color: White;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg_l
{
	background: url(images/tl.gif) no-repeat;
	width: 10px;
	height: 30px;
}
.catbg_r
{
	background: url(images/tr.gif) no-repeat;
	width: 10px;
	height: 30px;
}
.catbg_b
{
	background: url(images/catbg_b.gif) repeat-x;
	font-size: 1px;
}
.catbg_bl
{
	background: url(images/catbg_bl.gif) no-repeat;
	width: 15px;
	height: 10px;
}
.catbg_br
{
	background: url(images/catbg_br.gif) no-repeat;
	width: 15px;
	height: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-color: #EBF0F7;
	border-top: 1px solid #C9D2E4;
	border-bottom: 1px solid #C9D2E4;
	color: #8696A4;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: White;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: White;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #F0FFFF;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: transparent;
	padding: 0px;
	border: 1px solid #E4E9EF;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 10px;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 14px;
}
.largetext
{
	font-size: 17px;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

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


/* definitions for the main tab, active means the tab reflects which page is displayed (c)SMF and Pixelslot(2006) */
.maintab_back, .maintab_active_back
{
	color: #50470D;
	text-transform: uppercase;
	vertical-align: bottom;
}
.maintab_back, .maintab_active_back
{
	color: #50470D;
	text-decoration: none;
	font-size:  9px;
	font-family: Arial, sans-serif;
	border: 1px solid #9BD7FF;
}
.maintab_back
{
	padding: 5px 0 3px 0;
	background: #F0FAFF;
}
.maintab_active_back
{
	background: #E1F3FF;
	padding: 3px;
}

/* how links behave in main tab. (c)SMF and Pixelslot(2006) */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #50470D;
	text-decoration: none;
	padding: 3px;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #50470D;
	text-decoration: none;
	background: #E1F3FF;
	padding-top: 5px;
}
/* definitions for the mirror tab */
.mirrortab_back, .mirrortab_active_back
{
	color: #50470D;
	text-transform: uppercase;
	vertical-align: bottom;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #50470D;
	text-decoration: none;
	font-size:  9px;
	font-family: Arial, sans-serif;
	border: 1px solid #9BD7FF;
}
.mirrortab_back
{
	padding: 5px 0 3px 0;
	background: #F0FAFF;
}
.mirrortab_active_back
{
	background: #E1F3FF;
	padding: 3px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #50470D;
	text-decoration: none;
	padding: 3px;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #50470D;
	text-decoration: none;
	padding: 3px;
	background: #E1F3FF;
	padding-top: 5px;
}

/* BluDOT Styles (c) 2006 PixelSlot */
#header {
	background: url(images/head.gif) repeat-x;
	height: 46px;
}
#header h1 {
	font: bold 15pt Arial, serif;
	color: White;
	letter-spacing: -0.5pt;
	line-height: 4ex;
}
#header h1 {
	background: url(images/tl.gif) no-repeat left;
	height: 46px;
	margin: 0;
	padding-left: 1.5ex;
	float: left;
}
#head_r{
	background: url(images/tr.gif) no-repeat 100% 0;
	text-align: right;
	height: 35px;
	padding: 2ex 2ex 0 0;
}
#leftbar
{
	float: left;
	width: 20%;
}

#rightbar
{
	float: right;
	width: 78%;
	border-left: 1px solid #EBEBEB;
	padding-left: 15px;
}
.clear {clear: both;height: 1;}

.menu2
{
	background: url(images/menu2.gif) no-repeat 100% 0;
	padding: 4px;
	margin: 3px 15px 3px 0;
}

.spacer {height: 20px;}

.login
{
	background: #FEFEFE url(images/menu.gif) repeat-x bottom;
	padding: 3px;
	margin: 0 15px 5px 0;
	border: 1px solid #EEE8DD;
}

#footerarea {
	background: #F6F9FA;
	border-top: 2px solid #EAF1F4;
	padding-top: 2ex;
}
#footerarea a, #footerarea a:link, #footerarea a:visited, #footerarea { font-size: 8pt; color: #4E463F; }

/* bluDOT Text Styles (c)2006 PixelSlot */
.title {font: lighter 18px Arial, serif; color: #4E463F; letter-spacing: -0.03em; padding-right: 5px; }

.nav_back, .nav_back a, .nav_back a:hover, .nav_back a:visited
{
	font: bold 14px Arial, serif;
	color: #105CB6;
	text-decoration: none;
}

.nav_active_back, .nav_active_back a, .menu2_active_back a, .nav_active_back a:hover, .nav_active_back a:visited
{
	font: bold 14px Arial, serif;
	color: #50470D;
	text-decoration: none;
}

.menu2_active_back a, .menu2_active_back a:hover, .menu2_active_back a:visited
{
	font: normal 15px Arial, serif;
	color: #50470D;
	text-decoration: none;
}
.menu2 a, .menu2_back a, .menu2_back a:visited
{
	font: normal 15px Arial, serif;
	color: #105CB6;
	text-decoration: none;
}
.menu2 {font: normal Arial, serif;  color: #393733; }
.menu2 a:hover, .menu2_back a:hover
{
	font: normal 15px Arial, serif;
	color: #000033;
	text-decoration: underline;
}

/* BluDOT Menu Styles (c)2006 PixelSlot */
.nav_back, .nav_active_back, .nav_back a, .nav_active_back a, .menu2_back a, .menu2, .menu2_back, .menu2_active_back
{
	display: block;
}

.nav_back a
{
	background: #FEFEFE url(images/menu.gif) repeat-x bottom;
	padding: 3px;
	margin: 4px 15px 4px 0;
	border: 1px solid #EBEEF1;
}
.nav_back a:hover
{
	border: 1px solid #9BD7FF;
}

.nav_active_back
{
	background: #FEFEFE url(images/menu_active.gif) bottom;
	padding: 3px;
	margin: 4px 15px 4px 0;
	border: 1px solid #9BD7FF;
}

/* The top user link (c)2006 PixelSlot */
.menu2_back
{
	background: url(images/menu2.gif) no-repeat 100% 0;
	padding: 5px;
	margin: 2px 15px 3px 0;
}
.menu2_back img, .menu2_active_back img
{
	height: 20px;
	width: 20px;
	float: left;
	padding: 0 10px 0 0;
}
.menu2_active_back
{
	background: #FEFEFE url(images/menu_active.gif) bottom;
	padding: 2px 5px 5px 5px;
	margin: 3px 15px 0 0;
	border: 1px solid #9BD7FF;
	display: block;
}
.menuimg img
{
	height: 20px;
	width: 20px;
	float: left;
	padding: 0 10px 0 0;
}

/* Board Index (c)2006 PixelSlot */
.last {color: #999999; font-size: 8pt;  margin-top: 2px; }
.last a, .last a:visited {color: #999999; }
.last a:hover { color: #4E463F; }
.forumtitle a, .forumtitle a:hover, .forumtitle a:visited {font-size: 135%;  background: url(images/link.gif) repeat-x 0 90%;  font-weight: bold;  text-decoration: none; letter-spacing: -0.03em; }
.cattitle, .cattitle a, .cattitle a:visited, .cattitle a:hover
{
	font-family: Arial;
	font-size: 18pt;
	letter-spacing: -1px;
	font-weight: normal;
	color: #5F554D;
	text-decoration: none;
}
.cattitle2, .cattitle2 a, .cattitle2 a:visited, .cattitle2 a:hover
{
	font-family: Arial;
	font-size: 18pt;
	letter-spacing: -1px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}
