#footer{
	background-color:white;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	max-height:35px;
	padding-bottom:2px;
	padding-left:40px;
	padding-right:40px;
}

#footer table
{
	width:100%;
	border-top: solid 1px;

}


td#language
{

	text-align:right;
	width:180px;
}

td#left_footer
{

	text-align:left;
	width:180px;
}

td#language ul
{
	margin-top:5px;
}

td#language li
{
	list-style:none;
	color:#405e86;
}

#language ul li a,
div#grid_selector a
{
	font:normal 8pt Arial;
	text-decoration: none;
	color:black;
}
#language ul li a:hover, 
#language ul li a.active,
div#grid_selector a
{
	color: #405e86;
}
/*
td#language li.visible
{
	font-size:8pt;
	color:#405e86;
}*/

/*div#grid_selector, div#conditions
{
	width:180px;
}*/

#conditions a
{
	color: black;
	text-decoration: none;
}


#information
{
	top:0px;
	text-align:center;
}

#information .name
{
	color: #405e86;
}


