
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:1000px;
	height:28px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background-image:url(../images/panes.png);
	display:block;
	height: 28px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:28px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; width:166px;}
#flowtabs #t2 			{ background-position: -166px 0; width:167px;}
#flowtabs #t3 			{ background-position: -333px 0; width:167px;}
#flowtabs #t4 			{ background-position: -500px 0; width:167px;}
#flowtabs #t5 			{ background-position: -667px 0; width:167px;}
#flowtabs #t6 			{ background-position: -834px 0; width:166px;}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -30px; }
#flowtabs #t2:hover 	{ background-position: -166px -30px; }
#flowtabs #t3:hover 	{ background-position: -333px -30px; }
#flowtabs #t4:hover 	{ background-position: -500px -30px; }
#flowtabs #t5:hover 	{ background-position: -667px -30px; }
#flowtabs #t6:hover 	{ background-position: -834px -30px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; line-height:28px; }
#flowtabs #t1.current { background-position:      0 -60px; }
#flowtabs #t2.current { background-position: -166px -60px; }
#flowtabs #t3.current { background-position: -333px -60px; }
#flowtabs #t4.current { background-position: -500px -60px; }
#flowtabs #t5.current { background-position: -667px -60px; }
#flowtabs #t6.current { background-position: -834px -60px; }


/* panes */
#flowpanes {
	background-image:url(../images/panes.png);
	background-position:bottom;
	width:1000px;
	height:363px;
	margin-bottom:5px;
}


/* single pane */
#flowpanes div {
	display:none;	
	margin:5px 10px;
}
