/*
 * jQuery UI Tabs 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: 0;}/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {float:left; margin: 0; padding: 0; width:116px; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; width:116px; height:47px; }
.ui-tabs .ui-tabs-nav li a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a{background:url(../images/bg-botoes-destaque-home.jpg) no-repeat 0 -95px; color:#0b3468 !important;  font-size:14px; display:block;cursor: text; width:116px; height:35px; padding:10px 0 0; text-align:center; font-weight:bold; }
.ui-tabs.ui-tabs-collapsible ,.ui-tabs-nav li.ui-tabs-selected a {background:url(../images/bg-botoes-destaque-home.jpg) no-repeat 0 0; cursor: pointer; color:#fff !important; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-nav li a:hover{color:#fff !important; text-decoration:none;}
.ui-tabs .ui-tabs-panel {float:left; height:285px; border-width: 0; padding:0; margin:0; width:594px;}
.ui-tabs .ui-tabs-hide { display: none !important; }

div#tabs-1{background:#fff000;}
div#tabs-2{background: url(../images/bg-destaque-porque-estudar-online.jpg) no-repeat;}
div#tabs-3{background:#ff66ff;}