/* CSS Document */

body
{
text-align:center;
background-color:#000000;
}

.page
{
width:741px;
text-align:left;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
background-color:#000000;
}

.navbar
{
background-color:#000000;
color:#ffffff;
font-size:10px;
text-align:center;
border-left:#183E72;
border-left-style:solid;
border-left-width:thin;
height:15px;
padding-left:19px;
padding-right:19px;
float:left;
}

.navborder
{
border-right: thin solid #183E72;
height:15px;
}

a:link, a:visited
{
text-decoration:none;
color:#183E72;
}

a:hover, a:active
{
background-color:#000000;
text-decoration:underline;
color:#183E72;
}

.navbar:link, .navbar:visited
{
text-decoration:none;
color:#ffffff;
}

.navbar:hover, .navbar:active
{
background-color:#000000;
text-decoration:none;
color:#183E72;
}

.rightnav
{
width:100px;
float:right;
text-align:right;
height:600px;
background-image:url(images/rightnav2.png);
background-repeat:none;
}


.rightnav_small
{
width:100px;
float:right;
text-align:right;
height:250px;
background-image:url(images/rightnav2.png);
background-repeat:none;
}


h1
{
font-weight:bold;
font-size:12px;
text-align:left;
color:#FFFFFF;
display:inline;
}

h2
{
font-weight:bold;
font-size:10px;
text-align:left;
color:#183E72;
display:inline;
}

h3
{
font-weight:bold;
font-size:10px;
text-align:left;
color:#B60000;
display:inline;
}

h4
{
font-weight:bold;
font-size:11px;
text-align:left;
color:#FFFFFF;
display:inline;
}

h4 a:link, h4 a:active, h4 a:visited, h4 a:hover
{
color:#FFFFFF;
}

.column1
{
width:190px;
float:left;
margin:5px;
font-size:12px;
text-align:center;
}

.column2
{
width:190px;
float:left;
margin:5px;
font-size:12px;
text-align:center;
}

.column3
{
width:190px;
float:left;
margin:5px;
font-size:12px;
text-align:center;
}

.footerleft
{
width:100%;
float:left;
text-align:center;
}

.sleeperstable
{
background-color:#FFFFFF;
color:#000000;
border:thin solid #183E72;
}

marquee
{
font-size:small;
}


/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/greybox.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 726px !important; /* intended total box width - padding-right(next) */
/*    width: 711px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: 100% !important; 
	height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 

#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; }

