/* OPSIS.CSS */

/* For Data Tables */
.L7DataTable { 
	text-align: center ;
	}
.L7DataTableTitle { 
	font-size: large; 
	font-weight: bold; 
	font-face: arial, sans-serif; 
	}
.L7DataHeading { 
	font-size: x-small; 
	font-weight: bold; 
	font-face: arial, sans-serif; 
	}

.L7OddDataRow { background-color: #CCFFCC; }
.L7EvenDataRow { background-color: #FEFEFE; }

.L7DataValue { 
	font-size: x-small; 
	font-weight: medium; 
	font-face: arial, sans-serif; 
	}

/* Form Controls */
.FormElement { font-family: monospace; 	font-size: x-small; }
.FormLabel { font-family: sans-serif; font-weight: bold; font-size: x-small }

.L7FormControl { font-family: monospace; font-size: x-small; }
.L7FormTextbox { font-family: monospace; font-size: x-small; }
.L7FormTextarea { font-size: x-small; }
.L7FormCheckbox { font-size: x-small; }
.L7FormPopup { font-family: monospace; font-size: x-small ; }

.L7FormOuterTable { border-style: inset; border-color: gray }

.L7Footnote { font-size : x-small; font-family: sans-serif; }

.L7FormButton { font-size: small; font-weight: bold; }
.L7FormButtonMouseOver { font-size: small; font-weight: bold; color: red; background-color: #FFFFFF; }


/* BODY {margin: 0.1in ;font-family: arial, sans-serif ;line-height: 1.1 ;}*/

H1, H2, H3 {
	margin-bottom: 0.1in ;
	margin-top: 0;
	}

/* P  {	font-size: small;	} */

BLOCKQUOTE {
	margin-top: 0;
	margin-bottom: 0;
	}

HR {
	margin-top: 0;
	margin-bottom: 0;
	}
	

/* TD.classLongText P { text-align: justify;  } */

A { text-decoration: none }
A:link    { color: blue }
A:visited { color: blue }
A:active  { color: green }
A:hover   { color: red }

A.classBlueMenuItem:link    { color: white }
A.classBlueMenuItem:visited { color: white }
A.classBlueMenuItem:active  { color: gray }
A.classBlueMenuItem:hover   { color: yellow }

.classMainMenu{}

.classMainBody{}

/* .classMenuItem {
	font-size: small;
	margin-top: 0.1in ;
	} */

.classText {
	font-face: arial, sans-serif ;
	font-size: small ;
	}

.classData {
	font-face: arial, sans-serif ;
	font-size: small ;
	font-weight: medium ;
	}
	
TD.classData {
	font-size: x-small ;
	}


