﻿/* ================================================================ 
	Component	:	Tab Pages 1
	Module 		:	CSS

=================================================================== */
.tab-menu {
	font-family:"Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	width: 873px;
/*	overflow: auto; */
/*	border: 1px #FFFF00 solid;*/
}
.tab-menu div.off {
	position: relative;
	height: 31px;
	float: left;
	line-height: 24px;
	color: #C0C0C0;
	margin-right: 2px;
	border: 1px #666666 solid;
	padding: 0 20px;
	background: url('../PIX/Graphics/TabPages/TabOff1.gif') repeat-x left bottom;
	cursor: pointer;
}
.tab-menu div.on {
	position: relative;
	height: 31px;
	float: left;
	line-height: 30px;
	font-family: "Palatino Linotype";
	color: #FFFFFF;
	margin-right: 2px;
	margin-top: 1px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px solid #000000;
	padding: 0 20px;
	background: url('../PIX/Graphics/TabPages/TabOn1.gif') repeat-x left bottom;
	cursor: pointer;
	z-index: 20;
}
.tab-page.show {
	/*	clear: left; */
	position: absolute;
	top: 31px;
	left: 0px;
	width: 873px;
	height: 563px;
	overflow: auto; 
	float: none;
	font-family: "Palatino Linotype";
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	margin-top: 0px;
	border: 1px #666666 solid;
	padding: 1px;
}
.clear {
	clear: both;
}

/*.tab-page.show h1 {
	font: 100% "Palatino Linotype";
	color: #FFFFFF;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}*/

/*div.show img {
	float: left;
	margin: 0 10px 10px 0;
}*/



