/* Main Layout */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

img { border: none; }

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

/* Links */
a, a:visited, a:active {
color : #FFFFFF;
text-decoration : none;
font-weight : bold;
}
a:hover {
color : #0066CC;
text-decoration : none;
font-weight : bold;
}
a.titlelink, a.titlelink:visited, a.titlelink:active {
color : #fffdfd;
text-decoration : none;
font-weight : bold;
}
a.titlelink:hover {
color : #0066CC;
text-decoration : none;
font-weight : bold;
}
a.category, a.category:visited, a.category:active {
color : #333333;
text-decoration : none;
font-weight : bold;
}
a.category:hover {
color : #0066CC;
text-decoration : none;
font-weight : bold;
}

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

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

.title {
background : #ffffff url(images/title_bg.jpg) repeat-x;
color : #FFFFFF;
height : 39px;
font-size : 11px;
font-weight : bold;
padding-top : 0px;
padding-left : 0px;
text-align : left;
border-left : 0px solid #ececec;
border-right : 0px solid #ececec;
}

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

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

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

input, textarea, select {
  border: 1px solid #989898;
  background-color: #244e6a;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #244e6a;
  color: #FFFFFF;
}

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: #333333;
  color: #ffffff;
  border: 1px solid #DDDDDD;
  border-top: 7px solid #0E8AEA;
  border-bottom: 7px solid #4a4a4a;
  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: #ffffff;
  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: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

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

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

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

TABLE.table_member {width:100%}
TABLE.table_member TD {background-color:#484848}
TABLE.table_member TD.pic {border-right:1px solid #545454;padding:10px;width:100px}
TABLE.table_member TD.nick {border-top:10px solid #545454;height:12px;background-color:#3b3b3b;padding:4px 12px}
TABLE.table_member TD.nick IMG {float:left;margin-right:6px;}
TABLE.table_member TD.info {line-height:20px;height:20px;padding-left:12px;border-bottom:1px solid #e8e8e8}
TABLE.table_member TD.info.noborder {border-bottom:none}
TABLE.table_member TD.button {height:38px;padding-left:12px}

.tooltip_news {
  position: absolute;
  display: none;
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #DDDDDD;
  border-top: 7px solid #0E8AEA;
  border-bottom: 7px solid #4a4a4a;
  padding: 4px 10px;
  z-index: 100;
}

.memdetails {
	 padding-top: 3px;
	 padding-right: 0px;
	 padding-bottom: 3px;
	 padding-left: 3px;
	 margin: 3px 0px 3px 3px;
	 background-color: #3b3b3b;
	 border-top: 1px solid #616161;
	 border-right: 1px solid #616161;
	 border-left: 1px solid #616161;
	 border-bottom: 1px solid #616161;
}

.members {
	float:left;
	margin-top:5px;
	width:50%;
	padding-top:5px;
	padding-bottom:5px;
	background:url(images/members_bg.jpg) no-repeat;
}
