﻿body
{
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
}

input
{
	font-family: Arial;
	font-size: 11px;
}

textarea
{
	font-family: Arial;
	font-size: 11px;
}

img
{
	border: 0;
}

#topLeft
{
	background-image: url(../i/topLeft.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 40px;
}

#topCenter
{
	background-image: url(../i/topCenter.gif);
	background-repeat: repeat-x;
	width: 934px;
	height: 40px;
}

#topRight
{
	background-image: url(../i/topRight.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 40px;
}

#bottomLeft
{
	background-image: url(../i/bottomLeft.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 54px;
}

#bottomCenter
{
	background-image: url(../i/bottomCenter.gif);
	background-repeat: repeat-x;
	width: 934px;
	height: 54px;
}

#bottomRight
{
	background-image: url(../i/bottomRight.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 54px;
}

.caixaTopLeft
{
	background-image: url(../i/caixaTopLeft.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}

.caixaTop
{
	background-image: url(../i/caixaTop.gif);
	background-repeat: repeat-x;
	height: 11px;
}

.caixaTopRight
{
	background-image: url(../i/caixaTopRight.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}

.caixaLeft
{
	background-image: url(../i/caixaLeft.gif);
	background-repeat: repeat-y;
	width: 11px;
}

.caixaRight
{
	background-image: url(../i/caixaRight.gif);
	background-repeat: repeat-y;
	width: 11px;
}

.caixaBottomLeft
{
	background-image: url(../i/caixaBottomLeft.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}

.caixaBottom
{
	background-image: url(../i/caixaBottom.gif);
	background-repeat: repeat-x;
	height: 11px;
}

.caixaBottomRight
{
	background-image: url(../i/caixaBottomRight.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}

.titulo
{
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #5371b9;
	font-weight: bold;
	text-align: left;
}

#tracejado
{
	background-image: url(../i/tracejadoVertical.gif);
	background-repeat: repeat-y;
	width: 1px;
}

a.linkAvaliacao:link
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #9b9b9b;
	text-decoration: none;
	font-weight: bold;
}

a.linkAvaliacao:visited
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #9b9b9b;
	text-decoration: none;
	font-weight: bold;
}

a.linkAvaliacao:hover
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #5371b9;
	text-decoration: none;
	font-weight: bold;
}

.titleRepeater
{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #9b9b9b;
	font-weight: bold;
	text-align: left;
}

.textRepeater
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	text-align: left;
}

/*GOOGLE MAPS*/
#map_canvas{ width: 870px; height: 900px; }

/*INDICADORES*/

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 35px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #5371B9;
	text-align: center;
}
#box-table-a th:first-child
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #5371B9;
	text-align: left;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #5371B9;
	border-top: 1px solid transparent;
	text-align: center;
}
#box-table-a td:first-child
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #5371B9;
	border-top: 1px solid transparent;
	text-align: left;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #5371B9;
}

