
/* TAB's */
#opcoestab {
	/*width:350px;*/
}

/* para ativar a guia */
.ativarGuia {
	float:left;
/*	background-image:url(../_imgs/tab2.gif);
	background-repeat: no-repeat;

	width: 115px;
	height: 19px;
*/	padding-top: 2px;
	padding-left: 0px;

	font-family:"Trebuchet MS";
	font-size:10px;
	text-align:center;
}


.desativarGuia {
	float:left;
/*	background-image:url(../_imgs/tab.gif);
	background-repeat: no-repeat;

	width: 115px;
	height: 19px;
*/	padding-top: 2px;
	padding-left: 0px;

	font-family:"Trebuchet MS";
	font-size:10px;
	text-align:center;
}

/* conteudo da guia */
#conteudoGuia {
	margin: 5px;
	font-family:"Trebuchet MS";
	font-size:10px;
}

#controletab {
	width: 290px;
	background-color:#FFFFFF;
	margin-left:0px;
	margin-right:0px;

}

/* essas abas são mutuamente exclusivas */
.guia1On, .guia2On, .guia3On {
	display:block;
	position:absolute;
	width:290px;
}

.guia1Off, .guia2Off, .guia3Off {
	display:none;
	position:absolute;
	width:290px;
}

.conteudoGuias {
	background-color:#FFFFFF;
}


#linkstab{
	font-size:10px;
	font-family:"Trebuchet MS";
	padding-left:10px;
	margin-right:10px;
}

#linkstab table tr td a {
	margin:0px;
	padding:0px;
	display:block;
	font-weight:none;
	color:#000000;
}

a.linkGuia {
	font-weight:none;
	text-decoration:none;
}

a.linkGuia:hover {
	font-weight:bold;
	text-decoration:none;
}

#linkstab table tr td a.linkGuia:hover{
	font-weight:bold;
}

/* Painel rotativo de chamdas */
#rotCham {height:288px;width:376px;position:relative;background-color:#EDEDED;font-size:10px; border:1px solid #000000;}
#rotCham ul,
#rotCham ul li {margin:0;padding:0;list-style:none;height:288px;width:379px;_width:376px}
#rotCham ul li {display:block;position:absolute;top:0;left:0;z-index:3}
#rotCham ul li.desativado {display:none;z-index:1;}
#rotCham ul li img {border:none;margim:0;}
#rotCham ul li a {text-decoration:none;}
#rotCham ul li a:hover * {text-decoration:underline;}
#rotCham ul li .legenda {background-color:#EDEDED;position:absolute;bottom:0;left:0;height:63px;width:376px;}
#rotCham ul li p {display:block;width:369px;_width:371px;height:56px;font-size:13px;margin:5px;padding:0;cursor:pointer;cursor:hand;position:absolute;top:.10px;left:.10px;background-color:#EDEDED;}
#rotCham ul li p strong {font:bolder 1.1em Arial, Helvetica, sans-serif;color:#990000;display:block;margin:.8em .8em 0 .8em;}
#rotCham ul li p span {font:bolder 1.3em Arial, Helvetica, sans-serif;color:#000;display:block;margin:0 .6em 0 .6em;}
#rotCham ul li p .icone {margin-left:.4em}
#rotCham ul li .sombra {display:none;}
#rotCham .botoesNavegacao {position:absolute;bottom:.8em;left:90px;z-index:12;}
#rotCham .botoesNavegacao a {margin:0 .2em;float:left;outline:none;text-indent:-999em;}
#rotCham .botoesNavegacao a.anterior {background:url('../_imgs/botao-anterior.gif') no-repeat;width:7.6em;height:2em;}
#rotCham .botoesNavegacao a.proximo {background:url('../_imgs/botao-proxima.gif') no-repeat;width:7.6em;height:2em;}
#rotCham .botoesNavegacao a.btstop {background:url('../_imgs/botao-pause1-off.gif') no-repeat;width:2.3em;height:2em;}
#rotCham .botoesNavegacao a.btplay {background:url('../_imgs/botao-pause1-on.gif') no-repeat;width:2.3em;height:2em;}
/* Painel rotativo de chamdas */





/* Módulo Colunas */
#col-mod {clear:both;}
#col-mod-esq {width:25em; float:left;}
#col-mod-dir {width:25em; float:right;} 
