/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Created by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #DDD;
}
ol, ul {
	list-style: none;
}


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* -------------------------------------------------------------- 
    
   Typography.css
   * Sets some default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Typogrify         [code.google.com/p/typogrify]
   
   The default font size is 12px. The baseline is set to 
   18px. When you're setting heights of elements, always 
   remember to use a multiple of the baseline (18,36,54..).
   
   The height of images shoud also be a multiple of 18.
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */   

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,
caption,pre,p,blockquote,input,textarea {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px; /* Baseline here at 150%. This is set multiple places. */
  color: #333;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  margin: 0; 
  padding: 9px 0;
  color:#111; 
  clear:both; 
}

/* Total height for each heading has to be a multiple of the baseline (18). */
h1 { font-size: 36px; line-height: 36px; padding: 5px 0; }
h2 { font-size: 28px; line-height: 28px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; font-weight:bold; }
h6 { font-size: 10px; font-weight:bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 10px 0; text-align:left; }
p.last      { margin-bottom:0; }
/*p img       { float: left; margin: 18px 18px 18px 0; padding:0; }*/
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: 18px 0 18px 18px; list-style-type:disc; }
li          { line-height:18px; }
ol          { list-style-type: decimal; }
dl          { margin: 18px 0; }
dl dt       { font-weight: bold; }

