html, body 
{
	margin: 0;
	padding: 0;
	height:100%
}
#all
{
	width: 100%;
	height: 100%;
	padding: 0px;
	border-collapse: collapse; 
}

#begin
{
	background-color: #CCCCCC;
	width: 100%;
	height: 100%;
	padding: 0px;
	border-collapse: collapse; 
}

#top
{
	background-color: White;
	height: 100px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#middle
{
	background-color: #e51815;
	height: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.text
{
	font-family: Arial, Helvetica;
	font-size: 12px; 
	font-weight: bold;
	text-align: right;
	color: Black;
}

.cos
{
	font-family: Arial, Helvetica;
	font-size: 12px; 
	text-align: left;
	color: Black;
}


.menuCAP
{
	font-family: Arial, Helvetica;
	font-size: 16px; 
	font-weight: bold;
	text-align: right;
	color: Black;
}

.tree
{
	font-family: Arial, Helvetica;
	font-size: 14px; 
	text-align: right;
	color: Black;
}

.tree a
{
	text-decoration: none;
	color: White;
}

.tree a:visited
{
	color: White;
}

.tree a:hover
{
	color: Red;
}

.menu
{
	font-family: Arial, Helvetica;
	font-size: 14px; 
	font-weight: bold;
	text-align: right;
	color: White;
}

.menu a
{
	text-decoration: none;
	color: White;
}

.menu a:visited
{
	color: White;
}

.menu a:hover
{
	color: Black;
}

#scroll
{
	width: 450px;
	margin-left: 25px;
	margin-top: 25px;
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 400px;
	background-color: White;
	font-family: Arial, Helvetica;
	font-size: 14px;
	text-align: left;
}

#scroll a
{
	font-family: Arial, Helvetica;
	font-size: 14px; 
	text-align: left;
	text-decoration: none;
	color: Gray;
	font-weight: bold;
}


#scroll h1
{
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: Red;
}

#copyright
{
	font-family: Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-right: 10px;
	font-size: 10px;
	color: #000000;
}

/*
#left
{
	background-color: Red;
	width: 240px;
	height: 100%;
	vertical-align: middle;
	overflow: scroll;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

#central
{
	width: 100%;
	height: 100%;
	padding: 0px;
	border-collapse : collapse; 
}

#right
{
	background-color: White;
	width: 250px;
	overflow: scroll;
	vertical-align: top;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

.tdzero
{
	padding: 0px;
}
#left
{
	background-color: White;
	width: 240px;
	height: 100%;
	vertical-align: top;
	overflow: scroll;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}
.vehicleActive
{
	background-color: Green;
}
.vehicleInActive
{
	background-color: White;
}
.vehicleStoped
{
	background-color: Red;
}
#footer 
{
	text-align: right;
	background-color: White;
	border: 0px;
	height: 30px;
}

#main
{
	background-color: White;
	vertical-align: top;
	overflow: scroll;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

#copyright
{
	font-family: Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-right: 10px;
	font-size: 10px;
	color: #808080;
}

.infobox
{
	width:100px;
	height:20px;
}

.licensePlate
{
	position:relative;
	top:-20px; 
	left: 20px;
	height:20px; 
	font-family: Helvetica, Arial;
	font-size: 16px; 
	font-weight: bold;
	text-align: left;
	color:black;
	border:solid 1px Black; 
	background: #FFF url(../img/matricula.png) no-repeat left center;
	padding-left: 13px;
	padding-right: 3px;
}

.point
{
	position:relative;
	top:-20px; 
	left: 20px;
	height:20px; 
	font-family: Helvetica, Arial;
	font-size: 16px; 
	font-weight: bold;
	text-align: center;
	color:black;
	border:solid 1px Black; 
	background-color: Yellow;
	padding-left: 3px;
	padding-right: 3px;
}

#GPIDynaSelect option
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;

}

.tableList
{
	padding: 0px;
}

.tableList table
{
	border: solid 1px #AAA;
}

.tableList tr
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

.tableList th
{
	color: #448;
	background: #DDE
}

.tableList td
{
	color: #000;
	overflow: auto;
}
*/