/********* TOPBAR *********/

#topBar
{
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:35px;
}

#topBarContent
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#topBarExit
{
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:100%;
	background-image:url(../img/exit_button.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}

#topBarLogo
{
	width:180px;
	height:100%;
	position:absolute;
	top:0;
	left:40px;
	background-repeat:no-repeat;
	background-position:left center;
	cursor:pointer;
}

#topBarInfo
{
	font-size:12px;
	text-align:center;
	padding:10px 0;
}

#topBarEditions
{
	position:absolute;
	top:8px;
	right:10px;
}

#topBarEditionsButton,
#topBarIssuesButton
{
	float:right;
	padding:3px 20px 3px 5px;
	width:100px;
	cursor:pointer;
	font-size:11px;
	height:12px;
	overflow:hidden;
	text-align:center;
	background-image:url(../img/common_select_menu.png);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:94% center;
	border-radius:8px;
	color:#000;
	margin-right:10px;
	-khtml-user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}

#topBarEditions .active
{
	background-image:url(../img/common_select_menu_active.png);
}

#topBarSubmitButton
{
	background-image:url(../img/submit_button.png);
	background-repeat:no-repeat;
	background-position:center center;
	float:right;
	width:20px;
	height:18px;
	cursor:pointer;
}