@charset "utf-8";
/* CSS Document */

/* ELEMENTS */


/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:560px;
	height:30px;
	margin:0; 
	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-color:#666;
	display:block;
	height: 30px;   
	width: 140px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-size: xx-small;
	line-height:15px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-color: #333; color:#FFF;	}
#flowtabs #t2 			{ background-color: #333; color:#FFF;	}
#flowtabs #t3 			{ background-color: #333; color:#FFF;	}
#flowtabs #t4 			{ background-color: #333; color:#FFF;	}

/* mouseover state */
#flowtabs a:hover 		{ color:#9121c6;	 }
#flowtabs #t1:hover 	{ background-color: #9121c6; color:#FFF;	}
#flowtabs #t2:hover 	{ background-color: #9121c6; color:#FFF;	}
#flowtabs #t3:hover 	{ background-color: #9121c6; color:#FFF;	}
#flowtabs #t4:hover 	{ background-color: #9121c6; color:#FFF;	}

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; line-height:15px; }
#flowtabs #t1.current 	{ background-color: #000; }
#flowtabs #t2.current 	{ background-color: #000; }
#flowtabs #t3.current 	{ background-color: #000; }
#flowtabs #t4.current 	{ background-color: #000; }


/* panes 
#flowpanes {
	background: url(/tools/img/tabs/blue_panes.jpg) no-repeat 0 -100px;		
	width:760px;
	height:450px;	
}
*/


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:10px 10px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:15px;	
}
#flowpanes div h3 {
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	letter-spacing:0px;
	margin:10px 0 0 0;
	font-size:12px;	
}
#flowpanes a {
	color:#9121c6;		
	font-size: xx-small;
}

#flowpanes p, #flowpanes samp {
	color:#333;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}
