img.brdwhite {
	border-color: #EEEEEE;
	border-width: 1px;
}

img.brdblack {
	border-color: #000000;
	border-width: 1px;
}

img.pad5 {
	padding: 5px;

}

.arial10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  }
  
.arial40 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  }

.arialred12b {
  color: #bd1b1b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  }



.arialred14b {
  color: #bd1b1b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  }

.arialwhite14b {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  }

.textwhite {
  color: #FFFFFF;
  }
.textwhite8 {
  color: #FFFFFF;
  font-size: 8px;
  } 

.textwhite9 {
  color: #FFFFFF;
  font-size: 9px;
  }  
.textwhite10 {
  color: #FFFFFF;
  font-size: 10px;
  }  

.textwhite14b {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  }

.textwhite16b {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  }
  
.textwhite20b {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  }
  
.textwhite40b {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  }

.buttonaotw {
	text-decoration: none;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #440000;
	color: #FFFFFF;
	cursor: auto;
	margin-bottom: 1px;
}

.buttongreen {
	text-decoration: none;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #005500;
	color: #FFFFFF;
	cursor: auto;
	margin-bottom: 1px;
}

.buttonred {
	text-decoration: none;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #550000;
	color: #FFFFFF;
	cursor: auto;
	margin-bottom: 1px;
}

.buttonblue {
	text-decoration: none;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #0033aa;
	color: #FFFFFF;
	cursor: auto;
	margin-bottom: 1px;
}

.selectred {
	text-decoration: none;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #550000;
	color: #FFFFFF;
	cursor: auto;
	margin-bottom: 1px;
}

.selectred:focus {
	text-decoration: none;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	cursor: auto;
	margin-bottom: 1px;
}

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

img { 
	border-color: #000000;
	}

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

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

a.linkwhite, a.linkwhite:visited  {
  color: #FFFFFF;
  text-decoration: none;
}

a.linkwhite:active, a.linkwhite:hover   {
  color: #FF5555;
  text-decoration: none;
}

a.linkyellow, a.linkyellow:visited  {
  color: #FFFFaa;
  text-decoration: none;
}

a.linkyellow:active, a.linkywllow:hover   {
  color: #FF5555;
  text-decoration: none;
}

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

a.titlelink:hover {
  color: #FFFFFF;
  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: #FFFFFF;
  font-weight: bold;
  background-color: #8a0100;
}

.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: 18px;
  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 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

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: 1px solid #DDDDDD;
  border-top: 4px solid #EE4422;
  border-bottom: 4px solid #EE4422;
  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;
}
