/*************************************************************************
 * ACTIONS
 * Estilo para aes globais que podem ser utilizadas em todas as pginas.
 *************************************************************************/

/**
 * Global Action Buttons
 */
div.global-actions-buttons
	{
	float: right;
	padding-top: 2px;
	height: 17px;
	}

div.global-actions-buttons a
	{
	text-transform: lowercase;
	padding: 0 8px 2px 20px;
	margin-top: 10px;
	font-size: 0.9em;
	color: #333333;
	}

/* Hover */
div.global-actions-buttons a.action-send-friend
	{
	background:transparent url(img/global-actions-buttons-sendfriend.gif) no-repeat 0 0;
	}
div.global-actions-buttons a.action-print
	{
	background:transparent url(img/global-actions-buttons-print.gif) no-repeat 0 0;
	}

/* Hover */
div.global-actions-buttons a:hover
	{
	background-position: 0 -40px;
	color: #666666;
	}

/* Active */
div.global-actions-buttons a.active
	{
	background-position: 0 -80px;
	color: #000000;
	}

/* Disabled */
div.global-actions-buttons a.disabled
	{
	background-position: 0 -120px;
	color: #999999;
	}

/**
 * Global Action Text
 */
div.global-actions-text
	{
	float: none;
	clear: both;
	}
div.global-actions-text strong
	{
	display: block;
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
	}
div.global-actions-text p.info a
	{
	color: #686868!important;
	}

/**
 * Actions Links
 */
div.actions-links
	{
	float: right;
	font-weight: bold;
	color: Navy;
	line-height: 1.8em;
	font-size: 0.9em;
	}
div.actions-links a
	{
	padding-right: 5px;
	}
