
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #dc291e;
}

h2 {
	color: #db291e;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #c9180e;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

.title {
	font-size: 11px;
	font-weight: bold;
}

a {
	color: #cc1a10;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #cc1a10;
	text-decoration: underline;
	outline: none;
}

.tableBorder {
	border: 1px solid #dbdbdb;
}

.tableHeader {
	background-image: url(../images/bg_sectiontitle.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
}

.evenrow {
	background-color: #f3f3f3;
	font-weight: normal;
}

.oddrow {
	background-color: #ffffff;
	font-weight: normal;
}

.formSection {
	background-image: url(../images/bg_sectiontitle.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
	border: 1px solid #dbdbdb;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
	width: 190px;
}

.fieldVal {
	text-align: left;
}

.content_table {
	background-color: #cccccc;
	margin-top: 10px;
}

.cell_header {
	color: #ffffff;
	background-color: #dc291e;
	text-align: center;
	vertical-align: middle;
}

.cell {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

.comments {
	color: #666666;
	font-size: 11px;
}

.redText {
	color: #dc291e;
}

.imgClass {
	padding: 0px;
	background-color: #ffffff;
	border: 1px solid #dbdbdb;
}

.buttons {
	clear: both;
	padding-top: 10px;
	text-align: center;
}

.button {
	text-align: center;
	width: 122px;
	height: 24px;
	padding: 0px 0px 2px 0px;
	border: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ae1006;
	background-image: url(../images/bg_button_off.gif);
}

.button:hover {
	color: #ffffff;
	background-color: #000000;
	background-image: url(../images/bg_button_on.gif);
}

#messages {
	padding: 5px 7px;
	margin-bottom: 10px;
}

.message_warning {
	color: #db291e;
	border: 3px solid #db291e;
	background-image: none;
}

.message_confirm {
	color: #006600;
	border: 3px solid #006600;
	background-image: none;
}

.pagination {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
	font-size: 11px;
	padding: 3px 0px;
	color: #cccccc;
}

.pagination a {
	color: #c9180e;
	text-decoration: none;
}

.pagination a.current {
	color: #000000;
	text-decoration: none;
}

.box_2_col_top {
	background-image: url(/images/bg_box_2_col_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 320px;
	padding: 5px 5px 0px 5px;
}

.box_2_col_bottom {
	background-image: url(/images/bg_box_2_col_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 330px;
	height: 13px;
	line-height: 13px;
}

.big_image_top {
	background-image: url(/images/bg_big_image_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 306px;
	padding: 5px 5px 0px 5px;
}

.big_image_bottom {
	background-image: url(/images/bg_big_image_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 316px;
	height: 10px;
	line-height: 10px;
}

.box_text {
	font-size: 11px;
}

.black_bold {
	color: #000000;
	font-weight: bold;
}

.part_num {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-right: 1px solid #999999;
	padding-right: 4px;
	line-height: 11px;
}

.part_num_text {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 21px;
}

.back {
	color: #cc1a10;
	font-size: 12px;
	text-transform: uppercase;
}

.call {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
}

.call_number {
	font-size: 21px;
	font-weight: bold;
	color: #cc1a10;
}


/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

