/* Layout styles */
body {background: #e8e8e8;
font-family: Verdana;
font-size: 11px;
margin: 0;
padding: 0;}

a, a:visited {color: #0000ff;
text-decoration: none;}

a:hover, a:active {color: #ff0000;}

img {border: 0;}

.center {text-align: center;}

.small {font-size: 9px;}

.blue {color:#0088ff;
font-size: 14px;}

.code {background: #fafafa;
color: #666666;
margin: 10px;
padding:5px;}

blockquote {margin-left: 20px;
margin-right: 20px;}

h2 {color: #0088ff;}

h3 {color: #0088ff;}

ul li {list-style-type: square;}

.h {display: none;}

#tl {background: url(http://css.nothingkool.com/images/top_left.jpg) no-repeat top left;
float: left;
height: 10px;
margin: 0;
padding: 0;
width: 400px;}

#tr {background: url(http://css.nothingkool.com/images/top_right.jpg) no-repeat top right;
float: right;
height: 10px;
margin: 0;
padding: 0;
width: 400px;}

#bl {background: url(http://css.nothingkool.com/images/bottom_left.jpg) no-repeat bottom left;
float: left;
height: 10px;
margin: 0;
padding: 0;
width: 400px;}

#br {background: url(http://css.nothingkool.com/images/bottom_right.jpg) no-repeat bottom right;
float: right;
height: 10px;
margin: 0;
padding: 0;
width: 400px;}

#container {background: #ffffff url(http://css.nothingkool.com/images/top_bg.jpg) repeat-x;
height: 100%;
margin-bottom: 25px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
padding-bottom: 10px;
padding-top: 10px;
width: 934px;}

#header {background: #ffffff url(http://css.nothingkool.com/images/header.jpg) no-repeat center left;
height: 100px;
margin: 0;
padding: 0;
width: 100%;}

.fnav {background: url(http://css.nothingkool.com/images/navbg.jpg);
font-family: Tahoma;
font-size: 11px;
margin-bottom: 0;
padding-top: 3px;
width: 100%;}

.fnav ul {height: 17px;
margin: 0;
margin-left: 3px;
padding: 0;}

.fnav ul li {display: inline;
list-style: none;}

.fnav ul li a {background: url(http://css.nothingkool.com/images/navbg.jpg);
border-right: 1px solid #ffffff;
color: #ffffff;
font-weight: bold;
margin-left: -3px;
padding-bottom: 4px;
padding-left: 25px;
padding-right: 25px;
padding-top: 3px;
text-decoration: none;}

.fnav ul li a:hover {background: url(http://css.nothingkool.com/images/navbg2.jpg);}

#forums {background: #ffffff;
float: left;
line-height: 16px;
margin: 0;
padding: 10px;
padding-top: 20px;
width: 911px;}

#title {border-bottom: 1px dashed #cccccc;
color: #0088ff;
font-size: 16px;
font-weight:bold;
margin-bottom: 5px;
padding-bottom: 5px;
width: 100%;}

#advert {background: #ffffff;
clear: both;
color: #999999;
padding-bottom: 10px;
padding-top: 20px;
text-align: center;
width: 100%;}

#buttons {background: #ffffff;
border-top: 1px dashed #cccccc;
color: #999999;
margin-bottom: 0;
padding-bottom: 5px;
padding-top: 5px;
text-align: center;
width: 100%;}

#footer {background: #ffffff;
border-top: 1px dashed #cccccc;
color: #999999;
margin-bottom: 0;
padding-top: 5px;
text-align: center;
width: 100%;}

/* Normal, standard links. */
a:link, a:visited
{
	color: #005177;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana;
	background-color: #ffffff;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana;
	background-color: #ffffff;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #f3f7fa;
	border: 1px solid #bccdde;
	margin: 10px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #f3f3f3;
	border: 1px solid #bbbbbb;
	margin: 1px;
	padding: 1px;
	font-family: lucida console;
	font-size: x-small;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #fefefe;
}
.windowbg2
{
	color: #000000;
	background-color: #ffffff;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #bed8ef;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #e7edf3;
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #bed8ef;
}
.tborder
{
	border: none;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}