/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
}

body, table, td, th {
  color: black;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
}

/* Hyperlinks */
a:link {
  color: #990000;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #990000;
  text-decoration: underline;
}

a:active {
  color: #990000;
  text-decoration: underline;
}

.hdrNav {	/* Header Nav Hyperlinks */
  color: black;
  font-size: 10px;
  font-weight: bold;
}

.hdrNav a:link {
  color: black;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.hdrNav a:visited {
  color: black;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.hdrNav a:hover {
  color: black;
  text-decoration: underline;
}

.hdrNav a:active {
  color: black;
  text-decoration: underline;
}

.lftNavTop {	/* Top Left Nav Hyperlinks */
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.lftNavTop a:link {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavTop a:visited {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavTop a:hover {
  color: white;
  text-decoration: underline;
}

.lftNavTop a:active {
  color: white;
  text-decoration: underline;
}

.lftNavBot {	/* Bottom Left Nav Hyperlinks */
  color: black;
  font-size: 12px;
  font-weight: bold;
}

.lftNavBot a:link {
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavBot a:visited {
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavBot a:hover {
  color: black;
  text-decoration: underline;
}

.lftNavBot a:active {
  color: black;
  text-decoration: underline;
}

.lftnavfade { 	/* From old indextemplate.dwt style sheet */
    background: url('http://www.sc.edu/template/images/sidenav_redfade.jpg');  
    background-repeat: no-repeat;
    background-position: bottom;
}

.ftrNav {	/* Footer Nav Hyperlinks */
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.ftrNav a:link {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.ftrNav a:visited {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.ftrNav a:hover {
  color: white;
  text-decoration: underline;
}

.ftrNav a:active {
  color: white;
  text-decoration: underline;
}

/* Search Form on Left Nav Bar */
.searchInput {
  background-color: #EEEEEE;
  color: black;
  font-size: 10px;
  width: 120px;
}

.searchScope {
  background-color: #EEEEEE;
  color: black;
  font-size: 10px;
}

/* Copyright in footer */
.copyright {
  font-size: 10px;
}

/* ---------------------------------------- */
/* From old indextemplate.dwt style sheet */
.tip {
  color: white;
  font-size: 10px;
  font-weight: bold;
}

/* From old indextemplate.dwt style sheet */
.skiplink { 
  position: absolute; 
  left: 0px; 
  top: -500px; 
  width: 1px; 
  height: 1px; 
  overflow:hidden;
} 
/* ---------------------------------------- */

/* index.dwt header images */
.hdrimg {
	border-style:solid; 
	border-width:0px; 
	padding:0px; 
	margin:0px; 
	float:left;"
}

/* index.dwt divs */
.fullPageDiv {
	width:750px; 
	border-style:solid; 
	border-width:0px; 
	padding:0px; 
	margin:0px;
}

.leftColDiv {
	width:180px; 
	border-style:solid; 
	border-width:0px; 
	padding:0px; 
	margin:0px;
}

.rightColDiv {
	width:570px; 
	border-style:solid; 
	border-width:0px; 
	padding:0px; 
	margin:0px;
}
/* ---------------------------------------- */

/* Post Doc Conference Web Pages */
.boldTitle {
	font-weight:bold;
}
.bold13italic {
	font-size:13px; 
	font-weight:bold;
	font-style:italic;
}
.confTitle16 {
	font-size:16px; 
	font-weight:bold; 
}
.confDateTimeSmall{
	font-size:12px; 
	font-weight:500;
	line-height:1.75;
}
.confEventsSectionHeader {
	color:#333333;
	font-size:15px; 
	font-weight:bold; 
	font-style:italic;
}
.confEventsLocation {
	color:#333333;
	font-size:13px; 
	font-weight:bold;
	font-style:italic;
}

.confLinks a:link {color:black; text-decoration:underline;}
.confLinks a:visited {color:black; text-decoration:underline;}
.confLinks a:hover {color:#990000; text-decoration:underline;}
/* ---------------------------------------- */

/* Legacy Web Pages */
.legacyBoldTitle {
	font-weight:bold;
	margin-left: 0px;
}
ul.legacy {
	list-style-type: none;
	margin: 5px 0px 0px 1px; /*top right bottom left*/
	padding-left: 0px;
}
ul.legacy > li {
	padding-bottom: 7px;
}

/* ---------------------------------------- */
