html {
	background: #F7F6F4 url() no-repeat 50% -25px;
	color: #000;
	}
/* ------------------------------------------------------------------*/
/* Default HTML element styles
/* ------------------------------------------------------------------*/
p {
	margin: 0 0 .5em;
	padding: 0;
	font: normal 10pt/1.8 arial, helvetica, sans-serif;
}
h1 {
	position: relative;
	font: bold 18pt/1 arial, helvetica, sans-serif;
	padding-top: 1.125em;
	}
h2 {
	position: relative;
	font: bold 18pt/1 arial, helvetica, sans-serif;
	padding-top: 1.125em;
	}
h3 {
	position: relative;
	font: bold 16pt/1.125 arial, helvetica, sans-serif;
	padding-top: 1.125em;
	}
h4 {
	position: relative;
	font: bold 14pt/1.286 arial, helvetica, sans-serif;
	}
ul, ol {
	margin: 0;
	padding: 0;
	}
li {
	margin-left: 2em;
	padding-left: 1em;
	}
dl {
	}	
dt {
	padding: .5em 0px .5em 5px;
	font: bold 11px/1.64 verdana;
	}	
dd {
	padding-bottom: .75em;
	font: normal 11px/1.64 verdana;
	margin-left: 5px;
	padding-left: 0px;
	}
fieldset {
	padding-bottom: 1em;
	border: 0 solid #fff;
	}
* html fieldset {	
    margin-top: 3em; /*IE6 does this thing with the legend - this hacks around it */
 /*    width: 600px; */
}
*:first-child+html fieldset {	
    margin-top: 0; /*IE6 does this thing with the legend - this hacks around it */
 /*    width: 600px; */
}
div img 
{
    float: left;
}
legend {
	font: bold 16pt/1.125 arial, helvetica, sans-serif;
	display: block;
	position: absolute;
	top: 0;
	background-color: transparent;
	}
* html legend {
}
*:first-child+html legend {	
    position: relative;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #8D94B0;
	color: #120C80;
	}
a:hover {
	border-bottom: 1px solid #120C80;
	}
/* ------------------------------------------------------------------*/
/* Header styles */
/* ------------------------------------------------------------------*/
#header {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 75px;
	width: 798px;
	background: #ccc url(Images/header-logo.gif) no-repeat -175px top;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	}
* html #header {
    text-align: left;
}
#quickMenu li {
	color: #fff;
	}
#quickMenu li a {
	color: #fff;
	}
#quickMenu li a.active {
	background-color: #fff;
}
#quickMenu li a:hover {
	background-color: #003399;
	background: transparent url(Images/20white.png) repeat;
	}
* html #quickMenu li a:hover {
    background: #8d94b0 none;
}
/* ------------------------------------------------------------------*/
/* Main Content styles */
/* ------------------------------------------------------------------*/
#content {
	border-bottom: 1px dotted #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
* html #header {
    text-align: left;
}
/* ------------------------------------------------------------------*/
/* Main Content styles */
/* ------------------------------------------------------------------*/
#content {
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px dotted #fff;
	}
div fieldset {
    position: relative;
    display: block;
    background-color: #eee;
    padding: 1em 5px;
    margin: 0;
}
/*p#logOut {
    display: block;
    position: relative;
    float: right;
    width: 150px;
    margin-top: 1em;
} */
/* ------------------------------------------------------------------*/
/* Table Styles */
/* ------------------------------------------------------------------*/
table {
    margin: 0 auto;
    padding: 0;
    border: 1px none #fff;
    border-collapse: collapse;
    clear: both;
}
table#tblOrderInfo td {
    border: 0px none #fff;
    text-align: left;
}
table#tblPkLstInfo td 
{
    text-align: center;
}
td {
    border-bottom: 0px none #fff;
}
thead tr {
    border: 1px solid #ccc;
    border-bottom: 2px solid #000;
    background-color: #faf4cd;
}
thead th {
    text-align: center;
    padding: .25em 0;
}
tbody th {
    border: 1px solid #ccc;
    text-align: left;
    padding: .25em 5px;
}
tbody td {
    border: 1px solid #ccc;
    border-top: 0px none #fff;
    text-align: right;
    padding: .25em 5px;
}
