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

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

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

/* a- tag inside single tab */
#flowtabs li a {

	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;

}


/* a- tag inside single tab */
#flowtabs #t1 {
	background: url(http://www.iesglobal.com/scripts/tabs/china_internship_program/blue.png) no-repeat;
	display:block;
	height: 31px;   
	width: 60px; 
	padding: 0px;
	margin: 0px;

}
/* a- tag inside single tab */
#flowtabs #t2 {
	background: url(http://www.iesglobal.com/scripts/tabs/china_internship_program/blue.png) no-repeat;
	display:block;
	height: 31px;   
	width: 90px; 
	padding: 0px;
	margin: 0px;

}
/* a- tag inside single tab */
#flowtabs #t3 {
	background: url(http://www.iesglobal.com/scripts/tabs/china_internship_program/blue.png) no-repeat;
	display:block;
	height: 31px;   
	width: 65px; 
	padding: 0px;
	margin: 0px;

}
/* a- tag inside single tab */
#flowtabs #t4 {
	background: url(http://www.iesglobal.com/scripts/tabs/china_internship_program/blue.png) no-repeat;
	display:block;
	height: 31px;   
	width: 125px; 
	padding: 0px;
	margin: 0px;

}
/* a- tag inside single tab */
#flowtabs #t5 {
	background: url(http://www.iesglobal.com/scripts/tabs/china_internship_program/blue.png) no-repeat;
	display:block;
	height: 31px;   
	width: 100px; 
	padding: 0px;
	margin: 0px;

}
/* a- tag inside single tab */
#flowtabs #t6 {
	background: url(http://www.iesglobal.com/scripts/tabs/china_internship_program/blue.png) no-repeat;
	display:block;
	height: 31px;   
	width: 60px; 
	padding: 0px;
	margin: 0px;

}
/* a- tag inside single tab */
#flowtabs #t7 {
	background: url(http://www.iesglobal.com/scripts/tabs/china_internship_program/blue.png) no-repeat;
	display:block;
	height: 31px;   
	width: 90px; 
	padding: 0px;
	margin: 0px;

}
/* a- tag inside single tab */
#flowtabs #t8 {
	background: url(http://www.iesglobal.com/scripts/tabs/china_internship_program/blue.png) no-repeat;
	display:block;
	height: 31px;   
	width: 90px; 
	padding: 0px;
	margin: 0px;

}


/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -60px 0; }
#flowtabs #t3 			{ background-position: -150px 0; }
#flowtabs #t4 			{ background-position: -215px 0; }
#flowtabs #t5 			{ background-position: -340px 0; }
#flowtabs #t6 			{ background-position: -440px 0; }
#flowtabs #t7 			{ background-position: -500px 0; }
#flowtabs #t8 			{ background-position: -590px 0; }
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -60px -33px; }
#flowtabs #t3:hover 	{ background-position: -150px -33px; }
#flowtabs #t4:hover 	{ background-position: -215px -33px; }
#flowtabs #t5:hover 	{ background-position: -340px -33px; }
#flowtabs #t6:hover 	{ background-position: -440px -33px; }
#flowtabs #t7:hover 	{ background-position: -500px -33px; }
#flowtabs #t8:hover 	{ background-position: -590px -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: -60px -66px; }
#flowtabs #t3.current { background-position: -150px -66px; }
#flowtabs #t4.current { background-position: -215px -66px; }
#flowtabs #t5.current { background-position: -340px -66px; }
#flowtabs #t6.current { background-position: -440px -66px; }
#flowtabs #t7.current { background-position: -500px -66px; }
#flowtabs #t8.current { background-position: -590px -66px; }

/* panes */
#flowpanes {
	background: url(http://www.iesglobal.com/scripts/tabs/china_internship_program/blue.png) no-repeat 0 -100px;
	width:670px;
	height:3000px;
}


/* single pane */
#flowpanes div {
	display:none;
	color:#0f2e4a;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}



/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
 	font-weight: bold;
	color:#14416d;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#4a87c4;		
	font-size:14px;
}

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

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