@font-face {
	font-family: "visitor";
	src: url("/ub/visitor2.ttf");
	font-size: 1.5 em;
}

a { text-decoration: none; color: #c0c9ff; }
a img { border: none; }
a.nocolor { color: #e0e0e0; }
a:hover {
	text-decoration: underline;
}

body {
	background: url("/templates/default/img/c2gbg.png") fixed #c0c0c0;
	color: #e0e0e0;
	width: 1024px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	
	font-family:	"Verdana";
	font-size:		12px;	
}

table.body td.c {
	width: 1004px;
	background: #444444;
}

div.buttonwrapper {
	padding: 0px 0px 0px 5px;
	margin-top: 4px;
}

div.buttonwrapper a {
	position: relative;
	z-index: 3;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	margin: 4px;
}

h1 {
	margin: 0px 0px 10px 11px;
	font-weight: normal;
	font-size: 18px;
	color: #808080;
}
h1.shadow {
	margin: 0px 0px 10px 0px;
	position: relative;
	top: 0px;
	left: -8px;
	font-weight: normal;
	font-size: 28px;
	color: #555555;
}
h1.shadow span.object {
	position: absolute;
	font-size: 18px;
	left: 8px;
	top: 13px;
	color: #ffffff;
}

h2 {
	margin: 0px 0px 0px 11px;
	font-weight: normal;
	font-size: 16px;
	color: #808080;
}

hr {
	color: #555555;
	margin: 2px 0px 10px 2px;
}

p {
	margin: 10px 0px 10px 0px;
	line-height: 145%;
}

ul {
	font-family: "Arial";
	font-style: italic;
	padding-left: 25px;
}
ul li {
	margin-bottom: 4px;
	list-style-type: circle;
	color: #c0d0ff;
}
ul li span { color: #e0e0e0; }

table.sticker {
	background: #333333;
	margin-bottom: 17px;
	font-family: "Arial";
	font-size: 12px;
}
table.sticker1:hover {
	background: #505052;
}
table.sticker td.tl, table.sticker td.tr, table.sticker td.bl, table.sticker td.br {
	width: 5px;
	height: 5px;
}
table.sticker td.tc, table.sticker td.bc {
	width: 100%;
}
table.sticker td.tl {
	text-align: left;
	vertical-align: top;
}
table.sticker td.tr {
	text-align: right;
	vertical-align: top;
}
table.sticker td.bl {
	text-align: left;
	vertical-align: bottom;
}
table.sticker td.br {
	text-align: right;
	vertical-align: bottom;
}
table.sticker ul {
	font-style: normal;
}
table tr.list:hover {
	background: #444444;
	cursor: pointer;
}

div.link {
	text-align: right;
	font-size: 80%;
}

td.cat {
	/*height: 24px;
	background: url("/forum/styles/AeroBlack/theme/images/cellpic1.gif") #242424;*/
	background: #333333;
	font-size: 80%;
}

td.plus {
	color: #00fd00;
}
td.minus {
	color: #fd0000;
}

/* Search box
--------------------------------------------- */
#search-box {
   color: #FFFFFF;
   float: right;
   padding-top: 13px;
   text-align: right;
   white-space: nowrap; /* For Opera */
}

#search-box #keywords {
   width: 121px;
   height: 16px;
   background: transparent url("/forum/styles/AeroBlack/theme/images/searchbg.gif");
   background-repeat: no-repeat;
   color: #999999;
   font-size: 11px;
   font-style: italic;
}

#search-box input {
   border: none;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
   padding: 1px 5px;
}

#search-box li {
   text-align: right;
}

#search-box img {
   vertical-align: middle;
   margin-right: 3px;
}

input.search {
   padding-left: 20px;
   padding-top: 4px;
}

input.forumsearch {
   background-image: url("/forum/styles/AeroBlack/theme/images/icon_textbox_search.gif");
   background-repeat: no-repeat;
   background-position: left 1px;
   border-color: #3A4955;
   color: #999999;
   font-size: 11px;
   font-style: italic;
   padding-left: 17px;
   padding-top: 2px;
   padding-bottom: 2px;
}

input.form_join {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	background: #808080;
	color: #00ff00;
	border: 1px inset #333333;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}

input.login {
	width: 90px;
}

input.pass {
	width: 60px;
}

input.check {
	position: relative;
	top: 0px;
}

input.submit {
	font-size: 12px;
	border: 1px outset #c0c0c0;
}
