/* Basic Styling */

*{
   margin: 0;
   padding: 0;
}


body {
   background: #8aaae9 url(/v5/background.gif) repeat-x;
   font: 0.85em/1.1em Verdana;
   color: #4F4F4F;
   line-height: 1.8em;
   text-align: center;
}


a {
   color: #505050;
   font-weight: bold;
   padding: 1px;
}

a:hover {
   color: #7A0C04;
}

p {
   margin: 0 10px 12px 10px;
}

h1 {
   margin: 22px 0 6px 0;
   color: #FFFFFF;
   font: 2.5em "Georgia", verdana;
   font-weight: normal;
}

h2 {
   margin: 15px 0 6px 10px;
   color: #7A0C04;
   font: 1.85em arial;
   font-weight: bold;
   font-style: italic;
}

h3 {
   color: #7A0C04;
   margin: 15px 0 6px 8px;
   font-weight: bold;
   font: 1.5em Arial;
}

h4 {
   color: #000000;
   margin: 15px 0 6px 8px;
   font-weight: bold;
   font-size: 1.15em;
}

img {
border: 0;
}

    img.gala {
    padding: 15px 0 0 25px;
}
 
#container {
   margin: 0 auto;
   text-align: left;
   width: 715px;
   margin-top: 12px;
}

#wrapper {
   width: 100%;
   margin: 0 auto;
   clear: both;
   background: #eeebeb;
   }


/* Header DIV */

#header {
   width: 100%;
   height: 198px;
   text-align: center;
   float: left;
   margin: 0;
   padding: 0;
   background: #4c84d4 url(/v5/images/header1.png);
   font-width: normal;
}

/* Navigation*/

#nav{
   width: 715px;
   height: 35px;
   float: right;
   list-style: none;
   font-family: Arial;
   margin: 0 0 -2px 0;
   background: url(/v5/images/nav1.png);
}

	#nav li {
	   display: inline;
	}

	#nav li a {
	   float: right;
	   display: block;
	   width: 15%;
	   text-align: center;
	   color: #505050;
	   font-size: 1.3em;
	   border: 0;
	   margin: 3px 5px 5px 0;
	   padding: 3px;
	   text-decoration: none;
	}

	#nav li a:hover {
	   color: #7A0C04;
	}


/* Content*/

#content {
   background: #FFFFFF;
   width: 100%;
   float: left;
   padding: 0;
   min-height: 300px;
}

#content ul,ol {
   padding: 3px 0 3px 2px;
   margin: 0 0 5px 30px;
	}

	#content ul li{
	   list-style-type: circle;
	}
	
/* Footer*/

#footer {
   clear: both;
   width: 100%;
   text-align: center;
   background: #142842 url(http://ufacademy.org/v5/footer.png) no-repeat;
   padding: 15px 0 5px 0;
   color: #C0C0C0;
   height: 75px;
}

	#footer a {
	   color: #8F8F8F;
	   font-weight: bold;
           padding: 4px;
	}
	
	#footer a:hover {
	   color: #FFFFFF;
           padding: 4px;
	}

#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(/v5/lightbox/js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/v5/lightbox/js/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; }










.left {
width: 45%;
float: left;
background: #CCC;
margin: 0 0 15px 20px;
}

.right {
width: 45%;
float: right;
background: #CCC;
margin: 0 20px 15px 0;
}

p.center {
text-align: center;
}

table {
margin: 30px;
padding: 0;
border: 0;
}

tr.light {
background: #DDDDDD;
}

tr.dark {
background: #BBBBBB;
}

td.light {
background: #DDDDDD;
}

td.dark {
background: #BBBBBB;
}