/* ************************************* */
/* Common styles for the theme           */
/* ************************************* */

/* Normal, standard links. */
a:link {
	color: #03b9fd;
	text-decoration: none;
}
a:visited {
	color: #03b9fd;
	text-decoration: none;
}
a:hover {
	color: #FFcece;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* set a fontsize that will look the same in all browsers. */
body {
	font: 9pt Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 25px 0 0 0;
	background-color: #181818;
	background-image: url(images/misty-blue/body-bg.png);
	background-repeat: repeat-x;
}
/* use dark grey for the text, leaving black for headers etc */
body, td, th, tr {
	color: #c8c8c8;
	line-height: 150%;
}
#bodyarea {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #275da9;
	border-right-color: #275da9;
	border-bottom-color: #275da9;
	border-left-color: #275da9;
}
/* this is the main container surrounding everything, use this to set forum width, font-size  etc. */
#mainframe {
	width: 93%;
	min-width: 900px;
	max-width: 1600px;
	margin: 0 auto;
	margin-bottom: 1em;
	padding: 0;
	border: 1px solid #275da9;
}
#header {
	position: relative;
	height: 175px;
	overflow: hidden;
	background: transparent url(images/misty-blue/header-bg.png) 0 0 repeat-x;
}
#head-r {
	height: 175px;
	padding-right: 30px;
	background: transparent url(images/misty-blue/header-r.png) 100% 0 no-repeat;
}
#head-l {
	padding-left: 30px;
	background: transparent url(images/misty-blue/header-l.png) 0 0 no-repeat;
}
.footer {
	height: 25px;
	background: transparent url(images/misty-blue/footer-bg.png) 0 0 repeat-x;
}
.foot-r {
	height: 25px;
	padding-right: 20px;
	background: transparent url(images/misty-blue/footer-r.png) 100% 0 no-repeat;
}
.foot-l {
	height: 25px;
	padding-left: 20px;
	background: transparent url(images/misty-blue/footer-l.png) 0 0 no-repeat;
	margin-top: 10px;
}
#logo {
	position: absolute;
	top: 32px;
	left: 0;
	display: block;
	width: 650px;
	height: 140px;
	cursor: pointer;
	margin-left: 2px;
	background: url(logo/WorBHead.jpg) 0 0 no-repeat;
}

#userarea {
	height: 75px;
	width: 350px;
	float: right;
	font-size: 11px;
	color: #c8c8c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
/* 	 */
}
#ua {
padding-left: .5em;
background-image: url(logo/cbg.png);
}
#userareaavatar {
	height:100px;
	width: 100px;
	float: left;
	font-size: 10pt;
	color: #c8c8c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 0;
}
#userarea a:link, #userarea a:visited {
	color: #03b9fd;
	text-decoration: none;
}
#userarea a:hover {
	color: #fffffe;
	text-decoration: none;
}
/* the greeting section. Note that h1 and h2 are reseved for logo/greeting!  */
#greeting_section {
	padding: 0.7em 0.4em 0.7em 0.4em;
	clear: both;
}
/* user section with all relevant links */
#user_section {
	padding: 1px;
	margin: 1px 0 0 0;
	font-size: 9pt;
}
#user_section ul, #user_section form {
	padding: 0.5em 0.7em 0.5em 0.7em;
}
/* the greeting */
#greeting_section em {
	font-style: normal;
	font-weight: bold;
}
#greeting_section li#name {
	padding-left: 0.5em;
}
/* the avatar, located to the left */
#user_section #myavatar {
	padding: 0.7em;
	border-right: solid 1px #275da9;
	margin: 0 0.5em 0 0;
	float: left;
}
/* the news and search areas */
#news_section {
	clear: both;
	font-size: 9pt;
	padding: 0.5em 1em 0.5em 1em;
}
#random_news h3 {
	margin-right: 1em;
	font-size: 9pt;
	display: inline;
	color: #999998;
}
#random_news p {
	margin: 0;
	padding: 0;
	display: inline;
}
/*Drop menu codes*/

