/* Barra principal */

.main_bar_logo
{
	width: 270px;
	height: 30px;
	background-image: url(main_bar/logo.gif);
	background-repeat: no-repeat;
}

.main_bar
{
	height: 30px;
	width: 100%;
	background-color: #00586E;
	background-image: url(main_bar/background.gif);
}

.main_home_button
{
	cursor: pointer;
	width: 19px;
	height: 16px;
	overflow: hidden;
	background-image: url(main_bar/home_button.gif);
	background-repeat: no-repeat;
}

.main_help_button
{
	cursor: pointer;
	width: 19px;
	height: 16px;
	overflow: hidden;
	background-image: url(main_bar/help_button.gif);
	background-repeat: no-repeat;
}

.main_change_password_button
{
	cursor: pointer;
	width: 19px;
	height: 16px;
	overflow: hidden;
	background-image: url(main_bar/change_password_button.gif);
	background-repeat: no-repeat;
}

.main_exit_button
{
	cursor: pointer;
	width: 19px;
	height: 16px;
	overflow: hidden;
	background-image: url(main_bar/exit_button.gif);
	background-repeat: no-repeat;
}
