* {
	margin:0; padding:0; border:0;
}
body {
	background: #999999;
        background-image:url('../images/background.png');
        background-repeat: repeat-y;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 14px;
}
h1, h2, h3 {
	text-transform: uppercase;
}
#headline {
	position: relative;
	background: #ffffff;
	/*border-top: 2px solid #FE5400;
	border-bottom: 1px solid #000;*/
	color: #FFF;
	padding-left: 100px;
	line-height: 0;
}
#aicp {
	position:absolute;
	top:30px;
	left:100px;
}
.maincontent {
	border: 0px solid #e8e8e8;
	padding: 0px;
	overflow: hidden;
}



/* TOP NAV */

.navbar {
	background: #231F20;
	border-bottom: 1px solid #e8e8e8;
	height: 45px;
	padding-left: 10px;
	overflow:visible;
}
.navbar tr {
	list-style:none;
	padding-top: 8px;
	overflow: hidden;
}
.navbar td {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration:none;
	color: #ffffff;
}
.navigation .nav_contact {
/*	background: none;*/
}
.navigation .nav_about {
	background: none;
}
.navbar td a {
	display: block;
	padding: 0.75em 0 0.25em;
	text-transform: uppercase;
	text-decoration:none;
	color: #ffffff;
}
.navbar td a:hover {
	color: #FE5400;
}
/* IE5/Mac hacks */
/*\*//*/
#navbar {padding-top: 0.75em; height: 1.66em;}
#navbar li a {display: inline;}
/**/



/* MAIN */

#textcolumn {
	float:left;
	width: 70%;
	margin-bottom: 30px;
}
#textcolumn h2 {
	font-size: 17px;
	color:#444444;
	/*border-bottom: 1px solid #e8e8e8;*/
	padding-left:10px;
	padding-top:10px;
}
#textcolumn .text {
	color:#333;
	padding-left:10px;
	padding-top:10px;
	margin:10px 0 30px 0;
	font-size: 14px;
	line-height: 15px;
}
#textcolumn .text p{
	padding-left:30px;
}
#textcolumn a {
	color:#FE5400;
	text-decoration:none;
}
#textcolumn a:hover {
	text-decoration:underline;
}



/* HELP */

#helpcolumn {
	float:right;
	width: 173px;
	margin-left: 20px;
}
#helpcolumn h3 {
	font-size: 16px;
	color:#333;
	padding-left:10px;
}
#helpcolumn p {
	/*border-top: 2px solid #FE5400;
	border-bottom: 2px solid #FE5400;
	*/
        background: #FE5400;
	padding:20px 10px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 15px;
}
#helpcolumn a {
	color:#FE5400;
	text-decoration:none;
}
#helpcolumn a:hover {
	text-decoration:underline;
}



/* FULLWIDTH DATA TABLE */