.main-menu {
	float: left;
	font-size: 7.5pt;
	list-style: none;
	background: none;
	color: #03b9fd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:50%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}
.main-menu a:link {
	color: #03b9fd;
	cursor: pointer;
}
.main-menu a:visited {
	color: #03b9fd;
}
.main-menu ul {
	height: 30px;
	float: left;
	padding: 0;
	list-style: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.main-menu ul li a.current {
	color: #fffffe;/*font-weight: bold;*/
}
.main-menu ul li a.current:hover {
	color: #fffffe;/*	font-weight: bold;*/
}
.main-menu li {
	float: left;
	position: relative;
	z-index: 1;
	background: none;
	right:50%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.main-menu li:hover {
	z-index:2;
	color: #fffffe;
}
.main-menu li a {
	display: block;
	line-height: 24px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	width: 9px;
	height: 30px;
	line-height: 24px;
	display: block;
	float: left;
	overflow: hidden;
	background-color: transparent;
	background-image: url(images/misty-blue/topmenu-l.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0px;
}
a .menu-right {
	width: auto;
	height: 30px;
	line-height: 24px;
	display: block;
	float: left;
	margin-right: 0px;
	background: transparent url(logo/topmenu-r.png) 100% 0 no-repeat;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
}
.main-menu li a:hover .menu-left, .main-menu li:hover a .menu-left {
	background: transparent url(images/misty-blue/topmenu-active-l.png) 0 0 no-repeat;
}
.main-menu ul li a.current .menu-left {
	background: transparent url(images/misty-blue/topmenu-active-l.png) 0 0 no-repeat;
}
.main-menu li a:hover .menu-right, .main-menu li:hover a .menu-right {
	background: transparent url(logo/topmenu-active-r.png) 100% 0 no-repeat;
	cursor: pointer;
}
/* #### images/misty-blue/  a.right above: images/misty-blue/ #### */
.main-menu ul li a.current .menu-right {
	background: transparent url(logo/topmenu-active-r.png) 100% 0 no-repeat;
}
.main-menu li a:hover, .main-menu li.hover a, .main-menu li:hover a {
	color: #fffffe;
	text-decoration: none;
}
.main-menu li:hover .sub, .main-menu li.hover .sub {
	display: block;
}
.main-menu li .sub {
	display: none;
	position: absolute;
	top: 30px;
	left: -40px;
	height: 21px;
	width: 175px;
	padding-top: 15px;
	background: transparent url(logo/submenu_top.png) no-repeat;
}
.main-menu li ul {
	width: 175px;
	height: auto;
	margin: 0 0 0 0;
	padding: 4px 0 12px 100px;
	list-style: none;
	font-size: 7pt;
	background: transparent url(logo/submenu_bg.png) 0 100% no-repeat; /* images/misty-blue/ bg.png  */
}
.main-menu li:hover li, .main-menu li.current li {
	width: 100%;
	padding: 0;
	background: none;
}
.main-menu li:hover li a, .main-menu li.current li a {
	color: #03b9fd;
	text-decoration: none;
	background: none;
	margin: 0 0 0 0;
	padding: 2px 0px 2px 0px;
	line-height: 15px;
	width: 155px;
	text-align: center;
	font-size: 9pt;
}
.main-menu li:hover li a:hover, .main-menu li.current li a:hover {
	color: #fffffe;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	background: transparent url(logo/submenu_bg.png) no-repeat;
}
/*IE*/
.main-menu li li a:hover {
	color: #03b9fd;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 2px 7px 2px 7px;
	background: transparent url(logo/submenu_bg.png) no-repeat;
}
/* the linktree */
ul#linktree {
	clear: both;
	list-style: none;
	margin: 1em 0.5em 1em 1em;
	padding: 0;
}
ul#linktree li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 9pt;
}
ul#linktree li a {
	color: #03b9fd;
}
ul#linktree li a:hover {
	color: #fffffe;
}
ul#linktree li span {
	font-weight: bold;
	font-size: 8pt;
}
/* lets give all forms zero padding/margins */
form {
	padding: 0px;
	margin: 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #c8c8c8;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #282828;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #275da9;
	border-right-color: #275da9;
	border-bottom-color: #275da9;
	border-left-color: #275da9;
}
input, button {
	font-size: 9pt;
	color: #c8c8c8;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #282828;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #275da9;
	border-right-color: #275da9;
	border-bottom-color: #275da9;
	border-left-color: #275da9;
}
textarea {
	font-size: 10pt;
	color: #c8c8c8;
	font-family: Verdana, Helvetica, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
	border: none;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 9pt;
	font-weight: normal;
	color: #c8c8c8;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #282828;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #275da9;
	border-right-color: #275da9;
	border-bottom-color: #275da9;
	border-left-color: #275da9;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #275da9;
	background-color: #666666;
}
/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7 {
	color: #000000;
	font-size: 11pt;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
h4 {
	text-align: center;
	color: #c8c8c8;
}
/* No image should have a border when linked. */
a img {
	border: 0;
}
/* No lines around buttons in Firefox! */
a {
	outline: none;
}
/* Reset all lists. */
ul, ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* We can define lists to be lists tho! */
ul.normallist {
	padding-left: 2em;
}
ul.normallist li {
	list-style: disc;
}
/* ************************************* */
/* Some handy custom classes             */
/* ************************************* */

.floatright {
	float: right;
}
.floatleft {
	float: left;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: 8pt;
	line-height: 9pt;
	font-family: Verdana, Helvetica, sans-serif;
}
.middletext {
	font-size: 8.5pt;
	line-height: 10pt;
}
.normaltext {
	font-size: 9.5pt;
	line-height: 10pt;
}
.largetext {
	font-size: 14pt;
	line-height: 2em;
}
/* This style will make sure all headers use the same padding throughout. */
.headerpadding {
	padding: 0.5em;
}
/* smaller padding used in paragraphs, sections etc */
.smallpadding {
	padding: 0.2em;
}
/* larger padding used in paragraphs, sections etc */
.largepadding {
	padding: 0.7em;
}
/* A small space to the next section. */
.marginbottom {
	margin-bottom: 1em;
}
/* On the top too. */
.margintop {
	margin-top: 1em;
}
/* remove bold/italic styles */
span.plainstyle {
	font-weight: normal;
	font-style: normal;
}
/* float a list horizontally */
ul.horizlist {
	width: 100%;
}
ul.horizlist li {
	float: left;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: top;
}
/* make a inline-list */
ul.nolist li {
	display: inline;
}
/* Helping style to clear floated items. */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
#center-menu {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/* Hides from IE-mac. \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac. */

/* ************************************* */
/* Some specific SMF elements            */
/* ************************************* */

/* A quote, perhaps from another post. */
blockquote {
	color: #c8c8c8;
	background-color: #333331;
	border: 1px solid #275da9;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
code {
	color: #c8c8c8;
	background-color: #181818;
	display: block;
	font-family: "courier new", "times new roman", monospace;
	font-size: 9pt;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #275da9;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	overflow: auto;
	white-space: normal;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	line-height: 1.2em;
	width: 100%;
}
/* For links to change the code stuff... */
.codeoperation {
	font-weight: normal;
}
/* Styling for BBC tags */
.bbc_color a {
	color: inherit;
}
.bbc_img {
	border: 0;
	max-width: 600px;
}
.bbc_list {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}
.bbc_list li {
	list-style: disc;
}
.bbc_list li li {
	list-style: circle;
}
.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;
}
/* 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;
}
/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2 {
	background-color: #B3F4B0;
	color: black;
}
/* ************************************* */
/* Real common classes                   */
/* ************************************* */

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body {
	color: #c8c8c8;
	background-color: #282828;
	background-image: url(images/misty-blue/windowsbg-01.png);
	background-repeat: repeat;
	background-position: center;
}
.windowbg2 {
	color: #c8c8c8;
	background-color: #383838;
	background-image: url(images/misty-blue/windowsbg-02.png);
	background-repeat: repeat;
	background-position: center;
}
.windowbg3 {
	color: #c8c8c8;
	background-color: #181818;
	background-image: url(images/misty-blue/windowsbg-01.png);
	background-repeat: repeat;
	background-position: center;
}
/* 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;
}
/* the today container in calendar */
.calendar_today {
	background-color: #666665;
}
/* 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, #credits h3 {
	color: #c8c8c8;
	font-style: normal;
	background: url(images/misty-blue/titlebg.png) #E9F0F6 repeat;
	border-bottom: solid 1px #275da9;
	border-top: solid 1px #275da9;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #03b9fd;
	font-style: normal;
}
.titlebg a:hover {
	color: #fffffe;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #03b9fd;
	font-style: normal;
	text-decoration: underline;
}
.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 {
	color: #fffffe;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #333331;
	background-image: url(images/misty-blue/catbg-small.png);
	background-repeat: repeat-x;
}
.catbg2, tr.catbg2 td {
	color: #fffffe;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #333333;
	background-image: url(images/misty-blue/catbg2.png);
	background-repeat: repeat-x;
}
.cathead-center, tr.cathead-center td {
	background-repeat: repeat;
	background-position: center;
	color: #fffffe;
	font-size: 11pt;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 8px;
	font-weight: bold;
	background-color: #333331;
	background-image: url(images/catbg-m.gif);
	height: 30px;
}
.cathead-fill, tr.cathead-fill td {
	background-repeat: repeat;
	background-position: center;
	color: #fffffe;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 9px;
	padding-bottom: 8px;
	background-color: #333333;
	background-image: url(images/catbg-m.gif);
	border-left: none;
}
.catbg, .catbg2, .catbg3 {
	border-bottom: solid 1px #275da9;
	background-color: #333333;
}
.catbg, .catbg2 {
	font-weight: bold;
	background-color: #333333;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 9pt;
	color: #fffffe;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited, .cathead-fill a:link, .cathead-fill :visited, .cathead-center a:link, .cathead-center :visited {
	color: #03b9fd;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover, .cathead-fill a:hover, .cathead-center a:hover {
	color: #fffffe;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background-color: #275da9;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 1px;
	border: 1px solid #275da9;
	background-color: #333331;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	overflow: auto;
	line-height: 1.3em;
	width: 100%;
}
.postarea .post {
	clear: right;
	float: left;
}
/* add a visual divider between subject and post */
.post .inner {
	padding-top: 0.7em;
	border-top: solid 1px #275da9;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	clear: right;
	padding: 1em 0 3px 0;
	border-top: solid 1px #275da9;
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error {
	color: red;
}
/* Messages that somehow need to attract the attention. */
.alert {
	color: red;
}
/* Calendar colours for birthdays, events and holidays */
.birthday {
	color: #920AC4;
	font-weight: bold;
}
.event {
	color: #078907;
}
.holiday {
	color: #000080;
}
/* Colours for warnings */
.warn_mute {
	color: red;
}
.warn_moderate {
	color: orange;
}
.warn_watch {
	color: green;
}
a.moderation_link, a.moderation_link:visited {
	color: red;
	font-weight: bold;
}
.openid_login {
	background: white url(images/misty-blue/openid.png) no-repeat;
	padding-left: 18px;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 0.4em;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#ajax_in_progress a {
	color: white;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}
/* ************************************* */
/* Buttons and menus                     */
/* ************************************* */

.buttonlist ul, .buttonlist_bottom ul {
	background: url(images/misty-blue/maintab_first.png) no-repeat bottom left;
	padding-left: 10px;
}
.buttonlist ul li, .buttonlist_bottom ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
.buttonlist ul li a, .buttonlist ul li a:visited, .buttonlist_bottom ul li a, .buttonlist_bottom ul li a:visited {
	float: left;
	display: block;
	color: #03b9fd;
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
}
.buttonlist ul li a:hover, .buttonlist_bottom ul li a:hover {
	color: #fffffe;
	text-decoration: none;
}
.buttonlist ul li a span, .buttonlist_bottom ul li a span {
	background: url(images/misty-blue/maintab_back.png) repeat-x bottom left;
	display: block;
	padding: 0.1em 0.5em 0.5em 0.5em;
}
.buttonlist ul li a.active, .buttonlist_bottom ul li a.active {
	background: url(images/misty-blue/maintab_active_last.png) no-repeat bottom right;
	padding-right: 8px;
}
.buttonlist ul li a.active span em, .buttonlist_bottom ul li a.active span em {
	padding: 0.1em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;
	background: url(images/misty-blue/maintab_active_back.png) repeat-x bottom right;
}
.buttonlist ul li a.active span, .buttonlist_bottom ul li a.active span {
	background: url(images/misty-blue/maintab_active_first.png) no-repeat bottom left;
	padding: 0 0 0 8px;
}
.buttonlist ul li a span.last, .buttonlist_bottom ul li a span.last {
	background: url(images/misty-blue/maintab_last.png) no-repeat bottom right;
	padding: 0.1em 1.5em 0.5em 0.5em;
}
/* For links that are basically submit buttons. */
.buttonlist_submit {
	background: transparent;
	color: white;
	vertical-align: top;
	text-decoration: none;
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif;
	border: 0;
}
.buttonlist_submit:hover {
	color: #fffffe;
}
/* ..for the "bottom" menu */
.buttonlist_bottom ul {
	background: url(images/misty-blue/mirrortab_first.png) no-repeat top left;
}
.buttonlist_bottom ul li a span {
	padding: 0.5em 0.5em 0.1em 0.5em;
	background: url(images/misty-blue/mirrortab_back.png) repeat-x top left;
}
.buttonlist_bottom ul li a.active {
	background: url(images/misty-blue/mirrortab_active_last.png) no-repeat top right;
}
.buttonlist_bottom ul li a.active span em {
	background: url(images/misty-blue/mirrortab_active_back.png) repeat-x top right;
}
.buttonlist_bottom ul li a.active span {
	background: url(images/misty-blue/mirrortab_active_first.png) no-repeat top left;
}
.buttonlist_bottom ul li a span.last {
	padding: 0.5em 1.5em 0.1em 0.5em;
	background: url(images/misty-blue/mirrortab_last.png) no-repeat top right;
}
/* the old type of menu, with images */
.oldbuttonlist {
	text-align: right;
	padding: 0.5em;
}
/* ************************************* */
/* The below is deprecated.              */
/* ************************************* */

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last {
	color: white;
	vertical-align: top;
}
.maintab_back, .maintab_active_back {
	color: white;
	text-decoration: none;
	font-size:  9pt;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: Verdana, Helvetica, sans-serif;
}
.maintab_first {
	background: url(images/misty-blue/maintab_first_prev.png) left bottom no-repeat;
	width: 10px;
}
.maintab_back {
	background: url(images/misty-blue/maintab_back.png) left bottom repeat-x;
}
.maintab_last {
	background: #000000 url(images/misty-blue/maintab_last_prev.png) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first {
	background: url(images/misty-blue/maintab_active_first.png) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back {
	background: url(images/misty-blue/maintab_active_back.png) left bottom repeat-x;
}
.maintab_active_last {
	background: url(images/misty-blue/maintab_active_last.png) left bottom no-repeat;
	width: 8px;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited {
	color: white;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover {
	color: #fffffe;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back {
	color: white;
	text-decoration: none;
	font-size: 9pt;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: Verdana, Helvetica, sans-serif;
}
.mirrortab_first {
	background: url(images/misty-blue/mirrortab_first_prev.png) no-repeat;
	width: 10px;
}
.mirrortab_back {
	background: url(images/misty-blue/mirrortab_back.png) repeat-x;
}
.mirrortab_last {
	background: url(images/misty-blue/mirrortab_last_prev.png) no-repeat;
	width: 6px;
}
.mirrortab_active_first {
	background: url(images/misty-blue/mirrortab_active_first.png) no-repeat;
	width: 6px;
}
.mirrortab_active_back {
	background: url(images/misty-blue/mirrortab_active_back.png) repeat-x;
}
.mirrortab_active_last {
	background: url(images/misty-blue/mirrortab_active_last.png) no-repeat;
	width: 8px;
}
/* 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: white;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #fffffe;
	text-decoration: none;
}
/* These are for the auto suggest floating div type thing. */
.auto_suggest_div {
	border: 1px solid #275da9;
	position: absolute;
	font-size: 8pt;
}
/* An auto suggest item */
.auto_suggest_item {
	background-color: #999999;
	padding: 2px;
}
/* hovered auto suggest item */
.auto_suggest_item_hover {
	background: url(images/misty-blue/autosuggest_back.png) repeat-x;
	background-color: #c8c8c8;
	padding: 2px;
	cursor: pointer;
	color: #000000;
}
/* the footer area */
#footerarea {
	padding: 1em 0 2em 0;
	text-align: center;
}
#footerarea ul {
	margin: 0 auto 0 auto;
}
#footerarea ul li {
	text-align: center;
	display: inline;
	border-right: solid 1px #275da9;
	margin: 0;
	padding: 0 4px 0 2px;
}
/* Note: It is against the license to remove, alter or otherwise hide the copyright output from SMF so please do not alter the two sections below. */
#footerarea ul li.copywrite {
	display: block;
	line-height: 0;
	font-size: small;
	padding: 1em;
}
#footerarea ul li.copywrite, #footerarea ul li.last {
	border-right: none;
}
/* page created in.. */
#footerarea p {
	clear: both;
	text-align: left;
	padding-left: 0.5em;
}
p#show_loadtime {
	display: block;
	text-align: center;
}
/* the upshrink buttons */
#upshrink, #advsearch {
	margin: 0 1ex;
}
#adm_container {
	float: left;
	margin-left: 10px;
	padding: 0 5px 0 5px;
	background: url(images/misty-blue/admintab_left.png) no-repeat;
}
ul.admin_menu, ul.admin_menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.admin_menu {
	background: url(images/misty-blue/admintab_right.png) top right no-repeat;
}
ul.admin_menu a {
	text-decoration: none;
}
/* First layer of menu items */
ul.admin_menu li {
	position: relative;
	float: left;
	background: url(images/misty-blue/admintab_back.png) top right repeat-x;
	padding-right: 4px;
}
ul.admin_menu li.last {
	background: url(images/misty-blue/admintab_right.png) top right repeat-x;
}
ul.admin_menu li.chosen {
	background: url(images/misty-blue/admintab_active_left.png) no-repeat;
	padding: 0 0 0 6px;
}
ul.admin_menu li h4 {
	margin: 0;
	padding: 7px 5px 3px 5px;
	cursor: pointer;
	font-weight: normal;
	font-size: 8pt;
	color: #fff;
}
ul.admin_menu li.last.chosen h4 {
	background: url(../images/admintab_active_last.png) top right no-repeat;
	padding-right: 17px;
}
ul.admin_menu li.chosen h4 {
	background: url(images/misty-blue/admintab_active_right.png) top right no-repeat;
	padding-right: 10px;
}
/* Second layer of menu items */
ul.admin_menu li ul {
	z-index: 90;
	display: none;
	position: absolute;
	top: 100%;
	/* IE6 needs a fixed width to prevent the menu from going haywire */
	width: 19em;
	border: solid 1px #275da9;
	border-left: solid 2px #275da9;
	background: #F8F8FB;
}
ul.admin_menu li.chosen ul {
	margin: 0 0 0 -6px;
}
ul.admin_menu li ul li {
	background: none;
	width: 19em;
	padding: 0;
}
ul.admin_menu li ul li a {
	display: block;
	padding: 0.5em 2em 0.5em 0.5em;
	font-size: 9pt;
	text-decoration: none;
	background: none;
	color: #000 !important;
}
ul.admin_menu li ul li a.subsection {
	background: url(images/misty-blue/subsection.png) no-repeat 98% 50%;
}
ul.admin_menu li ul li a.chosen {
	font-weight: bold;
}
ul.admin_menu li ul li a:hover {
	background-color: #C8E2FB;
	text-decoration: none;
}
ul.admin_menu li:hover ul, ul.admin_menu li.over ul {
	display: block;
}
/* Third layer of menu items */
ul.admin_menu li ul li ul, ul.admin_menu li ul li.over ul {
	display: none;
	position: absolute;
	left: -999em;
	top: 0;
	border: solid 1px #275da9;
	border-left: solid 2px #275da9;
	background: #FFF;
}
ul.admin_menu li ul li:hover ul, ul.admin_menu li ul li.over ul {
	display: block;
	left: 18em;
	margin: 0 0 0 1em;
}
/* the menu dropdown toggle image */
div#menu_toggle {
	float: right;
	margin: 0 10px 0 0;
	background: url(images/misty-blue/mirrortab_first.png) top left no-repeat;
	padding: 0 0 0 7px;
}
div#menu_toggle a {
	display: block;
	background: #E5E5E8 url(images/misty-blue/mirrortab_last.png) top right no-repeat;
	padding: 8px 12px 3px 6px;
}

