body,table,td,th,input,textarea,select
{
    font-family: verdana,sans-serif;
    font-size: 10pt;
}
body
{
    margin-top: 0pt;
    padding-top: 0pt; 
   
}
pre
{
    color: darkblue;
    font-family: courier new;
    font-size: 10pt;
    font-weight: normal;
}
h1
{
    background-color: #eeeeee;
    color: navy;
    font-size: 16pt;
    height: 25pt;
    font-weight: bold;
    margin-bottom: 0pt;
    margin-top: 0pt;
    padding-bottom: 0px;
    padding-top: 3pt;
    text-align: center
}
h2
{
    color: maroon;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0pt;
    margin-top: 0pt;
    padding-bottom: 0pt;
    padding-top: 0pt
}
h3
{
    color: navy;
    font-size: 13pt;
    font-weight: bold;
    margin-bottom: 0pt;
    margin-top: 0pt;
    padding-bottom: 0pt;
    padding-top: 0pt
}
form
{
    margin-bottom: 0pt;
    margin-top: 0pt;
    padding-bottom: 0pt;
    padding-top: 0pt
}
table
{
 	border-collapse: collapse;
}
.blackborder
{
	border-style:solid;
	border-width: 2px;
	border-color: darkblue;
}
table.blackborder
{
	border-style:solid;
	border-width: 2px;
	border-color: darkblue;
}
td
{
	border-collapse: collapse;
    border-color: lightgrey;
}
table.blackborder td
{
	border-width: 1px;
	border-color: lightgrey;
}
th
{
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}
a 
{ color:darkblue; }
a:visited
{
	color: darkred;
}
a:hover 
{ color:red;}
hr 
{ color:darkblue; background: darkblue; border: 0; height:1px;}
	
ul 
{
    margin-bottom: 0pt;
    margin-top: 2pt;
    padding-bottom: 2pt;
    padding-top: 2pt;
}	
li
{
	padding-top: 2pt;
	padding-bottom: 0pt;
}
/* 
   used on the main page left table column 
   the default contains the wave background
*/
.categorylistbackground
{
	background-image: url(images/newwave.jpg);
	width: 170px;
	vertical-align: top;
	padding-left: 4pt;
}
.smallbody 
{
    font-size: 8pt;
}

/* block backgrounds for headers etc. */
.menuband, .gridheader, .buttonlinks, .blockheader
{
	color: cornsilk;
	background-color: #003399;
}
/* alternate background color color to offset the background
   used for the category list and banner strips for color
   variety. should be a companion color to the block background
   colors (previous tag
*/
.alternatebackground
{
	color: white;
	background-color: #0066cc;
}

.webstoretitletext 
{
	color: #003399;
	font-size: 24pt;
	font-family: arial narrow;
	font-weight: bold;	
}

/* used for any block tags like headers on tables etc. */
.blockheader
{
}

/* menu text for the banner below the logo */
.webstorebannertext
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.webstorebannertext:visited
{
	color: white;
	font-weight: bold;
}
.webstorebannertext:hover
{
	color: #003399;
	background: white;
	font-weight: bold;
}

/* used on the category list as a standard link */
.menulink
{
    color: white;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none ;
    display:block;
    width:155px;
    text-align:left;
    padding-top:2px;
    padding-bottom: 2px;
    padding-left: 4px;
}
.menulink:visited { color: cornsilk } 
.menulink:hover { color:darkblue;text-decoration:none; font-weight:normal;background:white;}
.menuband
{
	font-weight: bold;
}


.buttonlinks 
{
    font-weight:bold;
    text-decoration: none;
    display: block;
    padding:2px;
}
.buttonlinks:visited { color: cornsilk; }
.buttonlinks:hover { color:darkblue; text-decoration:none; background:white;} 

.submitbutton
{
	font-weight:bold;
	height:35px;
	width:200px;
}

.gridheader
{
	font-weight: bold;
	text-decoration: none;
	background: darkblue;
	background-image:url(images/vertgradient.gif);
}
.gridheader a 
{
	color: Lime;
}
.gridnormal
{
	background-color: #eeeeee;
}
.gridalternate
{
	background-color:#b5c7d6;
}
.errormessage
{
	font-size: 10pt;
	font-weight: bold;
	color: maroon;
}
.errordisplay
{
	font-size: 10pt;
	font-weight: bold;
	color: darkred;
	border:solid 2px darkred;
	background-color:cornsilk;
	padding-left:15pt;
	padding-right:10pt;
	line-height: 15pt;
}
.errordisplay hr
{
	color: darkred;
}

.tabbutton, .selectedtabbutton
{
	vertical-align: middle;
	cursor: hand;
	color: black;
	background-color: lightsteelblue;
	text-align: center;
	font-size: 8pt;
	border-right:  solid 2px white;
}
.selectedtabbutton 
{ 
	font-size: 10pt;
	font-weight: bold; 
	color: cornsilk; 
	background-color: #003399;
	cursor:default;
	
}
