/* CSS Document */

.input_titulo_acomp{
    width:100%;
}

.input_pchave_acomp{
    width:295px;
}

.select_ano_acomp{
    width:70px;
}

.input_causa{
    width:250px;
}

.textarea_acomp{
    margin-left:11px;
    width:705px;
    _width:700px;
}

#div_novo_acompanhamento{
   
}


#fundo_tabs{
    background-color:#F2F2F2;
    height:295px;
    margin-top:15px;
    /*width:745px;*/
}

.tabs_acompanhamento{
    padding-left:3px;
    padding-top:2px;
    width:739px;
}

.titulo{
    font-size: 12px;
    color: #553006;
    padding-left:13px;
    font-weight: bold;
}

#metas{
	padding-left:13px;
}
UL.tabNavigation {
    list-style: none;
    margin: 0;
    padding:3px 0 5px;
}

UL.tabNavigation LI {
    display: inline;
}

UL.tabNavigation LI A {
    padding:3px 7px;
    _padding: 3px 6px;
    background-color: #E4E4E4;
    color: #483722;
    text-decoration: none;
    font-size: 11px;
}

UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover {
    background-color: #C5C5C5;
    color: #553006;
}

UL.tabNavigation LI A:focus {
    outline: 0;
}

div.tabs_denominacao > div {
    padding: 5px;
    background-color: #FCFCFC;
    min-height: 100px;
}

div.tabs_denominacao > div h2 {
    margin-top: 0;
}

#first {
    background-color: #f00;
}

#second {
    background-color: #0f0;
}

#third {
    background-color: #00f;
}

.waste {
    min-height: 1000px;
}

.form_dados{
    padding-left:9px;
}

#tabnav {
margin-top:20px;
padding-left:12px;
width:730px;
	
}
 
#tabs {
	height: 19px;
	position: relative;
}
 
#content {
	position: relative;
	padding: 8px;
	border: 2px solid #6189ab;
}
 
#content div p {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
}
 
#tabs a, #tabs a:visited {
	background: url("../img/tab.jpg") top left no-repeat;
	font-family: Trebuchet MS, Arial, Verdana;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 100px;
	height: 17px;
	_height: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	padding: 3px 0 0 0; 
	float: left;
}