@charset "utf-8";
/* CSS Document */

.body{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

div.interna{
	background-image:url(images/corpo_interna.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:524px;
}

div.interna_autor{
	background-image:url(images/corpo_autor.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:524px;
}

div.rodape{
	background-image:url(images/rodape_interna.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	height:238px;
	padding-left:181px;
}

.rodape{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.direitos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#395482;
	text-decoration:none;
}



div.interna_a{
	padding-left:214px;
}

#contentMask {
	width: 416px;
    height: 174px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 415px;
    position: relative;
	text-align: left;
}

#contentMaskTwitter {
	width: 182px;
    height: 97px;
    position: relative;
    overflow: hidden;	
}
#contentTwitter {
	width: 181px;
    position: relative;
	text-align: left;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 14px;
	height: 121px;
	background-image:url(images/pixel.gif);
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}

/* Opinioes */
.textfield_orcamento {
    font-size: 11px;
    color: #03235c;
    width: 97px;
    height: 13px;
    border-color: #03235c;
	background-color:#4d79a2;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #03235c;
    width: 141px;
    height: 20px;
    border-color: #03235c;
	background-color:#4d79a2;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #03235c;
    width: 141px;
    height: 86px;
    border-color: #03235c;
	background-color:#4d79a2;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

