/* ------------------------------------------------------------------------------------------------------------------------------- */

body    {
        margin-top: 0; margin-left:15; margin-right: 15; margin-bottom: 0;
        font-family: georgia;
                font-size:12px;
        background:url(images/background2.jpg); background-repeat: repeat-x; repeat-y;
                }

/* ------------------------------------------------------------------------------------------------------------------------------- */
        
.colorclass0 { 
        color:red;
        background-color: #ffffff;
}

.colorclass1 {
        background-color: #E0E1E1;
}

.colorclass2 {
        background-color: #B2B5B6;
}

.padder1 { padding: 1; } .padder2 { padding: 2; } .padder3 { padding: 3; } .padder4 { padding: 4; } .padder5 { padding: 5; }
.padder6 { padding: 6; } .padder7 { padding: 7; } .padder8 { padding: 8; } .padder9 { padding: 9; } .padder10 { padding: 10; }

.tdclass1 {
        padding: 5;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: 000000;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: 000000;
        background-repeat: repeat-x;
        background-color: #F3F3F3;
}

.tdclass2 {
        color:white;
        padding: 5;
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: FFFFFF;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: FFFFFF;
        background-repeat: repeat-x;
      background-color: #000000;
}

.textclass1
        {
        color: 666565;
        font-size:19px;
        }
                
.textclass2
        {
        color: 666565;
        font-size:20px;
        }                          
        
a:link
        { color: 000000; font-size:16px; text-decoration:none; }
a:active
        { color: E40318; font-size:16px; text-decoration:none; }
a:visited
        { color: 022296; font-size:16px; text-decoration:none; }
a:hover
        { color: EC041A; font-size:16px; text-decoration:underline; }
                
.subcat_link a:link 
        { color: 646868; text-decoration:none; font-size: 12px; }
.subcat_link a:active 
        { color: 646868; text-decoration:none; font-size: 12px; }
.subcat_link a:visited 
        { color: 646868; text-decoration:none; font-size: 12px; }
.subcat_link a:hover 
        { color: 000000; text-decoration:underline; font-size: 12px; }                
                
.itty_link a:link 
        { color: 000000; text-decoration:none; font-size: 11px; }
.itty_link a:active 
        { color: 000000; text-decoration:none; font-size: 11px; }
.itty_link a:visited 
        { color: 000000; text-decoration:none; font-size: 11px; }
.itty_link a:hover 
        { color: EB6812; text-decoration:underline; font-size: 11px; }

.itty_link 
        {
        font-size:11px;
        color:000000;
        }
        
.itty_itty_link 
        {
        font-size:10px;
        }                        
        
.white_link a:link 
{ color: DEE0E5; font-size:14px; text-decoration:none; }
.white_link a:active 
{ color: DEE0E5; font-size:14px; text-decoration:none; }
.white_link a:visited 
{ color: DEE0E5; font-size:14px; text-decoration:none; }
.white_link a:hover 
{ color: ffffff; font-size:14px; text-decoration:underline; }        

.white_link {
        color: ffffff;
        font-size:14px;
}                

.bigtitle a:link 
{ color: DEE0E5; font-size:20px; text-decoration:none; }
.bigtitle a:active 
{ color: DEE0E5; font-size:20px; text-decoration:none; }
.bigtitle a:visited 
{ color: DEE0E5; font-size:20px; text-decoration:none; }
.bigtitle a:hover
{ color: ffffff; font-size:20px; text-decoration:underline; }

/* ------------------------------------------------------------------------------------------------------------------------------- */

#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:js/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(js/image/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(js/image/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; }