/* default cascading style sheet used for HarrisData EIP HDSGeneral.css  */

/* General Page Formating */


BODY {
    font-size : small;
    font-family: Arial, Helvetica, sans-serif;
    color : black;
    background-color: white;
    margin : 0;
}

HR {
    width : 100%;
    text-align : left;
    height : 1px;
    color : #FFFFFF;
    background-color : #0066CC;
    border : none;
    margin-left: -1em;
}

P {
    margin: 1em 1em 1em 2em;
}

/* anchor elements set defaults for all links */

A:link, A:visited	{
    color: red;
    text-decoration: none;
}

A:hover {
    color: #008000;
}
		
/* head elements are used at the top of pages to clearly identify each generated page */

H1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: d62327;
	margin: 0 1em 0 0;
	white-space : nowrap;
}
			
H2 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding-left: 0.5em;
	white-space : nowrap;
}

H3 {
    font-size: 12pt;
    color: #FF0000;
    padding-left: 1em;
}
			
H4 {
    font-size: 10pt;
    color: #0066CC;
    padding-left: 1.5em;
}
			
H5 {
    font-size: 10pt;
    color: #FF0000;
    margin-bottom : 0;
    padding-left: 2em;
}

INPUT {
    font-size: x-small;
    font-family : Arial, Helvetica, sans-serif;
}

SELECT {
    font-size: x-small;
    font-family : Arial, Helvetica, sans-serif;
}

/* Controls overall content area  */
.content {
    padding : 0em 0em 0em 1em;
    width : 710px;
}

/* Table attributes */
.basetable {
	margin: 0em 0em 0em 0em;
}

.contenttable{
	margin: 0em 0em 0em 0em;
}

.quicksearchtable{
	margin: 0em 0em 1em 0em;
}

/* Controls form area  */
.formClass {
	margin-top : .1em;
	margin-bottom : .1em;
}

/* input elements on forms */
.input  {
    background-color : white;
    color : black;
    text-align : left;
}

/* Even row number formatting */
.evenrow  {
	background-color : #f2f2e9;
	white-space : nowrap;
}

/* Odd row number formatting */
.oddrow  {
    background-color : transparent;
    white-space : nowrap;
}

/* selection header designates the style of headers for field names with single record views */
.dsphdr {
    color :#0066CC;
    text-align : right;
    padding-right: 1em;
    white-space : nowrap;
    font-size : x-small;
}

th.dsphdr {
    color :#0066CC;
    text-align : left;
    white-space : nowrap;
    font-size : x-small;
    font-weight : bold;
    border-bottom : 1px solid #0066CC;
    background-color : #FFFFEE;
}

/* displayselected designates the display of "sel"ected information from a single record */
.dspalph, .dspcode, .dspnmbr, .dspdate, .dsptotal {
     text-align: left;
     white-space : nowrap;
     padding-right : 1em;
     font-size : x-small;
}

.dsptotal {
	text-decoration : overline;
	text-align : right;
	font-weight : bold;
}

.dspqty  {
	text-align: right;
	white-space : nowrap;
	padding-right : 1em;
	font-size : x-small;
}

/* tableheader designates the style of the column headers for multi-record tables */
.colhdr {
	font-size: x-small;
	font-weight: normal;
	color : black;
	text-align : center;
	border-right: 1px solid white;
	vertical-align: bottom;
	background-color : #ccca99;
	padding: 0.5ex;
}

.colhdr a:link, .colhdr a:visited {
    color : white;
}

.colhdr a:hover {
    color : yellow;
}

/* tableheadersort designates the style of the column headers for multi-record tables with sequence attributes */
.colhdrsort {
	font-size: xx-small;
	color : red;
	text-align : center;
	border-right: 1px solid white;
	vertical-align: bottom;
	background-color : #87ceed;
	padding: 0.5ex;
}

/* rowdisplay designates the style of the rows of a multi-record tables */
.colalph, .colcode, .coldate, .colnmbr, .coltotal, .colicon {
    font-size: 9pt;
    padding: 0.5ex 1ex 0.5ex 1ex;
    white-space : nowrap;
    border-right: 1px solid white;
}
.colalph {
    text-align: left;
}

.coldate {
    text-align: right;
}

