/*Lightbox stuff*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*End Lightbox stuff*/




body
{
font-size: 70%;
color:#000000;
background-color:#6daeff;
 background-image: url(img/bdbluedesigns.jpg); 
	background-attachment: fixed;
	background-position:bottom left;
	background-repeat:no-repeat;
margin:0px;
}

body, p, h2, h3, table, td, th, ul, ol, textarea, input
{
font-family: tahoma, verdana, arial;
}

/*New stuff by me*/


li.second
{
margin-left: 20px;
list-style-type: circle;
}

ul
{
margin-top: 5px;
margin-bottom: 5px;
padding: 2px;
}

/*End new stuff*/

table, input, textarea
{
font-size: 100%;
}

a:link    {color:#A80011; background-color:transparent}
a:visited {color:#A80011; background-color:transparent}
a:active  {color:#A80011; background-color:transparent}
a:hover   {color:#A80011; background-color:transparent}


a.black:link    {color:black; background-color:transparent}
a.black:visited {color:black; background-color:transparent}
/*a.red:active  {text-decoration:underline;color:black;}*/
a.black:hover   {text-decoration:underline;color:black;}

td
{
background-color:white;
}

/*td.left
{
background-color:#FFFF99
}*/

td.header
{
background-color:white;
}

th.left
{
color:#000000;
background-color:#ffe53d;
text-align:left;
padding: 5px;
font-weight: normal;
}

th.right
{
color:#000000;
background-color:#FFFFFF;
text-align: left;
padding: 5px;
font-weight: normal;
}

h1.blu
{
background-color: #330066;
color:#ffffff; 
padding:5px;
/*border: dashed;
border-color: #ff0000 #00ff00 #0000ff*/
}

table.tip
{
color:#000000;
background-color:#ffffff;
font-size: 100%;
border:1px red dashed;
}

table.header
{
color:#000000;
background-color:#ffffff;
border:20px black;
padding:5px;
text-align: center;
}

/*White BG*/
table.main
{
color:#000000;
background-color:#ffffff;
border:20px black;
}

th.main
{
font-weight: normal;
}

/*White BG blue text, bigger text*/
table.blutxt
{
color:#12009C;
background-color:#f1f1f1;
font-size: 120%;
}

/*White bg normal black text*/
table.white
{
color:#000000;
background-color:#f1f1f1;
font-size: 100%;
}

hr
{
background-color:transparent;
color:#000000;
height:1px;
}

h1
{
font-family: tahoma, verdana, arial;
font-size:14px;
text-align: center;
}