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

/* By default (td, body..) use Tahoma in black. */
body, td, th
{
		  color: #E1E1E1;
		  font-size: small;
		  font-family: tahoma, helvetica, serif;
}

/* The main body of the entire forum. */
see vl.css

/* Input boxes - just a bit smaller than normal so they align well. */
input,button
{
		 border: solid 1px #909090;
		  background-color: #282525;
		  font-size: 9pt;
		  color: #d0d0d0;
		  font-family: tahoma, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
textarea
{
		 border: solid 1px #909090;
		  background-color: #282525;
		  font-size: 9pt;
		  color: #d0d0d0;
		  font-family: tahoma, helvetica, serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
		  border: solid 0px #909090;
		  background-color: transparent;
		  color: black;
}



/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
		  height: 1px;
		  border: 0;
		  color: #808080;
		  background-color: #000000;
}


.forum_name
{
		  color: #e0e0e2;
		  font-size: 14px;
		  font-weight: bold;
}

.mybox2
{
		  border-top: solid  1px #555555;
		  border-left: solid 1px #555555;
		  border-right: solid  1px black;
		  border-bottom: solid 1px black;
		  background-color: #404040;
		  padding: 5px;
		  margin-bottom: 10px;
}


.bar_name
{
		  color: #c0c0c0;
		  font-size: 10px;
		  padding-left: 6px;
}

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

/* 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: #ff0000;
}

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

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




/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
		  border-top: solid  1px #454545;
		  border-left: solid 1px #454545;
		  border-right: solid  1px black;
		  border-bottom: solid 1px black;
		  background-color: #303030;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
		  border-top: solid  1px #454545;
		  border-left: solid 1px #454545;
		  border-right: solid  1px black;
		  border-bottom: solid 1px black;
		  background-color: #303030;
		  padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
		  font-size: 8pt;
		  font-family: tahoma, helvetica, serif;
}
/* 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;
}
.normaltext
{
		  font-size: small;
}
.largetext
{
		  font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}


