BODY{
	
	scrollbar-shadow-color:#ffffff;/*bottom right/left of small block and arrow when no bar*/
	scrollbar-3dlight-color: none;
	scrollbar-arrow-color: #ffff00;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000; /*under small block*/
	scrollbar-face-color: green;
	/*scrollbar-highlight-color: none;*/
	
	scrollbar-track-color: #006633;
}


.arial6pt { font-family:Arial, Helvetica, sans-serif;  font-size: 6pt}
.arial7pt { font-family:Arial, Helvetica, sans-serif;  font-size: 7pt}
.arial8pt { font-family:Arial, Helvetica, sans-serif;  font-size: 8pt}
.arial9pt { font-family:Arial, Helvetica, sans-serif; font-size: 9pt}
.arial10pt { font-family:Arial, Helvetica, sans-serif; font-size: 10pt}

/*

*/

A:link		{text-decoration:none; color:#006666 ;font-weight:bold}
A:visited	{text-decoration:none; color:#99CC99;font-weight:bold}
A:hover 	{text-decoration:none; color:#FF9900;font-weight:bold}
A:active 	{text-decoration:none; color:lightgreen;font-weight:bold}

/*does not work in MOzilla Firefox ..background-color: #FF9900 */
A.special:link		{background-color: #FF9900; color:#006666 ;font-weight:bold}
A.special:visited	{text-decoration:none; color:#99CC99;font-weight:bold}
A.special:hover 	{text-decoration:none; color:#FF9900;font-weight:bold}
A.special:active 	{text-decoration:none; color:lightgreen;font-weight:bold}

/*
NAVBAR
*/

.navbar 		{
	font-family:Verdana;  font-size: 10pt; font-weight:bold; color:red;
	background-color: #ffffff;
	border: 0px none;
	padding: 0px;
	height: 25px;
	width: 125px; }
	
a.navbar:link		{text-decoration:none; color:#006666}

a.navbar:visited	{text-decoration:none; color:#99CC99}
a.navbar:hover		{text-decoration:none; color:#FF9900}
a.navbar:active		{text-decoration:none; color:lightgreen}




.floater_menu 		{font-family:Arial, Helvetica, sans-serif;  font-size: 8pt; font-weight:bold; color:red; }
a.floater_menu:link		{font-family:Arial, Helvetica, sans-serif;  font-size: 8pt; font-weight:bold; color:red; }
a.floater_menu:visited	{font-family:Arial, Helvetica, sans-serif;  font-size: 8pt; font-weight:bold; color:red; }
a.floater_menu:hover		{font-family:Arial, Helvetica, sans-serif;  font-size: 8pt; font-weight:bold; color:lightblue; }
a.floater_menu:active		{font-family:Arial, Helvetica, sans-serif;  font-size: 8pt; font-weight:bold; color:white; }


.cursortxt		{
	cursor: text;
	background-color: #000000;
	
	
}
a.cursortxt:link	{font-family:Arial, Helvetica, sans-serif;   font-weight:bold; color:white; }
a.cursortxt:visited	{font-family:Arial, Helvetica, sans-serif;   font-weight:bold; color:white; }
a.cursortxt:hover	{font-family:Arial, Helvetica, sans-serif;   font-weight:bold; color:white; }

/*
END NAVBAR
*/

TD,TH,TR {
	font-family:Verdana;
	font-size: 10pt;
}


TD.title	{
			font-family:Verdana;
			font-size: 12pt;
			font-weight: bold;
			padding: 0px;
			padding-left: 0px;}


/*
ul,ol,li {position: relative;left: 0; relative ;top: 0;font-family:Arial, Helvetica, sans-serif; font-size: 10pt}
*/
/* used in pageDbQuery.php 
#test li,ul,ol { 
		margin: 0px;
		float: left;
		display: block;
		padding-right: 0px;
		padding-left: 15px;
		font-size: 12pt;
			}*/
			
.specialList { 
		position: relative;
		left: -20px;
		
		
		
	
			}			
			
			
/*  setup for wildtrack template*/
H1	{font-family:Verdana;
	font-size: 14pt;
	font-weight: normal;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	
	}

H2	{font-family:Verdana;
	font-size: 12pt;
	font-weight: normal;
	top: 0;
	padding-top: 0px;
	padding-left: 0px;
	 padding: 0px;}
	 
H3	{font-family:Verdana;
	font-size: 10pt;
	font-weight: normal;
	top: 0;
	padding-top: 0px;
	padding-left: 0px;
	 padding: 0px;}

/*
FOR BLUE/ RED TEXT LEITMOTIF - See PHP colStr()

*/

.redblue 		{font-size: 8pt; font-weight:bold;}
.WhiteOnBlack			{
	color:#FFFFFF;
	background-color: #000000;
}
/*
FORM STYLES
*/

input.form {
	background-color:#eeeeee;
	border: 1px inset yellow;
}

textarea.form {
	background-color:#eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid green;
	
}

TABLE.form {
background-color:blue;
border: 6px SOLID green;
}

TD.form, TR.form {
background-color:white;
}

TD.menu, TR.menu {
	background-color:black;
	height: 25px;
	text-align: center;
}

.lineRight {
  line-height: 125%;
  padding: 0px;
  border-right:1px solid #000000;
  background-color:white;
}
.lineLeft {
  line-height: 125%;
  padding: 0px;
  border-left:1px solid #000000;
  background-color:white;
}

.lineTop {
  line-height: 1px;
    line-width: 100%;
  padding: 0px;
  border-top:1px solid #000000;
  background-color:white;
}
.lineBot {
  line-height: 1px;
  line-width: 100%;
  padding: 0px;
  border-bottom:1px solid #000000;
  background-color:white;
  padding-top: 5px;
}
.lineBotLR {
  line-height: 1px;
  line-width: 100%;
  padding: 0px;
  border-bottom:1px solid #000000;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  background-color:white;
}
