/* COLORS AND STYLES */

a:link {color: #00247e; text-decoration: none;}     /* unvisited link */
a:visited {color: #00247e; text-decoration: none;}  /* visited link */
a:hover {color: #999999; text-decoration: none;}   /* mouse over link */
a:active {color: #00247e; text-decoration: none;}   /* selected link */

a.footerlink:link {color: #00247e; text-decoration: none;}     /* unvisited link */
a.footerlink:visited {color: #00247e; text-decoration: none;}  /* visited link */
a.footerlink:hover {color: #999999; text-decoration: none;}   /* mouse over link */
a.footerlink:active {color: #00247e; text-decoration: none;}   /* selected link */

table.bigtable {



}

img.spectrum { 

}


td.topstripes {

}

td.bottomstripes {

}

td.logo {
	background-color: white;

}


td.motto {
	background-color:  white;

}

td.search {

	background-color: white;

}


td.callout1 {

	border-left-color: white;
	border-left-style: solid;


}


td.maintitle {

	color: white;
	background-color: #9d9e9c;
	border-top-color: white;
	border-top-style: solid;
	border-right-color: #9d9e9c;
	border-right-style: solid;
	border-left-color: white;
	border-left-style: solid;

}

td.mainbody {

	background-color: white;
	border-right-color: #e5e5e5;
	border-right-style: solid;
	border-left-color: #e5e5e5;
	border-left-style: solid;
}

td.secondary {

	background-color: #e5e5e5;
}


td.secondarytitle {

	color: #9d9e9c;
	background-color: #9d9e9c;
	border-top-color: white;
	border-top-style: solid;
	border-right-color: #9d9e9c;
	border-right-style: solid;

}

td.notices {

	background-color: white;
	color: black;

}

td.navbar {

	background-color: #e5e5e5;

}


td.secondary {

	background-color: #e5e5e5; 
	border-right-color: #e5e5e5; 
	border-right-style: solid; 

}

select.quicklinks {

}


.menudark {

	color: #ffffff ;
	background-color: #00247e;
	border-bottom-color: white;
	border-bottom-style: solid;

}


.menumedium {

	color: #ffffff ;
	background-color: #7f91be;
	border-bottom-color: white;
	border-bottom-style: solid;

}

.menulight {

	color: #ffffff ;
	background-color: #9d9e9c;
	border-bottom-color: white;
	border-bottom-style: solid;

}

a.menulinkdark:link {color: white;}
a.menulinkdark:visited {color: white;}
a.menulinkdark:hover {color: #ffecb0;}
a.menulinkdark:active {color: white;}

a.menulinkmedium:link {color: white;}
a.menulinkmedium:visited {color: white;}
a.menulinkmedium:hover {color: #ffecb0;}
a.menulinkmedium:active {color: white;}

a.menulinklight:link {color: white;}
a.menulinklight:visited {color: white;}
a.menulinklight:hover {color: #ffecb0;}
a.menulinklight:active {color: white;}


h1 {

	color: black;

}

p {

	color: black;

}

td.mainbody {
	
	color: black;
	
}



/* WIDTHS, LINES, AND PADDING */

table.bigtable { 

	width: 1000px; 
	
}

img.spectrum {

	margin-left: 16px;
	padding-top: 10px;
}


td.topstripes {

	width: 1000px;
	height: 5px;
}

td.bottomstripes {

	width: 1000px;
	height: 5px;
}

td.logo {

}


td.motto {

}

td.search {

}


td.callout1 {  /* must add up to 826 */

	width: 825px;
	border-left-width: 1px;
	
}

td.maintitle { /* must add up to 550 */

	width: 544px; 
	padding: 0px 2px 0px 2px; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	height: 22px;

}

td.mainbody { /* must add up to 550 */

	width: 528px; 
	padding: 5px 10px 10px 10px; 
	border-right-width: 1px;
	border-left-width: 1px;

}

td.secondarytitle { /* must add up to 276 */

	width: 263px; 
	padding: 0px 10px 0px 2px; 
	border-top-width: 1px;
	border-right-width: 1px;
	height: 22px;

}

td.notices {

	width: 1000px;
	
}

td.navbar { /* must add up to 174 */

	width: 174px;

}


td.secondary { /* must add up to 276 */

	width: 255px;
	padding: 5px 10px 10px 10px; 
	border-right-width: 1px; 
}

select.quicklinks {

	margin-left: 11px;
	width: 150px;
	
}


.menudark {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}


.menumedium {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}

.menulight {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}

/*  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(http://www.memphis.edu/wish/lbimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.memphis.edu/wish/lbimages/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; }