/* This is the edn of the CSS file can be used for global edits Shortie */
/* *  Copyright 2008-2009 by: (wannabedie.deviantart.com)  * */
/* #################### WOR ADDS/CHANGES ################################### */
#wor-nav .main-menu {
position: absolute; 
width: 93%; 
display: hidden; }
#wor-nav .main-menu {
left:50%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
#userarea {
position: relative;
z-index: 99;
}
#column3 {
width: 18em ! important;
/* xmax-width: 250px ! important; */
font-size: 90%;
}
#column1 {
width: 18.5em ! important;
/* max-width: 16em; */
font-size: 90%;
}

.header { text-align: left; }
#block2 td { border: none; }
/* #block3, #block3 td, #block3 tr {
background-color: #1d1612;
padding: 0px;
margin: 0px;
} */
#block3 table {  margin-bottom: .3em; }
/* #block3 a:link { font-weight: normal;}
.row1 a:link { padding-left: .5em;} */
.tborder {	padding: .2em; }
.tborder + td {
margin-bottom: .5em; /* doesn't work */
}
#block8 a:after, #block9 a:after, #block7 a:after {
content: "\A \A"; /* \00000a */
white-space: pre;
display: inline;
/* xfont-size: 80%; */
line-height: 90%;
}
#block9 { }
#block1 { margin-left: .1em; }
#block1 h2 { font-size: 150%; }
#block5 {/* width: 16em; */}
.remems {
float: left;
margin-right: 1em;
}

