/* 
 * Description     : Generic wide CSS document.
 * Author          : Colin McIntyre (SQA)
 * Version         : $Revision: 1.1.1.1 $ $Date: 2010/03/12 14:00:19 $
 * 
 */

/*-----------------------------------*/
/* Generic items                     */
/*-----------------------------------*/
                                        
body { /* The body of the page */
  background-color:#EEEEEE;
  width: 760px;
	margin: 0; 
	padding: 0; 
	font: 62.5%/1.6em "Arial", sans-serif;
	color: #034C85;
}

.textInput { /* Generic text field */
  background-color: #FFFFFF;
  color: #000000;
  width: 150px;
  font-size: 1.0em;
	vertical-align: middle;
}

.buttonInput { /* Generic button */
  font-size: 1.0em;
}

table { /* Generic table */
  background-color: #EEEEEE;
  color: #000000;
  border: 0px;
}

a { /* Generic Link */
  font-size: 1.1em;
	text-decoration: none;
}

.smallText { /* Text to appear small */
  font-size: 0.9em;
}

.textDisplay { /* Text to display */
  font-size: 1.1em;
}

.textHeader { /* Text as a header */
  font-size: 1.1em;
  font-weight: bold;
}

.textError { /* Text to display in error */
  background-color: #EEEEEE;
  font-size: 1.1em;
  color: #CC0000;
}
/*-------------------------------------*/
/* The header and footer of the page   */
/*-------------------------------------*/
                                        
#header-display { /* This displays the main header image */
  width: 760px;
	height: 107px; 
	display: block; 
	background-image: url(../images/bg.gif); 
	background-repeat: no-repeat;
	border-bottom: 1px solid #C0C0C0;
  text-align: right;
  /*color: #FFFFFF;*/
}

#header-display td {
  width: 760px;
}

#header-diplay .links {
  display: block;
	padding: 0px 13px 9px 0px;
  margin: 0 0 0 0; 
  text-align: right;
}

#header-display .spacer {
	clear: both; 
	display: block; 
	padding: 62px 0 4px 0;
}

#footer-display { /* This displays the main header image */
  width: 760px;
	height: 15px; 
	display: block; 
  color: #FFFFFF;
  background-color: #034C85;
}

/*---------------------------*/
/* The main body of the page */
/*---------------------------*/

.titlebar { /* A title bar with orange background */
  background-color: #b3a1ce;   /* was FF9900; */
	width: 300px;
  font-size: 1.1em;
	color: #EEEEEE; 
	background-image: url(../images/aa/diag_end.gif);
	background-position: right; 
	background-repeat: no-repeat; 
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#inputForm { /* The main body of the page */
  width: 760px;
}

#inputForm .textDisplay {
  width: 200px;
}

.summary { 
  overflow: auto;
  width: 748px;
  height: 125px;	
  border-style: solid;
  border-width: 1px
}

.summaryTable { 
	font-size: 1.0em;
  width: 728px;
}

.summaryTable td {
	border-style: none;
}

.summaryTableHeader {
	font-weight: bold;
	color: #034C85;
	background-color: #E0E0E0;
}

.highlightBlock {
  background-color: #CCCCCC;
}


