@import url("/stylesheets/css/cpa.css");

/* 
 -------------------------------------------------------------- 
 Common CSS Classes for IT Projects
 -------------------------------------------------------------- */
.layouttable {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.2em;
	border-style: none;
}

.contentpadding {
	padding: 0;
}

.section {
	padding: 4px;
}

.section br {
	line-height: 1.2em;
}

.black {
	color: black;
}

.blue {
	color: blue;
}

.red {
	color: red;
}

/* 
 -------------------------------------------------------------- 
 Required IDs For Application Header
 -------------------------------------------------------------- */
#applicationHeader {
	background-color: #0b5dc6;
	background-image: url("/stylesheets/images/applicationHeader_blue_bar.png");
	background-repeat: repeat-x;
	border: none;
	font-family: Georgia, serif;
	margin-top: 0;
	overflow: hidden;
	vertical-align: text-top;
	color: white;
	padding: 3px 10px 3px 20px;
	text-align: left;
}

#applicationHeader span {
	font-size: 1.5em;
	font-weight: bolder;
}

#topMenu {
	color: #0b5dc6;
	font-weight: 700;
	font-size: 1.2em;
	float: right;
	margin: 4px 4px 0;
	float: right;
	margin: 4px 4px 0;
	line-height: 1.2em;
}

/* 
 -------------------------------------------------------------- 
 Nav and Sidebar styles for common IT projects
 -------------------------------------------------------------- */
#leftColumn {
	width: 220px;
	padding-right: 0;
	padding-left: 0;
	background-color: #fff;
	border: none;
	text-align: left;
}

#leftColumn a {
	text-decoration: none;
}

#navColumn {
	background-color: #fff;
	/*border: 0.0625em solid #000;*/
	border: 1px solid #000;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2em;
}

#navColumn h4 {
	color: #000;
	border: none;
	background-color: #89bed3;
	background-position: left 5px;
	font-size: 1.2em;
	font-variant: normal;
	font-weight: 700;
	padding: 5px 5px 12px;
	vertical-align: middle;
}

#navColumn h5 {
	color: #000;
	border: none;
	/*border-bottom: 0.0625em solid #000;
	border-top: 0.0625em solid #000;*/
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #d6eaf3;
	background-position: left 5px;
	font-size: 1.1em;
	font-variant: normal;
	font-weight: 700;
	margin: 0;
	padding: 5px 5px 12px;
	vertical-align: middle;
}

#navColumn p {
	color: #000;
	border: none;
	background-color: #fff;
	font-size: 1em;
	font-variant: normal;
	font-weight: 700;
	overflow: auto;
	padding: 5px 5px 12px;
}

.breadcrumbmargins {
	margin-top: 5px;
	margin-bottom: 5px;
}

.timestamp {
	font-size: 1.4em;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* 
 -------------------------------------------------------------- 
 Required IDs for Content Page Header & Secondary Header
 -------------------------------------------------------------- */
	/* For a pageHeader, use an <h1> tag with id='pageHeader' for 508 compliance reasons. */
h1#pageHeader {
	font-family: Georgia, serif;
	color: #506a7a;
	font-size: 3.0em;
	line-height: 1.2em;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
}

/* For a pageHeaderSecondary, use class='pageHeader' since there can be multiple <h2> tags with this class, and IDs can only be called once. */
h2.pageheadersecondary {
	font-family: Georgia, serif;
	color: #506a7a;
	font-size: 2.0em;
	line-height: 1.2em;
	font-weight: normal;
}

/* 
 -------------------------------------------------------------- 
 Right Column style changes for common IT projects
 -------------------------------------------------------------- */
div#generalContent {
	float: left;
	width: 22em;
	margin: 0;
	padding: 0;
}

div#generalContent br {
	clear: left;
}

div#generalContent div,form,span {
	margin: 0;
	padding: 0;
}

div#generalContent label {
	font-weight: 700;
	text-align: right;
	width: 75%;
	padding-right: 4px;
}

div#generalContent fieldset {
	font-weight: 700;
	text-align: right;
	width: 75%;
	padding-right: 4px;
}

.mainmenu {
	font-weight: inherit;
	font-size: 1.4em;
	font-family: inherit;
	border: #ccc solid 1px;
	padding-left: 10px;
}

.mainmenu legend {
	color: blue;
	line-height: 1.2em;
}

.mainmenu label {
	font-weight: bold;
}

