
#applicationPageTitle {
  text-transform: none;
}

.formButton {
  color: #900000;
  font-size: 12px;
  background-color: transparent;
  font-weight: bold;
  margin-top: 10px;
  font-family: Verdana, Arial, Helvetica, sans serif;
}

.fieldPrompt {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 1em;
	color: #000059;
	font-weight: bold;
  vertical-align: top;
  margin-top: 2px;
  margin-bottom: 2px;
}


#pageFrameTable tr .mainContent {
  width: 640px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 14px;
}

#navBar {
  position: relative; /* ie needs this to show float */
  width: 140px;
  float: left;
  padding-top: 14px;
  padding-bottom: 21px;
  padding-left: 5px;
  padding-right: 5px;
}


.primaryHeader {
  font-variant: small-caps;
}

#header {
  position: relative;
  margin: 0;
  top: 0px;
  left: 0px;
  width: 100%; 
  height: 42px;
  overflow: hidden;
  background-color: transparent;
  background: url("../images/bg-slim.gif") !important;
  background-repeat: repeat-x !important;
}

#footer {
  position: relative;
  width: 100%   ;
  background-color: transparent;
  overflow: hidden;
}


.disclaimer {
	color: #666666;
  font-size: .75em;
}

#sampleEntry {
font-size: .90em;
font-weight: normal;;
}

.instructionalText {
  font-size: .85em;
  font-weight: normal;
  color: #333333;
}

.tableDefault TR TD {
	border-top: 2px solid #ffffff;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	vertical-align: top;
  font-size: 1em !important;
}
.tableHeader TH, .tableHeader{
	color: #000059 !important;
	background-color: #DCDCDC !important;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
  text-align: center;
}
.tableRowOdd TD {
	background-color: #FFFFFF !important;
	margin-top: 6px;
	margin-bottom: 6px;
}
.tableRowEven TD {
	background-color: #ECECEC !important;
	margin-top: 6px;
	margin-bottom: 6px;
}
.tableSummary TD {
	font-weight: bold;
	background-color: #ffffff !important;
	border-top: 2px solid #DCDCDC !important;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
}


.submitLink {

   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
}

.tableSmall TR TD {
	border-top: 0px solid;
        border-bottom: 0px solid;
        border-left: 0px solid;
        border-right: 0px solid;
	padding: 3px !important;
	vertical-align: middle;
        font-size: 11px !important;
}

.textRight {
  text-align:right;
}