/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	float: right; 
	padding:0;
	margin:0;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* 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: 30px;   
	width: 30px; 	
	padding:0px;
	margin:0px;
	/* font decoration */
	color:#00043c;
	font-size:14px;
	text-align:center;
	text-decoration:underline;
}
/* mouseover state */
#flowtabs a:hover 		{ color:#003366;	 }
/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#7a0006; font-weight:bold; text-decoration:none; }
/* panes */
#flowpanes {
	width:710px;
	height:670px;	
}
/* single pane */
#flowpanes div {
	display:none;	
	color:#333;	
	margin:0;
}


#watchtable {
	width:710px;	
	padding:0;	
	margin:0;
}
td.watch_td {
	width: 136px;
	text-align: center;
	line-height: 120%;
}
td.watch_td .watchlist {
	margin: 5px 0 5px 0;
}