/* WQData HTML */

a			{	font-family:Verdana;
				font-size:10px;
				text-decoration:none;
				color:#336699;
			}
		
a:hover		{	font-family:Verdana;
				font-size:10px;
				text-decoration:none;
				color:#336699;
			}
			
a .alt 		{	display: none;
			}

p			{	font-family: Verdana;
				font-size: 10px;
			}

img 		{	border: 0px;
			}

body 		{	padding: 0px;
				margin-top: 0px;
				margin-left: auto;
				margin-right: auto;
			}
			
/* End WQData HTML */

/* WQData Web Applet */

.div_applet_alldata
{	width: 93px; 
	height: 36px;	
	margin-left: 0px;
	position: absolute;
	margin-top: 257px; /* enter height of lcd.jpg + top.jpg */
	background: url(applet/all_data.gif);
}
.p_applet_alldata
{	width: 93px;
	height: 36px;
	cursor: pointer;
	cursor: hand;
}

.div_applet_lcd
{	width: 220px; 
	height: 220px; 
	margin-top: 37px; /* enter height of top.gif */ 
	margin-left: 23px; /* enter width of left.gif */
	position: absolute;
	background: url(applet/lcd.jpg);
}

#div_applet_lcd_bg
{	width: 220px;
	height: 220px;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
}

.div_applet_left	
{	width: 23px; 
	height: 220px; 
	margin-left: 0px; 
	margin-top: 37px; /* enter height of top.gif */ 
	margin-bottom: 0px;
	position: absolute; 
	background: url(applet/left.gif) no-repeat;
}

.div_applet_poweredby
{ 	width: 175px; 
	height: 36px; 
	margin-left: 93px; /* enter width of alldata.gif */ 
	margin-top: 257px; /* enter height of lcd.jpg + top.gif */
	position: absolute;
	background: url(applet/poweredby.gif) no-repeat;
}
.p_applet_poweredby
{	width: 175px;
	height: 36px;
	cursor: pointer;
	cursor: hand;
}

.div_applet_right
{	width: 25px; 
	height: 220px; 
	margin-left: 243px; /* enter width of lcd.jpg + left.gif */
	margin-top: 37px; /* enter height of top.gif */
	position: absolute;
	background: url(applet/right.gif) no-repeat;
}

.div_applet_top	
{	width: 268px; 
	height: 37px; 
	margin-bottom: 0px; 
	margin-top: 0px;
	position: absolute;
	background: url(applet/top.gif) no-repeat;
	text-align: center;
}

.p_applet_parm	
{	margin-left: 3px;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.p_applet_reading	
{	margin-right: 3px;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
				
.p_applet_site	
{	margin-left: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 10px;
}

.p_applet_top
{	margin-top: 10px;
	margin-bottom: 0px;
	width: 268px;
	height: 37px;
	font-weight: bold;
	line-height: 250%;
	font-size: 10px;
}

.td_applet_reading	
{	width: 110px;
	text-align: right;
}

/* End WQData Web Applet */

/* Scroll Bar */

.scrollgeneric
{
line-height: 20px;
font-size: 20px;
position: absolute;
}

.vscrollerbase {
width: 20px;
top: 0px;
}

.vscrollerbar {
width: 20px;
left: 0px;
}

.hscrollerbase {
height: 20px;
left: 0px;
}

.hscrollerbar {
left: 0px;
}

.hscrollerbar {
top: 20px important;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding-top: 0px;
padding-bottom: 40px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(images/scroll_vertical_button.gif);
width: 20px;
height: 100%;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(images/scroll_vertical_button.gif) 0px 20px;
width: 20px;
height: 20px;
}

.hscrollerbarbeg {
background: url(images/scroll_horizontal_button.gif);
height: 20px;
width: 100%;
left: 0px;
}

.hscrollerbarend {
background: url(images/scroll_horizontal_button.gif) 0px 20px;
height: 20px;
width: 20px;
}

/* Following are OPTIONAL */

.vscrollerbase {
background-image: url(images/scroll_vertical_track.gif);
margin-top: 20px;
width: 20px;
}

.hscrollerbase {
background-image: url(images/scroll_horizontal_track.gif);
}

.hscrollerbasebeg {
top: 0px;
left: 0px;
height: 20px;
background: url(images/scroll_horizontal_left.gif) no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 20px;
width: 20px;
background: url(images/scroll_horizontal_right.gif) no-repeat;
}

.vscrollerbasebeg {
margin-top: -20px;
width: 20px;
height: 20px;
background: url(images/scroll_vertical_top.gif) no-repeat;
}

.vscrollerbaseend {
margin-top: -20px;
height: 20px;
width: 20px;
background: url(images/scroll_vertical_bottom.gif) no-repeat;
}

.scrollerjogbox {
width: 20px;
height: 20px;
bottom: 0px;
right: 0px;
background: url(images/scroll_corner.jpg) 0px 0px;
}

/* Scroll Bar Master Styling Ends Here */