/*
	styles for inaugural lecture site
	03 September 2007 (amended)
*/

body {
	background-color: #fff;
	color:#444;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

a {
	color: #71002E;
	text-decoration: none;
}

a:link.nounderline {
	text-decoration: none;
}

a:visited.nounderline {
	text-decoration: none;
}

a:visited  {
	color: #71002E;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

h1 {
	color: #71002E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	margin-top: 4%;
}

h1.index {
	color: #71002E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-top: 2%;
}

h2 {
	color: #71002E;
	font-size: 130%;
	font-weight:normal;
}

h2.lecture {
	font-size: 95%;
	margin-top: 7%;
	margin-bottom: -2%; 
}


h3, h4, h5, h6 {
}

ol {
	margin-left: 4%;
	margin-right: 4%;
}

p {
	line-height: 150%;
}

ul {
	margin-left: 4%;
	margin-right: 4%;
}

.center {
	text-align: center;
}

.nav {
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}

.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.bigger {
	font-size: 110%;
	font-weight: bold;
}

table.styled_table {
	border-top:1px solid #efefef;
	border-right:1px solid #efefef;
}

table.styled_table th{
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
}

table.styled_table td{
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
}

img.photae {
	padding:5px;
	margin:5px;
	border:1px solid #efefef;
}

.photae {
	margin:5px;
	padding:5px;
	border:1px solid #aaa;
}

/* Map */

#map {
	margin:0 auto;
	text-align:center;
	padding-bottom:18px;
	background:url(images/map_shadow.gif) no-repeat bottom;
}

#campusmap {
	margin:0 auto;
	text-align:center;
	padding-bottom:13px;
	background:url(images/map_shadow.gif) no-repeat bottom;
}

/*--------------------------------------------------{   HIGHSLIDE STYLES   }-----------------*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {

}
.highslide:hover img {
background:none;
}

.highslide-wrapper {
	background: #909090;
}

/*---------------------{   the zoomed image   }-----*/
.highslide-image {
	padding:5px;
	border:1px solid #706547;
	background:#fff;
}

.highslide-image-blur {
}

.highslide-caption {
    display: none;
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

a.highslide-full-expand:hover {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
