/***********************************************************

Stylesheet version 2 for www.waltermilner.com

************************************************************/

body

{
background: #FFFFBF;
margin: 0px;
font-family: Garamond, Bookman Old Style, Times New Roman, serif;
}

#infoBlock
{
overflow:auto; 
width:350px; 
height:480px; 
padding:2px; background:ivory;
}

.arrayTable
{
border: thin red solid;
width: 750px;
table-layout: fixed;

}
.arrayTable td
{
font-family: Verdana, serif;
font-size: 12px;
color: white;
background: black;
}
//.arrayvalue
//{
//color: yellow;

//}


#leftPanel 		/* The left hand column */
	{	
	position: absolute;
	top: 10px;
	left: 50px;
	margin: 0px;
  padding: 3px;
	width: 150px;
	border : thin red solid;
	background: ivory;
	}



#main		/* The central column */
	{
	position: relative;

	margin: auto;
	width: 760px;
  height: 560px;
  overflow: auto;
  border : thin red solid;
	background: ivory;
	}





#right		/* The right hand column */
	{
	position: absolute;
	top: 0px;
	left: 800px;
	margin: 0px;
	width: 200px;
	background: rgb(200,255,0);
	}

.linkBlock
{

	border-bottom: 1px solid red;;	
 	background: #E6ECFF;
}

h3
{
background: lightskyblue;
font-size: 18px;
letter-spacing: 0.1em;
word-spacing: 1em;
color: rgb(0,0,0);
font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
padding: 2px;
border-top: 0px;
border-bottom: 4px solid indigo;
}



h4
{
background: paleturquoise;
font-size: 14px;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 20px;

letter-spacing: 0.1em;
word-spacing: 1em;
color: rgb(0,0,0);
font-family: arial, "trebuchet MS", helvetica, sans-serif; 
padding: 2px;
border-bottom: 2px solid indigo;
}

.rowData
{
color: white;
text-align: center;
font-family: arial, "trebuchet MS", helvetica, sans-serif; 
margin:0px;
padding: 2px;
font-size: 10pt;
}

p
{
font-size: 12px;
color: rgb(50,0,0);
font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
margin-left: 30px;
margin-top: 10px;
margin-bottom: 2px;
padding: 2px;
border: 0px;
line-height: 1.7em;
}
 
.info
{
font-size: 12px;
color: rgb(50,0,0);
font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
margin-left: 0px;
margin-top: 2px;
margin-bottom: 2px;
padding: 2px;
border: 0px;
line-height: 1.5em;
}





.mainTableCells
{
background: #ffffe0;
font-size: 12px;
color: #a08000;
font-family: bookman old style, helvetica, sans serif;
}







.normalLink /* links in the central panel */
{
display: inline;

}



.normalLink A:link
	{
	font-family: arial, helvetica, sans serif;
border-left: 0px;
	color: black;

	background: whitesmoke;	 
	text-decoration: none;

	}

	
.normalLink A:visited
	{
	font-family: arial, helvetica, sans serif;
	font-size: 10pt;
	color: #BF6060;
border-left: 0px;
	background: #FFE6E6;	
	text-decoration: none;

	}	


.normalLink A:hover

	{
	font-family: arial, helvetica, sans serif;
border-left: 0px;
	color: #ffffff;
	background: #ff0000;

	}


a
{
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	 padding-left: 4px; 
	text-decoration: none;
  color: indigo;
}

	



a:link
	{	

	border-left: 5px solid indigo;
	}

a:visited
	{
	color: lightskyblue;
	border-left: 5px solid indigo;
	}	

		

a:hover
	{	
	border-left: 5px solid red;
	}

	

	

	

