* {
	margin:0; padding:0; border:0;
}
body {
	background: #FFF;
	font-family: Helvetica, sans-serif;
}
h1, h2, h3 {
	text-transform: uppercase;
}
#headline {
	position: relative;
	background: #5e5e5e;
	border-top: 2px solid #b70000;
	border-bottom: 1px solid #000;
	color: #FFF;
	padding-left: 100px;
	line-height: 0;
}
#aicp {
	position:absolute;
	top:30px;
	left:100px;
}
#maincontent {
	border: 2px solid #e8e8e8;
	margin: 70px 25px;
	padding: 20px;
	overflow: hidden;
	min-width: 680px;
}



/* TOP NAV */

#navbar {
	background: #fafafa;
	border-bottom: 1px solid #e8e8e8;
	font-size: 17px;
	height: 45px;
	padding-left: 200px;
	overflow:visible;
}
#navbar ul {
	list-style:none;
	padding-top: 8px;
	overflow: hidden;
	min-width: 780px;
}
#navbar li {
	padding: 0 23px 0 13px;
	margin-right: 8px;
	float:left;
	background: url(../images/nav_divider.gif) 100% 66% no-repeat;
}
#navigation #nav_contact {
/*	background: none;*/
}
#navigation #nav_about {
	background: none;
}
#navbar li a {
	display: block;
	padding: 0.75em 0 0.25em;
	text-transform: uppercase;
	text-decoration:none;
	color: #000;
}
#navbar li a:hover {
	color: #b70000;
}
/* IE5/Mac hacks */
/*\*//*/
#navbar {padding-top: 0.75em; height: 1.66em;}
#navbar li a {display: inline;}
/**/



/* MAIN */

#textcolumn {
	float:left;
	width: 70%;
	/*border-bottom: 1px solid #e8e8e8;*/
	margin-bottom: 30px;
}
#textcolumn h2 {
	font-size: 19px;
	color:#7a7a7a;
	border-bottom: 1px solid #e8e8e8;
	padding-left:10px;
}
#textcolumn .text {
	color:#333;
	padding-left:10px;
	margin:10px 0 30px 0;
	font-size: 14px;
	line-height: 18px;
}
#textcolumn a {
	color:#b70000;
	text-decoration:none;
}
#textcolumn a:hover {
	text-decoration:underline;
}



/* HELP */

#helpcolumn {
	float:right;
	width: 25%;
	margin-left: 20px;
}
#helpcolumn h3 {
	font-size: 16px;
	color:#333;
	padding-left:10px;
}
#helpcolumn p {
	border-top: 2px solid #b70000;
	border-bottom: 2px solid #b70000;
	background: #c97f7c;
	padding:20px 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
}
#helpcolumn a {
	color:#b70000;
	text-decoration:none;
}
#helpcolumn a:hover {
	text-decoration:underline;
}
#tedcolumn  {
	/*border-top: 2px solid #CCCCCC;*/
	border-bottom: 1px solid #d5d5d5;
	background: #f8f8f8;
	padding:20px 10px;
	font-size: 14px;
	line-height: 18px;
	position:relative;
	top:-32px;
}
#tedcolumn a {
	color:#ed2124;
	text-decoration:none;
}



/* FULLWIDTH DATA TABLE */

#fullwidth {
	clear:both;
}
#fullwidth h2 {
	font-size: 19px;
	color:#b70000;
	padding:0 0 6px 10px;
}
#datatable {
	border: 2px solid #5e5e5e;
	color: #333;
	font-size: 12px;
}
#nextdescription {
	color: #333;
	font-size: 14px;
	padding: 10px;
	line-height: 120%;
}
.trhead {
	text-transform: uppercase;
	background: #f8f8f8;
}
.trhead td {
	padding: 6px 0 3px 0;
}
.trbkg td {
	border-top: 1px solid #5e5e5e;
	padding: 6px 0 3px 0;
}
.trbkg 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:#b70000;
	color:#FFF;
	padding: 6px 0 3px 0;
}
.incomplete 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:#b70000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 0 16px;
}
#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 #b70000;
	border-bottom: 2px solid #b70000;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
	color:#b70000;
	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: #b70000 url(../images/whiteonred.gif) center right no-repeat;
}
*/
.n_submit {
	margin: 0 0 30px 10px;
}
#n_entry a, .n_submit a {
	border-top: 2px solid #b70000;
	border-bottom: 2px solid #b70000;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 15px;
	font-weight:bold;
	color:#b70000;
	padding: 8px 26px 6px 14px;
	background: #e8e8e8 url(../images/redongrey.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: #b70000 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: #b70000 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: #b70000 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:#FFF;
	text-decoration:none;
	background: #b70000 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: #b70000 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: #b70000 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: #b70000 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: #b70000 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: #b70000;
}
#n_next a:hover {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color:#000;
	text-decoration:none;
	background: #b70000;
}


#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: #b70000;
}
#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: #b70000;
}
#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: 10em;  
	margin-right: 1em;
	text-align: right;
}
.smallLabel {  
	margin-right: 1px;
	text-align: right;
}
select, input, textarea {
	border: 1px solid #5e5e5e;
	background: #FFF;
	color: #333;
	padding-left: 4px;
}
.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: #b70000;
}

/* 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: 11px;
}

#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 {
	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: #b70000;
}

/* 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: 11px;
}

#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;
}

