ul, ol {
	margin: 0px;
	padding-left:30px;
	}
	
.single {
	margin: 0em 0% 0em 0%;
	line-height: 1.2em;
}

.whitefont {
	color: #ffffff;
}

.question {
	margin: 1em 0% 0em 0%;
	line-height: 1.2em;
	font-weight: bold;
	color: #001f55;
	font-size: 1.1em;
}

.answer {
	margin: 0em 0% 0em 0%;
}

.quote {
	color: #001f55;
	font-style: italic;
}	

.label {
	font-weight: bold;
	color: #001f55;
	font-size: 1em;
}

.Product_Name {
	font-size: 1em;
	font-weight: bold;
	color: #001f55;
}
.Coverage {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}
.Long_Desc {
	font-size: .8em;
	font-weight: normal;
	color: #333333;
}
.Subject {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
}
.Fulltext {
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #001f55;
	background-color: #eeeeee;
}
.LU {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	background-color: #CCFFFF;
	color: #000000;
}
.New {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.explain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.tablefont {
	font-size: 1em;
}
.boxfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001f55;
}

.box {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001f55;
	width: 80%;
	border: 2px solid #001f55;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}	

.lib_table {
	background-color: #eeeeee;
	border: 2px solid #3e5569;
	border-collapse:collapse;
	}

.lib_table td, .lib_table th, .lib_table tr {
	border: 2px solid #3e5569;
	padding: 5px;
	border-collapse:collapse;
	}

.lib_table th {color: #FFFFFF;
	background-color: #687a8a;
	text-align: left;
	}
	
#writeroot {
font-size: 0.8em;
}
#writeroot a {
font-size: 1.2em;
font-weight: bold;
margin-right: 10px;
}
#writeroot span {
font-size: 1.2em;
padding-right: 5px;
}
#writeroot td {
padding-bottom: 10px;
}

#imageleft {
margin: 0 25px 0 25px;
}

#imageright {
padding-bottom: 25px;
padding-right: 25px;
margin-left:auto;
margin-top:auto;
}


/* styles for Quick Search widgets */
.qs {
	color: #5F7491;
	font-weight: bold; 
	}

/* styles for Libguides widgets */
.libguides_subwidget {
	position:absolute;
	left:755px;
	top:287px
	}
	
/* styles for media lab redesign */
.media #Accordion1 {
	width:210px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	}
.media .AccordionPanelContent ul{
	padding-top:5px;
	padding-bottom:5px;
	}
.media .content {
	float:left;
	padding-left:5px;
	width:515px;
	}
.media .equipment {
	clear:left;
	}
.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFE0;
	padding: 0px;
	left: -1000px;
	border: 1px solid;
	visibility: hidden;
	color: black;
	text-decoration: none;
	display:none;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	display:block;
	top: 5px;
	left: 50px; /*position where enlarged image should offset horizontally */
	top:35px;
}
.dropdownmenu .bolditem {
	text-decoration: underline;
}

/* a class to use for image links so they aren't given borders */
/* previously accomplished with image maps, but ...ew */
a.plain:hover {
	text-decoration: none;
	border: 0px solid #FFFFFF;
}
.approval-date {
	font-style:italic;
}