/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


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

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:955px;
	height:45px !important;
	margin:0 !important; 
	padding:0;	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	/*padding-left:320px;*/
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin-top:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(images/gray_panes.jpg) no-repeat;
	display:block;
	height: 45px;
	width: 106px;
	margin:0;
	/* font decoration */
	color:#000;
	font-size:10px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */

#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -106px 0; }
#flowtabs #t3 			{ background-position: -212px 0; }
#flowtabs #t4 			{ background-position: -318px 0;}
#flowtabs #t5 			{ background-position: -424px 0;}
#flowtabs #t6 			{ background-position: -530px 0;}
#flowtabs #t7 			{ background-position: -636px 0;}
#flowtabs #t8 			{ background-position: -742px 0;}
#flowtabs #t9 			{ background-position: -848px 0;}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -48px; }
#flowtabs #t2:hover 	{ background-position: -106px -48px; }
#flowtabs #t3:hover 	{ background-position: -212px -48px; }
#flowtabs #t4:hover 	{ background-position: -318px -48px; }
#flowtabs #t5:hover 	{ background-position: -424px -48px; }
#flowtabs #t6:hover 	{ background-position: -530px -48px; }
#flowtabs #t7:hover 	{ background-position: -636px -48px; }
#flowtabs #t8:hover 	{ background-position: -742px -48px; }
#flowtabs #t9:hover 	{ background-position: -848px -48px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff;}
#flowtabs #t1.current { background-position:      0 -94px; }
#flowtabs #t2.current { background-position: -106px -94px; }
#flowtabs #t3.current { background-position: -212px -94px; }
#flowtabs #t4.current { background-position: -318px -94px; }
#flowtabs #t5.current { background-position: -424px -94px; }
#flowtabs #t6.current { background-position: -530px -94px; }
#flowtabs #t7.current { background-position: -636px -94px; }
#flowtabs #t8.current { background-position: -742px -94px; }
#flowtabs #t9.current { background-position: -848px -94px; }


/* panes */
#flowpanes {
/*	background: url(images/blue_panes.jpg) no-repeat 0 -100px;		*/
	width:955px;
	height:500px;
}


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

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#7AB2DD;
	margin:10px 0 0 0;
	font-size:24px;
}

#flowpanes a {
	color:#039;
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#776;
	font-size:14px;
}

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