/* -- LSI STYLE SHEET lsi_styles_ns4.css VERSION 1.0 --*/

body,td,th {font-family: Arial, Verdana, Helvetica, Sans-serif; font-size: 8pt; color: #000000;}

a {color: #993300; text-decoration: none;}
a:active {color: #993300;}
a:link {color: #993300;}
a:visited {color: #993300;}
a:hover {text-decoration: underline;}

a.bold {font-weight: bold;}
a.small {font-size: 9pt;}
a.udrline {text-decoration: underline;}
a.udrlinebold {font-weight: bold; text-decoration: underline;}
a.udrlinesmall {text-decoration: underline; font-size: 9pt;}

h1 {font-size: 18pt; font-weight: normal;}
h2 {font-size: 10pt; font-weight: bold; margin-bottom:0px; margin-top:0px;}
h3 {font-size: 10pt; font-weight: normal;}
h4 {font-size: 8pt; font-weight: normal;}
h5 {font-size: 10pt; font-weight: normal;}
h6 {font-size: 10pt; font-weight: normal;}

.large {font-weight: bold;font-size: 11pt;}
.bold {font-weight: bold;}
.small {font-size: 8pt; color:#666666;}
.smallbold {font-size: 9pt; font-weight: bold;}
.srchopt {color: #333333; font-size: 9pt;}
.copyright {color: #666666; font-size: 9pt;}

/* colors */
.color993300 {color: #993300;}
.colorFFFFFF {color: #FFFFFF;}

/* backgrounds */
.colorCCCC99bg {background-color:#CCCC99;} 

.picBorder {border-top: #996633 1px solid; border-left: #996633 1px solid; border-right: #996633 1px solid; border-bottom: #B09071 1px solid; }

.inputBox {
	font-family: Arial, Verdana, Helvetica, Sans-serif; font-size: 8pt; color: #666666;
	border-top: #999999 1px solid; border-left: #999999 1px solid; border-right: #C0C0C0 1px solid; border-bottom: #C0C0C0 1px solid; }

@media screen { 
	/* Turn off list bullets */
	ul.buildTree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.buildTree { margin-left:0px; padding-left:0px;}
	ul.buildTree  ul , ul.buildTree li { margin-left:5px; padding-left:0px;}
	/* Provide space for our own "bullet" inside the LI */
	ul.buildTree  li           .bullet { margin-left: 3px; padding-left: 3px;} /* width bt bullet and text */
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.buildTree  li.liOpen    .bullet { cursor: pointer; list-style-type: square; color: #003399; background: url(../images/global/minus.gif);  background-repeat: no-repeat; background-position : left;}
	ul.buildTree  li.liClosed  .bullet { cursor: pointer; list-style-type: square; color: #003399; background: url(../images/global/plus.gif);  background-repeat: no-repeat; background-position : left;}
	ul.buildTree  li.liBullet  .bullet { cursor: pointer; background: url(../images/global/li.gif);  background-repeat: no-repeat; background-position : left; }
	/* Sublists are visible or not based on class of parent LI */
	ul.buildTree  li.liOpen    ul { display: block; }
	ul.buildTree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.buildTree  li { font-size: 8pt; }
	ul.buildTree  li ul li { font-size: 8pt; }
	ul.buildTree  li ul li ul li { font-size: 8pt; }
	ul.buildTree  ul li ul li ul li li { font-size: 8pt; }
}
