/* InfoSearch CSS Stylesheet */

BODY
{
    BACKGROUND-COLOR: LightGoldenrodYellow;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.NBInfo {
	font-size:11pt;
	font-weight:400;
	FONT-FAMILY: Arial;
	color:Navy;
	text-align:left;
	padding-left:4px;
	padding-right:4px;	
}

.Warning {
	font-size:12pt;
	font-weight:700;
	FONT-FAMILY: Arial;
	color:Red;
	text-align:center;
	padding-left:4px;
	padding-right:4px;
	border-bottom:solid 1px gray;
	border-left:solid 1px gray;
	border-right:solid 1px silver;
	border-top:solid 1px silver;
	
}
.BigWarning {
	font-size:16pt;
	font-weight:900;
	FONT-FAMILY: Arial;
	color:Red;
	border-bottom:solid 2px red;
	border-left:solid 2px red;
	border-right:solid 2px red;
	border-top:solid 2px red;
}
.SystemError {
	font-size:10pt;
	font-weight:900;
	FONT-FAMILY: Arial;
	color:Red;
	background-color:Tan;
	border-bottom:solid 1px gray;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	border-top:solid 1px gray;
}

.Q2Credit {
	font-size:8pt;
	font-weight:500;
	FONT-FAMILY: Arial;
	color:Black;
	text-align:center;
	background-color:Tan;
}
.HelpStyle {
	font-size:8pt;
	font-weight:500;
	FONT-FAMILY: Arial;
	color:Navy;
	text-align:left;
	background-color:Silver;
	border-bottom:solid 1px gray;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	border-top:solid 1px gray;
}
.HelpStyle2 
{	color:Blue;
	text-decoration:underline;
	vertical-align:super;
	z-index:1085;
	font-size:8pt;
	font-weight:500;
	FONT-FAMILY: Arial;
	color:Navy;
	text-align:center;
}
.InfoMessage {
	font-size:10pt;
	font-weight:200;
	FONT-FAMILY: Arial;
	color:DarkGreen;
	text-align:center;
	background-color:Tan;
}
	
.InfoMessage2 {
	font-size:10pt;
	font-weight:200;
	FONT-FAMILY: Arial;
	color:DarkBlue;
	text-align:center;
	padding-left: 10 ;
	padding-right: 10 ;
	margin-left:5;
	margin-right:5;
	background-color:Ivory;
	border-bottom-color:silver;
	border-bottom-style:groove;
	border-bottom-width:thin;
	border-left-color:silver;
	border-left-style:groove;
	border-left-width:thin;
	border-right-color:silver;
	border-right-style:groove;
	border-right-width:thin;
	border-top-color:silver;
	border-top-style:groove;
	border-top-width:thin;
}
	
.label1 {
	FONT-SIZE: x-small;
	FONT-FAMILY: Arial;
	text-align:right;
	width:25%;
	height: 10 
}
.labelErr {
	FONT-SIZE: x-small;
	FONT-FAMILY: Arial;
	color:Red;
	text-align:left;
	height: 10 
}

.FormInput{
	FONT-SIZE: x-small;
	FONT-FAMILY: Arial Narrow;
	text-align:right;
	width:25%;
	height: 10 
}
.FormInputL{
	FONT-SIZE: x-small;
	FONT-FAMILY: Arial Narrow;
	text-align:left;
	width:25%;
	height: 10 
}

.Mlabel1 {
	FONT-SIZE: x-small;
	FONT-FAMILY: Arial;
	text-align:right;
	width:35%;
	height: 19 
}

.SearchBox {
	position:absolute;
	top:0;
	height:20;
	z-index:121;
}
.tbSearch {
	Width: 100px;
	Height: 20px;
	Font-Size:XX-Small;
}

.NaviBox {
	position:absolute;
	top:2;
	height:20;
	z-index:121;
}

.lFindResults {
	Font-Size:75%; 
	FONT-FAMILY: Arial;
	text-align:center;
	z-index:100;
}

.overline {
 border-top-color:white;
 border-top-style:solid;
 border-top-width:1pt;
 color:White;
}
	
.label2 {
	color:DarkBlue; 
	FONT-SIZE: 12pt; 
	FONT-FAMILY: Arial }
	
.label3 {
	color:DarkBlue; 
	FONT-SIZE: 11pt; 
	FONT-FAMILY: Arial }
	

.MntceMode {
	FONT-SIZE: 18pt; 
	TEXT-ALIGN: center;
	vertical-align:text-top;
	color:Brown;
	Font-Family:Arial;
	Font-weight: bold;
	font-style:oblique;
}

.LoginPanel {
	Z-INDEX: 101;
	POSITION: absolute; 
	LEFT: 30%;
	Width: 40%;
	TOP: 20%;
	height:30%;
	BackGround-Color:Tan;
	border-bottom:solid 2px gray;
	border-left:solid 2px silver;
	border-right:solid 2px gray;
	border-top:solid 2px silver;
}
					
.HeadPanel {
	Z-INDEX: 109;
	LEFT: 0px;
	POSITION: absolute;
	TOP: 0px;
	Background-Color: LightGoldenrodYellow;
	Border-Width: 5;
	border-color:Lime;
	Width: 102%;
	color: Black;
	border-color: lightgoldenrodyellow;
	padding:0 0 0 0;
	Background-Color:Tan;
	Border-Style:None;
	Height:6%;
}

.NBPanel {
	Z-INDEX: 181;
	LEFT: 25%;
	POSITION: absolute; 
	TOP: 50%;
	BackGround-Color:White;
	height:40%;
	Width: 50%;
	padding:5 5 5 5;
	border-bottom:solid 2px gray;
	border-left:solid 2px gray;
	border-right:solid 2px gray;
	border-top:solid 2px gray;
	color:Aqua;
}

.ClassMtcePanel {
    Z-INDEX: 110;
	POSITION: absolute; 
	LEFT: 300px; 
	TOP: 80px;
	Width: 460px;
	Height: 150;
	Background-Color: Tan;
	Border-Color:Transparent;
	border-bottom:solid 1px gray;
	border-left:solid 1px white;
	border-right:solid 1px gray;
	border-top:solid 1px white; 
}
.TypeMtcePanel {
	Z-INDEX: 110;
	POSITION: absolute;
	LEFT: 25%;
	TOP: 70px;
	Height:150;
	Width: 460px;
	Border-Style:None;
	Background-Color:Tan;
	Border-Color:White;
	Border-Color:Transparent;
	border-bottom:solid 1px gray;
	border-left:solid 1px white;
	border-right:solid 1px gray;
	border-top:solid 1px white; 
}

.Treestyle1 {
	Z-INDEX: 111;
	LEFT: 0px;
	POSITION: absolute;
	TOP: 5px;
	Height:75%;
	Width:100px;
	border-Style:None;
	Background-Color: Tan;
	font-family:Verdana;
	Font-Size: XX-Small;
}

.tvClass1 {
	Z-INDEX: 180;
	LEFT: 0px;
	POSITION: absolute;
	TOP: 6.4%;
	Height:95%;
	Width:20%;
	border-Style:None;
	Background-Color: Tan;
	font-family:Arial Narrow;
	Font-Size: XX-Small;
}

.GridStyle {
	Z-INDEX: 100;
	LEFT: 20%;
	POSITION: absolute;
	TOP: 6%;
	Height:390px;
	Width:81%; 
	Background-Color:LightGoldenrodYellow;
	Border-Color:Tan;
	Border-Width:0px;
	Padding:0 0 0 0;
}
.GridFileStyle {
	Z-INDEX: 100;
	LEFT: 19.75%;
	POSITION: absolute;
	TOP: 9%;
	Height:390px;
	Width:83%; 
	Background-Color:LightGoldenrodYellow;
	Border-Color:Tan;
	Border-Width:0px;
	Padding:0 0 0 0;
}

.GridHead {
    width:100%;
	height:3px;
	border-bottom:solid 1 Gray;
	border-left-color:Blue;
	border-top:solid 1 Gray;
	background-color:Wheat;
	Font-Size:x-small;
	Font-Family: Arial, Comic Sans MS;
	Font-weight: 400;
	font-style: oblique;
	text-align:left;
	Vertical-Align:Middle;
}
.GridLine {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial; 
	text-align: left;
	height:10px; 
	}
