body {
	background: #000000;
	margin-top: 50px;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
}

img {border: 0px;}

.company1 {
	font-weight: bold;
	color: #CA0000;
}

.company2 {
	font-weight: bold;
	color: #999999;
}

a:link, a:visited, a:active {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

#adminheader {
	color: #C4C4C4;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

th.block_header {
	width: 246px;
	height: 31px;
	background: url("images/block_header.png");
	padding-left: 47px;
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
}

td.block_content {
	width: 244px;
	background: url("imgblock-dev.php");
	padding: 7px;
	vertical-align: top;
	font-size: 9px;
	text-align: left;
}

td.content {
	width: 593px;
	background: url("imgcontent-dev.php");
	vertical-align: top;
	padding: 8px;
	font-size: 11px;
	text-align: left;
}

td.copyright {
	width: 595px;
	height: 35px;
	background: url("images/copyright.png");
	vertical-align: top;
	font-size: 10px;
	text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: bolder;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
}

h3 {
	font-size: 12px;
	font-weight: bolder;
}

.sitepic a:hover {
	border: 1px solid #FFFFFF;
}



.nav a:link, .nav a:active, .nav a:visited {
	width: 139px;
	height: 24px;
	background:url('images/nav_button.png');
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	vertical align: middle;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 24px;
}

.nav a:hover
{
	color:#999999;
	background:url('images/nav_button_hover.png');
}


.nav_selected a:link, .nav_selected a:active, .nav_selected a:visited {
	width: 139px;
	height: 24px;
	background:url('images/nav_button_current.png');
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	vertical align: middle;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 24px;
}

.nav_selected a:hover
{
	color:#999999;
}





/*************************************************************
*******************Admin Styling
*************************************************************/

table.admin {background-color: #666666; width: 70%; padding: 0px; border-spacing: 1px}
tr.admin {background-color: #820B0C;}
tr.admin2 {background-color: #262626;}


input, button, textarea {
	color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Verdana;
	font-size: 10px;
	background: #262626;
}

textarea {font-size: 11px;}

.supportmsg {background: #262626;}

/*News table*/

td.news {padding: 6px;}
td.news_small {color: #ffffff; font-size: 10px;}

td.news01{
	height: 16px;
	background: #383838 repeat-x;
	color: #FFFFFF;
	border-top: 1px solid #6e6e6e;
	border-bottom: 1px solid #000000;
	padding: 1px 4px 3px 4px;
}

td.news02{
	height: 16px;
	background: #151515 repeat-x;
	color: #FFFFFF;
	border-top: 1px solid #6e6e6e;
	border-bottom: 1px solid #000000;
	padding: 1px 4px 3px 4px;
}



/*************************************************************
*********************SMF Styling
*************************************************************/

/* A quote, perhaps from another post. */
.quote{
	color: #a5a5a5;
	background-color: #303030;
	border: 1px solid #444444;
	margin: 2px;
	padding: 2px;
	font-size: 9px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code{
	color: #000000;
	background-color: #a5a5a5;
	font-family: "courier new", "times new roman", monospace;
	font-size: small;
	line-height: 1.3em;
	border: 1px solid #444444;
	margin: 2px auto 1px auto;
	padding: 1px;
	width: 99%;
	white-space: nowrap;
	overflow: auto;
	max-height: 24em;
}

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