#preview_body {
padding: .8em;
width: 95%;
}
#preview_body > blockquote {
padding: 1em;
font-size: 100%;
}
/*  */
tr[class="windowbg2"] td {}

.quoteheader, topslice_quote {
font-size: 105%; }
blockquote {
padding: 1em;
font-size: 100%; }
blockquote:first-letter {font-size: 105%;}

#post_header {}
#bbcBox_message, #smileyBox_message { 
padding-left: 1em;
width: 98%;
}
#smileyBox_message_addMoreSmileys:link {
/* xcolor:#990000; */
font-size: 110%;
}
#smileyBox_message_addMoreSmileys:hover {
/* xcolor:#ffffff; */
font-size: 120%;
}
textarea[class="editor"], .editor, #message {
width: 99% ! important;
}

.avatar { overflow: hidden !important; }
#poll a:hover {
padding-left: .6em;
padding-right: .6em;
} 
.poll_title { font-size: 120%; }
.lpost { font-weight: bold; font-size: 110%;}
.bbc_link, .bbc_link:link, .post a, .post a:link, .post a:visited { 
   /*xcolor:#ECA017; 007 */
  text-decoration: underline;
}
.post a:hover { 
   /*xcolor:#ECA087; 007 */
  text-decoration: underline;
}
.frontnews {
padding: .5em;
margin: 0px;
}
td.row1	{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; }
.latestAlbu { padding: 0.8em; font-size: 95%; font-weight: bold;
}
#logo .largetext { font-family: 'Tryker - Ryzom', Tryker, serif, sans-serif ! important; }
/* Frontpage Gallery Block */
#galleryblock {}
.gbitem {}
/* 
########## COLOR
########## LIFE IS EASIER W/ COLORS DAMNIT &Copyright 010 seawe& ##### 
########## IS LIFE.
*/
#mainframe { 
/* #97362D #B19E28 */
border: .1em solid #70641B; 
}
td.row1	{
background:#221C19 !important;
/* xbackground-image: url(logo/murd.jpg) !important;
xbackground-repeat: repeat; */
border:0px solid !important;
border-color:#ffffff #1b1b1b #0b0b0b #ffffff !important;
}
.tborder {
/*	xbackground-color:#2c2520; 1d1612
	xborder: 1px solid #1e123a; */}
