/* basic stuff */

* {
	margin: 0px ;
	padding: 0px ;
}

html, body {
	background-color: #ffffff ;
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	border: 0px ;
	margin: 0px ;
	color: #000000 ;
	font-size: 14px ;
	text-align: center ;
	height: 100%
}

a, a:visited, a:active {
	color: #0000ff ;
	text-decoration: underline
}

td {
	margin: 0px ;
	vertical-align: top ;
	text-align: left
}

table {
	width: 100%
}

img {
	border: 0px
}

.alignc {
	text-align: center
}

.alignr {
	text-align: right
}

.title {
	font-weight: bold ;
	font-size: 16px
}

.highlight {
	color: #dd0000
}

/* page info */

table.fullpage {
	width: 771px
}

td.toolbar {
	background-color: #000000 ;
	height: 20px ;
	border-bottom: 1px solid #ffffff
}

td.toolbar td {
	text-align: right ;
	color: #f4d600 ;
	font-style: italic ;
	font-weight: bold ;
	font-size: 12px ;
	padding: 0px 10px 0px 10px ;
	vertical-align: middle ;
	height: 20px
}

td.toolbar a, td.toolbar a:visited, td.toolbar a:active {
	color: #cccccc ;
	text-decoration: none
}

td.toolbar a:hover {
	color: #ffffff
}

td.banner {
	height: 95px ;
	border-bottom: 1px solid #ffffff
}

td.main {
	padding: 4px ;
	border: 1px solid #999999 ;
	height: 400px
}

td.footer {
	padding: 15px ;
	border-left: 1px solid #999999 ;
	border-right: 1px solid #999999 ;
	border-bottom: 1px solid #999999 ;
	text-align: center ;
	font-size: 11px ;
	color: #666666 ;
	background-color: #cccccc
}

td.footer a, td.footer a:visited, td.footer a:active {
	color: #fd000e
}

p.error {
	color: #bb0000 ;
	font-weight: bold
}

p.heading {
	font-size: 18px ;
	margin: 0px ;
	font-weight: bold
}

/* query page */

table.status {
	width: 310px
}

table.status td.statushead {
	height: 55px ;
	vertical-align: middle ;
	font-weight: bold ;
	font-size: 16px
}

table.status td.statusbody {
	height: 160px ;
	padding: 5px 40px 5px 0px
}

table.status td.statusbutton {
	padding: 5px 40px 5px 0px
}

table.status td.statusbutton input {
	font-weight: bold ;
	width: 150px
}

table.status td.statusbody table {
	width: auto
}

table.status td.statusbody table.dataentry td.caption {
	font-size: 12px ;
	padding-bottom: 5px
}

table.status td.statusbody table.dataentry input.de {
	background-color: #cccccc ;
	border: 1px solid #999999
}

/* results page */

table.statuslist {
	width: auto ;
	border: 1px solid #333333
}

table.statuslist td {
	padding: 2px 15px 2px 15px
}

table.statuslist a {
	color: #444444 ;
	text-decoration: underline
}

table.statuslist td.itemtitle {
	padding-top: 4px ;
	font-weight: bold ;
	background-color: #333333 ;
	color: white
}

table.statuslist td.columneven {
	background-color: #f2f2f2
}

table.statuslist td.columnodd {
	background-color: #ffffff
}

/* status detail page */

table.detail {
	width: 650px
}

table.phases {
	width: auto
}

table.phases td {
	padding: 15px
}

table.phases td.on {
	border: 2px solid #CD341A
}

table.detail td.dhead {
	background-color: #333333 ;
	padding: 8px ;
	text-align: center ;
	font-weight: bold ;
	font-size: 16px ;
	color: #ffffff
}

table.detail td.dbody {
	padding: 8px ;
	text-align: center
}

table.detail td.dbody p {
	font-size: 16px
}

table.detail td.dbody p.status {
	margin-top: 10px ;
	color: #444444 ;
	font-weight: bold
}

/* contact us page */

div.contactform {
	padding: 15px
}
	
div.contactform p {
	margin-top: 6px ;
	margin-left: 20px ;
	margin-bottom: 10px
}

div.contactform p.noindent {
	margin-left: 0px
}

div.contactform table.contactform {
	width: auto ;
	background-color: #cccccc ;
	border: 1px solid #999999
}

div.contactform table.contactform td {
	padding: 4px
}

div.contactform table.contactform td.capture1 {
	text-align: right ;
	font-size: 11px ;
	font-weight: bold
}

div.contactform table.contactform td.capture2 {
	font-size: 12px
}

div.contactform table.contactform select {
	font-family: Lucida Console, Courier, Monoco, monospace
}

div.contactform .required {
	color: #dd0000
}

div.contactform table.contactform td.captureerror {
	padding-top: 0px ;
	font-size: 11px ;
	color: #dd0000
}

/* miscellaneous */

.transition {
	margin: 25px ;
	font-size: 11px ;
	padding: 5px ;
	border: 1px solid #999999 ;
	background-color: #cccccc
}