/* Cascading Style Sheet */
body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #004080;
}
#dvPrincipal{
    width: 305;
    background-color: #004080;
	height: 191px;
	/*border: thin solid White;*/
}

#dvTitulo{
   background-color: #C20000;
   color: #ffffff;
	font-family: Arial;
	font-size: 12;
	font-weight: bolder;
	padding-bottom: 6px;
	padding-top: 1px;
	padding-left: 5px;
	vertical-align: middle;
}

#dvRelogio{
	position: relative;
	float: left;
   	background-color: #004080;
	border: thin solid White;
	/*width: 110px;*/
	width: 75px;
   	color: #ffffff;
	font-family: Arial;
	font-weight: bolder;
	margin-left: 3px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
}

#dvRelogio input{
	border: medium solid;
	text-align: center;
	font-family: System;
	background-color: #CBCBCB;
	border-bottom: solid #EDEE00;
	border-right: solid #EDEE00;
	border-top: solid #C1C100;
	border-left: solid #C1C100;
	margin-bottom: 5px;
	font-size: 8px;
}

#dvLegendaImg{
	margin-top: 25px;
	float: left;
	margin-left: 12px;
}

#dvLegenda{
	position: relative;
	margin-left: 5px;
	margin-top: 20px;
	padding-bottom: 10px;
	font-family: Arial;
	font-weight: bolder;
	color: White;
	font-size: 12px;
	float: left;

}

#dvSituacao{
	float: left;
	position: relative;
   	background-color: #004080;
	border: thin solid White;
	/*width: 180px;*/
	width: 215px;
   	color: #ffffff;
	font-family: Arial;
	font-weight: normal;
	margin-left: 4px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 6px;
	font-size: 10px;
	height: 58px;
}

#dvSituacao #dvLegendaImgG{
	margin-top: 0px;
	margin-left: 2px;
	/*width: 25px;*/
	width: 52px;
	height: 52px;
	float: left;
	/*border: thin solid Yellow;*/
}

#dvSituacao #dvDescSituacao{
	margin-top: -5px;
	margin-left: 58px;
	height: 66px;
	/*width: 143px;*/
	width: 150px;
	font-family: Verdana;
	font-size: 10px;
	/*border: thin solid Red;*/
}



