html {
	background: #F7F6F4 url() no-repeat 50% -25px;
	}
/* ------------------------------------------------------------------*/
/* Default HTML element styles
/* ------------------------------------------------------------------*/
p {
	margin: 0 0 .5em;
	padding: 0;
	font: normal 10pt/1.8 arial, helvetica, sans-serif;
}
h1 {
	}
h2 {
	}
h3 {
	}
h4 {
	}
div img 
{
    float: left;
}
a {
	border-bottom: 1px dotted #8D94B0;
	color: #120C80;
	}
a:hover {
	border-bottom: 1px solid #120C80;
	}
/* ------------------------------------------------------------------*/
/* Header styles */
/* ------------------------------------------------------------------*/
#header {
	background: #ccc url(../Images/header-logo.gif) no-repeat -175px top;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	}
/* ------------------------------------------------------------------*/
/* Main Content styles */
/* ------------------------------------------------------------------*/


/* ------------------------------------------------------------------*/
/* 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: #adb4d0;
}
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;
}
/* ------------------------------------------------------------------*/
/* Footer styles */
/* ------------------------------------------------------------------*/

/* ------------------------------------------------------------------*/
/* Validation Error Div */
/* ------------------------------------------------------------------*/
