#smf body {
  background-color: #FFFFFF;
margin:0px;
  }
#smf .thread_ad {
 width:100%;
 border-top:1px solid #C0C0C0;
 border-left:1px solid #C0C0C0;
 border-right:1px solid #C0C0C0;
 background-color: #f0f0f0;
}
/* Normal, standard links. */
#smf a:link, #smf a:visited
{
	color: #78A716;
	background-color: transparent;
	text-decoration: none;
}
#smf a:hover
{
	color: #4C4F00;
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
#smf .nav, #smf .nav:link, #smf .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
#smf a.nav:hover
{
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

/* begin Salava css */

#smf #container {
  width: 100%;
  background-color: #FFFFFF;
  margin: auto;
  padding: 0px;
  /*border: 1px solid #C0C0C0;*/
  }

#smf #darkframe
{
  background-color: #E4E4E4;
  width: 100%;
  margin: auto;
  margin-bottom:4px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #C0C0C0;
}
#smf #darkbg
{
  width: 100%;
  background-color: #C0C0C0;
  margin: auto;
  font-size: 13px;
  padding: 5px 0px 2px 0px;
  /*border: 1px solid #C0C0C0;*/
}

#smf .links a:link, #smf .links a:visited {
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
}

#smf .links a:hover {
  color: #ed4545;
  background-color: #ffffff;
  padding: 5px;
  }

#smf #panel {
  background-color: #E4E4E4;
  //width: 100%;
  font-size: 13px;
  margin: auto;
  padding: 5px 0px 5px 0px;
  
  }

#smf #copyright {
  margin: auto;
  padding: 0;
  font-size: 13px;
  text-align: center;
  }

#smf #content {
  width: 100%;
  background-color: #E2E2E2;
  margin: 0;
  border: 1px solid #C0C0C0;
}

#smf #box {
  width: 100%;
  background-color: #F0F0F0;
  margin: 10px 0 10px 0;
  padding: 0px;

  border: 1px solid #C0C0C0;
  }


/* end Salava css */

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

/* By default (td, body..) use Verdana in black. */
#smf td
{
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
#smf input, #smf textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #E4E4E4;
}

/* Checkboxes shouldn't have a background color. */
#smf input.check
{
	background-color: transparent;
}

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

/* Standard horizontal rule.. */
#smf hr
{
	color: #000000;
	background-color: transparent;
}
/* A more colorful hr.. */
#smf .hrcolor
{
	height: 1px;
	border: 0;
	color: #1c391b;
	background-color: #000000;
}

/* A quote, perhaps from another post. */
#smf .quote
{
	color: #000000;
	background-color: #E5F6E4;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
#smf .code
{
	color: #000000;
	background-color: #d0f9ce;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
#smf .quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
#smf .help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
#smf .meaction
{
	color: red;
	background-color: transparent;
}

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

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

/* Alternating backgrounds... */
#smf .windowbg
{
	color: #000000;
	background-color: #F0F0F0;
	font-size: 11px;
}
#smf .windowbg2
{
	color: #000000;
	background-color: #F0F0F0;
	font-size: 11px;
}

/* Titles - such as table headers. */
#smf .titlebg, #smf tr.titlebg td
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	font-size: 10px;
	background-color: #E2E2E2;
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
#smf .titlebg a:hover
{
	color: #000000;
	text-decoration: underline;
	 font-size: 10px;
}

/* Seperation from .titlebg, tr.titlebg td ~ Blue Tech Theme */
#smf .titlebg a:link, #smf .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #000000;
	font-size: 10px
	}

/* The category headers, page indexes, and such things. */
#smf .catbg
{
	font-weight: bold;
	background-color: #E2E2E2;
	background-image: url(images/catbg.gif);
	color: #505050;
	background-repeat: repeat-x;
}

#smf .catbg a {
  color: #000000;
  font-size: 10px;
  }

/* The borders around things. */
#smf .bordercolor
{
	background-color: #C0C0C0;
}
#smf .tborder
{
	border: 1px solid #C0C0C0;
}

/* Default font sizes. */
#smf .smalltext
{
	font-size: 10px;
}
#smf .normaltext
{
	font-size: 11px;
}
#smf .largetext
{
	font-size: 12px;
}
#smf .tborder
{
	width:100%;
}