.tab {
background-color: #ccddbb;
border: 1px Solid #444444;
padding: 2px 8px 2px 8px;
border-bottom: none;
}

.tabLeft {
	background-image: url('/images/tab-offleft.jpg');
	height: 3px;
	/*width: 3px;*/
}
.tabMid {
	background-image: url('/images/tab-offmiddle.jpg');
	height: 3px;
}
.tabRight {
	background-image: url('/images/tab-offright.jpg');
	height: 3px;
	/*width: 3px;*/
}
.tabBottom {
	font-family: Verdana, Arial; 
	color:#000000; 
	font-size: 11px;
	border-left: 1px Solid #999999;
	border-right: 1px Solid #999999;
	text-align: center;
	padding: 2px 8px 2px 8px;
	background-color: #e4e4ee;
	border-bottom: 1px Solid #000000;
	cursor:pointer;
}


.tabLeftb {
	background-image: url('/images/tab-onleft.jpg');
	height: 3px;
	/*width: 3px;*/
}
.tabMidb {
	background-image: url('/images/tab-onmiddle.jpg');
	height: 3px;
}
.tabRightb {
	background-image: url('/images/tab-onright.jpg');
	height: 3px;
	/*width: 3px;*/
}
.tabBottomb {
	font-family: Verdana, Arial; 
	color:#000000; 
	font-size: 11px;
	border-left: 1px Solid #999999;
	border-left: 1px Solid #999999;
	border-right: 1px Solid #999999;
	text-align: center;
	padding: 2px 8px 2px 8px;
	background-color: #ffffff;
	border-bottom: 1px Solid #ffffff;
}

.weatherMain {
	border: 1px Solid #cccccc;
}

.weatherBottom {
	padding: 2px 8px 2px 8px;
	border: 1px Solid #cccccc;
	border-top: none;
}
.weatherTop {
	padding: 2px 8px 2px 8px;
	border: 1px Solid #cccccc;
	border-bottom: none;
}