/* CSS Document */

body {
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	background:#000066;
	}

img  {
	border: none;
	margin:0;
	padding:0;
	}

#header {
	margin:0;
	padding:0;
	/*padding:20px;*/
	position:relative;
	left: -30px;
	background: #000066;
	}
	
.listings	{
	position: relative;
	top: 5px;
	}
	
table {
	width: 100%;
	border-collapse:collapse;
	}
	
caption	{
	color:#FFF;
	font-size:150%;
	text-transform:uppercase;
	padding: 8px 20px;
	text-align:left;
	border: 5px solid #fff;
	background: #999;
	}

table th, table td	{
	margin: 0;
	padding: 4px 10px;
	text-align: left;
	}

table tr  {
	background:#e0e0e0;
	}

table tr.alt  {
	background: #fff;
	}

.status  {
	border-bottom: 1px solid #b5b5b5;
	text-align:center;
	valign: top;
	}

.type  {
	font-weight:bold;
	}

.notes {
	border-bottom: 1px solid #b5b5b5;
	}
	
#footer {
	margin: 10px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 100%;
	}
	
.footertext  {
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	}