.submitbutton {
	border: 1px solid #545454;
	padding: 1px 6px;
	background-color: #ffd456;
	font-size: 1.5em;
	font-weight: normal;
	line-height: normal;
	color: black;
	text-align: center;
	margin: 0 auto;
}

.tabledisplay {
	width: 95%;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px solid black;
}

tr.odd,div.odd,li.odd {
	line-height: 1.3em;
	background-color: #eaf2f5;
}

tr.even,div.even,li.even {
	line-height: 1.3em;
	background-color: #d2e4ec;
}

tr.columnheader {
	background-color: #89bed3;
	font-weight: 700;
	text-align: right;
	vertical-align: middle;
}

tr.columnheader th {
	background-color: #89bed3;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3em;
}

/* 
 -------------------------------------------------------------- 
 cpa_footer ID Style Changes
 Use this until WEB2_Includes is changed
 -------------------------------------------------------------- */
#cpa_footer p {
	font-size: 1.5em;
	line-height: 1.2em;
}

#cpa_footer ul {
	font-size: 1.3em;
	line-height: 1.2em;
}

#cpa_footer li {
	font-size: 1.3em;
	line-height: 1.2em;
}

/* 
 -------------------------------------------------------------- 
 Payment Option style changes for common IT projects
 -------------------------------------------------------------- */
#paymentOption {
	width: 75%;
	padding: 0;
}

#paymentOption br {
	clear: left;
}

/* 
 -------------------------------------------------------------- 
 Receipt and Receipt Header style changes for common IT projects
 -------------------------------------------------------------- */
#returnEntry div {
	font-size: 1.3em;
	line-height: 1.2em;
}

#returnEntry div.tablenote {
	text-align: right;
	font-style: italic;
	font-size: 1.5em;
	font-weight: bolder;
	padding-bottom: 4px;
}

/* 
 -------------------------------------------------------------- 
 Common table display properties for IT projects
 -------------------------------------------------------------- */
table.displaytable {
	border: black solid 1px;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

tr.displayrow {
	font-weight: 700;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

td.displaydata {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
	padding: 5px 2px;
}

td.displaydataright {
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
	padding: 2px 2px;
}

td.displaydataleft {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
	padding: 2px 2px;
}

td.displaydatatop {
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: top;
	padding: 2px 2px;
}

/* You will need to add the “displaydatafooter” class to the <td> elements 
that are in the footer of a display table, so that they get the proper color. */
td.displaydatafooter {
	background-color: #89bed3;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
	padding: 2px 2px;
	font-weight: bold;
}

td.displaydatafooterright {
	background-color: #89bed3;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
	padding: 2px 2px;
	font-weight: bold;
}

th.displayheader {
	background-color: #89bed3;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 2px 3px;
}

input[type="text"].displayinput {
	text-align: right;
	vertical-align: middle;
	width: 85%;
}

input[type="radio"].displayinput {
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin-left: 10px;
	height: 1em;
	width: 1em;
}

td.displaydatalocation {
	text-align: left;
	font-size: 1.05em;
	line-height: 1.2em;
	vertical-align: top;
	padding: 2px 3px;
}

/* 
 -------------------------------------------------------------- 
 Confirmation-specific styles for common IT projects
 -------------------------------------------------------------- */
h2.confirmation {
	font-size: 2.6em;
	margin: 12px 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div.confirmReference {
	text-align: left;
	font-size: 1.5em;
	line-height: 1.2em;
}

/* 
 -------------------------------------------------------------- 
 System Error styles for common IT projects
 -------------------------------------------------------------- */
#systemError {
	font-size: 1.2em;
	font-family: Georgia, serif;
	font-weight: normal;
	float: left;
	line-height: 1.2em;
	margin: 0 12px 0 125px;
	padding: 0 4px 0 0;
	text-align: left;
	width: 75%;
}

#systemError h2 {
	color: #506a7a;
	font-size: 2.0em;
	font-weight: bolder;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 2px;
	padding-top: 0;
	padding-bottom: 1px;
}

.strutsfieldvalidationerror {
	color: #B30000;
	font-size: 1.35em;
	line-height: 1.2em;
}
/* 
 -------------------------------------------------------------- 
 System Error styles for common IT projects
 -------------------------------------------------------------- */
 
.importantmessage{    
      vertical-align: text-bottom;
      background-image: url("/stylesheets/images/important.gif");
      background-position: 2% 50%;
      background-repeat: no-repeat;
      background-color: rgb(255,228,181);
      border: thin solid black;
      text-align: left;
      font-size: 1.4em;
      padding: 20px 0 20px 90px;
      margin: 3px 0 5px 0;
}