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

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: #d37303;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

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

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

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

a.category:hover {
  color: #000000;
  text-decoration: underline;
}

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

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

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #7c6764;
  font-weight: bold;
  background:#ffffff url(images/title_bg.jpg) repeat-x bottom;
  height:23px;
  border-top:1px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
}

.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;
}

input {
	border: none;
}

input[type=text], input[type=password],textarea {
	font-size: 8pt;
	color: grey;
	border: 1px solid #C4C4C4;
	background: #F9F9F9;
	color: #919191;
	padding: 2px;
	-o-border-radius: 2px;
	-icab-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border: 1px solid #494949;
	background: white;
	color: #2D2D2D;
}

input[type=button],
input[type=submit],
input[type=reset],
select {
	background: url(images/inp_button_bg.png) repeat-x top left #D5D8E0;
	padding: 2px 4px;
	border: 1px solid #969696;
	-o-border-radius: 2px;
	-icab-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: xx-small;
	color: #404040;
	cursor: pointer;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background: url(images/inp_button_bg_h.png) repeat-x top left #D5D8E0;
}

	/* SPECIAL FORMAT INPUT */
	textarea {
		background: url(images/textarea_bg.png) repeat-x left top white; 
		font-family: Verdana, Geneva, sans-serif;
		padding: 4px;
		min-height: 7em;
		width: auto;
	}
	
	textarea:focus {
		border-color: #999;
		color: #333;
	}
	
	select {
		background: #F2F2F2;
		padding: 3px;
	}




.tooltip {
	display: none;
	position: absolute;
	padding: 4px;
	border: 1px solid #c28000;
	color: white;
	background: url(images/tooltip_bg.png) repeat left top ;
	-o-border-radius: 4px;
	-icab-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: normal;
	box-shadow: 0 0 5px #888;
	z-index: 100;
	text-align: left;
	overflow: hidden;
	max-width: 230px;
}


.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;
}

#file_line {
	color: #828181;
	width: 50%;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px dotted #B5B5B5;
	padding-bottom: 15px;
}
#screen_bg {
	background-image: url('images/screen_bg.png');
	background-repeat: no-repeat;
	width: 270px;
	height: 150px;
}
#screen_set {
	padding: 0px 0 0 50px;
}

