/* Normal, standard links. */
a:link, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	text-decoration: none;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
td
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* The main body of the entire forum. */
body
{
	margin: 0px;
	padding: 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #404040;
}
/* overall width of forum */
#wrapper {
	margin:0px auto;
	width: 1012px;
	text-align:left;
	
}
#top_header {
	margin: 0 auto;
	
}
#left_wrapper {
	margin: 0;
	width: 187px;
	position: relative;
	float: left;
}

#page_bg {
	position: relative;
	float: left;
	width: 805px;
	padding-left: 7px;
	padding-right: 9px;
	background-color: #404040;
}
/* header section */
#header {
	margin: 0;
	padding: 5px;
	height: 100px;
}
#header_r {
	margin: 0;
	height: 100px;
	width: auto;
	float: right;
}
#header_r a, #header_r a:visited {
	text-decoration: none;
}
#header_r a:hover {
	text-decoration: none;
}
/* header text and form buttons */
#header_r input, #header_r button, #header_r textarea
{
	font-size: 11px;
	margin:0px 5px;
	padding:1px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* header input elements that are checkboxes or radio buttons. */
#header_r input.check
{
}
/* header Selects are a bit smaller, because it makes them look even better 8). */
#header_r select
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* top avatar resize */
.avatar_t
{
	height: 100px;
	width: 100px;
	border: none;
}
.avatar_frame {
	height: 100px;
	width: 100px;
	margin: -10px 0 0 0;
	position: relative;
}
.usercenter {
	margin: 0;
	padding: 0;
	width: 470px;
}
/* main navigation */
#menu {
	width: auto;
	height: 30px;
	margin: 0;
	overflow: hidden;
	padding: 0 20px 0 60px;
}
.maintab_back a, .maintab_back a:visited {
	text-decoration: none;
	float: left;
	display: block;
	height: 30px;
	padding: 0 10px;
	line-height: 34px;
	font-size: 11px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  	font-weight: bold;
	text-transform: uppercase;	
}
.maintab_back a:hover {
	text-decoration: none;
}
.maintab_active_back a, .maintab_active_back a:visited {
	text-decoration: none;
	float: left;
	display: block;
	height: 30px;
	padding: 0 10px;
	line-height: 34px;
	font-size: 11px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  	font-weight: bold;
	text-transform: uppercase;	
}
.maintab_active_back a:hover {
	text-decoration: none;
}
.maintab_active_back a {
}
td.maintab_back, td.maintab_active_back {
}
.seperator {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	height: 30px;
}
/* news "ticker" */
#newsbar {
	padding: 0 20px 0 20px;
	margin: 0;
	line-height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#news {
	padding: 0 20px 0 20px;
	margin: 0;
	line-height: 28px;
}
/* current time */
#currenttime {
	float: right;
	padding: 0 20px 0 20px;
	margin: 0;
	line-height: 29px;
	text-align: right;
	font-size: x-small;
}
/* top area (linktree and search) */
#top_area {
	margin: 0;
	padding: 10px 20px 10px 20px;
}
/* main content */
#content {
	margin: 0;
	padding: 0;
}
/* footer */
#footer {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 25px;
	text-align: center;
}
#footer_l {
	float: left;
	margin: 0;
	padding: 0 10px 0 20px;
	text-align: left;
}
#footer_r {
	font-size: 10px;
	margin: 0;
	padding: 0 20px 0 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 11px;
	margin:0px 5px;
	padding:1px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	margin:4px 0;
}
.subtitle input.check,
.dt input.check,
.post-foot input.check, 
.title input.check,
.right input.check {
	margin:0;
	padding:0;
}
/* Hide from IE Mac \*/
* html .subtitle input.check, 
* html .right input.check {
	margin-top:-5px;
	margin-bottom:-3px;
}
/* End hide from IE mac */

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #ffffff;
	background-color: #333333;
	border: 1px solid #999999;
	margin: 1px;
	padding: 5px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #ffffff;
	background-color: #333333;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 5px;
	width: 95%;
	/* 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, .codeheader
{
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
/* 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%;
	background: #333333;
	color: #ffffff;
}
/* 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 {
}
.windowbg2 {
}
.windowbg3 {
}
.calendar_today {
}
/* 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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
.titlebg a:hover {
	text-decoration: none;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	font-style: normal;
	text-decoration: none;
}
.titlebg2 a:hover {
	text-decoration: none;
}
/* 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 {
	padding-left: 10px;
	padding-right: 10px;
}
/* catbg2 is used for a category that has new posts in it... to make it light up. */
.catbg2 , tr.catbg2 td {
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, td.catbg3 {
	font-weight: bold;
}
.catbg3, .catbg3 a:link, .catbg3 a:visited, tr.catbg3 td {
	font-size: 11px;
}
.catbg a:link, .catbg a:visited, .catbg3 a:link, .catbg3 a:visited {
	text-decoration: none;
}
.catbg a:hover, .catbg3 a:hover {
	text-decoration: none;
}
.catbg2 a:link, .catbg2 a:visited {
	text-decoration: none;
}
.catbg2 a:hover {
	text-decoration: none;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
font-size: 10px;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
fieldset {
}
/* Sometimes there will be an error when you post */
.error {
	color: red;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* clear floating */
.clr {
	margin: 0;
	padding: 0;
	clear: both;
}
#verificiation_image {
 	background-color: #fff;
	margin: 0 0 5px 10px;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.signature img
{
     width: 468px;
       height: 60px;
       overflow: hidden;
       padding: 3px;
}






.art-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('../pdx-dk-09i/images/BlockHeader.png');
}

.art-BlockHeader .l
{
	left:0;
	right:10px;
}

.art-BlockHeader .r
{ 
	width:1006px;
	right:0;
	clip: rect(auto, auto, auto, 996px);
}







.art-header-tag-icon
{
    height: 30px;
	background-position:left top;
	padding:0 0 0 20px;
	background-repeat: no-repeat;
	min-height: 20px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */

.top-banner {
	margin: 10px;
	padding-top: 10px;
}

.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:23px;
	min-height:23px;
}

.art-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
	
	margin-bottom: 8px;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc,.art-BlockContent-cr, .art-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl
{
	width: 22px;
	height: 22px;
	background-image: url('../pdx-dk-09i/images/BlockContent-s.png');
}

.art-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.art-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.art-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.art-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.art-BlockContent-tc, .art-BlockContent-bc
{
	left: 11px;
	right: 11px;
	height: 22px;
	background-image: url('../pdx-dk-09i/images/BlockContent-h.png');
}

.art-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.art-BlockContent-bc
{
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.art-BlockContent-cr, .art-BlockContent-cl
{
	top: 11px;
	bottom: 11px;
	width: 22px;
	background-image: url('../pdx-dk-09i/images/BlockContent-v.png');
}

.art-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.art-BlockContent-cl
{
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.art-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #404040;
}




.art-BlockContent-body
{
	color: white;
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 18px;
	text-decoration: none;
}

.art-BlockContent-body ul.menu li {
	font-size: 12px;
}

.art-BlockContent-body a {
	text-decoration: none;
}

.art-BlockContent-body a:link
{
	color: white;
font-family: Verdana, Helvetica, Sans-Serif;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: white;
font-family: Verdana, Helvetica, Sans-Serif;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #FFBA26;
font-family: Verdana, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #FFBA26;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 12px;
}

.art-BlockContent-body ul li
{
	padding:0px 0 0px 9px;
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

.bannergroup a img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.newsfeed_rss ul li {
	list-style-type: disc;
	list-style-position: inside;
}
