#uis-doggie-bg {
	position: fixed;
	background: transparent url('images/doggie.png') no-repeat;
	right: 0;
	bottom: 0;
	width: 174px;
	height: 231px;
	z-index: 2;
}
div#site-title {
	width: 100%;
	height: 50px;
	background-image: url('images/title.png');
	background-repeat: no-repeat;
}
/* Wrapper Stuff */
#wrapper-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
	z-index: 5;
}
#wrapper-page-background-glare-image
{
	position: fixed;
	top: 0;
	left: 0;
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  height: 416px;
  width: 381px;
  margin: 0;
	z-index: 2;
}
#wrapper-page-background-glare-image-rev
{
	position: fixed;
	top: 0;
	right: 0;
  background-image: url('images/page_gl_rev.png');
  background-repeat: no-repeat;
  height: 416px;
  width: 381px;
  margin: 0;
	z-index: 2;
}
html:first-child #wrapper-page-background-glare-image, html:first-child #wrapper-page-background-glare-image-rev
{
  border: 1px solid transparent;/* Opera fix */
}
#wrapper-page-background-gradient
{
  position: fixed;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  background-position: top left;
  top: 0;
	left: 0;
  width: 100%;
  height: 900px;
	z-index: 1;
}
.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}
form
{
  padding: 0 !important;
  margin: 0 !important;
}
table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */
/* begin Box, Sheet */
.wrapper-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 39px;
  min-height: 39px;
}
.wrapper-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}
.wrapper-sheet-tr, .wrapper-sheet-tl, .wrapper-sheet-br, .wrapper-sheet-bl, .wrapper-sheet-tc, .wrapper-sheet-bc,.wrapper-sheet-cr, .wrapper-sheet-cl
{
  position: absolute;
  z-index: -1;
}
.wrapper-sheet-tr, .wrapper-sheet-tl, .wrapper-sheet-br, .wrapper-sheet-bl
{
  width: 66px;
  height: 66px;
  background-image: url('images/sheet_s.png');
}
.wrapper-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 33px, 33px, auto);
}
.wrapper-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 33px, 33px);
}
.wrapper-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(33px, 33px, auto, auto);
}
.wrapper-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(33px, auto, auto, 33px);
}
.wrapper-sheet-tc, .wrapper-sheet-bc
{
  left: 33px;
  right: 33px;
  height: 66px;
  background-image: url('images/sheet_h.png');
}
.wrapper-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 33px, auto);
}
.wrapper-sheet-bc
{
  bottom: 0;
  clip: rect(33px, auto, auto, auto);
}
.wrapper-sheet-cr, .wrapper-sheet-cl
{
  top: 33px;
  bottom: 33px;
  width: 66px;
  background-image: url('images/sheet_v.png');
}
.wrapper-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 33px);
}
.wrapper-sheet-cl
{
  left: 0;
  clip: rect(auto, 33px, auto, auto);
}
.wrapper-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 33px;
  left: 33px;
  right: 33px;
  bottom: 33px;
  background-color: #090909;
}
.wrapper-sheet
{
  margin-top: 10px !important;
  cursor:auto;
}
#wrapper-page-background-simple-gradient, #wrapper-page-background-gradient, #wrapper-page-background-glare
{
  min-width: 1000px;
}
/* end Box, Sheet */
/* begin Header */
div.wrapper-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 986px;
  height: 50px;
  overflow: hidden;
}
div.wrapper-header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 986px;
  height: 50px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}
div.wrapper-header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 986px;
  height: 50px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */
