html {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url() no-repeat 50% -25px;
	color: #000;
	}
body {
}
/* ------------------------------------------------------------------*/
/* 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: 3em; /*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 #f99;
	color: #333;
	}
a:hover {
	border-bottom: 1px solid #900;
	}
kbd {
	font: normal 13px/1.5 Courier, terminal, monospace;
}
code {
	font-size: 10pt;
}
input, select {
	font: normal 12px/1 arial, helvetica, sans-serif;
	margin: .2em 2px 0 0;
}
label {
	font: normal 10pt/1.8 arial, helvetica, sans-serif;
}
/* ------------------------------------------------------------------*/
/* Header styles */
/* ------------------------------------------------------------------*/
#header {
	background: #fff url(Images/TAIheaderLogo.gif) no-repeat 10px top; 
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
* html #header {
    text-align: left;
}
#quickMenu li {
	color: #000;
	}
#quickMenu li a {
	color: #000;
	}
#quickMenu li a.active {
	background-color: #ccc;
}
#quickMenu li a:hover {
	background-color: #EDEBD5;
	background: transparent url(Images/30black.png) repeat;
	}
* html #quickMenu li a:hover {
    background: #ccc none;
}
/* ------------------------------------------------------------------*/
/* 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;
}
/* ------------------------------------------------------------------*/
/* 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;
} 


