BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: eeeeee;
	font-weight: normal;
}

.bold_red {
	color: #FF0000;
	font-weight: bold;
}

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

a.orderDetailLink {
	color: #617963;
	font-weight: bold;
	text-decoration: underline;
}

a.orderDetailVisited {
	color: #7FB581;
	font-weight: 500;
	text-decoration: underline;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #617963;
}

.main_title {
	font-size: 12pt;
	font-weight: bold;
	color: 666666;
}

.sub_title {
	font-size: 10pt;
	font-weight: bold;
	color: 000000;
}

table,tr {
	border: none 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

td {
	border: none 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align: top;
}

img {
	border: none 0;
}

.hintLayout {
	-moz-opacity: 0.95;
	opacity: 0.95;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=85 ) progid:DXImageTransform.Microsoft.dropShadow(Color=#dddddd,
		offX=4, offY=4 );
}

.hintBackground {
	background-color: B0BCB1;
}

.bad {
	background-color: ffee00;
	color: cc0000;
}

.available {
	color: 496E9F;
}

.availdownload {
	color: 492D81;
}

.download {
	color: 499073;
}

.unavailable {
	color: c30000;
}

.red {
	color: c30000;
}

.adFirst5 {
	position: absolute;
	top: 145;
	left: 445;
	z-index: 100;
}

.recentSearch {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

/*alternating colors*/
.dark_blue_bg {
	background-color: cccccc;
	border: none 0;
	padding: 0 0 0 2;
	margin: 0 0 0 0;
	vertical-align: top;
	font-size: x-small;
}

.blue_bg {
	background-color: dddddd;
	border: none 0;
	padding: 0 0 0 2;
	margin: 0 0 0 0;
	vertical-align: top;
	font-size: x-small;
}

.updateToCart {
	position: absolute;
	top: 200;
	left: 350;
	z-index: 200;
}

/*myPrompt*/
input.prompt {
	border: 1 solid transparent;
	background-color: 617963;
	width: 70;
	font-family: verdana;
	font-size: 12;
	color: 000000;
}

input.prompt_cancel {
	border: 1 solid transparent;
	background-color: d4d0c8;
	width: 17;
	font-family: verdana;
	font-weight: bold;
	font-size: 12;
	color: 000000;
}

td.titlebar {
	background-color: 619C63;
	color: ffffff;
	padding-left: 2;
	font-weight: bold;
	font-family: verdana;
	font-size: 12;
}

table.promptbox {
	border: 1 solid 617963;
	background-color: 98C490;
	color: 000000;
	padding-left: 2;
	padding-right: 2;
	padding-bottom: 2;
	font-family: verdana;
	font-size: 12;
}

input.promptbox {
	border: 1 solid 617963;
	background-color: ffffff;
	width: 100%;
	font-family: verdana;
	font-size: 12;
	color: 000000;
}
/*end of myPrompt*/
#naicStoreWrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

#naicStore {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 206px;
	height: 46px;
}

#naicStoreRollover {
	display: block;
	width: 206px;
	height: 46px;
	background: url("/insData/images/naic_store_rollover.gif");
	background-repeat: no-repeat;
	background-position: top;
}

#naicStoreRollover:hover {
	display: block;
	width: 206px;
	height: 46px;
	background: url("/insData/images/naic_store_rollover.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

#applicationHeader {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 590px;
	height: 46px;
}

.insDataHeader {
	background-image: url(/insData/images/insDataTitle.jpg);
	background-repeat: no-repeat;
}