﻿@CHARSET "UTF-8";

/* quental: span que contém a lista de abas SPAN */
.Ctrl_TabsBox {
	float: none;
	margin-left: 10px;
	height: 48px;
	display:block;
	_position: relative; /* IE6 */
}

/* quental: lista de abas da página UL */ 
.Ctrl_TabsList {
	float: left;
	height: 48px;
}

/* quental: itens da lista de abas quando não está selecionada LI */
.Ctrl_Tab {	
	float: left;
	background-image: url(/images/social/im_subtab_disable.png);
	background-repeat: no-repeat; 
	text-align: center;
	line-height: 25px;
	font-size: 9px;
	margin-top: 27px;
	color: #646464; /* #1 quando mudar aki mudar embaixo tb */
	height: 21px;
	width: 85px;
	cursor: pointer;
	_overflow: hidden;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/social/im_subtab_disable.png', sizingMethod='crop'); 
}

/* quental: realce quando a aba sofrer mouseover LI:HOVER COMPATIBILIDADE*/ 
.Ctrl_Tab:hover {
	color: black;
}

/* quental: aba selecionada LI */
.SelectedTab {
	cursor: default;
	background-image: url(/images/social/im_subtab_enable.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/social/im_subtab_enable.png', sizingMethod='crop'); 
}

/* quental: removendo hover da aba selecionada LI */
.SelectedTab:hover {
	color: #646464; /* #1 */
}

/* quental: link contido na aba LI A */ 
.Ctrl_Tab a {
	float: left;
	height: 21px;
	width: 85px;
	text-decoration: none;
	_position: relative; /* IE6 */
}

/*

.Ctrl_AllMessages_Selected
{
	background-position: center bottom;
	color: black;
}

.Ctrl_ReceivedMessages
{
	background: url(/images/social/bt_minitab_received.jpg) no-repeat;
	height: 21px;
	width: 67px;
	color: #646464;
}

.Ctrl_ReceivedMessages_Selected
{
	background-position:center bottom;
	color: black;
}

.Ctrl_SentMessages
{
	background: url(/images/social/bt_minitab_sended.jpg) no-repeat;
	height: 21px;
	width: 62px;
	color: #646464;
}

.Ctrl_SentMessages_Selected
{
	background-position: center bottom;
	color: black;
}

.Ctrl_FavoriteMessages
{
	background: url(/images/social/bt_minitab_favouritedjpg.jpg) no-repeat;
	height: 21px;
	width: 34px;
}

.Ctrl_FavoriteMessages_Selected
{
	background-position: center bottom;
}

*/

/*span*/
.Ctrl_CommandBox {
	
}

/*span  - comando que remove as mensagens selecionadas */
.Ctrl_RemoveSelected {
	position: relative;
	top: 58px;
	left: 10px;
	background: url(/images/social/bt_remover.jpg) no-repeat;
	width: 69px;
	height: 19px;
	display: block;
	cursor: pointer;
}

/*span   - título "selecionar:"   */
.Ctrl_TitleCmdMessages {
	float: left;
	position: relative;
	top: 34px;
	left: 10px;
}

/*ul - lista que possui as escolhas 'todas' e 'nenhuma' */
.Ctrl_ChooseSelectList li {
	float: left;
	text-decoration: underline;
	margin: 0pt 1px 0pt 5px;
	font-size: 10px;
	position: relative;
	top: 35px;
	left: 9px;
	cursor: pointer;
}

/*span*/
.Ctrl_MessageView {
	/*propriedades padrão (não privado)*/	
	background-color: blue;
	float:left;
	height:10px;
	width: 10px;
}

/*span*/
.Ctrl_MessageView-Private
{
	/*propriedades padrão + propriedades para quando a mensagem for privada*/	
	background-color: red;
}