/* css-file for Coder's Site
 2003-2005 (c) Coder*/

A {
    text-decoration : none;
    color : Lime;
}

BODY {
	color : #31CE31;
	background : #005a3b;
	/*scrollbar-base-color: #005a3b;*/
	SCROLLBAR-FACE-COLOR: #009C31;
	SCROLLBAR-HIGHLIGHT-COLOR: lime;
	SCROLLBAR-SHADOW-COLOR: lime;
	SCROLLBAR-3DLIGHT-COLOR: #009C31;
	SCROLLBAR-TRACK-COLOR: #005a3b;
	SCROLLBAR-DARKSHADOW-COLOR: #005a3b;
	SCROLLBAR-ARROW-COLOR: lime;
}

SELECT {
	BACKGROUND-COLOR: #005a3b;
	COLOR: Lime;
	font-size : 8pt;
	font-family : "Courier New", Courier, monospace;
	border : thin ridge Lime;
}

TD {
    color : #99ff99;/*#63FF63;*/
    background : #005a3b;/*#005a3b;/*#007A3B;*/
    /*border : thin solid Teal;*/
}

TD.navig {
	color : Lime;
	background : #005a3b;/*#007A3B;*/
	font-weight : bold;
	text-align : center;
	border : medium ridge Lime;
}

TD.nonbord {
	border : none;
}

TD.navig2 {
	border : medium ridge Lime;
	text-align : center;
	font-weight : bold;
	background : #004A5B;/*#006300;*/
}

/*TD.navig2-m {
	border : medium ridge Lime;
	text-align : center;
	font-weight : bold;
	color : #87CEFA;
}*/

HR {
	color : Teal;
}

.act {
	font-weight : bold;
	text-align : center;
	border : medium ridge Lime;
	color : #87CEFA;
	background : #007C31;
}

.act-m {
	color : Lime;
	background : #009C31;
	font-weight : bold;
	text-align : center;
	border : medium ridge Lime;
}

A:HOVER {
	color : #87CEFA;
	text-align : center;
	background : transparent;
}

.nav-HOVER {
	color : Lime;
	text-align : center;
	font-weight : bold;
	background : transparent;
}

.ps {
	/*border : thin dotted Gray;*/
	color : Lime;
	font-style : italic;
}

/*A:VISITED {
    color : #31ff71;
}*/

I {
    color : #9CFF9C;
}

B {
    color : #63FF63;
}

A:ACTIVE {
    color : #CEFF31;
}

.achtung {
    color : Yellow;
    font-weight : bold;
}

.achtung-big {
	color : Yellow;
	font-weight : bold;
	font-size : large;
}

.last-update {
	color : Silver;
	font-weight : bold;
}

A.hd {
	color : #87CEFA;
	font-size : large;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER.hd {
	text-decoration : underline;
}

/*A:VISITED.hd {
    color : #87CEFA;
}*/

H1, H2 {
	color : #87CEFA;
	font-size : large;
}

.gd {
	color : #87CEFA;
	font-weight : bold;
	font-size : x-large;
   filter: Glow(Strength=3, Color=#87CEFA); width: 300;
   /*filter: Shadow(Color=#87CEFA, Direction=30)*/
}

input.text, textarea {
	BACKGROUND-COLOR: #005a3b;
	COLOR: Lime;
	font-size : 10pt;
	border : thin ridge Lime;
}

input.button, button {
	BACKGROUND-COLOR: #005a3b;
	COLOR: Lime;
	border : thin outset Lime;
}
a:hover.navig {
   filter: Glow(Strength=1, Color=#87CEFA);
   width: 100%;
}