﻿/*----------------------------------------------*/

body {	
	font-family: Comic sans ms;
	font-weight: normal;
	font-size:   11px;
	color:		 Black;
	background-color: #F0F0F0;
	margin:5mm;
}
/*----------------------------------------------*/
TABLE
{	font-size:		 11px;
	border-width:	 1px;
	border-color:     #000000;
	border-collapse: collapse;
	margin: 0;
}
/*----------------------------------------------*/
TD
{	
  background-color:transparent;
	border:none;
	padding: 		  4mm;
	margin:  		  0;
}
/*----------------------------------------------*/
#aform TD {
	padding: 		  1mm;
}
DIV
{	
	border:solid 1px black;
	padding:8px;
	background-color:#F0F0FF;
}
#container 
{   font-family: Comic sans ms;
    width:256mm;
    text-align:left;
}
#head {
  font-size:30px;
  font-weight:bold;
  color:brown;
  width:115mm;
  background-image:url(images/buttonbg.jpg);
  text-align:center;
  cursor:hand;
}
#version {
  color:navy;
}
#download {
  font-size:20px;
  font-weight:bold;
  color:green;
  width:115mm;
  background:url(images/buttonbg.jpg) 0 -4px;
  text-align:center;
  cursor:hand;
}
#title {
  font-weight:bold;
  font-size:11pt;
  color:#006699;
  border:none;
  margin:0;
  padding:0;
}
#note {
  font-size:12px;
  font-weight:bold;
  color:#006699;    
}
#category {
  font-weight:bold;
  font-size:10pt;
  color:#006699;
  border:none;
  margin:0;
  padding:0;
}
#grouping {
  font-weight:bold;
  font-size:10pt;
  color:green;
  border:none;
  margin:0;
  padding:0;
}
#library {
  
}
#searching {
  text-align:center; 
  font-weight:bold;
  font-size:20pt;
  color:#006699;
  border:none;
  margin-bottom:0;
  padding-bottom:0;
}
.selectionOptions {
  text-align:left;
  padding-left:4mm;
  border:none;
}
#item {
  border:none;
}
#caption {
	font-size:9px;
	font-style: italic;
	border:none;
	padding:0;
}
/*----------------------------------------------*/
SELECT
{	font-family: Verdana;
	font-weight: normal;
	font-size:   11px;
	color:		  #000000;
	background-color: #FFFFFF;
}
/*----------------------------------------------*/
INPUT
{	font-family: Verdana;
	font-weight: normal;
	font-size:   11px;
	color:		  #000000;
}
/*----------------------------------------------*/
TEXTAREA
{	font-family: Verdana;
	font-weight: normal;
	font-size:   11px;
	color:		  #000000;
	background-color: #FFFFFF;
}
/*----------------------------------------------*/
H1
{   
	font-weight: bold;
	font-size:   34px;
	color:		 darkblue;
}

/*----------------------------------------------*/
A
{	font-family:     Comic sans ms;
    font-size:       9pt;
	FONT-WEIGHT: 	 normal;
	COLOR:		 	 #004080;
	font-style:	 	 normal;
	text-decoration: none;
}

A:hover
{	FONT-WEIGHT: normal;
	COLOR: 		 #FF5357;
}
UL 
{   margin-left:  0;
    padding-left: 0;
    list-style:   none;
}
LI
{   padding-left: 6mm;
    background-image: url(images/star.gif);
    background-repeat: no-repeat;
    background-position: 1.5mm 1mm;

}

#toolTip {
  display;none;
  position;absolute;
  width;220px;
  height;auto; 
  padding:10px;
  background-color:#ffd;
  border solid 1px gray;
  border-right:solid 3px gray;
  border-bottom:solid 3px gray;
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;

}
/*----------------------------------------------*/
.copy 
{	font-family:     Comic sans ms;
  font-size:       7pt;
	FONT-WEIGHT: 	 normal;
	COLOR:		 	 #004080;
	font-style:	 	 normal;
	text-decoration: none;
	text-align:		 center;
}
img {
    cursor:hand;
    border:solid 1px gray;
}

#description {
	font-weight:bolder; text-decoration:none; 
}
.t1 {
	COLOR:		 	 #004080;
	FONT-WEIGHT: 	 bold;
}

.transOFF {background-color: silver; }
.transON {background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }
.trans25 {background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25; }
.trans75 {background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; }