td #column2, {
/* xbackground-color:#2E2923 ! important;
xcolor:#ffffcc ! important; */
}
#block2 {	background-image: url(/images/bfroots_faded.jpg); 
}
#block3 > td, #block3 > th, #block3 > li, .row1 a:link, .row1 a:visited { 
font: 13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
color: #cccccc; 
font-weight: normal ! important; } 
.row1 a:hover, .row1 a:active { 
font-style: italic; text-decoration: underline ! important; 
color: #FFFFFF; } 
.style1 {color: #CCCCCC !important; } 
.info1 { background-image: url(/images/orfire.jpg); 
color: black; font-weight: bold; font-size: 1.2em; 
padding: .5em; } 

.preview_section, #preview_body, div .content {
background-color:#121C2C ! important; /*#221C19 */
color:#eeeeff ! important;
border: 1px solid #aaaa88;
}
#preview_body > blockquote {
/* xcolor:#FFFFEE;
xbackground-color:#313141; */
}
tr[class="windowbg2"] > td { /* general td border  #364898*/
border: 1px solid #222266;
}
.frontnews { border: 1px solid #1f1e2f; }
.option {background-color: #275da9; color: #666611;}
.tborder { /* 	xcolor:#EAEAEA; */ 
border: 1px solid #27baa9; 
background-color: #275da9; }

.quoteheader, topslice_quote {
font-size: 105%;
color: #FFFFcc;
}
blockquote {
color: #FFFFEE;
/* xbackground-color: #313141; */
}
#announcement { background-color: #275da9; }
#postmodify {
background-color: #1d1812;
color: #FFFFcc;
}
form .roundframe {
background-color: #2e2923;
color: #FFFFcc;
}
#bbcBox_message, #smileyBox_message { 
/* xbackground-color:#655B4B; */
border: 1px solid #001100;
}
/* #bbcBox_message img:hover { background-xcolor:#ababaf; }
#smileyBox_message { background-xcolor:#34343f; }
.input_file { xbackground-color:#222233; }
#help_popup { xbackground-color:#cecece; }  */
#poll { 
background-color: #061123; 
background-image: url("logo/mb-tryker.jpg");
}
#poll_options, .poll div.content {
background-color: transparent ! important;
background-image: url("logo/mb-tryker.jpg");
font-weight: bold;
}
#poll_options > .options {
/* xbackground-color: #161223; */
color: #ff6600;
background-image: url("logo/cbg.png");
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
 }
