/* Main Layout */
body {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	color: #818181;
  
  	background-color: #191919;
	background-image: url(images/template/bg.gif);

	margin: 5px 0 10px 0; 
	padding: 0; 
}

.bodyline {
	background-color: #383838;
	/*background-image: url(images/template/bg_content.gif);*/
	/*border: 1px solid #141414;*/
}

.navline{
	background-color: #141414;
}

.main {
    background-color: #1b1b1b;
	border: 1px solid #000000;
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #818181;
}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #818181;
    font-weight: bold;
	background-color: #000000;
    background-image: url(images/template/title_bg.gif);
    background-repeat: repeat;
    background-position: left top;
}

img
{
	border: none;
}

hr
{
	color: #666666;
	background-color: #666666;
	border: 0px;
	border-top: transparent;
	border-bottom: transparent;
	margin: 2px 0;
	height: 1px;
}

hr.grey
{
	height: 1px;
	background-color: #383838;
	color: #383838;
	border: none;
	margin: 10px 0 4px 0;
}


/* Links */
a, a:visited, a:active
{
	color: #B8B8B8;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	color: #D26B02;
	text-decoration: none;
	font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active
{
	color: #B8B8B8;
	text-decoration: none;
	font-weight: bold;
}

a.titlelink:hover
{
	color: #D26B02;
	text-decoration: none;
	font-weight: bold;
}

a.category, a.category:visited, a.category:active
{
	color: #B8B8B8;
	text-decoration: none;
}

a.category:hover
{
	color: #D26B02;
	text-decoration: none;
}

.category_big, .category_big a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #B8B8B8;
    font-weight: bold;
}

.category
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #818181;
    font-weight: normal;
}


/* Navigation */
.menuActuator a
{ 
	color: #B8B8B8;
    text-decoration: none;
    font-weight: bold;
}

.menuActuator a:hover
{
    color: #D26B02;
    text-decoration: none;
    font-weight: bold;
}

.menu
{
	color: #B8B8B8;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	background-color: #141414;
	border: 1px solid #383838;
}

.menu a:hover
{
    color: #D26B02;
    text-decoration: none;
    font-weight: normal;
}


/* Font types */
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
	text-transform: uppercase;
	font-weight: bold;
}

small
{
	color: #818181;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}


/* Forms */
form
{
    border: none;
    margin: 0px;
    padding: 0px;
}

input, textarea, select
{
    border: 1px solid #383838;
    background-color: #252525;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #818181;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus
{
  border: 1px solid #383838;
  background-color: #252525;
  color: #818181;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active
{
 	border: 0px;
}

.input
{
 	background-color: transparent;
 	border: none;
 	margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip
{
 	position: absolute;
 	display: none;
 	background-color: #1b1b1b;
 	color: #818181;
 	border: 1px solid #383838;
 	border-left: 4px solid #383838;
 	padding: 4px 10px;
 	z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #818181;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #818181;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #818181;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #191919;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #191919;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}
