@CHARSET "ISO-8859-1";

#SSSLabResultsBody {
	/* overflow-x: auto;
  	overflow-y: auto; */
}

#firstDiv {
	font-family: Verdana;
	FONT-SIZE : 14px;
}

#secondDiv {
	padding-top: 2%;
	font-family: Verdana;
	FONT-SIZE : 16px;
    FONT-WEIGHT : BOLD;
    color : #008062;
}

#secondDivtd {
	background-color: #008062;
	color: white;
	width: 30%; 
	text-align: center;
}

.TextboxFont {
    FONT-SIZE: 16px;
    FONT-FAMILY: Verdana;
    COLOR: black;
    BORDER:none;
    BORDER-BOTTOM: #008062 1PX SOLID;
    BORDER-LEFT: #008062 2PX SOLID;
    BORDER-TOP: #008062 2PX SOLID;
    BORDER-RIGHT: #008062 1PX SOLID;
	PADDING-LEFT: 4px;
}

 .ButtonFont {
 	 display: inline-block;
	 padding: 6px 15px;
	 font-family:Verdana;
	 font-size: 12px;
	 FONT-WEIGHT: bold;
	 cursor: pointer;
	 text-align: center;
	 text-decoration: none;
	 outline: none;
	 color: #FFFFFF;
	 background-color: #008062;
	 border: none;
	 border-radius: 10px;
} 
.ButtonFont:HOVER {
	box-shadow: 1px 5px #999;
	background-color: #FF8C00;
}

.ButtonFont:active {
  box-shadow: 1px 5px #999;
  transform: translateY(3px);
}

.LabelFont {
    FONT-SIZE : 16px;
    FONT-FAMILY : Verdana;
    FONT-WEIGHT : BOLD;
    color : #008062;
	text-decoration : none;
}

#thirdDiv {
	padding-top: 1%;
}

#fourthDiv {
	padding-top: 1%;
}

#fifthDiv {
	padding-top: 2%;
	padding-left: 15%;
}

#fifthSubDiv {
	padding-top: 1%;
}

#fifthDivPropertyFont {
    FONT-SIZE : 16px;
    FONT-FAMILY : Verdana;
    color : darkblue;
	text-decoration : none;
}

#fifthSubDivPropertyFont {
    FONT-SIZE : 14px;
    FONT-FAMILY : Verdana;
    color : darkblue;
	text-decoration : none;
}

#fifthDivButton {
	padding-left: 30%;
}

#sixthDiv {
	FONT-SIZE : 10px;
    FONT-FAMILY : Verdana;
    FONT-WEIGHT : BOLD;
    color : #008062;
	text-decoration : none;
	WIDTH: 100%;  
    BOTTOM: 1%;  
    POSITION: FIXED;  
    text-align: center;
}

#ospDataTest {
	padding-top: 2%;
}