/* Original */

BODY {
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	color : #663300;
	margin-top: 0;
	background: #FFF5E1 url(images/kback.gif) no-repeat fixed 50% 80%;
}

a:link { color: #993300; }
a:visited { color: #993300; }
a:hover { color: #FF3300; }
a:active { color: #993300; }

TABLE.table {
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	border: 0px solid #687C76;
	border-collapse : collapse;
	empty-cells: show;
}
TABLE.headertable {
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	color : #663300;
	text-decoration : none;
	border: 1px solid #663300;
	border-collapse : collapse;
	empty-cells: show;
}
TD.headercell{
	font-family: Verdana, Tahoma, Arial;
	font-size : 14px;
	color : #663300;
        background-color: #D6AD5C;
	background-image : url(../../styles/style1/images/table.gif);
	background-position : center center
 	
}
TD.headeradmin{
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	color : #663300;
        background-color: #D6AD5C;
	background-image : url(../../styles/style1/images/table.gif);
	background-position : center center
}
TD.datacell {
	font-family: Verdana, Tahoma, Arial;
	color : #663300;
	font-size : 12px
}

TD.poll {
	font-family: Verdana, Tahoma, Arial;
	color : #FFCC00;
	font-size : 12px;
   	background-color: #663300;
}
TABLE.footer {
	font-family: Verdana, Tahoma, Arial;
	font-size : 10px;
	color : #663300;
}
TABLE.stats {
	font-family: Verdana, Tahoma, Arial;
	font-size : 10px;
	color : #663300;
	border-collapse : collapse;
}
TABLE.LOCBAR {
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	color : #663300;
	text-decoration : none;
}
HR {
	color: #663300;
	background-color: #663301;
	height: 1px;
}


A.PIN:LINK, A.PIN:ACTIVE {
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	color :  #993300;
	text-decoration : underline;
	font-weight: bold;
}
A.PIN:VISITED {
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	color :  #663300;
	text-decoration : underline;
	font-weight: bold;
}
A.PIN:HOVER {
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	color : #FF3300;
	text-decoration : none;
	font-weight: bold;
}
.small {
	font-family: Verdana, Tahoma, Arial;
	color : #663300;
	font-size : 12px
}
.smalltext {
	font-family: Verdana, Tahoma, Arial;
	color : #663300;
	font-size : 11px
}
.verysmalltext {
	font-family: Verdana, Tahoma, Arial;
	color : #663300;
	font-size : 10px
}

.forminput {
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
.divider { 
    border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-color: #663300;
    margin: 10px; 
	margin-bottom: 7px; 
}
.spacer { 
    border-bottom-style: solid; 
	border-bottom-width: 0px; 
	border-color: #FFF5E1;
    margin: 5px; 
	margin-bottom: 10px; 
}
fieldset{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#663300;	
	font-size:12px;		
	margin:5px 0px 5px 0px;
	position:relative;
	display:block;
	padding: 20px 10px 10px 10px;
}

fieldset legend{	
	border-width:0px 0px;
	border-style:solid;
	border-color:#663300;	
	color:#663300;
	font-size:12px;		
	padding:0px 5px;
	position:relative;
	top: -7px;
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #663300;
	background-color: #663300;
}
.spoiler
{
	background-color: #FFFAF1;
	border: 1px dotted #663300;
	font-size: 12px;
	padding: 4px;
}

fieldset.spoiler 
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader
{
	color: #663300;
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

div.spoilerheader input 
{
	background-color: #ffffff;
	color: #663300;
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	font-size: 12px;
	color: #663300;
	border-top: 1px dotted black;
	padding: .5em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}
/*Remove any extra margins by IE*/
form 
{
margin:0;
}
.code
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: "courier new", "times new roman", monospace;
	font-size: 12px;
	/*line-height: 1.3em;*/
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 2px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}
.quoteheader a:hover
{
	color: #C0C0C0;
	text-decoration: overline; 
}
.quoteheader a:link, .quoteheader a:visited
{
	color: #000000;
	text-decoration: none; 
}



