

body { 	background-color:#fff;
		font-family:sans-serif;
		font-size: 13px; }

#footer {	text-align:center;
			font-style:italic;
			color:#888;
			margin:6em 0 ;
			font-size:0.8em; }	
h2 { font-size:14px;}
.style1 {color: #FF0000; 
		font-size: 14px;}
.style3 {font-size: 16px;
		font-weight:bold;}
.style5 {font-size: 14px; }
.style6 {font-size: 12px;font-style:italic; }

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
/*	border-bottom:1px solid #666;	 	*/
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:8px 12px 2px 12px;	
	text-decoration:none;
	border-top:1px  solid #666;	
	border-left:1px  solid #666;
	border-right:1px  solid #666;			
/*	border-bottom:1px; */
	height:18px;
	background-color:#ddd;
	color:#000;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	-moz-border-radius:6px 6px 0 0;	
	-webkit-border-radius:6px 6px 0 0;
	border-radius: 6px 6px 0 0;	
}

ul.css-tabs a:hover {
	background-color:#fff;
	color:#000;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#fff;
	border-bottom:1px solid #fff;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:1px 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#fff;
	
	-moz-border-radius:0 10px 10px 10px;
	-webkit-border-radius:0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
	box-shadow: 0 0 50px #ccc;
}
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	position:absolute;
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:14px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