#fullwidth {
	clear:both;
}
#fullwidth h2 {
	font-size: 14px;
	color:#FE5400;
	padding:0 0 6px 10px;
}
#datatable {
	border-top: 1px solid #48433f;
	border-bottom: 1px solid #48433f;
	color: #333;
	font-size: 14px;
        width:697px;
}
#nextdescription {
	color: #333;
	font-size: 16px;
	padding: 10px;
	line-height: 120%;
}
.trhead {
	text-transform: uppercase;
	background: #ede9db;
}
.trhead td {
	padding: 6px 0 3px 0;
}
.trbkg td {
	border-top: 1px solid #5e5e5e;
	padding: 6px 0 3px 0;
	font-size:12px;
}
.trbkg_nb td {
	padding: 6px 0 3px 0;
	font-size:12px;
}
.trbkg img {
	padding: 0 6px;
}
.trbkg_nb img {
	padding: 0 6px;
}
/*
.incomplete td {
	border-top: 1px solid #5e5e5e;
	padding: 6px 0 3px 0;
	background: #c97f7c;
}
.incomplete img {
	padding: 0 6px;
}
.incomplete img {
	padding: 0 6px;
}
*/
.incomplete td {
	border-top: 1px solid #5e5e5e;
	background:#FE5400;
	color:#FFF;
	padding: 6px 0 3px 0;
	font-size: 12px;
}
.incomplete_nb td {
	background:#FE5400;
	color:#FFF;
	padding: 6px 0 3px 0;
	font-size: 12px;
}
.incomplete img {
	padding: 0 6px;
}
.incomplete_nb img {
	padding: 0 6px;
}
#datatable .incomplete ul a {
	color:#000;
}
#datatable .incomplete ul a:hover {
	color:#FFF;
}
.incomplete .n_edit {
	background: url(../images/edit_o.gif) center left no-repeat;
	margin-bottom:4px;
}
.incomplete .n_delete {
	background: url(../images/delete_o.gif) center left no-repeat;
	margin-bottom:4px;
}
.incomplete .n_add {
	background: url(../images/add_o.gif) center left no-repeat;
}
#datatable .incomplete ul a {
	color:#000;
}
#datatable .incomplete ul a:hover {
	color:#FFF;
}
#datatable ul {
	list-style:none;
}
#datatable ul a {
	display: block;
	text-transform: uppercase;
	text-decoration:none;
	color:#FE5400;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	padding: 0 16px;
}
.text ul {
	padding: 5px 30px;
}
#datatable ul a:hover {
	color:#000;
}
.n_edit {
	background: url(../images/edit.gif) center left no-repeat;
	margin-bottom:4px;
}
.n_edit:hover {
	background: url(../images/edit_o.gif) center left no-repeat;
}
.n_delete {
	background: url(../images/delete.gif) center left no-repeat;
/*	margin-bottom:4px;*/
}
.n_delete:hover {
	background: url(../images/delete_o.gif) center left no-repeat;
}
.n_add {
	background: url(../images/add.gif) center left no-repeat;
	margin-bottom:4px;
}
.n_add:hover {
	background: url(../images/add_o.gif) center left no-repeat;
}
#n_entry {
	text-align:right;
	margin-bottom: 30px;
}
/*
#n_entry a {
	border-top: 2px solid #FE5400;
	border-bottom: 2px solid #FE5400;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
	color:#FE5400;
	padding: 8px 26px 6px 14px;
	background: #e8e8e8 url(../images/redongrey.gif) center right no-repeat;
}
#n_entry a:hover {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color:#FFF;
	background: #FE5400 url(../images/whiteonred.gif) center right no-repeat;
}
*/
.n_submit {
	margin: 0 0 30px 10px;
}
#n_entry a, #textcolumn .n_submit a {
/*	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	border-left: 2px solid #999999;
*/
	color:#ffffff;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	padding: 6px 26px 6px 14px;
	background: #FE5400  url(../images/whiteonred.gif) center right no-repeat;
}
/*
#n_entry a:hover, .n_submit a:hover {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color:#FFF;
	background: #FE5400 url(../images/whiteonred.gif) center right no-repeat;
}
#n_finalize {
	margin-top: 30px;
	text-align:right;
}
#n_finalize a {
	border-top: 2px solid #c97f7c;
	border-bottom: 2px solid #c97f7c;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
	color:#FFF;
	padding: 8px 26px 6px 14px;
	background: #FE5400 url(../images/whiteonred.gif) center right no-repeat;
}
#n_finalize a:hover {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color:#000;
	background: #FE5400 url(../images/blackongrey.gif) center right no-repeat;
}
*/
#n_entry a:hover, #textcolumn .n_submit a:hover {
	/*border-top: 2px solid #000;
	border-bottom: 2px solid #000;*/
	color:#FE5400;
	text-decoration:none;
	background: #443e40 url(../images/orangeongray.gif) center right no-repeat;

}
#n_finalize {
	margin-top: 30px;
	text-align:right;
}
#n_finalize a {
	border-top: 2px solid #c97f7c;
	border-bottom: 2px solid #c97f7c;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
	color:#FFF;
	padding: 8px 26px 6px 14px;
	background: #FE5400 url(../images/whiteonred.gif) center right no-repeat;
}
#n_finalize a:hover {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color:#000;
	text-decoration:none;
	background: #FE5400 url(../images/blackongrey.gif) center right no-repeat;
}

#n_view {
	margin-top: 10px;
	padding-right: 10px;
	text-align:center;
}
#n_view a {
	border-top: 2px solid #c97f7c;
	border-bottom: 2px solid #c97f7c;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
	color:#FFF;
	padding: 8px 26px 6px 14px;
	background: #FE5400 url(../images/whiteonred.gif) center right no-repeat;
}
#n_view a:hover {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color:#000;
	text-decoration:none;
	background: #FE5400 url(../images/blackongrey.gif) center right no-repeat;
}

#n_next {
	margin-top: 10px;
