/* CSS Stylesheet for NJAltFormat */

/* GENERAL ELEMENTS */
body {
	background-color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #030;
	text-decoration: underline;
}

a:hover {
	color #030;
	text-decoration: none;
}

h2 {
	font-size: 1.2em;
	color: #036;
}

ul {
	list-style-type: square;
}

li {
	margin-bottom: 5px;
}

/* HEADER */
#header {
	background-image: url(../images/header_bkgrnd.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid #030;
	padding: 15px 20px 15px 20px;
}

#header h1 {
	color: #fff;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

#header #topnav {
	position: absolute;
	top: 20px;
	right: 20px;
}

#header #topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header #topnav ul li {
	display: inline;
	padding-left: 40px;
}

#header #topnav a:link, #header #topnav a:visited {
	color: #fff;
	text-decoration: none;
}

#header #topnav a:hover {
	color: #030;
	text-decoration: underline;
}

/* CONTENT */
#content {
	padding: 20px;
}

#content #breadcrumbs {
	color: #030;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}

#content #breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content #breadcrumbs ul li {
	display: inline;
}

#content #breadcrumbs a:link, #content #breadcrumbs a:visited {
	color: #030;
	text-decoration: underline;
}

#content #breadcrumbs a:hover {
	color: #030;
	text-decoration: none;
}

/* Forms */
form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	margin-bottom: 5px;
	color: #036;
}

.formelement {
	margin-bottom: 10px;
}

.textbox {
	width: 300px;
	border: 1px solid #ccc;
	padding: 3px;
	color: #666;
}

/* ICONS */
.icon {
	padding-right: 5px;
}

/* TABLES */
table {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	border-collapse: collapse;
	color: #333333;
	text-align: left;
}

th {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 5px;
	border-collapse: collapse;
}

td {
	border: 1px solid #ccc;
	padding: 5px;
	border-collapse: collapse;
}

/* Yellow Box */
.yellowbox {
	background-color: #ffc;
	border: 1px solid #f90;
	padding: 10px;
	margin-bottom: 20px;
}

.yellowbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.yellowbox ul li {
	padding-bottom: 10px;
}

/* Error */
#error {
	background-color: #FFD9D6;
	border: 1px solid #900;
	color: #900;
	padding: 10px;
	margin: 0 0 15px 0;
}

/* Confirmation */
#confirmation {
	background-color: #DEF2D1;
	border: 1px solid #690;
	color: #660;
	padding: 10px;
	margin: 0 0 15px 0;
}


/* Buttons */
.greenbutton {
	padding: 5px;
	background-color: #9c0;
	border: 1px solid #660;
}
.greenbutton:link, .greenbutton:visited {
	color: #660;
	text-decoration: none;
}
.greenbutton:hover {
	color: #690;
	text-decoration: none;
}
.redbutton {
	padding: 5px;
	background-color: #F09F93;
	border: 1px solid #900;
}
.redbutton:link, .redbutton:visited {
	color: #900;
	text-decoration: none;
}
.redbutton:hover {
	color: #F00;
	text-decoration: none;
}

