/*
    JMK Moneycrew - Gaming since 2208
    Author: JMK
    Copyright: 2007-2009 by JMK Moneycrew
    
    Design:  - http://cor3ydesigns.com
    Adapting: knaack - http://www.knaack.org
*/

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

/* Links */
a, a:visited, a:active { color: #265B84; text-decoration: none; font-weight: normal; }
a:hover { color: #000; text-decoration: underline; font-weight: normal; }

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

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

a.category, a.category:visited, a.category:active { color: #333; text-decoration: none; }
a.category:hover { color: #000; text-decoration: underline; }

/* Font types */
table, tr, td { border: 0; padding: 2px 3px; }

h2 { font: bold 14px Arial, Helvetica, sans-serif; color: #000; border-bottom: 2px #D8D8D8; }

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

.title { font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #FFF; background: #252525; -moz-border-radius: 5px; -khtml-border-radius: 15px; padding: 4px; }

.category_big, .category_big a { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #000; }
.category { font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #000; }

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

input, textarea, select { border: 1px solid #989898; background: #EEE; font: normal 12px Verdana, Arial, Helvetica, sans-serif; color: #000; padding: 4px; }
input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus { border: 1px solid #252525; background: #EEE; color: #4C4C4C; }
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; }

input.login { background: url(Bilder/login/bg_input_login.gif) no-repeat; color: #B2B2B2; width: 107px; height: 16px; border: 0px; margin: 0; padding: 4px 5px 0px 5px; vertical-align: top; }
input.button_login { background: url(Bilder/login/button_login.gif) no-repeat 0px 0px; border: 0px; width: 25px; height: 9px; margin: 7px 10px 0 10px; cursor: pointer; }

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

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

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

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

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

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

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