/*

 * base_styles.css : UberJay CSS style definitions.

 */





/* Redefinitions of basic HTML elements. */

H1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	/* color: #005196; */

	color: #000000;

	text-decoration: none;

}

H2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-indent: 2em;

	text-transform: capitalize;

	/* color: #005196; */

	color: #005196;

	text-decoration: none;

}

H3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-indent: 4.5em;

	text-transform: capitalize;

	/* color: #005196; */

	color: #005196;

	text-decoration: none;

}

H4 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-indent: 7.3em;

	text-transform: capitalize;

	/* color: #005196; */

	color: #000000;

	text-decoration: none;

}

P {

	font-family: Arial, Helvetica, sans-serif;

	/* font-size: 14pt; */

	font-style: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	/* color: #005196; */

	color: #000000;

	text-decoration: none;

}

P.indent {

	text-indent: 4em;

}

th {

	text-align: left;

	vertical-align: top;

}

textarea {

	background-color:	#EFEFEF;

}

input {

	background-color:	#EFEFEF;

}

/* END Redefinitions of basic HTML elements. */



/* Custom Style Classes */

.header_fixed {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	font-variant: small-caps;

	text-transform: capitalize;

	text-decoration: none;

	color: #000000;

	text-align: right;

}

.header_a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: normal;

	font-variant: small-caps;

	text-transform: capitalize;

	text-decoration: none;

	color: #000000;

	text-align: right;

}

.header_a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: normal;

	font-variant: small-caps;

	text-transform: capitalize;

	text-decoration: none;

	color: #005196;

	text-align: right;

}

.fullindent2 {

	padding-left:	36px;

}

.fullindent3 {

	padding-left:	72px;

}

.fullindent4 {

	padding-left:	108px;

}

.pad4 {

	padding-top: 4px;

	padding-right: 4px;

	padding-bottom: 4px;

	padding-left: 4px;

}

.pad8 {

	padding-top: 8px;

	padding-right: 8px;

	padding-bottom: 8px;

	padding-left: 8px;

}

.pad12 {

	padding-top: 12px;

	padding-right: 12px;

	padding-bottom: 12px;

	padding-left: 12px;

}

.footmsg {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: lighter;

	font-variant: normal;

	text-transform: none;

	color: #005196;

	text-decoration: none;

}

.product_details {

	text-indent: 0em;

}

.redtag {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: none;

	color: #FF0000;

	text-decoration: none;

}

.greentag {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: none;

	color: #00FF00;

	text-decoration: none;

}

.linkedimg {

	border: 1px solid #005196;

}

/* Left Navigational Menu styles. */

.lnav0 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: bold;

	font-variant: small-caps;

	text-transform: capitalize;

	text-decoration: none;

	color: #000000;

}

.lnav0:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: bold;

	font-variant: small-caps;

	text-transform: capitalize;

	text-decoration: underline;

	color: #005196;

}

.lnav0_hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: bold;

	font-variant: small-caps;

	text-transform: capitalize;

	text-decoration: none;

	color: #005196;

	cursor: pointer;

}

.lnav0_sel {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: bolder;

	font-variant: small-caps;

	text-transform: capitalize;

	color: #005196;

	text-decoration: none;

}

.lnav0_sel_hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	font-weight: bolder;

	font-variant: small-caps;

	text-transform: capitalize;

	color: #005196;

	text-decoration: none;

}

.lnav1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	text-decoration: none;

	text-indent: 1em;

	padding-left: 1em;

/*	line-height: 0px; */

	color: #000000;

}

.lnav1:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	text-decoration: underline;

	text-indent: 1em;

	padding-left: 1em;

/*	line-height: 0px; */

	color: #005196;

}

.lnav1_hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	text-decoration: none;

	text-indent: 1em;

	padding-left: 1em;

/*	line-height: 0px; */

	color: #005196;

	cursor: pointer;

}

.lnav1_sel {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	font-weight: bolder;

	font-variant: normal;

	text-transform: capitalize;

	text-indent: 1em;

	padding-left: 1em;

/*	line-height: 0px; */

	color: #005196;

	text-decoration: none;

}

.lnav1_sel_hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	font-weight: bolder;

	font-variant: normal;

	text-transform: capitalize;

	text-indent: 1em;

	padding-left: 1em;

/*	line-height: 0px; */

	color: #005196;

	text-decoration: none;

}

.lnav2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	text-decoration: none;

	text-indent: 2em;

	padding-left: 2em;

/*	line-height: 0px; */

	color: #000000;

}

.lnav2:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	text-decoration: underline;

	text-indent: 2em;

	padding-left: 2em;

	color: #005196;

/*	line-height: 0px; */

}

.lnav2_hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	text-decoration: none;

	text-indent: 2em;

	padding-left: 2em;

	color: #005196;

/*	line-height: 0px; */

	cursor: pointer;

}

.lnav2_sel {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bolder;

	font-variant: normal;

	text-transform: capitalize;

	text-indent: 2em;

	padding-left: 2em;

	color: #005196;

/*	line-height: 0px; */

	text-decoration: none;

}

.lnav2_sel_hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bolder;

	font-variant: normal;

	text-transform: capitalize;

	text-indent: 2em;

	padding-left: 2em;

	color: #005196;

/*	line-height: 0px; */

	text-decoration: none;

}

.lnav3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	text-decoration: none;

	text-indent: 4em;

	padding-left: 3em;

/*	line-height: 0px; */

	color: #000000;

}

.lnav3:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	text-decoration: underline;

	text-indent: 4em;

	padding-left: 3em;

	color: #005196;

/*	line-height: 0px; */

}

.lnav3_hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bold;

	font-variant: normal;

	text-transform: capitalize;

	text-decoration: none;

	text-indent: 4em;

	padding-left: 3em;

	color: #005196;

/*	line-height: 0px; */

	cursor: pointer;

}

.lnav3_sel {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bolder;

	font-variant: normal;

	text-transform: capitalize;

	text-indent: 4em;

	padding-left: 3em;

	color: #005196;

/*	line-height: 0px; */

	text-decoration: none;

}

.lnav3_sel_hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bolder;

	font-variant: normal;

	text-transform: capitalize;

	text-indent: 4em;

	padding-left: 3em;

	color: #005196;

/*	line-height: 0px; */

	text-decoration: none;

}



/* styles for the tree */

/*

SPAN.TreeviewSpanArea A {

	font-size: 10pt; 

	font-family: verdana,helvetica; 

	text-decoration: none;

	color: black

}

SPAN.TreeviewSpanArea A:hover {

	color: '#820082';

}

*/

/* END Left Navigational Menu styles. */


