/* === Tabs === */
/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.tabs a:hover {
	background-color:#4E658F;
	color:#fff;
}
	
/* selected tab */
ul.tabs a.current {
	background-color:#C5CDD7;
	border-bottom:2px solid #C5CDD7;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:10px 15px;
	background-color:#C5CDD7;	
}

/* adapted pane */
div.panes  h1{  
	padding-top: 0px; 	
}

#situation div.panes div {
	height:340px;
}
/* === End Tabs === */

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

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

/* a- tag inside single tab */
#flowtabs li a {
	background: url(../img/tabs.png) no-repeat;
	display:block;
	height: 30px;   
	width: 174px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	font-size:16px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
}
#flowtabs li a {
	padding:0px;
	margin:0px;
	color: black;
}
#flowtabs li a  span{
	padding:0px;
	margin:0px;
}

/* adjust the background image position on each tab */
#flowtabs #t1 		{ background-position: 0 0; }
#flowtabs #t2 		{ background-position: -174px 0; }
#flowtabs #t3 		{ background-position: -349px 0; }
#flowtabs #t4 		{ background-position: -522px 0; width:174px;}
 
/* mouseover state */
#flowtabs a:hover 	{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -31px; }
#flowtabs #t2:hover 	{ background-position: -174px -31px; }
#flowtabs #t3:hover 	{ background-position: -349px -31px; }
#flowtabs #t4:hover 	{ background-position: -522px -31px; }

/* currently selected tabs */
#flowtabs a.current			{ cursor:default; line-height:30px; }
#flowtabs a.current:hover 	{ color: black;	 }
#flowtabs #t1.current { background-position:      0 -62px; }
#flowtabs #t2.current { background-position: -174px -62px; }
#flowtabs #t3.current { background-position: -349px -62px; }
#flowtabs #t4.current { background-position: -522px -62px; }


/* panes */
#flowpanes {
	background: url(../img/bg_tabs.gif) no-repeat;
	min-height:580px;
}

/* single pane */
#flowpanes div {
	display:none;	
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	/*color:#ddd;*/
}

#flowpanes a {
	/*color:#cc9;*/		
}

#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;
	cursor:pointer;
	width: 645px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:30000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

#flowpanes .contentpanes{
	padding: 10px;
	width: 520px;
	/*border:1px solid #ccc;*/
	margin-right:125px;
}



