body
{
	background: #303338;
	font-size: 10pt;
	font-family: tahoma, arial;
	color: black;
	padding: 6px;
	margin: 0;
}
form
{
    margin: 0px;
	padding: 0px;
}
a
{
	color: #000000;
}
.input
{
    font-size: 10px;
    font-family: Verdana, Arial;
}
.bold
{
	font-weight: bolder;
}
.parentContainer
{
	background: #414141;
	padding:6px;
	border: 1px solid black;
}
.contentWindow
{
	margin-bottom: 8px;
	border: 1px solid black;
	padding: 4px;
	padding-left: 2px;
	background: #C8C8C8;
}
.header
{
	background: #c8c8c8;
	border: 1px solid black;
	padding: 4px;
	margin-bottom: 6px;
}
.footer
{
	padding: 4px;
	margin-top: 6px;
}
.pageNav
{
	background: #c8c8c8;
	border: 1px solid black;
	padding: 4px;
	margin-bottom: 6px;
}

.postSubject
{
	background: #6a6a6a;
	border: 1px solid black;
	padding: 4px;
	margin-bottom: 6px;
	color: white;
}
.postHeader
{
	background: #a0a0a0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-left: 6px;
	padding-right: 6px;
	height: 20px;
}
.postBody
{
	background: #c8c8c8;
	border: 1px solid black;
	padding: 6px;
	margin-bottom: 10px;
}
.authorInfo
{
	font-weight: bolder;
	padding: 2px;
	float: left;
}
.postDate
{
	padding: 2px;
	text-align: right;
}

.login
{
	padding: 4px;
	float: left;
}
.stats
{
	padding: 4px;
	text-align: right;
}
.copyright
{
	font-size: 8pt;
	color: white;
	float: left;
}
.logo
{
	text-align: right;
}

.contentWindow ul
{
	list-style-type: none;
	padding-left: 6px;
}
.pageNav TD
{
	font-size: 8pt;
	font-family: tahoma, arial;
	padding-left: 10px;
	padding-right: 10px;
}
.contentWindow TD
{
	font-size: 8pt;
	font-family: tahoma, arial;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}
.clearBoth {
	clear: both;
	margin: 0;
	padding: 0;
}
.clearMe { clear: both; margin: 0; padding-bottom: 6px; }
.floatLeft { float: left; }
.floatRight { float: right;	margin-right: 10px; }
.floatLeft a, .floatRight a { color: #000000; font-weight: bolder; font-size: 8pt;   //#0000CC; }

.editorItemFlash
{
	border:1px dotted #cc0000;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#ffffcc;
	background-image:url(/lib/editor/img/flash.gif);
}
.editorItemMediaPlayer
{
	border:1px dotted #cc0000;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#ffffcc;
	background-image:url(/lib/editor/img/windowsmedia.gif);
}
.quoteStyle
{
	background:url(/images/2008skins/icons/iconQuote.png) no-repeat scroll 7px 8px;
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 6px;
	background-color: #eeeeee;
	text-indent: 20px;
}
.spoilerHeader
{
	line-height: 340%;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	margin: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 2px dotted darkred;
	background-color: rgb(255, 221, 221);
}
.spoilerStyle
{
	margin: 20px;
	margin-top: 4px;
	padding: 10px;
	border: 3px dotted darkRed;
	background-color: #ffdddd;
}
.codeStyle
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	white-space: pre;
	whitespace: pre;
	border: 2px dotted #009;
	padding: 10px;
	margin: 20px;
	background-color: #ececec;
}
pre {
	border: 2px dotted #009;
	padding: 10px;
	margin: 20px;
	background-color: #cccccc;
}


/*** POLLS ***/
#pollBg {
	background:#AFAFAF none repeat scroll 0 0;
	padding:20px;
}
#pollBox {
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
#pollOptions {
	color:#909090;
	float:left;
	margin-right:30px;
}
#pollVotes {
	color:#909090;
	float:right;
	text-align: right;
}
#pollQuestions {
	color:#909090;
	float:left;
	margin-right:30px;
}
#pollQuestions input { font-size: 8pt; }
.option1Text { color: #D14601; }
.option2Text { color: #0F7DDC; }
.option3Text { color: #2A932C; }
.option4Text { color: #E718BE; }
.option5Text { color: #96593A; }
.option6Text { color: #686868; }
.option7Text { color: #F82A2A; }
.option8Text { color: #B129F7; }
.option9Text { color: #787301; }
.option0Text { color: #29857B; }
.option1 { font-size: 1px;
	background:transparent url(/images/2008skins/polls/poll_option1.gif) repeat-x scroll 0 0;
	border:1px solid #D14601;
	float:left;
	height:6px;
	margin-top:4px;
}
.option2 { font-size: 1px;
	background:transparent url(/images/2008skins/polls/poll_option2.gif) repeat-x scroll 0 0;
	border:1px solid #0F7DDC;
	float:left;
	height:6px;
	margin-top:4px;
}
.option3 { font-size: 1px;
	background:transparent url(/images/2008skins/polls/poll_option3.gif) repeat-x scroll 0 0;
	border:1px solid #2A932C;
	float:left;
	height:6px;
	margin-top:4px;
}
.option4 { font-size: 1px;
	background:transparent url(/images/2008skins/polls/poll_option4.gif) repeat-x scroll 0 0;
	border:1px solid #E718BE;
	float:left;
	height:6px;
	margin-top:4px;
}
.option5 { font-size: 1px;
	background:transparent url(/images/2008skins/polls/poll_option5.gif) repeat-x scroll 0 0;
	border:1px solid #96593A;
	float:left;
	height:6px;
	margin-top:4px;
}
.option6 { font-size: 1px;
	background:transparent url(/images/2008skins/polls/poll_option6.gif) repeat-x scroll 0 0;
	border:1px solid #686868;
	float:left;
	height:6px;
	margin-top:4px;
}
.option7 { font-size: 1px;
	background:transparent url(/images/2008skins/polls/poll_option7.gif) repeat-x scroll 0 0;
	border:1px solid #F82A2A;
	float:left;
	height:6px;
	margin-top:4px;
}
.option8 { font-size: 1px;
	background:transparent url(/images/2008skins/polls/poll_option8.gif) repeat-x scroll 0 0;
	border:1px solid #B129F7;
	float:left;
	height:6px;
	margin-top:4px;
}
.option9 { font-size: 1px;
	background:transparent url(/images/2008skins/polls/poll_option9.gif) repeat-x scroll 0 0;
	border:1px solid #787301;
	float:left;
	height:6px;
	margin-top:4px;
}
.option0 { font-size: 1px;
	background:transparent url(/images/2008skins/polls/poll_option10.gif) repeat-x scroll 0 0;
	border:1px solid #29857B;
	float:left;
	height:6px;
	margin-top:4px;
}
.sponsor { border: 1px solid #000000; background: #484848; padding: 6px;}
.sponsor a { color: #ffffff; font-weight: bolder; text-decoration: none; font-size: 10pt; }
.miniBox { border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; background: #484848; margin-bottom: 4px; }
.mini1 { border-bottom: 1px solid #000000; border-right: 1px solid #000000; }
.mini2 { border-right: 1px solid #000000;  }
.miniBox a { color: #ffffff; font-weight: bolder; text-decoration: none; font-size: 7pt; }