BODY,IFRAME,TD,TR,TABLE {
	font-family: Tahoma;
	font-size: 10pt;
	color: #D0D0D0;
	background: #202020;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	vertical-align: top;
}

A,A:hover {
	font-family: Tahoma;
	font-size: 10pt;
	color: #D0D0D0;
}

a.external {
	background: url('http://www.fealls.net/images/external.png') no-repeat 100%;
	padding-right: 12px;
}

img {
	border: 0px solid;
}

input {
	color: #333333;
	text-decoration: none;
	border: 1px solid #364557;
}

.textbox {
	font-size: 10pt;
	font-family: Verdana;
	color: #333333;
	text-decoration: none;
	border: 0px solid #364557;
}

.newsbody {
	text-align: left;
	font-family: Tahoma;
	font-size: 10pt;
	background: #202020;
	color: #D0D0D0;
	border: 0px;
}

.newsnav,.newsnav:hover {
	font-family: Verdana;
	font-size: 10pt;
	color: white;
}

.randomnav,.randomnav:hover {
	font-family: Verdana;
	font-size: 12pt;
}

.navItem {
	width: 100px;
	font-size: 10pt;
	font-family: Verdana;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	text-decoration: none;
	background-image: url('http://www.fealls.net/images/title_back.gif');
	background-repeat: repeat-x;
}
.current {
	background: none;
}
.navItem:hover {
	font-weight: none;
	cursor: pointer;
	cursor: hand;
	background-image: none;
}

.navHeader {
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	text-decoration: none;
	background-image: url('http://www.fealls.net/images/title_back.gif');
	background-repeat: repeat-x;
}

.navHeader:hover,.header:hover {
	cursor: default;
}

.header {
	font-family: Verdana;
	font-size: 10pt;
	vertical-align: middle;
	color: #ffffff;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	text-decoration: none;
	text-align: left;
	background-image: url('http://www.fealls.net/images/title_back.gif');
	background-repeat: repeat-x;
}

.rheader,.rheader:hover {
	font-family: Verdana;
	font-size: 10pt;
	vertical-align: middle;
	color: #ffffff;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	background-image: url('http://www.fealls.net/images/title_back.gif');
	background-repeat: repeat-x;
}

.newblogbody {
	font-family: Verdana;
	font-size: 10pt;
	margin: 0;
	background: #202020;
	color: #D0D0D0;
	border: 1px solid #364557;
}

.footer {
	height: 20px;
	clear: both;
	bottom: 0px;
	width: 100%;
	position: static;
}

.facebook {
	height: 300px;
	clear: both;
	bottom: 25px;
	width: 250px;
	position: fixed right;
}
.submit {
	border-radius: 5px; 
	background-color: black; 
	color: #D0D0D0; 
	width: 100px; 
	height: 25px;
}
/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
fieldset {
	margin: 0;
	padding: 10px;
	border: 0px;
}

form {
	margin: 0;
	padding: 0;
}

pre {
	background-color: #F7F7F7;
	border: 0px;
	overflow: auto;
	margin: 0;
	padding: 0.25em;
}

#alerts {
	color: Red;
}

#footer hr {
	margin: 10px 0 15px 0;
	height: 1px;
	border: solid 1px gray;
	border-bottom: none;
}

#footer p {
	margin: 0 10px 10px 10px;
	float: left;
}

#footer #copy {
	float: right;
}

#outputSample {
	width: 100%;
	table-layout: fixed;
}

#outputSample thead th {
	color: #dddddd;
	background-color: #999999;
	padding: 4px;
	white-space: nowrap;
}

#outputSample tbody th {
	vertical-align: top;
	text-align: left;
}

#outputSample pre {
	margin: 0;
	padding: 0;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla*/
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

a.button {
	vertical-align: middle;
	background: transparent url('http://www.fealls.net/images/title_right.gif') no-repeat scroll
		top right;
	color: #D0D0D0;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
	background: transparent url('http://www.fealls.net/images/button_left.png') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}