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

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

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

/* a- tag inside single tab */
#flowtabs li a {
	background: url(../images/grey_panes.jpg) no-repeat;
	display:block;
	height: 24px;   
	width: 67px; 	
	padding:0px;
	
	
}

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

#flowtabs #t1 			{ background-position: -67px 0; width:68px;}
#flowtabs #t2 			{ background-position: -137px 0; width:57px;}
#flowtabs #t3 			{ background-position: -196px 0; width:78px;}
#flowtabs #t4 			{ background-position: -282px 0; width:78px;}

/* mouseover state */


#flowtabs #t1:hover 	{ background-position: -67px -31px;}
#flowtabs #t2:hover 	{ background-position: -137px -31px;}
#flowtabs #t3:hover 	{ background-position: -196px -31px;}
#flowtabs #t4:hover 	{ background-position: -282px -31px;}


/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; line-height:34px; }

#flowtabs #t1.current { background-position: -67px -55px;}
#flowtabs #t2.current { background-position: -137px -55px;}
#flowtabs #t3.current { background-position: -196px -55px;}
#flowtabs #t4.current { background-position: -282px -55px;}



/* panes */
#flowpanes {
	background: url(../images/grey_panes.jpg) no-repeat 0 -79px;		
	width:650px;
	height:291px;	
	margin-left:84px;
}


/* single pane */
#flowpanes div {
	display:none;
	margin-left:20px;
	
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;


	letter-spacing:1px;
	margin:5px 0 0 0;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#flowpanes a {
	color:#cc9;		
	font-size:10px;
}

#flowpanes p, #flowpanes samp {
	color:#555555;
}

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

/* buttons */
#actions a.prev {
	position:absolute;
	
	left:105px;
	top:810px;
	display:inline;
	cursor:pointer;
	}
	
#actions a.next {
	position:absolute;
	left:815px;
	top:810px;
	display:inline;
	cursor:pointer;
	}
	
	table.bodytable{
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
td.rightpane
	{
		background-image: url('images/index_newBG_14.jpg'); 
		background-repeat:no-repeat; 
		width:197px;
		}