.colnmbr, .coltotal {
    text-align: right;
}

.colcode {
    text-align: center;
}

.coltotal {
    border-top : 1px solid black;
    background-color : white;
	font-weight: bold;
}

.colicon {
	white-space : nowrap;
	background-color : transparent;
}

.opticon {
	white-space : nowrap;
}

/* input is used to style the input boxes for a single record view */
.inputalph, .inputnmbr,.inputdate,.inputcode {
    text-align: left;
    font-size : x-small;
}

/* toolbar */
.toolbar {
    white-space : nowrap;
    text-align : right;
}

/* "recselhdr" designates the style of the field names for single record views */
.hdrtitl {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #d62327;
	text-align: right;
	padding-left: 0.5em;
	white-space : nowrap;
}

.hdrdata {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: Black;
	text-align: left;
	padding-left: 0.5em;
	white-space : nowrap;
}

/* legend title ****************************************************************/

.legendTitle {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color : black;
    text-align : left;
    font-weight : bold;
    padding-bottom : 1ex;
}

/* legend sub-title */
.legendSubTitle {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color : black;
    text-align : left;
    font-weight : normal;
}

.legendTitleData {
    color : gray;
    padding-left : 1ex;
    font-weight: normal;
}

/* legend body */
.legendBody {
	border : 1px solid #0066cc;
	margin: 0 1em 0 0;
	padding: 1ex 1ex 1ex 1ex;
}

/* legend title features/options */
.legendTitleFO {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color : #d13c32;
    text-align : left;
    font-weight : bold;
}

/* legend body features/options */
.legendBodyFO {
    background-color : #cc33ff;
    border : narrow Black;
}

/* legend sub-title features/options */
.legendSubTitleFO {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color : black;
    text-align : left;
    font-weight : normal;
}

/* legend sub-body features/options */
.legendSubBodyFO {
    background-color : white;
    border : narrow Black;
}

/* messages ************************************************************************/

.error  {
    color : red;
    text-align : left;
    font-weight : bold;
}

.accessError  {
    color : red;
    text-align : left;
    font-weight : bold;
}

/* confirmation message */
.confMsg		{
    color: #0066CC;
    font-weight : bold;
    font-size : x-small;
}

/* no data found error */
.nodataerror  {
	font-size: +1;
	color : red;
	padding-bottom : 2em;
}

/* Calendar Formating *********************************************************/

/* calendar title */
.calendartitle  {
    font-family: Verdana, Arial, sans-serif;
    font-size: +1;
    color : #0000BB;
}

/* calendar body */
.calendarbody  {
    background-color : ##c0c0c0;
}

/* Order Entry  ***************************************************************/

/* order entry price override */
.oepriceover {
    text-align: right;
    font-weight: normal;
    font-size: 9pt;
    padding: 0.5ex 0.5em 0.5ex 0.5em;
    color : Red;
    background-color : Yellow;
}
.oepriceover A:link, .oepriceover A:visited, .oepricover A:hover {
    text-align: right;
    font-weight: normal;
    font-size: 9pt;
    color : Red;
    background-color : Yellow;
}

/* Miscellaneous  *************************************************************/

/* copyright notices */

.copr {
    font-size: 8pt;
    color: gray;
    text-align: left;
    padding-left: 1em;
}

/* portalmaintainselectionlist! */
.lc {
    font-family: "Lucida Console";
    font-size: 10pt;
    text-align: left;
}

/* search criteria */
.searchcriteria {
    font-size: x-small;
    text-align: left;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : bold;
}

/* 'page 1 of xx' text */
.page {
    font-size: x-small;
    text-align : left;
    margin: 0ex 0ex 1ex 0ex;
    padding : 0ex 0ex 0ex 0ex;
}

select.page {
    font-size: xx-small;
    text-align : right;
    margin: 0ex 0ex 0ex 0ex;
}

/* Cant find reference to this class!!! */
.pageBottom {
	text-align : left;
	padding : 1ex 0ex 0ex 0ex;
}

/* system date & time */
.datetime {
    font-size : 8pt;
    text-align : left;
}

/* character used to indicate required field */
.reqfield {
    color : #FF0000;
    text-align: left;
    font-weight : bold;
    font-size : xx-small;
}

