/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:562px;
	height:19px !important;
	margin:0 !important;
	padding:0;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	background-color: #F2F2F2;
}
/* 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 {
	background: url(tabs3.gif) no-repeat;
	display:block;
	height: 19px;
	width: 140px;
	padding:0px;
	margin:0px;
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:19px;
	text-align:center;
	text-decoration:none;
}
/* adjust the background image position on each tab */
#flowtabs #t1 {
	background-position: 0 0;
}
#flowtabs #t2 {
	background-position: -140px 0;
}
#flowtabs #t3 {
	background-position: -280px 0;
}
#flowtabs #t4 {
	background-position: -420px 0;
	width:140px;
}
/* mouseover state */
#flowtabs a:hover {
	color:#fff;
}
#flowtabs #t1:hover {
	background-position:      0 -19px;
}
#flowtabs #t2:hover {
	background-position: -140px -19px;
}
#flowtabs #t3:hover {
	background-position: -280px -19px;
}
#flowtabs #t4:hover {
	background-position: -420px -19px;
}
/* currently selected tabs */
#flowtabs a.current {
	cursor:default;
	color:#fff;
	line-height:19px;
}
#flowtabs #t1.current {
	background-position:      0 -38px;
}
#flowtabs #t2.current {
	background-position: -140px -38px;
}
#flowtabs #t3.current {
	background-position: -280px -38px;
}
#flowtabs #t4.current {
	background-position: -420px -38px;
}
/* panes */
#flowpanes, .flowpanes {
	width:562px;
	/*height:450px;*/
	background-color:#f2f2f2;
	/*background-color:#f9f9f9;
	background-image: url(../../PublicDesign/images/tab_poz.jpg); background-repeat:repeat-x; background-position:bottom; */
	border-top: solid 1px #e20074;
}

/* root element for tabs */
#flowtabs_n {
	/* dimensions */
	width:762px;
	height:22px !important;
	margin:0 !important;
	padding:0;
	/* IE6 specific branch (prefixed with "_")*/
	margin-bottom:-5px; 
}
/* single tab */
#flowtabs_n li {
	float:left;
	margin:0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}
/* a- tag inside single tab */
#flowtabs_n li a {
	background: url(tabs_naslovna.png) no-repeat;
	display:block;
	height: 22px;
	width: 156px;
	padding:0px;
	margin:0px;
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:22px;
	text-align:center;
	text-decoration:none;
}
/* adjust the background image position on each tab */
#flowtabs_n #t1 {
	background-position: 0 0;
}
#flowtabs_n #t2 {
	background-position: -156px 0;
}
#flowtabs_n #t3 {
	background-position: -280px 0;
}
#flowtabs_n #t4 {
	background-position: -420px 0;
}
/* mouseover state */
#flowtabs_n a:hover {
	color:#fff;
}
#flowtabs_n #t1:hover {
	background-position:      0 -28px;
}
#flowtabs_n #t2:hover {
	background-position: -156px -28px;
}
#flowtabs_n #t3:hover {
	background-position: -280px -28px;
}
#flowtabs_n #t4:hover {
	background-position: -408px -28px;
}
/* currently selected tabs */
#flowtabs_n a.current {
	cursor:default;
	color:#fff;
}
#flowtabs_n #t1.current {
	background-position:      0 -55px;
}
#flowtabs_n #t2.current {
	background-position: -156px -55px;
}
#flowtabs_n #t3.current {
	background-position: -272px -55px;
}
#flowtabs_n #t4.current {
	background-position: -408px -55px;
}
/* panes */
#flowpanes_n {
	width:762px;
}
/* single pane */

/* some decorations for elements inside single pane */

