* {
	font-family: sans-serif;
}

#thesisDisplay p {
	margin: 1% 5% 1% 5%;
	line-height: 20px;
	font-size: 0.9em;
	text-align: justify;
	text-indent: 35px;
}

div.acknoledgments p {
	margin: 5% 10% 5% 10%;
	text-align: center;
}

div.acknoledgments p.title {
	font-weight: bold;
}

p.intro {
	color: steelblue;
	text-align: center;
	margin: 5% 30% 5% 30%;
	border-top: solid 2px steelblue;
	border-bottom: solid 2px steelblue;
	padding: 20px 5px 20px 5px;
	line-height: 22px;
}

p.intro span.quote {
	color: steelblue;
}

p.note {
	border: solid 1px steelblue;
	padding: 2px;
	background-color: lightblue;
	margin: 2% 5% 2% 5%;
	padding: 1%;
}

p.navigation {
	text-align: center;
}

#thesisDisplay  a.link {
	
}

#thesisDisplay  a.hover {
	
}

#thesisDisplay a.disabled, 
#thesisDisplay a.disabled link,
#thesisDisplay a.disabed hover {
	color: lightgray;
}

#thesisDisplay  h1 {
	margin-top: 5%;
	margin-left: 10%;
	font-size: 22px;
	font-weight: bold;
}

#thesisDisplay  h2 {
	margin-top: 2%;
	margin-left: 15%;
	font-size:20px;
}

#thesisDisplay  h3 {
	margin-top: 2%;
	margin-left: 20%;
	font-size: 18px;
	color: gray;
}

#thesisDisplay  h4 {
	color: steelblue;
	margin-left: 25%;
	margin-top: 1%;
	font-size: 16px;
}

#thesisDisplay h5 {
	margin-left: 8%;
}

#lightbox li {
	text-align: justify;
	list-style-image: url("li-image.jpg");
	margin-left: 65px;
	margin-right: 5%;
	line-height: 18px;
	text-align: justify;
	font-size: 0.9em;
}

#thesisDisplay li {
	text-align: justify;
	margin-left: 65px;
	margin-right: 5%;
	line-height: 18px;
	text-align: justify;
	font-size: 0.9em;
}

#lightbox .child {
	margin-left: 75px;
}

#thesisDisplay table {
	margin-left: 30%; 
	width: 40%; 
	padding: 2px;
}

#thesisDisplay table td {
	border: dashed 1px lightgray;
	text-align: center;
}

#thesisDisplay table td.title {
	text-align: center;
	font-size: 0.9em;
}


span.quote {
	font-style: italic;
	color: #2e2e2e;
	font-size: 0.9em;
}

/********** lightbox *********/

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:350px;
	height:220px;
	margin:-120px 0 0 -150px;
	padding: 5px 10px ;
	border:3px solid #444;
	background:#fff;
	text-align:left;
	overflow: auto;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:steelblue;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}

#lbContent li {
	text-align: left;
	list-style-image: url("li-image.jpg");
	margin-left: 20px;
	margin-right: 10px;
	line-height: 18px;
	font-size: 0.9em;
}

#lbContent li.child {
	margin-left: 40px;
}

#lightbox.loading #lbLoadMessage{
	display:block;
}
#lightbox.loading #lbLoadMessage{
	margin: 45%;
}

