* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: white;
	text-align: left;
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 25px;
	color: black;
}
img {border: 0;}
p {margin-bottom: 1.5em;line-height:1.5em;}
h1, h2, h3, h4 {margin-bottom: 1em;}
#wrapper {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
#header, #loginheader {
	display:	none;
}
#footer {
	clear: both;
}
#content {
	float: left;
	padding-bottom: 10px;
}
a {color: #666;}
#content2 {
	display: none;
}
table.dcelist th{
	border-bottom: 1px solid;
}
/* Help Text */
span.info {
	display: none;
}
table.messagelist {
	width: 100%;
	font-size: 8pt !important;
	border: 1px solid #ccc;
}
table.messagelist tr.even {
	background-color: #f5f5f5;
}
table.messagelist th {
	padding: 2px 1px;
	background-color: #ddd;
	padding: 1px 2px;
	border-right: 1px solid white;
}
table.messagelist th.msglstdate {
	border-right:none;
	width: 10%;
}
table.messagelist th.msglstto, 
table.messagelist th.msglstfrom {
	width: 25%;
}
table.messagelist a {
	text-decoration:none;
	color: #333 !important;
	display: block;
}
table.messagelist td a:hover {
	color: #DC3191 !important;
}
div.msgbody {
	background-color: #eee;
	padding: 0.5em;
	margin-bottom: 1.5em;
	width: 500px;
}
div.invoicebody{
	text-align: center;
	padding: 1em 0 0 4em;
	margin:0 0 1em 0;
	border: 1px solid #333;
}
div.invoiceheader{
	width:550px;
	text-align:center;
	font-size: 14pt;
	margin: 1em 0;
}
table.invoice {
	border: 1px solid #ddd;
	text-align: left;
}
table.flightlegtable{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5em;
}
table.flightlegtable td{
	padding-left: 2px;
	background-color: #eee !important;
}
table.flightlegtable td.label,
table.flightinfotable td.label {
	margin:0;padding:0;
	background-color: #fff !important;
	color: #000 !important;
}