﻿
/* Cabecalho, detalhamento de espécie, item, meta */

.descCabecalhoRotulo
{
	font-weight:bold;
}

.descCabecalhoTexto
{
	padding: 0px 5px;
    margin-right: 1px;
}

.descCabecalho
{
    margin-bottom: 8px;
}

/*Titulo principal*/

#siteTitleDiv
{
    width: auto;
    height: 30px;
    margin: 3px;
    color: #dd863f;
    border-width: 0px 0px;
    font-size: 16px;
    font-weight: bolder;
    padding-top: 10px;
}

#siteHoraDiv
{
	font-size: 12px;
	float: right;
	margin-right: 3px;
	font-style: oblique;
}

body
{
    background-color: White;
}
               
        


/* Conteudo das paginas de consulta */
#conteudo
{
	margin: 50px;
}

#conteudo-home
{
	width: 50%;
	height: auto;
	margin: auto;
}

#pageTitle
{
    margin: 50px;
    height: 5px;
    color: #dd863f;
    font-size: 16px;
    font-weight: bolder;
    font-family: Arial;
}



/* home botoes */
.button-home {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#dd863f;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:80px;
	line-height:65px;
	width:225px;
	text-decoration:none;
	text-align:left;
	text-shadow:1px 1px 0px #ffffff;
	margin: 5px 5px 5px 5px;
}
.button-home:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.button-home:active {
	position:relative;
	top:1px;
}

