/*
Description: The stylesheet for the language selector
Author:      Bram Werbrouck
Version:     1.0.0
*/


.language {
	margin-right: 0px;
 	position: absolute;
    top: 0px;
    right: 0px;
}

.center {
	margin: auto;
    width: 50%;
}

#WGaaoxspis {
/*
    height: 50px;
    margin: auto;
    width: 50%;
    position: fixed;
    bottom: 0px;
    z-index: 100;

*/
z-index: 99999999;
height: 25px;
line-height: 25px;
bottom: 0px;
background-color: #FF0000;
border-top: 0px solid #000;
opacity:0.9; 
filter:alpha(opacity=90);
font-size: 12px;
color: #000000;
font-weight: bold;
font-family:Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;position: fixed; 
width: 100%; 
text-align: center; 
display: table-cell; 
vertical-align: top;
}

#WGaaoxspis a {
	color:yellow;
}

.new {
	color:red;
}
