

/**************************************
*
*  ETD Stylesheet
*   
***************************************/

body {
	font: small sans-serif;
	margin: 0px;
	padding: 0px;
	background: #aaa;
}

a {
	color: #369;
}

a:visited {
	color: #69c;
}

a:hover {
	color: #69c;
}

/**************************************
*
*  Headers
*   
***************************************/

h3 {
	font-size: small;
	font-weight: normal;
}

/**************************************
*
*  Page Container (all pages)
*   
***************************************/

#container {
	border: 1px solid #000;
	border-top: 0;
	margin: 0px;
	padding: 0px;
}

#border {
	width: 90%;	
	border: 3px solid #999;
	border-top: 0;
	margin: 0px auto;
	padding: 0px;
}

/**************************************
*
*  Front Page Banner
*   
***************************************/

#banner {
	background: #ace;
	color: #fff;
	padding: 40px 0px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #000;
}

#banner h1 {
	font-size: x-large;
	font-weight: normal;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 65px;
}

#banner a {
	color: #036;
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
}

#banner p {
	margin: 0px;
	font-size: small;
	padding: 0px 0px 0px 65px;
}

#banner p a {
	color: #fff;
}

#banner #unc-logo {
	position: absolute;
	top: 15px;
}

#banner #etd-logo {
	float: right;
	margin: -30px 10px 0px 0px;
}

/**************************************
*
*  Right Sidebar
*   
***************************************/

#right-column {
	background: url('/dspace/image/background-right.gif') repeat-y right;
}

#right {
	float: right;
	width: 200px;
	margin: 0px
	padding: 0px;
}

#right h3 {
	background: #eee;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0px 0px 1em 0px;
	padding: 2px 10px;
}

/**************************************
*
*  Breadcrumbs
*   
***************************************/

#locationbar {
	font-size: x-small;
	color: #999;
	margin-bottom: 1em;
}

/**************************************
*
*  Forms
*   
***************************************/

fieldset {
	background: #eee;
	border: 1px solid #aaa;
	margin: 10px;
	padding: 10px;
}

/**************************************
*
*  Tables
*   
***************************************/

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

td,th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
	text-align: left;
}

.evenRowOddCol,
.evenRowEvenCol {
	background: #eee;
}

th {
	background: #ace;
}

/* Skip the border on the submission progress bar */

.submitProgressTable,
.submitProgressTable * {
	border: 0;
	padding: 0;
}

/* Fixes for the ItemDisplay */

.metadataFieldLabel {
	font-weight: bold;
	text-align: right;
	background: #eef;
}

.itemDisplayTable,
.itemDisplayTable td,
.itemDisplayTable th {
	border: 0;
}

.editMeta,
.editMeta td,
.editMeta tr {
	border: 0;
}

/**************************************
*
*  Content
*   
***************************************/

#ie-sucks {
	background: #fff;
}

#center {
	padding: 0px;
 	line-height: 140%;
}

#center h3 {
	background: #eee;
	border-bottom: 1px solid #000;
	margin: 0px 0px 1em 0px;
	padding: 2px 10px;
}

#content h3 {
	margin: 1em 0;
	padding: 0;
	background: #fff;
	border: 0;
	font-size: large;
}

#content {
	margin: 0px 20px;
}

.content_group {
	border-bottom: 1px dotted #aaa;
	padding: 10px 0;
}

/**************************************
*
*  Footer
*   
***************************************/

#spacer {
	clear: both;
}

#footer {
	padding: 5px;
	margin-top: -10px;
	background: #eee;
	color: #777;
	border-top: 1px solid black;
	text-align: center;
	font-size: small;
}

#footer a {
	text-decoration: none;
	color: #69c;
}

/**************************************
*
*  Admin Tools
*   
***************************************/

#adminTools {
	float: right;
	border: 1px solid #ff5;
	background: #ffa;
	padding: 10px;
}

#adminTools h3 {
	background: #ffa;
	margin-top: 0;
}

/**************************************
*
*  Submission
*   
***************************************/

.submitNav {
	border: 0;
	text-align: right;
	background: transparent;
}

.submitNav input {
	margin-left: 10px;
}

.submitFormHelp {
	background: #ddf;
}

.submitAlert {
	background: #ffa;
	padding: 5px;
}

/**************************************
*
*  Misc
*   
***************************************/

.handle {
	font-weight: bold;
}

.handle a {
	padding: 5px;
	background: #ffb;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.prevNext {
	padding: 10px 0;
}

.rightsAlert {
	background: #faa;
}