/*
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.weather {
	margin-top: 2px; 
	margin-bottom: 2px;	
	margin-right: 2px;
	margin-left: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.weathertit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}




#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #aaaaaa;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}


#contentwrapper{
width: 100%;
height: 100%;
border: 0px;
/*background-color: #C6FFC6;
padding: 5px;*/
font-size: 9px;
}

.billcontent{
width: 100%;
display:block;
}


.digi_input
{
width:350px; 
height:17px; 
font-family:tahoma; 
font-size:11px; 
background-color: #FFFFFF; 
border:1px solid #B8B8B4;
}

.digi_area
{
width:350px; 
height:200px; 
font-family:tahoma; 
font-size:11px; 
background-color: #FFFFFF; 
border:1px solid #B8B8B4;
}

.digi_submit
{
font-family:tahoma; 
font-size:11px; 
border:1px solid #B8B8B4;
}

.digi_submitB
{
font-family:tahoma; 
font-size:11px; 
border-right:1px outset #B8B8B4;
border-bottom:1px outset #B8B8B4;
border-left:1px outset #f0f0f0;
border-top:1px outset #f0f0f0;
}

.highlightQuery
{
font-weight: bold;
text-decoration: underline;
}