/* Standard styles for HTML elements */
html {
	height: 100%;
} 
 
body {
	margin: 0px;
	padding: 0px;
	background-color: #FF9409;
	background-color: #1D1D1D;
	color: #434343;
	text-align: center;
	font-family: 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	font-size: 10px;
	font-style: normal;
	height: 100%;
}

p {
	padding: 0px;
}

a {
	color: #4987BB;
	text-decoration: none;
}

a:hover {
	color: #4987BB;
	text-decoration: underline;
}

table {	
	border-spacing: 0px;
	font-size: 10px;
}
table th,td {
	vertical-align: top;
}

h1, h2, h3 {
	color: black;
}

div.wrapper {
	padding: 0px;
	margin: 0px;
	background-image: url('/res/img/Image20.png');
	background-repeat: repeat-y;
	background-position: top center;
}

div.header {
	height: 74px;
	background-color: black;
	background-repeat: repeat-x;
	background-image: url('/res/img/Image17.png');
	border-left: 0px solid white;
	border-right: 0px solid white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*border-bottom: 2px solid #3A3A3A;*/
	border-bottom: 2px solid #FF9409;
}

div.nav {
	margin: auto;
	width: 600px;
	color: white;
	font-family: 'Verdana', 'Tahoma', 'Lucida Sans', 'Geneva', sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	padding-right: 14px;
	text-align: left;
}

div.nav th {
	color: white;
	vertical-align: top;
	text-align: left;
}

div.nav td {
	color: white;
	vertical-align: top;
}

div.nav a {
	color: #F8AF11;
	font-weight: normal;
	text-decoration: none;

}

div.nav a:hover {
	color: #F8AF11;
	font-weight: normal;
	text-decoration: underline;
}


div.title {
	margin: auto;
	height: 50px;
	width: 600px;
	background-color: transparent;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url('/res/img/neverfear_projects.png');
}

div.contents {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0px;
}
div.contents pre {
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #D9D9D9;
	background-color: #f3f3f3;
	overflow: auto;
}
div.contents blockquote {
        margin-left: 20px;
	margin-right: 20px;
	padding: 7px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	overflow: auto;
	font-style: italic;
}
blockquote p {
	padding: 0px;
	margin: 0px;
}


div.outer-body {
	width: 808px;
	background-color: #343434;
	margin: auto;
	text-align: center;
}

div.body {

	width: 760px;

	margin: auto;
	margin-top: 0px;
	font-size: 12px;
	text-align: justify;
	font-style: normal;
	line-height: 200%;
	letter-spacing: 0.05px;
	color: #434343;
	background-position: top left;
	background-color: white;
	background-repeat: repeat-y;
	background-image: url('/res/img/edge0.png');
	/*
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	*/
	border-left: 6px solid #959595;
	border-right: 6px solid #959595;
	min-height: 370px;
}

div.body p {
	/*padding-bottom: 30px;*/
}

div.body h1, h2, h3 {
	border-bottom: 2px dotted #ddd;
}
div.body h2, h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}

div.project-overview p {
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
}


div.project-info {
}

h1.project-title {
	font-style: normal;
	font-weight: bold;
	font-size: 24pt;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #aaa;
	letter-spacing: 1px;
	font-family: "Verdana";
	color: black;
	text-align: left;
}

div.project-leader {
	font-size: 10pt;
	padding-bottom: 0px;
}

div.project-toc {
	padding-bottom: 0px;
}

div.project-toc ol {
}

div.project-toc li {
	list-style-type: square;
}


div.bottompanel {
	padding: 0px;
	margin: 0px;
	height: 74px;
	color: #ddd;
	background-color: black;
	background-image: url('/res/img/Image17.png');
	background-position: top center;
	border-top: 2px solid #3A3A3A;
	border-bottom: 2px solid #3A3A3A;
}

div.bottompanel_text {
	padding-top: 32px;
}

.backto-project-toc {
	display: inline;
}



a.project-link {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('/res/icons/nfusb2.png');
	padding-left: 48px;
	padding-top: 16px;
	padding-bottom: 16px;
}

p.generic-options {
	padding-bottom: 0px !important; 
	margin: 0px;
	margin-top: 24px;
	margin-bottom: 24px;
	border-bottom: 2px dotted #ddd;
}



textarea.full-size {
	width: 600px;
	height: 300px;
}
textarea.full-size-short {
	width: 600px;
	height: 100px;
}

input.full-size {
	width: 600px;
}

input.half-size {
	width: 298px;
}

input.third-size {
	width: 197px;
}

