input[type=text], input[type=password], select, textarea, .boxOptions {
    background-color: #FFFFFF;
    border-bottom: 1px solid #444444;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #444444;
    border-top: 1px solid #AAAAAA;
    border-radius: 5px; -moz-border-radius:  5px; -webkit-border-radius:  5px;
    line-height: 150%;
    outline: none;
    padding: 8px 6px;
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    background-color: #EFEFEF;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #888888;
    border-right: 1px solid #222222;
    border-top: 1px solid #888888;
}
.detailsContents h1, .detailsContents h2, .detailsContents h3, .detailsContents h4, .detailsContents h5, .detailsContents h6 {
    color: #025286;
    line-height: 200%;
}
.dadosAutor img {
    float: left;
    margin-right: 6px;
}
.dadosAutor p {
    line-height: 150%;
    padding: 3px 0;
}
.Jornais li {
    float: left;
    height: 180px;
    margin: 0 18px;
    text-align: center;
    width: 240px;
}
.Jornais li img {
    max-height: 140px;
    max-width: 220px;
}
.Jornais li a {
    font-size: 13px;
}
.FraseL {
    background-image: url('../img/aspas.png');
    background-position: left top;
	background-repeat: no-repeat;
    display: table-cell;
	float: left;
    font-size: 14px;
    font-style: italic;
    height: 70px;
    line-height: 140%;
    vertical-align: middle;
    width: 45px;
}
.FraseC {
    display: table-cell;
	float: left;
    font-size: 14px;
    font-style: italic;
    min-height: 70px;
    line-height: 140%;
	padding: 10px 5px;
    vertical-align: middle;
    width: 480px;
}
.FraseR {
    background-image: url('../img/aspas.png');
    background-position: right bottom;
	background-repeat: no-repeat;
    display: table-cell;
	float: left;
    font-size: 14px;
    font-style: italic;
    height: 70px;
    line-height: 140%;
    vertical-align: middle;
    width: 45px;
}
.lastColunn {
    height: 260px;
    overflow: auto;
    padding: 5px;
    width: 570px;
}
.lastColunn h1 {
    line-height: 20px;
    font-size: 12px;
}
.lastColunn h1 span {
    float: right;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
}
.lastColunn a {
    display: block;
}
.lastColunn a {
    padding: 2px;
    text-decoration: none;
}
.lastColunn a:hover {
    background-color: #DDD;
}
.Conteudos table {
    border: 1px solid #000;
}
.Conteudos table tr td, .Conteudos table tr th {
    border: 1px solid #000;
}
.Comentarios table, .Comentarios table tr td,
.NoticiasDetaque table, .NoticiasDetaque table tr td,
.Formulario table, .Formulario table tr td,
.itemContents table, .itemContents table tr td {
    border: none;
}
.imgPrinc {
    float: left;
    width: 290px;
}
.imgPrinc p {
    font-style: italic;
}
.listContentsResumo {
    background-color: #FEFEFE;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.listContentsResumo p {
    line-height: 20px;
}
.listContentsResumo a {
    display: block;
}

.boxOptions label {
    clear: both;
    display: block;
}