/* #################################################### */
/*							*/
/*        Style-Sheet für die Scripte von POWIE  	*/
/*       erstellt von Jochen Müller alias IndoorJo    	*/
/*   weitere CSS'es unter http://stuff.meinhosting.de	*/
/*							*/
/*                  visit my websites:			*/
/*      www.drachenforum.net | www.kitepage.net		*/
/*							*/
/* #################################################### */


body {
	color : Blue;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: Black;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #DCDCDC;
	scrollbar-shadow-color: #666666;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #003366;
	scrollbar-track-color: #000000;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px
}

table {
	border-width: 1;
	border: 0px;
	padding-bottom: 2;
	padding-left: 2;
	padding-right: 2;
	padding-top: 2;
	color: White;
	border-color:#000000;
	font-size : 12px;
}


td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }


td.head {
	background-color: #000000;
	color: Silver;
	font-weight: bold;
	font-size: 12px;
	border: none;
}

th.head {
	background-color: Black;
	color: Silver;
	font-weight: bold;
	font-size : 12px;
	border : 1px solid #000000;
}

th.info {
	background-color: transparent;
	color: Silver;
}
td.info {
	background-color: #DCDCDC;
	color: #000000;
}

td.header {
	background-color: transparent;
	color: Silver;
}
th.header {
	background-color: transparent;
	color: Silver;
}

td.left   {
	background-color: transparent;
	color : Silver;
}
td.right  {
	background-color: transparent;
	color : #DCDCDC;
}

td.odd    {
	background-color: transparent;
	color : #DCDCDC;
}
td.even   {
	background-color: transparent;
	color : White;
}

marquee   {
	background-color: transparent;
}

table.glow   { filter:glow(color=#4583C0, strenght=#1) }

A:link {
	text-decoration: underline;
	color : #FF8C00;
}
A:visited {
	text-decoration: underline;
	color : Gray;
}
A:active { text-decoration: underline; color : #FF0000; }
A:hover { text-decoration: underline overline; color: #FFFFFF; background-color: #3483C0; }

input       { border-style: groove; background-color: #F1F1F1; color: #000000; }
input.send  { border-style: groove; background-color: #F1F1F1; color: #000000; }
select      { border-style: groove; background-color: #F1F1F1; font-family: Verdana; color: #000000; }
textarea    { border-style: groove; background-color: #F1F1F1; font-family: Verdana; color: #000000; }

