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

#flowtabs {
	
	/* dimensions 
	width:760px;
	height:31px !important;
	margin:0 !important; 
	padding:0;
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;*/
}

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

/* 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;
	
	/* 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 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -189px -33px; }
#flowtabs #t3:hover 	{ background-position: -378px -33px; }
#flowtabs #t4:hover 	{ background-position: -567px -33px; }*/

/* currently selected tabs
#flowtabs a.current		{ cursor:default; color:#fff; 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 {
	width:600px;
	height:620px;	
}


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

/* some decorations for elements inside single pane */
#flowpanes div h2, h2 {
color:#990066;
font-size:1.9em;
font-weight:normal;
line-height:102%;
margin:19px 0 0 20px;
padding-bottom:3px;
}

#flowpanes div.textblock {
	
	border-bottom:dotted 1px #CCC;
	padding-bottom:5px;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

#flowpanes div.textblock_col {
	
	padding-bottom:5px;
	margin:0;
	padding:0;
	background-color:#990066;
	color:#FFF;
	min-height:100px;
}

#flowpanes div.block {
	
	padding-bottom:5px;
	margin:0;
	padding:0;
}

#flowpanes a {
	color:#2578d4;		
}


#flowpanes a:hover {
	color:#990066;		
	
}
#flowpanes p, #flowpanes samp {
	color:#585537;
font-size:0.85em;
margin:10px 10px 5px 20px;
padding:0;
line-height:135%;

}

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



#flowpanes {
	position:relative;
	overflow:hidden;
	background:#EAE8D4 none repeat scroll 0 0;

}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:600px;
	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;
}




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

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

/* link inside the tab. uses a background image */
ul.css-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:#F6921E;
	color:#777;
	margin-right:2px;
	/*-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;*/
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#F6921E;
	/*border-bottom:2px solid #ddd;	*/
	color:#000;	
	cursor:default;
}

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




