/*style to apply to all slices selectors*/

td.slices_grid
{
	width: 198px; 
	height: 26px; 
	background-image: url(http://www.eccellio.com/images/rollover_small_shadow.png); 
	background-repeat: no-repeat;
	background-position: 0px 0;
	text-align: left
}

td.slices_grid:hover
{
    background-position: 0px -31px;
}

tr.time_row
{
	width: 990px; 
	height: 26px;
	background-image: url(http://www.eccellio.com/images/rollover_shadow.png); 
	background-repeat: no-repeat;
    background-position: 0 0;
	text-align: left
}

tr.time_row:hover
{
    background-position: 0 -29px;
}

table.flags_list
{
	width: 60px; 
	height: 290px; 
	background-image: url(http://www.eccellio.com/images/flags.png); 
	background-repeat: no-repeat;
}

table.applications_list
{
	width: 60px; 
	height: 290px; 
	background-image: url(http://www.eccellio.com/images/applications.png); 
	background-repeat: no-repeat;
}

#footer-web a{color:#000082;}
#footer-web a:hover{color:#990000;text-decoration:underline;font-weight:bold}

td.eccellio_mini_icons
{
	width: 240px; 
	height: 47px;
	background-image: url(http://www.eccellio.com/images/logos/eccellio_small_icons.png); 	
	background-repeat: no-repeat;
	text-align: left
}