#poll a:hover { background-color: #ffffff; }
.poll_highlight {
color: #ff6600;
text-decoration: underline;
}

div #messageindex .tborder topic_table {} 
table .table_grid {xborder: .05em solid #111144;}

.stats, .subject, .icon, .icon1, .icon2, .lastpost {
border: .05em solid #659A6E;
}
a.subject { border: none; }
/* .icon1, .icon2 {
border: .05em solid ;
} */
.description {
background-color: #161223;
background-image: url("logo/aquabole.jpg") ! important;
color: #2AD615;
}
* .stickybg2, * .stickybg {border-top: 1px solid #111144;
border-bottom: 1px solid #111144;
}
.subject > .stickybg2 { background-color: #331111; }
/* ######### 
xbackground-color: #B42718; #AE392D
########## */
#column2 > table.bordercolor, .worcathead { border: .1em solid rgb(102, 51, 22); }
#wor-nav .main-menu * { background-image: none;}

#quickreplybox .roundframe {
background-image: url(logo/mb-tryker.jpg); color: #FFFFFF; }
#recent.windowbg2 {}
#recent .windowbg2 a:hover { color: #444444; }

.latestAlbu { border: .1em solid #fffffe; padding: 1em;}
.latestAlbu:hover { background-color: #511810;}
.cathead-fill, tr.cathead-fill td {	border: none; }
.cathead-center a:link, .cathead-center a:visited {	color: #A99726; }
.cathead-center a:hover, .cathead-center a:active {	color: #FFFFFe; }
.openid_login { background-color: #222a33; color: #eeeeee; }
.windowbg3.smalltext.largepadding { font-size: 105%; font-weight: bold; background-color: #224488; background-image: none; }
