*{
	font-family:Arial;
	font-size:11px;
}

img{
	border:0;
}

body{
	background: #EFEFEF url("../img/background.jpg") no-repeat;
	margin-top:0;
}


#container{
	 left:50%;
	margin-left:-480px;
	position:relative;
}

#logo{
	margin-top:17px;
	width:187px;
	height:82px;
	float:left;
}

#menu{
	font-size:9px;
	margin-top:90px;
	width:500px;
	height:60px;
	float:right;
}

#time{
	width:284px;
	height:20px;
	float:right;
	vertical-align:bottom;
}

#mioloEsquerdo{
	display:table-cell;
	width:396px;
	float:left;
	vertical-align:top;
}

#mioloDireito{
	display:table-cell;
	float:right;
	width:581px;
	background-color:#E6E6E6;
	vertical-align:top;
}

#carregando{
	background: #FFFFFF url("../img/icons/progress.gif") no-repeat 2px 2px;
	text-indent:32;
	padding:8px;
	display:none;
	width:140px;
	height:40px;
	top:0px;
	left:0px;
	border:1px solid #364560;
	border-left:0px;
	border-top:0px;
	text-transform:uppercase;
	position:absolute;
	_top: expression( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
	_left: expression( ( ignoreMe = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) + 'px' );
}

body > #carregando{
	position:fixed;
}

#tituloPrincipal{
	width:625px;
	height:30px;
	background: #FFFFFF url("../img/imgTitulo.jpg") no-repeat;	
	font:arial;
	font-size:22px; 
	color:#003366;
	padding-top:1px;
	padding-left:30px;
	margin-bottom:5px;
}



#imgPrincipal{
	width:100%;
	height:80px;
	background: url("../img/bgImagem.jpg") ;

}

#txtTitulo{
    
    background: #FFFFFF url("../img/imgTitulo.jpg") no-repeat;
	width:100%;
	height:45px;
	background: #999999 ;
	
	
	color:#FFFFFF;


}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../img/icons/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../img/icons/loading.gif) no-repeat 0 50%;
}

#mudancaCliente{
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	height:30px;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	text-align:center;
	padding:10px;
	color:#FFFFFF;
}