body {
	font-family: tahoma;
	background: #185aae;
	margin-top: 0cm;
	margin-left: 0cm;
	color: #A6E1FF;
}

a:link    { color:#A6E1FF; text-decoration:none;  }
a:visited { color:#A6E1FF; text-decoration:none; }
a:hover   { color:white;   text-decoration:underline; }
a:active  { color:#FFB000; text-decoration:underline; }

table#table_header {
	width: 100%;
	border: 0;
	padding: 0;
}

table#table_header td {
	border-bottom: 1px solid #A6E1FF;
}

.header_title {
	text-align: center;
	font-size: 20pt;
	color: #FFB000;
}

.header_subtitle {
	text-align: center;
	font-size: 10pt;
	color: white;
}

table#table_navi {
	width: 700px;
	font-size: 10pt;
	text-align: left;
	color: white;
}

table#table1 {
	width: 700px;
	font-size: 10pt;
	border-spacing: 0;
	border-collapse: collapse;
}

table#table1 th {
	text-align: left;
	color: white;
}

table#table1 td {
}

table#table1 caption {
	border-bottom: 1px solid #A6E1FF;
	font-size: 16pt;
	text-align: left;
	color: white;
}

.itemName {
	width: 13cm;
	text-align: left;
}

.price {
	text-align: right;
}

.total {
	text-align: right;
	border-top: 1px solid #A6E1FF;
}

.actionSection {
	text-align: right;
	border-bottom: 1px solid #A6E1FF;
	width: 5cm;
}

.notes {
	color: orange;
}

.stepSection {
	font-size: 20pt;
	font-weight: bold;
	border-bottom: 1px solid #A6E1FF;
	color: #FFB000;
}

.labelError {
	color: red;
	font-size: 12pt;
	text-align: left;
}

.infoSection {
	font-size: 8pt;
	text-align: left;
	border-top: 1px solid #A6E1FF;
}

/* notes at bottom of each section */
.noteBottomLeft {
	font-size: 8pt;
	text-align: left;
}



/* notes about min order */
.noteRight {
	font-size: 8pt;
	text-align: right;
	border-top: 1px solid #A6E1FF;
}

.btn1 {
	width: 1.5cm;
}

.vacation a{
	position: absolute;
	right: 30px;
	top: 10px;
	width: 150px;
	height: 41px;
	background: transparent url(../images/vacation.gif) no-repeat center left;
}

.vacation a:hover {
	right: 30px;
	top: 10px;
	width: 150px;
	height: 41px;
	background: transparent url(../images/vacation_hl.gif) no-repeat center left;
	display: block;
}

#dhtmltooltip{

	position: absolute;
	width: 150px;
	border: 2px solid #F9FAFA;
	padding: 4px;
	visibility: hidden;
	z-index: 100;
	color: #FFB000;
	background-color: #185aae;
	font-size: 8pt;
	cursor: help;
	

	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}


