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

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}
h2 
{ font-size: 11px; line-height: 27px; font-weight: bold; color:#FFF; background-color:#171717;
  margin: 0px 0px 2px 0px;padding-left: 10px; font-family:Tahoma, Verdana,; text-shadow: #000000 1px 1px 0px; overflow:hidden;}
/* Links */
a, a:visited, a:active {
  color: #383838;
  text-decoration: none;
  font-weight: normal;
}

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

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

a.titlelink:hover {
  color: #ff0000;
  font-weight: bold;
}

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

a.category:hover {
  color: #000000;
  text-decoration: underline;
}
.comments_top {
	background:#f0f0f0;
	border-top:1px solid #b7b7b7;
	border-bottom:1px solid #AFAFAF;
	padding:2px;
}
/* Font types */

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

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cccccc;
  font-weight: bold;
  background: url(sm/title_bg.jpg) repeat-x;
  height: 26px;
  border-top:1px solid #2C2C2C;
}

.titlealt {
	background: #181a1b;
	color: #AFAFAF;
	font-weight: bold;
	font-size: 11px;
	padding:3px;
	text-shadow:1px 1px 0px #000;
}

.titleboth {
	border-radius-topleft:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-left:1px solid #171717;
	border-radius-topright:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-right:1px solid #171717;
		border-radius-bottomleft:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-left:1px solid #171717;
	border-radius-bottomright:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-right:1px solid #171717;
}

.titlestart {
	border-radius-topleft:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-left:1px solid #171717;
		border-radius-bottomleft:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-left:1px solid #171717;
}

.titleend {
	border-radius-topright:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-radius-top-right:0px;
	border-right:1px solid #171717;
		border-radius-bottomright:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-right:1px solid #171717;
}
.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  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: #F0F0F0;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  padding:3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #B7B7B7;
  background-color: #EFEFEF;
  color: #393939;
}

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: #FFFFFF;
  color: #000000;
  border: 2px solid #ecaa3a;
  padding: 4px 10px;
  z-index: 100;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.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: #383838;
  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;
}

.forum_kath{
height:32px; 
background: url(sm/forum_kath.jpg); 
background-repeat:no-repeat; 
color:#FFFFFF;

}
