
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
		width:604px;
	height:31px !important;
	/*margin:0 !important; */
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	z-index:10;
	position:relative;
	margin-top:-5px;
	margin-left:0;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

#flowtabs li#buttonHeroUpcomingDebate a{
	display:block;
	background:url(/Munk/images/btnHomeHero_spr.png) no-repeat;
	background-position:0px 0px;
	width:201px;
	height:44px;
}
#flowtabs li#buttonHeroUpcomingDebate a:hover{
	background-position:0px -44px;

}
#flowtabs li#buttonHeroUpcomingDebate a.current{
	background-position:0px -88px;
}

#flowtabs li#buttonHeroLatestDebate a{
	display:block;
	background:url(/Munk/images/btnHomeHero_spr.png) no-repeat;
	background-position:-201px 0px;
	width:201px;
	height:44px;
}

#flowtabs li#buttonHeroLatestDebate a:hover{
	background-position:-201px -44px;
}
#flowtabs li#buttonHeroLatestDebate a.current{
	background-position:-201px -88px;
}

#flowtabs li#buttonHeroNews a{
	display:block;
	background:url(/Munk/images/btnHomeHero_spr.png) no-repeat;
	background-position:-402px 0px;
	width:200px;
	height:44px;
}
#flowtabs li#buttonHeroNews a:hover{
	
	background-position:-402px -44px;
	
}
#flowtabs li#buttonHeroNews a.current{
	
	background-position:-402px -88px;
}
#flowtabs li#buttonHeroSlide2 a{
	display:block;
	background:url(/Munk/images/btnHomeHero_spr.png) no-repeat;
	background-position:-603px 0px;
	width:201px;
	height:44px;
}
#flowtabs li#buttonHeroSlide2 a:hover{
	
	background-position:-603px -44px;
	
}
#flowtabs li#buttonHeroSlide2 a.current{
	
	background-position:-603px -88px;
}
/* a- tag inside single tab */
#flowtabs li a {
	background: url(/tools/img/tabs/blue_panes.jpg) no-repeat;
	display:block;
	height: 31px;   
	width: 189px; 	
	padding:0px;
	margin:0px;
	text-indent:-999px;
	overflow:hidden;
	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -189px 0; }
#flowtabs #t3 			{ background-position: -378px 0; }
#flowtabs #t4 			{ background-position: -567px 0; width:192px;}
 
/* mouseover state */
#flowtabs a:hover,#flowtabs a.over 		{ color:#000;	 }
#flowtabs #t1:hover ,#flowtabs #t1.over	{ background-position:      0 -33px; }
#flowtabs #t2:hover , #flowtabs #t2.over	{ background-position: -189px -33px; }
#flowtabs #t3:hover ,#flowtabs #t3.over		{ background-position: -378px -33px; }
#flowtabs #t4:hover , #flowtabs #t4.over	{ background-position: -567px -33px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#000; line-height:34px; }
#flowtabs #t1.current { background-position:      0 -66px; }
#flowtabs #t2.current { background-position: -189px -66px; }
#flowtabs #t3.current { background-position: -378px -66px; }
#flowtabs #t4.current { background-position: -567px -66px; }


/* panes */
#flowpanes {
	background: url(/tools/img/tabs/blue_panes.jpg) no-repeat 0 -100px;		
	width:602px;
	height:309px;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#000;	
	margin:0;
}

/* 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:#cc9;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}



/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:670px;
	cursor:pointer;
	font-size:14px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}