a           { color: #125AA7; text-decoration: none; outline: none; }
a:hover     { color: #000; }

blockquote  { margin: 18px 0 18px 23px; font-size: 0.9em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 18px; line-height:18px; background: #eee; padding:8px; border:1px solid #ddd; }
code        { font:0.9em Monaco, monospace; }




/* Some default classes
-------------------------------------------------------------- */

small, .small, .small p  { font-size: 10px; }
.large, .large p  { font-size: 14px; }
.quiet, .quiet p  { color: #666; }
.hide             { display: none; }

/* TODO: Implement image captions. */
.caption { }


/* Extra fancy typography
-------------------------------------------------------------- */

/* For great looking ampersands, use this code instead of &amp;: 
   <span class="amp">&amp;</span>  */
  
.amp { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1.1em;
  line-height:10%; /* Fix to maintain correct baseline */
  font-style: italic;
}

/* For great looking quote marks in titles, replace "asdf" width:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). */  

.dquo { margin-left: -.7em; } 
/* (You may have to change this value depending on your font size). */









/* Tables still need 'cellspacing="0"' in the markup. */
/*
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table
{
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 13px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

td,th {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
th,td
{
	height: 17px;
	padding: 0 8px;
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: solid solid solid solid;
}

th
{
	font-weight: bold;
}
*/












div#main
{
	border: 1px solid silver;
	margin: 10px;
    background-color: #8A949E;
}


div#main a
{
	padding: 0;
}

div#bbs
{
	background-color: #BBC7CE;
	background-color: white;
	margin: 0px 5px 0px 1px;
/*
	border-bottom: #3C5E92;
	border-width: 0 0 10px 0;
	border-style: none none solid none;
*/
	position: relative;
}

div.bbs-identity
{
	background-color: #8A949E;
	border-color: #8A949E;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
}

div.bbs-identity p.version
{
	font-size: 14px;
	font-weight: bold;
	color: #BBC7CE;
	float: right;
	padding: 0;
	margin: 10px 0 0 0;
	font-style: italic;
}

div.bbs-identity a.thirdfloor
{
	color: #888;
	text-decoration: none;
	clear: right;
	padding: 0;
	float: right;
}

div.bbs-identity img
{
	margin: 20px 0 0 0;
}

div.bbs-identity p.helpnotice
{
	color: #008;
	font-size: 10px;
	font-weight: bold;
	float: right;
	padding: 0px;
	margin: 0px;
	clear: right;
}

div.bbs-header
{
	background-color: #F5F5FF;
	border-color: #0B198C;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0px 0px 10px;
}
div.bbs-header small
{
    font-size: 0.8em;line-height:1.1em;
}

div.bbs-breadcrumbs
{
	width: 470px;
	float: left;
	overflow: hidden;
	padding: 0;
}

div.bbs-tree
{
	padding-left: 22px;
	background-image: url(http://other.add-assets.com/css/bbs/folder.png);
	background-repeat: no-repeat;
	line-height: 18px;
	background-position: 1px 0;
}

div.bbs-tree a
{
	color: #339;
	font-weight: normal;
}

div.bbs-thiscrumb,
	div.bbs-homecrumb
{
	padding-left: 40px;
	background-image: url(http://other.add-assets.com/css/bbs/subfolder.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	background-position: 8px 0;
}

div.bbs-homecrumb
{
	padding-left: 22px;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(http://other.add-assets.com/css/bbs/folder.png);
	background-position: 1px 0;
}

div.bbs-thiscrumb a,
	div.bbs-homecrumb a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

div.bbs-user
{
	border-color: #E1E5F2;
	border-width: 1px;
	border-style: solid;
	width: 240px;
	float: right;
	overflow: hidden;
	font-size: 11px;
}

div.bbs-user p
{
	margin: 5px 10px;
}

div.bbs-login
{
	border-color: #E1E5F2;
	border-width: 1px;
	border-style: solid;
	width: 240px;
	float: right;
}

div.bbs-login table
{
	font-size: 10px;
	background-color: #E1E5F2;
	width: 240px;
}

div.bbs-login table input
{
	font-size: 10px;
}

div.bbs-navbar
{
	background-color: #7191BF;
	border-color: #0B198C;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	margin: 0px 0px 10px 10px;
	text-align: center;
}

div.bbs-navbar a
{
	color: #FFFFFF;
	text-decoration: none;
	margin: 3px 10px;
}

p.bbs-date
{
	color: #666666;
	text-decoration: none;
	margin: 3px 10px 10px 10px;
	text-align: center;
	font-size: 11px;
}

div#bbs-welcome
{
	background-color: #F5F5FF;
	border-color: #0B198C;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0px 0px 10px;
}

div#bbs-welcome h2
{
	margin: 0;
	padding: 5px;
	background-color: #7191BF;
	border-color: #F5F5FF;
	border-width: 1px;
	border-style: solid;
	color: #FFFFFF;
	font-size: 15px;
	background-image: url(http://other.add-assets.com/css/bbs/grade1.gif);
}

div#bbs-welcome p
{
	margin: 5px;
}

table.bbs-forumlist
{
	background-color: #F5F5FF;
	border-color: #0B198C;
	border-width: 1px;
	border-style: solid;
	margin: 0px 10px 0px 10px;
	clear: both;
	width:850px;
}

table.bbs-forumlist th
{
	color: #FFFFFF;
	background-color: #395685;
}

table.bbs-forumlist td.bbs-group-header-row,
	table.bbs-forumlist td.bbs-subforum-header-row
{
	background-color: #7191BF;
	background-image: url(http://other.add-assets.com/css/bbs/grade1.gif);
	border: none;
	padding: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

table.bbs-forumlist td.bbs-group-header-row a
{
	text-decoration: none;
	color: #FFFFFF;
}

table.bbs-forumlist td.bbs-subforum-header-row a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
}

table.bbs-forumlist td
{
	border-color: #CCC;
	border-width: 0 0 1px 0;
	border-style: solid;
	vertical-align: middle;
}

table.bbs-forumlist td.bbs-col-newpostsTrue,
    table.bbs-forumlist td.bbs-col-newpostsFalse,
    table.bbs-forumlist td.bbs-col-lastpost,
    table.bbs-forumlist td.bbs-col-posts
{
	background-color: #E1E5F2;
	background-repeat: no-repeat;
	background-position: 20px 4px;
}

table.bbs-forumlist td.bbs-col-forumposts
{
	background-color: #E1E5F2;
	vertical-align: middle;
	text-align: center;
}

table.bbs-forumlist td.bbs-col-threadposts
{
	background-color: #F5F5FF;
}

table.bbs-forumlist td.bbs-col-smiley
{
	background-color: #E1E5F2;
	background-repeat: no-repeat;
	background-position: 20px 4px;
	width: 25px;
}

table.bbs-forumlist td.bbs-col-lastpost
{
	/*width: 23%;*/
	min-width: 150px;
	/*padding-top: 10px;*/
	font-size: 11px;
	white-space: nowrap;
}

table.bbs-forumlist td.bbs-col-threads,
        table.bbs-forumlist td.bbs-col-posts
{
	text-align: center;
	font-size: 14px;
}
table.bbs-forumlist td.bbs-memberdates
{
	background-color: #E1E5F2;
	text-align: center;
	font-size: 11px;
}

table.bbs-forumlist td.bbs-col-lastpost a.bbs-postname
{
	font-weight: bold;
}

a.bbs-postname img
{
	vertical-align: -4px;
}

table.bbs-forumlist td.bbs-col-lastpost div.bbs-lastpostwhen
{
	text-align: right;
}

span.bbs-time
{
	color: #888;
	text-transform: lowercase;
}

table.bbs-forumlist td.bbs-col-newpostsFalse
{
	background-image: url(http://other.add-assets.com/css/bbs/application.png);
}

table.bbs-forumlist td.bbs-col-newpostsTrue
{
	background-image: url(http://other.add-assets.com/css/bbs/application_lightning.png);
}

table.bbs-forumlist td.bbs-col-forumdesc
{
	vertical-align: top;
}

table.bbs-forumlist td.bbs-col-forumdesc span
{
	font-size: 14px;
}

table.bbs-forumlist td.bbs-col-forumdesc a
{
	font-size: 14px;
	font-weight: bold;
	color: #339;
}

div#bbs a.bbs-forumbyline
{
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

div#bbs a:hover
{
	color: #F40;
}

div#bbs div.bbs-thiscrumb a:hover, div#bbs div.bbs-homecrumb a:hover
{
	color: #000;
}

div#bbs div.bbs-navbar a:hover
{
	color: #FFF;
	text-decoration: underline;
}

div#bbs td.bbs-group-header-row a:hover, div#bbs td.bbs-subforum-header-row a:hover
{
	color: #FFCC33;
}

table.bbs-forumlist tr.bbs-authordisplay-tr td
{
	background-color: #E1E5F2;
}

td.bbs-col-threadbody
{
    background-color: #FDFDFF;
}
td.bbs-col-replybody
{
    background-color: #F5F5FF;
}

td.bbs-col-threadbody strong.subject
{
	margin: 5px 3px 5px 0px;
	display: block;
	font-size: 13px;
}

table.bbs-forumlist img
{
	vertical-align: middle;
}

/*
Control Panel Pages
*/

table.bbs-cp-wrap,
	table.bbs-cp-wrap table
{
	width: 100%;
	padding: 0px;
}

table.bbs-cp-wrap td
{
	vertical-align: top;
}

table.bbs-cp-panel
{
	background-color: #F5F5FF;
	border-color: #0B198C;
	border-width: 1px;
	border-style: solid;
	margin: 0px 10px 15px 10px;
	position: relative;
}

table.bbs-cp-nav
{
	margin: 0px 0px 0px 10px;
	clear: both;
	width: 150px;
}

table.bbs-cp-panel td.bbs-header-row
{
	background-color: #7191BF;
	background-image: url(http://other.add-assets.com/css/bbs/grade1.gif);
	border: none;
	padding: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

table.bbs-cp-panel td.bbs-section-row
{
	color: #FFFFFF;
	background-color: #395685;
	font-weight: bold;
}

table.bbs-cp-panel td
{
	background-color: #E1E5F2;
	border-color: #CCC;
	border-width: 0 0 1px 0;
	border-style: solid;
	vertical-align: middle;
	line-height: 1.4em;
}

table.bbs-cp-panel td.True
{
	background-color: #F5F5FF;
}
td#CPlists td.CPlists,
td#CPsend td.CPsend,
td#CPoutbox td.CPoutbox,
td#CPmessages td.CPmessages,
td#CPprofile td.CPprofile,
td#CPemailpass td.CPemailpass,
td#CPsignature td.CPsignature,
td#CPoptions td.CPoptions,
td#CPavatar td.CPavatar,
td#CPpicture td.CPpicture
{
	background-color: #F5F5FF;
}

input.halfwidth{width:220px}
input.fullwidth{width:440px}
textarea.fullwidth{width:440px}
.widewidth{width:640px}
.searchwidth{width:330px}
select.halfwidth{width:220px}

table.bbs-cp-panel td a
{
	text-decoration: underline;
}

div.formbox
{
	background-color: #F5F5FF;
	padding: 8px 5px 15px 5px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-width: 2px;
	border-style: solid;
}

div.formbox .poster_name
{
    font-weight:bold;
    font-size:1.4em;
    background-color:#E1E5F2;
    padding:3px;
}


table.bbs-cp-panel div.formbox fieldset
{
	background-color: #F5F5FF;
	width: 480px;
	margin: 0 auto 0 auto;
}

table.bbs-cp-panel div.formbox legend
{
	color: #339;
	font-size: 11px;
	padding: 0 3px;
}



/* For cat/dept headings in magazine */
h3.bar
{
	padding: 3px;
	margin: 2px 0;
	background-color: #99CCFF;
	border-color: #FFF;
	border-width: 3px 0px 0px 0px;
	border-style: solid;
}

h4.bar
{
	padding: 2px 0  0 4px;
	margin: 2px 0;
	background-color: #EEE;
}
strong.bar
{
	background-color: #DEF;
}



/*For left sidebar subnavs*/

div.lefttop1,
div.lefttop2,
div.lefttop2off,
div.lefttop
{
	background-color: #DEF;
	border-color: #6699CC;
	border-width: 0 0 1px 0;
	border-style: solid;
	line-height: 1em;
	vertical-align: top;
	padding: 5px 0 7px 2px;
}
div.lefttop1
{
	background-color: #99CCFF;
}
div.lefttop2
{
	background-color: #BBEEFF;
}
div.lefttop2off
{
	background-color: #DDD;
}
ul.leftlist
{
	list-style-type: none;
	margin: 0;
}
li.leftlist
{
	background-color: #DDD;
	border-color: #6699CC;
	border-width: 0 0 1px 0;
	border-style: solid;
	list-style-type: none;
	margin: 0;
	line-height: 1em;
	vertical-align: top;
	padding: 5px 0 7px 2px;
}
li.leftlist:hover
{
	background-color: #BBB;
}


li.leftSUBlist
{
	background-color: #FFF;
	border-color: #6699CC;
	border-width: 0 0 1px 0;
	border-style: solid;
	list-style-type: none;
	margin: 0;
	line-height: 1em;
	vertical-align: top;
	padding: 5px 0 7px 8px;
	font-size:10px;
}

li.leftSUBlist:hover
{
	background-color: #EEE;
}







blockquote.pm
{
	font-size: 11px;
	border: 1px solid silver;
	background-color: #EEE;
	padding: 0 0 5px 15px;
	margin: 0 20px 10px 0;
	font-style: normal;
	font-weight: normal;
}
blockquote.pm blockquote.pm{background-color:#FFF;}

table.pager
{
	background-color: #CCC;
	border-color: #0B198C;
	border-width: 1px;
	border-style: solid;
}
table.pager td
{
	border-style: none;
	background-color: #F5F5FF;
	padding:0 2px;
	font-size:11px;
	line-height:16px;
}
table.pager td.pageOfPages
{
	background-color: #7191BF;
	color:white;
}
table.pager td.this
{
	background-color: #E1E5F2;
}
table.pager td.this a
{
	font-weight:bold;
	color:black;
}




div.sigfile
{
	color: #888;
	border-color: #AAA;
	border-width: 1px 0 0 0;
	border-style: solid;
	font-size:11px;
}
div.sigfile p
{
    margin:1px;
}


td#profile p
{
    margin:2px 0;
}











/* CUSTOM COLOR SCHEME */

table.pager td,
table.bbs-cp-panel div.formbox fieldset,
div.bbs-header,
div#bbs-welcome,
table.bbs-forumlist,
table.bbs-forumlist td.bbs-col-threadposts,
td.bbs-col-replybody,
table.bbs-cp-panel,
table.bbs-cp-panel td.True,
div.formbox,
td#CPlists td.CPlists,
td#CPsend td.CPsend,
td#CPoutbox td.CPoutbox,
td#CPmessages td.CPmessages,
td#CPprofile td.CPprofile,
td#CPemailpass td.CPemailpass,
td#CPsignature td.CPsignature,
td#CPoptions td.CPoptions,
td#CPpicture td.CPpicture
{
	background-color: #F8F9F1;
}
div#bbs-welcome h2
{
	border-color: #F8F9F1;
}


table.bbs-cp-panel td,
table.bbs-forumlist td.bbs-col-newpostsTrue,
table.bbs-forumlist td.bbs-col-newpostsFalse,
table.bbs-forumlist td.bbs-col-lastpost,
table.bbs-forumlist td.bbs-col-posts,
div.bbs-login table,
table.bbs-forumlist td.bbs-col-forumposts,
table.bbs-forumlist td.bbs-col-smiley,
table.bbs-forumlist td.bbs-memberdates,
table.bbs-forumlist tr.bbs-authordisplay-tr td,
div.formbox .poster_name,
table.pager td.this
{
	background-color: #EAECC7;
}
div.bbs-login,
div.bbs-user
{
	border-color: #EAECC7;
}





table.bbs-forumlist th,
table.bbs-cp-panel td.bbs-section-row
{
	background-color: #CC6633;
}



div.bbs-navbar,
div#bbs-welcome h2,
table.bbs-forumlist td.bbs-group-header-row,
table.bbs-forumlist td.bbs-subforum-header-row,
table.bbs-cp-panel td.bbs-header-row,
table.pager td.pageOfPages
{
	background-color: #FFEABF;
}
div#bbs div.bbs-navbar a:hover,
div#bbs div.bbs-navbar a,
table.pager td.pageOfPages
{
    color: #111;
}


div#bbs-welcome h2,
table.bbs-forumlist td.bbs-group-header-row,
table.bbs-forumlist td.bbs-subforum-header-row,
table.bbs-cp-panel td.bbs-header-row
{
	background-image: url(http://other.add-assets.com/css/bbs/grade2.gif);
}



div.bbs-tree a,
table.bbs-forumlist td.bbs-col-forumdesc a,
table.bbs-cp-panel div.formbox legend,
div.formbox legend,
legend
{
	color: #666600;
}




div.bbs-header,
div.bbs-navbar,
div#bbs-welcome,
table.bbs-forumlist,
table.bbs-cp-panel,
table.pager
{
	border-color: #99A924;
}




table.bbs-forumlist
{
	width:744px;
}


body.UserForum_bbs_thread img.bbs_avatar
{
    width:64px;
    height:64px;
}





