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

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: #265B84;
  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: #344450;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #000000;
  text-decoration: none;
  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: sans-serif, Verdana, Arial, Helvetica ;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

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

.title {
  font-family: sans-serif, Verdana, Arial, Helvetica ;
  font-size: 16px;
  color: #344450;
  font-weight: bold;
  background-image: url(../images/title_bg.gif);
}

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

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

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

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

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #344450;
  background-color: #e1f1ff;
  color: #344450;
}

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: #e1f1ff;
  color: #344450;
  border: 0px solid #344450;
  border-left: 4px dotted #344450;
  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: #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;
}

.button1 {
	color: #ffffff;
	text-align: center;
	font-size: 9px;
	background-color:transparent;
	background-image: url(../grafic/button1.png);
	height: 17px;
	width: 57px;
  	border: none; 
 }

.button2 {  
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	background-color:transparent;
	background-image: url(../grafic/button2.png);
	height: 17px;
	width: 71px;
  	border: none; 
 }

.button3 {
	color: #ffffff;
	font-size: 10px;
	background-color:transparent;
	background-image: url(../grafic/button3.png);
	height: 17px;
	width: 98px;
  	border: none; 
 }

#login_response { overflow: auto; }
#ajax_loading { display: none; font-size: 12px; font-family: Tahoma; }

#logged_in {
	border: 1px dashed #344450;
	background-color:#C8FFA4;
	color: #344450;
	font-size: 11px;
	padding: 8px;
  	margin-top: 10px;
  	margin-bottom: 10px;
}
.loginerror {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.go {
	color: #e1f1ff;
	font-weight: bold;
	background-color:transparent; 
	background-image: url(../grafic/button_go.png); 
	height: 29px; 
	width: 57px; 
	border: none; }

.logbox { 
	text-align: middle;
	background-color:transparent; 
	background-image: url(../grafic/logbox.png); 
	height: 26px; 
	width: 119px; 
	border: none; 
}
