/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:800px;
	height:30px !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 {
	display:block;
	height: 30px;   
	color:#191919;
	width: 100px; 
	background:#191919;
	border-style:none !important;
	padding:0px;
	margin:0px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}
#flowtabs a#t1 {
	 width:200px !important;
}
 #flowtabs li a img {
	border-style:none !important;
	color:#191919;
}

/* adjust the background image position on each tab */
 #flowtabs #t1	{ background: url(../images/nav_podc.gif); }
#flowtabs #t2	{ background: url(../images/nav_locationc.gif); }
#flowtabs #t3   { background: url(../images/nav_activityc.gif); }
#flowtabs #t4	{ background: url(../images/nav_moodc.gif); }
/* mouseover state */
#flowtabs #t1:hover 	{ background: url(../images/nav_podc.gif); }
#flowtabs #t2:hover 	{ background: url(../images/nav_locationc.gif); }
#flowtabs #t3:hover 	{ background: url(../images/nav_activityc.gif); }
#flowtabs #t4:hover 	{ background: url(../images/nav_moodc.gif) no-repeat; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; line-height:34px; }
#flowtabs #t1.current { background: url(../images/nav_pod.gif); }
#flowtabs #t2.current { background: url(../images/nav_location.gif); }
#flowtabs #t3.current { background: url(../images/nav_activity.gif); }
#flowtabs #t4.current { background: url(../images/nav_mood.gif); }


/* panes */
#flowpanes {
	/*background: url(blue_panes.jpg) no-repeat 0 -100px;*/
	width:560px;
	height:170px;
	padding-top:10px;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	padding:0px 20px;
}

#flowpanes div narrow {
	padding-right:160px;		
}