/* begin Flash */
#wrapper-flash-area
{
  position: absolute;
  top: 0;
  left: 0;
  width: 986px;
  height: 50px;
}
#wrapper-flash-container
{
  position: absolute;
  top: 0;
  left: 0;
  width: 986px;
  height: 50px;
}
#wrapper-flash-container div.wrapper-flash-alt
{
    position: relative;
    width: 110px;
    height: 30px;
    margin: 0 auto;
    top: 98px;
}
/* end Flash */
/* begin Menu */
/* menu structure */
.wrapper-menu a, .wrapper-menu a:link, .wrapper-menu a:visited, .wrapper-menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}
.wrapper-menu, .wrapper-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}
.wrapper-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}
.wrapper-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}
.wrapper-menu li li
{
  float: none;
}
.wrapper-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}
.wrapper-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}
.wrapper-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}
.wrapper-menu:after, .wrapper-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.wrapper-menu, .wrapper-menu ul
{
  min-height: 0;
}
.wrapper-menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}
.wrapper-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}
div.wrapper-nav-center
{
  position: relative;
  float: right;
  right: 50%;
}
ul.wrapper-menu
{
  position: relative;
  float: left;
  left: 50%;
}
.firefox2 ul.wrapper-menu
{
  float: none;
}
/* menu structure */
.wrapper-menu
{
  padding: 0 0 0 0;
}
.wrapper-nav
{
  position: relative;
  height: 26px;
  z-index: 100;
}
.wrapper-nav .l, .wrapper-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 26px;
  background-image: url('images/nav.png');
}
.wrapper-nav .l
{
  left: 0;
  right: 0;
}
.wrapper-nav .r
{
  right: 0;
  width: 986px;
  clip: rect(auto, auto, auto, 986px);
}
/* end Menu */
/* begin MenuItem */
.wrapper-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 26px;
  cursor: pointer;
  text-decoration: none;
}
.wrapper-menu li
{
  margin-right: 0;
  margin-left: 0;
}
.wrapper-menu ul li
{
    margin:0;
    clear: both;
}
.wrapper-menu a .r, .wrapper-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 78px;
  background-image: url('images/menuitem.png');
}
.wrapper-menu a .l
{
  left: 0;
  right: 0;
}
.wrapper-menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}
.wrapper-menu a .t
{
  font-size: 13px;
  letter-spacing: -1px;
  color: #FAD84C;
  padding: 0 12px;
  margin: 0 0;
  line-height: 26px;
  text-align: center;
}
.wrapper-menu a:hover .l, .wrapper-menu a:hover .r
{
  top: -26px;
}
.wrapper-menu li:hover>a .l, .wrapper-menu li:hover>a .r
{
  top: -26px;
}
.wrapper-menu li:hover a .l, .wrapper-menu li:hover a .r
{
  top: -26px;
}
.wrapper-menu a:hover .t
{
  color: #FBDF6F;
}
.wrapper-menu li:hover a .t
{
  color: #FBDF6F;
}
.wrapper-menu li:hover>a .t
{
  color: #FBDF6F;
}
.wrapper-menu a.active .l, .wrapper-menu a.active .r
{
  top: -52px;
}
.wrapper-menu a.active .t
{
  color: #FBDF6F;
}
/* end MenuItem */
/* begin Footer */
.wrapper-footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 986px;
  margin: 0 auto;
}
.wrapper-footer .wrapper-footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 5px;
  text-align: center;
}
.wrapper-footer .wrapper-footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('images/footer.png');
  width: 986px;
  height: 150px;
  bottom: 0;
  left: 0;
}
.wrapper-footer .wrapper-footer-text p
{
  margin: 0;
}
.wrapper-footer .wrapper-footer-text
{
  display: inline-block;
  color: #F9CB15;
}
.wrapper-footer .wrapper-footer-text a:link
{
  text-decoration: none;
  color: #F9CB15;
}
.wrapper-footer .wrapper-footer-text a:visited
{
  text-decoration: none;
  color: #F9CB15;
}
.wrapper-footer .wrapper-footer-text a:hover
{
  text-decoration: none;
  color: #fff;
}
/* end Footer */
/* begin PageFooter */
.wrapper-page-footer, .wrapper-page-footer a, .wrapper-page-footer a:link, .wrapper-page-footer a:visited, .wrapper-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #F9C806;
}
.wrapper-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #413402;
}
/* end PageFooter */
/* Normal, standard links. */
a:link {
	color: #F9CB15;
	text-decoration: none;
}
a:visited {
	color: #F9CB15;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	line-height: 150%;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #a4c5e0;
	font-size: 11px;
}
/* The main body of the entire forum. */
body {
	margin: 0;
	padding: 0;
  background-color: #0D0D0D;
  background-image: url('images/page_t.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #F9CB15;
	background-color:#050504;
	border:#12324c solid 2px;
	font-family: verdana, sans-serif;
}
input, button {
	font-size: 110%;
}
textarea {
	font-size: 110%;
	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: 110%;
	font-weight: normal;
	color: #000;
	font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #0c1a29;
	background-color: #0c1a29;
}
/* No image should have a border when linked */
a img {
      border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	margin:10px;
	padding:5px 5px 5px 41px;
	border: #F9CB15 solid 1px;
	background-color:#193348;
	background-image:url('images/postquote.png');
	background-position:left top;
	background-repeat:no-repeat;
	min-height: 25px;
	color: #F9CB15;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #000;
	background-color: #aaa;
	font-family: consolas, "courier new", monospace;
	font-size: small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: #a3c4e0 solid 1px;
	margin: 1px auto 1px auto;
	padding: 0;
	width: 99%;
	/* 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: 48em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .quoteheader a, .codeheader {
	color: #F9CB15;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 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%;
}
/* Highlighted text - such as search results. */
.highlight {
	background-color: #0f0;
	font-weight: bold;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	background-color: #050504;
}
.windowbg2 {
	background-color: #050505;
}
.windowbg3 {
	background-color: #050506;
}
.windowbg, .windowbg2, .windowbg3 {
	border: #0c1a29 solid 1px;
	padding: 1px;
	margin: 0;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #0c1a29;
}
/* 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 {
	color: #F9CB15;
	font-style: normal;
	background: #070707 url(images/titlebg.png) repeat-x;
	/*border-bottom: solid 1px #050506;*/
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #F9CB15;
	font-style: normal;
}
.titlebg a:hover {
	color: white;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #F9CB15;
	font-style: normal;
	text-decoration: none;
}
.titlebg, .titlebg2 {
	font-size: 8pt;
	font-family: tahoma, sans-serif;
}
.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: #4c8dc2 url(images/catbg.png) repeat-x;
	color: #F9CB15;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td {
	background: #4c8dc2 url(images/catbg.png) repeat-x;
	color: #F9CB15;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3 {
	border-bottom: solid 1px #12324b;
	font-size: 9pt;
	font-family: tahoma, sans-serif;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg img {
	vertical-align: middle;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: #F9CB15;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #F9CB15;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #fff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
      border: 1px solid #050505;
	  border-spacing:0;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	border: 1px solid #050505;
	padding: 0px;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext { 
	line-height: 18px;
	text-indent: 10px;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
/* 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 */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #F9CB15;
	vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	color: #F9CB15;
	text-decoration: none;
	font-size:  10px;
	font-family: verdana, sans-serif;
	padding: 1ex;
}
.maintab_first,.mirrortab_first {
	display: none;
}
.maintab_back,.mirrortab_back {
	background: url(images/tab-bg.png) repeat-x;
	color: #F9CB15;
}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	background: url(images/toolbar-bg.png)  repeat-x;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited,
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited {
	color: #F9CB15;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #fff;
	text-decoration: none;
}
#wrapper {
	margin: auto;
	width: 100%;
	min-width: 720px;
	border: 0;
	/*border-left: solid 1px #252525;
	border-right: solid 1px #252525;
	border-top: solid 1px #252525;*/
}
#mainarea {
	background: #090909;
	padding: 0;
}
#toolbar {
	height: 35px;
	background: url(images/toolbar-bg.png) repeat-x;
	position: relative;
}
#userinfo {
	/*background: #090909 url(images/userinfo.png) 0 0 repeat-x;*/
	color: #a4c5e0;
	width: 450px;
	float: left;
	padding: 5px 0 5px 10px;
}
#searchfield {
	background: #090909; /*url(images/searchfield.png) 0 0 repeat-x;*/
	text-align: right;
	padding: 5px 10px 5px 5px;
	margin-bottom: -10px;
}
#header {
	position: relative;
	height: 100px;
	overflow: hidden;
	background: #090909 url(images/header-bg.png) repeat-x;
}
#logo, #logo a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 400px;
	height: 100px;
	background: url(images/logo.png) no-repeat;
}
#news {
	height: 60px;
	padding-top: 20px;
	overflow: hidden;
	margin-left: 485px;
	margin-bottom: 10px;
	margin-right: 0px;
	color: #F9CB15;
}
.post li {
	list-style: url('images/blockcontentbullets.png') outside;
	margin-left: -25px;
}
div#smfFadeScroller {
	margin-top: 2ex;
}