/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:789px;
	height:31px !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: url(/images/panels.png) no-repeat;
	display:block;
	height: 37px;   
	width: 200px; 	
	padding:0px;
	margin-top: 12px;
	z-index: 10;
	
	/* font decoration */
	color:#000000;
	font-size:11px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0px -6px; width:197px;}
#flowtabs #t2 			{ background-position: -197px -6px; width:197px;}
#flowtabs #t3 			{ background-position: -394px -6px; width:197px;}
#flowtabs #t4 			{ background-position: -591px -6px; width:198px;}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:   -0px -45px; }
#flowtabs #t2:hover 	{ background-position: -197px -45px; }
#flowtabs #t3:hover 	{ background-position: -394px -45px; }
#flowtabs #t4:hover 	{ background-position: -591px -45px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#006bb3; line-height:34px; font-weight: bold}
#flowtabs #t1.current { background-position:  -0px -81px; }
#flowtabs #t2.current { background-position: -197px -81px; }
#flowtabs #t3.current { background-position: -394px -81px; }
#flowtabs #t4.current { background-position: -591px -81px; }


/* panes */
#flowpanes {
	background: url(/images/panels.png) no-repeat 0 -120px;		
	width:789px;
	height:585px;
	z-index: 5;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#000000;	
	margin:20px 40px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#000000;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#000000;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}





/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs2 {
	
	/* dimensions */
	width:789px;
	height:31px !important;
	margin:  0 !important; 
	padding:0;	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs2 li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
 
}

/* a- tag inside single tab */
#flowtabs2 li a {
	background: url(/images/panels1.png) no-repeat;
	display:block;
	height: 37px;   
	width: 200px; 	
	padding:0px;
	margin-top: 12px;
	z-index: 10;
	
	/* font decoration */
	color:#000000;
	font-size:11px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs2 #t1 			{ background-position: 0px -6px; width:197px;}
#flowtabs2 #t2 			{ background-position: -197px -6px; width:197px;}
#flowtabs2 #t3 			{ background-position: -394px -6px; width:197px;}
#flowtabs2 #t4 			{ background-position: -591px -6px; width:198px;}
 
/* mouseover state */
#flowtabs2 a:hover 		{ color:#fff;	 }
#flowtabs2 #t1:hover 	{ background-position:   -0px -45px; }
#flowtabs2 #t2:hover 	{ background-position: -197px -45px; }
#flowtabs2 #t3:hover 	{ background-position: -394px -45px; }
#flowtabs2 #t4:hover 	{ background-position: -591px -45px; }

/* currently selected tabs */
#flowtabs2 a.current		{ cursor:default; color:#006bb3; line-height:34px; font-weight: bold}
#flowtabs2 #t1.current { background-position:  -0px -83px; }
#flowtabs2 #t2.current { background-position: -197px -83px; }
#flowtabs2 #t3.current { background-position: -394px -83px; }
#flowtabs2 #t4.current { background-position: -591px -83px; }


/* panes */
#flowpanes2 {
	background: url(/images/panels1.png) no-repeat 0 -120px;		
	width:789px;
	height:349px;
	z-index: 5;		
}


/* single pane */
#flowpanes2 div {
	display:none;	
	color:#000000;	
	margin:0px 0px;
}

/* some decorations for elements inside single pane */
#flowpanes2 div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes2 a {
	color:#000000;		
	font-size:14px;
}

#flowpanes2 p, #flowpanes2 samp {
	color:#000000;		
}

#flowpanes2 div.narrow {
	padding-right:160px;		
}

