/* root element for tabs */

#flowtabs {

	/* dimensions */
	width:400px;
	height:22px !important;
	margin:0 !important;
	padding:0;

	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li {
	float:left;
	margin:0;
	padding:0;
	text-indent:0;
	list-style-type:none;
        width: 100px;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	padding:0px;
	margin:0px;
        text-decoration: none;
}


#flowtabs #fone	{
    background: url(../images/aba_inativa.jpg) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#94C4DC;
    font-weight:bold;
    text-align: center;
    padding-top: 4px;
}

#flowtabs #email {
    background: url(../images/aba_inativa.jpg) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#94C4DC;
    font-weight:bold;
    text-align: center;
    padding-top: 4px;
}

/* mouseover state */
#flowtabs #fone:hover {
     background: url(../images/aba_ativa.jpg) no-repeat;
     color:#4B72A0;
}
#flowtabs #email:hover {
     background: url(../images/aba_ativa.jpg) no-repeat;
     color:#4B72A0;
}

/* currently selected tabs */
#flowtabs #fone.current {
   color:#4B72A0;
   background: url(../images/aba_ativa.jpg) no-repeat;
}
#flowtabs #email.current {
    color:#4B72A0;
    background: url(../images/aba_ativa.jpg) no-repeat;
}



#flowtabs_tv {

	/* dimensions */
	width:535px;
	height:30px !important;
	margin:0 !important;
	padding:0;

	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs_tv li {
	float:left;
	margin:0;
	padding:0;
	text-indent:0;
	list-style-type:none;
        width: 189px;
}

/* a- tag inside single tab */
#flowtabs_tv li a {
	display:block;
	padding:0px;
	margin:0px;
        text-decoration: none;
}

#flowtabs_tv #infos	{
    background: url(../images/aba_cultoonline_inativo.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#94C4DC;
    font-weight:bold;
    text-align: center;
    padding-top: 10px;
}

#flowtabs_tv #formulario {
    background: url(../images/aba_cultoonline_inativo.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#94C4DC;
    font-weight:bold;
    text-align: center;
    padding-top: 10px;
}

/* mouseover state */
#flowtabs_tv #infos:hover {
     background: url(../images/aba_cultoonline_ativo.png) no-repeat;
     color:#4B72A0;
}
#flowtabs_tv #formulario:hover {
     background: url(../images/aba_cultoonline_ativo.png) no-repeat;
     color:#4B72A0;
}

/* currently selected tabs */
#flowtabs_tv #infos.current {
   color:#4B72A0;
   background: url(../images/aba_cultoonline_ativo.png) no-repeat;
}
#flowtabs_tv #formulario.current {
    color:#4B72A0;
    background: url(../images/aba_cultoonline_ativo.png) no-repeat;
}


#flowpanes_tv {
	width:535px;
}

/* panes */
#flowpanes {
	width:400px;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}