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

a:active {
  outline:none;
}
a img {border:none;} 
a {outline: none;}
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:533px;
	height:21px !important;
	margin:0 !important;
	padding:0;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

/* 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 {
	display:block;
	height: 22px;
	width: 133px;
	padding:0px;
	margin:0px;
	/* font decoration */
	color:#333333;
	font-size:12px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	background-image: url(../legal_images/blue_panes.jpg);
	background-repeat: no-repeat;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -133px 0; }
#flowtabs #t3 			{ background-position: -266px 0; }
#flowtabs #t4 			{ background-position: -399px 0; width:133px;}
 
/* mouseover state */
#flowtabs a:hover 		{
	color:#FFFFFF;
}
#flowtabs #t1:hover 	{ background-position:      0 -23px; }
#flowtabs #t2:hover 	{ background-position: -133px -23px; }
#flowtabs #t3:hover 	{ background-position: -266px -23px; }
#flowtabs #t4:hover 	{ background-position: -399px -23px; }

/* currently selected tabs */
#flowtabs a.current		{
	cursor:default;
	color:#333333;
	line-height:24px;
}
#flowtabs #t1.current { background-position:      0 -46px; }
#flowtabs #t2.current { background-position: -133px -46px; }
#flowtabs #t3.current { background-position: -266px -46px; }
#flowtabs #t4.current { background-position: -399px -46px; }


/* panes */
#flowpanes {
	width:531px;
	height:315px;
	background-image: url(../legal_images/blue_panes.jpg);
	background-repeat: no-repeat;
	background-position: 0 -100px;
}


/* single pane */
#flowpanes div {
	display:none;
	color:#fff;
	font-family: Arial;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#333333;
	letter-spacing:1px;
	font-size:18px;
}

#flowpanes a {
	color:#666666;
}

#flowpanes p, #flowpanes samp {
	color:#333333;
}
/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}
 
/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:546px;
	cursor:pointer;
	font-size:12px;
	color: #FFFFFF;
}
 
/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000px;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
 
#flowpanes .less, #flowpanes .less a {
	color:#FFFFFF !important;
	font-size:10px;
	font-family: Arial;
}
