/*
	============================================================
	 TOP BUTTONS
	============================================================
	 This file contains all the classes required to build the
	 top buttons of the application.
	============================================================	
*/

#topbuttons {
	height: 29px;
	padding: 0 1px 0 0;
}
#toptext {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	height: 19px; /*24*/
	padding: 5px 5px 0 0;
}
.topbutton {
	float: right;
	background: #FFF url(images/background_top_menu.jpg) repeat-x;
	font-size: 9px;
	text-align: center;
	color: #504949;
	width: 65px;
	height: 29px;
	margin: 0 1px 0 0;
}
.topbutton:hover {
	background: #FFF url(images/background_top_menu_ov.jpg) repeat-x;
	color: #000;
}
.topbuttontext {
}
.topbuttontext a {
	height: 17px;
	padding: 7px 0 0 0 ;
	color: #504949;
	text-decoration: none;
	display: block;
}