/*	margin-right: 20px;*/
	text-align:center;
	/*float: right;*/
}
#n_next a {
	border-top: 2px solid #c97f7c;
	border-bottom: 2px solid #c97f7c;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
	color:#FFF;
	padding: 8px 26px 6px 26px;
	background: #FE5400;
}
#n_next a:hover {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color:#000;
	text-decoration:none;
	background: #FE5400;
}


#n_prev {
	margin-top: 10px;
	/*margin-right: 20px;*/
	text-align:center;
	/*float: left;*/
}
#n_prev a {
	border-top: 2px solid #c97f7c;
	border-bottom: 2px solid #c97f7c;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
	color:#FFF;
	padding: 8px 26px 6px 26px;
	background: #FE5400;
}
#n_prev a:hover {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color:#000;
	text-decoration:none;
	background: #b7000a;
}

#n_list {
	margin-top: 10px;
	text-align:center;
	/*float: center;*/
}
#n_list a {
	border-top: 2px solid #c97f7c;
	border-bottom: 2px solid #c97f7c;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
	color:#FFF;
	padding: 8px 26px 6px 26px;
	background: #FE5400;
}
#n_list a:hover {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color:#000;
	text-decoration:none;
	background: #b7000a;
}
/* FORMS */

label {  
	float: left;  
	width: 15em;  
	margin-right: 0em;
	text-align: right;
}
.smallLabel {  
	margin-right: 1px;
	text-align: right;
}
select, input, textarea {
	border: 1px solid #5e5e5e;
	background: #FFF;
	color: #333;
	padding-left: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.subform {
	border-spacing: 5px;
}

.checkBoxes {
	position: absolute;  
	text-align: left;
	vertical-align: bottom;
	margin-left: 2em;
	width: 40em;
}
/*
.toplabels label {
	float:none;
	width: auto;
	display:block;
	margin: .75em 0 0.25em 0;
	text-align: left;
}
*/
#footer {
	margin: 20px 25px;
	padding: 20px;
	overflow: hidden;
	min-width: 680px;
	text-align:right;
	font-size: 12px;
}
form span {
	color: #FE5400;
}

/* upload stuff */
.progBarHolder {
	height: 20px; 	
	width: 120px;
	border: 1px solid #5e5e5e;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/progressBar/progress_bkg.gif) repeat-x;
}
.uploadInfo {
	height: 20px; 	
	width: 120px; 
	text-align: center; 
	background: #ffffff;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px;
}

#textList {
	padding-left: 30px;
}
#textList ul {
	list-style:none;
	padding-top: 8px;
	overflow: hidden;
	min-width: 780px;
}
#textList li {
	padding: 0 23px 10px 13px;
	margin-right: 8px;
/*	float:left; */
}
#logout {
	position: absolute;
	right: 10px;
	top: 8px;
}
#logout a {
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

/* FORMS */

label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;
	text-align: right;
}
.labelleft {
	text-align:  left;
}
select, input, textarea {
	border: 1px solid #5e5e5e;
	background: #FFF;
	color: #333;
	padding-left: 4px;
}
.subform {
        font-size:14px;
	border-spacing: 5px;
}

.checkBoxes {
	position: absolute;  
	text-align: left;
	vertical-align: bottom;
	margin-left: 2em;
	width: 40em;
}
/*
.toplabels label {
	float:none;
	width: auto;
	display:block;
	margin: .75em 0 0.25em 0;
	text-align: left;
}
*/
#footer {
	margin: 20px 25px;
	padding: 20px;
	overflow: hidden;
	min-width: 680px;
	text-align:right;
	font-size: 12px;
}
form span {
	color: #FE5400;
}

/* upload stuff */
.progBarHolder {
	height: 20px; 	
	width: 120px;
	border: 1px solid #5e5e5e;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/progressBar/progress_bkg.gif) repeat-x;
}
.uploadInfo {
	height: 20px; 	
	width: 120px; 
	text-align: center; 
	background: #ffffff;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px;
}

#textList {
	padding-left: 30px;
}
#textList ul {
	list-style:none;
	padding-top: 8px;
	overflow: hidden;
	min-width: 780px;
}
#textList li {
	padding: 0 23px 10px 13px;
	margin-right: 8px;
/*	float:left; */
}
#logout {
	position: absolute;
	right: 10px;
	top: 8px;
}
#logout a {
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}
