/* ------------------ tab ---------------------------- */
#pagetab{
	width: 100%px;
	padding: 0px;
	display: block;
}

#pagetabBar{
	display: block;
	padding: 0px;
	height: 20px;
}

#pagetabBar div{
	padding: 0px;
	display: block;
	float: right;

}

.ontab {
	background-color: #D5693C;
	border-bottom: 1px solid #CFDEEB;
}

.offtab {
	background-color: #E19777;
	border-bottom: 1px solid #92B6D3;
}

.ontab,
.offtab{
	width : 65px;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	padding: 0px 5px 0px 5px;
	font-family: arial; font-weight: 500; font-size: 8pt;
	color: #FFF;
	display: block;
	height: 20px;
	border-right: 1px solid #fff;
}

.tabpadding {
	/*border-bottom: solid 1px #777777;*/
	background-color: #fff;
	padding-left: 1px;
}

.tabempty{
	background-color: #fff;
	border-right: 1px solid #fff;
	width : 5px;
	padding: 0px 5px 0px 5px;
	display: block;
	text-align: center;
	vertical-align: bottom;
	height: 20px;
	color : #000;
	font-family: verdana; font-size: 8pt; 
}  

.pagetext {
	background-color: #F1F7FA;
	visibility: hidden;
	display: none;
	margin-top: -1px;
	border: 1px solid #CFDEEB;
	font-family: arial; font-size: 8pt;
	color: #000;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
