body {
  background-color: #000;
  }

/* Normal, standard links. */
a:link, a:visited
{
	color:#19b5ff;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color:#19b5ff
	background-color: transparent;
	text-decoration: underline;
}

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

/* begin Salava css */

#container {
  width: 730px;
  margin: auto;
  padding: 15px;
  background-color:#333;
  }



#darkbg
{
  width: 730px;
  margin: auto;
  padding: 5px 20px 20px 0;
}

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

.links a:hover {
  color:#19b5ff;
  border-bottom:2px solid #fff;
  padding: 30px;
  }

#panel {
  width: 730px;
  margin: auto;
  padding: 25px 0px 25px 0px;
  border-top: 1px dashed #fff;
  }

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

#content {
  width: 730px;
  margin: 0;
}

#box {
  width: 719px;
  margin: 10px 0 10px 0;
  padding: 5px;
  border: 1px solid #C0C0C0;
  }


/* end Salava css */

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

/* By default (td, body..) use Verdana in black. */
td
{
	color: #000000;
	font-size: small;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	color: #000000;
	
}

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

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-weight: normal;
	color: #000000;
	
}

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

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

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

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

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

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

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

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

/* Alternating backgrounds... */
.windowbg
{
	color: #fff;
	border-bottom:2px solid #333;
}
.windowbg2
{
	color: #fff;
		border-bottom:2px solid #333;

}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td
{
	padding:10px;
	font-size:1.0em;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color:#222;
	border-bottom:1px dashed #444;
}
.titlebg a:hover
{
	color: #19b5ff;
	text-decoration: underline;
}

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

/* The category headers, page indexes, and such things. */
.catbg
{
	color:#fff;
	padding:10px;
	font-size:0.9em;
	font-weight: bold;
	font-style: normal;
	border-bottom:1px dashed #444;
	/*background-image: url(images/catbg.gif);
	background-repeat: repeat-x;*/
}

.catbg a {
  color: #642121;
  }

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

/* Default font sizes. */
.smalltext
{
}
.normaltext
{
}
.largetext
{
}

td{
padding:10px;
color:#fff;
}

div.popuptext{
	color:#fff;
}