body {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 10pt;
  background-color: white;
}

table {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 10pt;
}

pre {
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

img {
	border: 0px;
}

a {
  text-decoration: none;
  color: #1E4282;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #2858A5;
  font-size: 14pt;
  text-align: center;
}

h2 {
  color: #AB0020;
  font-size: 13pt;
}

.topBanner img.logo {
	padding-left: 0px;
	padding-top: 0px;
}

#dpaMessage {
	font-size: 7pt;
}

#dpaImage {
	border: 0px;
	vertical-align: baseline;
	float: left;
}
	     

.shaded {
  background-color: #ABABAB;
  color: #ffffff;
}

#layoutHeader {
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  height:80px;
  width:100%;
/*
  background-repeat: no-repeat;
  background-image: url('/base/images/logo.png');
*/
}

#layoutStatus {
  position:absolute;	
  width:100%;
  top:80px;
  left:0px;
  right:0px;
  height:20px;
}

#layoutNavbar {
  position: absolute;
  top: 100px;
  left: 5px;
  width: 140px;
  font-size: 10pt;
}

#layoutFooter {
  position:absolute;
  bottom: 0px;
  left:0px;
  right:0px;
}

#layoutBody {
  position: absolute;
  left: 155px;
  top: 100px;
  right:0px;
  font-size: 10pt;
  width: 500px;
}

.navTitle {
  background-color: #FF3300;
  font-weight: bold;
  color: #ffffff;
  padding-left: 10px;
  margin-top:10px;
  border-right: solid 1px #333333;
  border-left: solid 1px #333333;
}
.navBody {
  color: white;
  background-color: #2858A5;
  border-right: solid 1px #333333;
  border-left: solid 1px #333333;
}

.navBodyItem {
  border-bottom: solid 1px #000000;
  padding-left:3px;
  font-weight: bold;
  font-size: 9pt;
  /*
  background-repeat: no-repeat;
  background-image: url('/base/images/bullet.png');
  */
}

.navBodyItem a:link, 
.navBodyItem a:hover, 
.navBodyItem a:visited, 
.navBodyItem a:active {
	color: white;
}

.navBodyItem:before {
	content: "o";
	color: #CD1041;
	font-weight: bold;
}

/***** For DisplayTag Tables *****/
.thingList {
	border: solid 1px black;
	width: 550px;
	font-size: 10pt;
}

.thingList th {
	height: 28px;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
	background-color:#AAAAAA;
}

.thingList tr.even {
	background-color:#ffffff;
}

.thingList tr.odd {
	background-color:#EEEEEE;
}

.thingList td {
	border-top: solid 1px black;	
	padding-left: 5px;
}

.accounts{
	border:solid 1px black;
	width:550px;
	background-color: #eeeeee;
}

.accounts td {
	border-top solid 1px black;

}

.accountsTotal {
	background-color: #FFFFFF;
}

/***** Input Forms *****/
.heading {
	color: #005A9C;
	text-align: center;
	padding-bottom: 10px;
	width: 200px;
}

.prompt {
	text-align: right;
	vertical-align: top;
	width: 200px;
}

.input {
	width: 300px;
}


/***** The View Table ****/
.viewTable {
  width:500px;
  
}
.viewTable th {
  color: #AB0020;
  font-size: 16pt;
  text-align:left;
}

.viewTable td {
	vertical-align: top;
}
	
.hidden {
	visibility:hidden;
	display:none;
}

.message {
	width: 430px;
}


.title {
	font-size: 12pt;
	padding-top:10px;
	border-bottom:solid 1px #666666;
	font-weight: bold;
}


.details .header {
  
  
}

.details .header td {
  border: solid 1px #666666;
  text-align:center;
}

.hideable {
	visibility: visible;
	display: run-in;
}

.manageEventsTable {
	width: 500px;
}

.manageEventsTable .mediumCell {
	width: 120px;
}

.manageEventsTable .narrowCell {
	width: 60px;
}

.manageEventsTable a {
	white-space: nowrap;
}

.eventTable {
	width: 560px;
}

.eventName {
	width: 260px;
}

.eventCriteria {
	width: 100px;
}

.eventPrice {
	width: 100px;
	text-align: right;
}

.eventCheck {
	width: 100px;
	text-align: center;
}
	

.multiSelectTall {
	width: 200px;
	height: 250px;
}

.multiSelectShort {
	width: 200px;
	height: 150px;
}

.textInputWide {
  width: 200px;
}

.textInputExtraWide {
  width: 464px;
}

.textInputMed {
  width: 140px;
}

.textInputNarrow {
  width: 75px;
}

.textareaInput {
  width: 200px;
  height: 85px;
}
	
.textareaInputLarge {
  width: 464px;
  height: 200px;
}

.mailTip {
	color: #1E4282;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 2px;

}


.tipSpan {
  font-size: 8pt;
  color: #333333;
}

.contactDetails {
	text-align: center;
	margin-top: 15px;
	padding: 4px;
	font-size: 8pt;
	background-color: #2858A5;
	color: white;
}










