/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(lz_images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/******************************/
a.green:link {
	color: #469402;
	text-decoration: none;
}
a.green:visited {
	text-decoration: none;
	color: #469402;
}
a.green:hover {
	text-decoration: none;
	color: #ff0000;
}
a.green:active {
	text-decoration: none;
	color: #469402;
}
/******************************/

a.black:link {
	color: #000000;
	text-decoration: underline;
}
a.black:visited {
	text-decoration: underline;
	color: #000000;
}
a.black:hover {
	text-decoration: underline;
	color: #ff0000;
}
a.black:active {
	text-decoration: underline;
	color: #000000;
}
/******************************/
a.red:link {
	color: #000000;
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color: #000000;
}
a.red:hover {
	text-decoration: none;
	color: #FF0000;
}
a.red:active {
	text-decoration: none;
	color: #000000;
}
/******************************/

a.whitelink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink::visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.whitelink::hover {
	text-decoration: none;
	color: #ff0062;
}
a.whitelink::active {
	text-decoration: none;
	color: #FFFFFF;
}
/******************************/

.txt8white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}

.txt11white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.txtnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txt10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3px;
}

.txtdarkgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b8f37;
}

.txt13green {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #74BC34;
}

.txt13grey {	font-family: Century Gothic;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}


.txt131green {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #74BC34;
}

.txtpink {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ff0062;
}

.txtred11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
}

.txtrequired {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF0000;
	font-style:italic;
}

.txtinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	font-style:italic;
}

.txtred13 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FF0000; font-weight: bold; }
.txtblue12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#0099FF; font-weight: bold; }

.txt11green {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8CC43C;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin-left:0px; 
margin-right:0px;
padding-left: 0px;
margin-bottom: 0px;
margin-top:5px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat;
list-style-type: none;
margin-left:0px; 
margin-right:0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 0px;
cursor: hand !important;
cursor: pointer !important;
padding-left: 0px;
margin-bottom: 0px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-left:0px; 
margin-right:0px;
padding-left: 0px;
margin-bottom: 0px;
margin-top:0px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-left:0px; 
margin-right:0px;
padding-left: 0px;
margin-bottom: 0px;
margin-top:-4px;
}