html {
	overflow: auto;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	background-color: transparent;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
	font-size: 16px;
	text-align: center;
}

#fundo {
	z-index:0;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	border: 0px solid #FFF;
}
#logo {
	position:absolute;
	left:5px;
	top:2%;
	width:91px;
	height:72px;
	z-index:1;
}
#nav {
	position: absolute;
	top: 2%;
	left: 55%;
	z-index: 2;
}

#nav #home{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 85px;
	float: right;
	position: relative;
}

#nav #reload {
	background-image: url(../images/reload.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 85px;
	float:right;
	position: relative;
}

#nav #question{
	background-image: url(../images/question.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 85px;
	float:right;
	position: relative;
}

#nav  #previous{
	background-image: url(../images/previous.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 85px;
	float:right;
	position: relative;
}

#nav  #next{
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 85px;
	float: right;
	position: relative;
	
}

#content{
	z-index:3;
	position:absolute;
	width:100%;
	height:79%;
	display: block;
	top: 20%;
	padding: 0px;
	background-color: transparent;
	margin: 0px;
	border: 0px solid #CCC;
}
.toten  {
	width: auto;
	height: auto;
	margin: 0px;
	clear: left;
	float: left;
	text-align: center;
	position: relative;
	padding: 0px;
	left: 50%;
	border: 0px solid red;
	display: table;
}
.toten  li{
	list-style-type: none;
	height: 100px;
	width: 300px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	right: 50%;
	position: relative;
	text-align: center;
	border: 0px solid blue;
}
.toten li  a{
	text-decoration: none;
	display: block;
	width: 240px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-image:url(../images/Button.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	height: 40px;
	margin: 0px;
	font-size: 16px;
	border: 0px solid green;
}
.toten li a:active {
	text-decoration: none;
	background-color: #069;
}

#titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	display: block;
	filter: Alpha(Opacity=80);
	text-transform: uppercase;
	padding-right: 10%;
	padding-left: 10%;
}
form {
	padding: 0px;
	text-align: center;
	border: 0px solid #F0F;
	margin: 0px;
}
form fieldset {
	border: 0px solid #F00;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
form fieldset legend {

}
form input {
	height: 60px;
	color: #FFF;
	font-size: 24px;
	background-color: transparent;
	text-align: center;
	padding: 0px;
	width: 450px;
	margin: 0px;
	background-image: url(../images/input_background.png);
	background-position: center top;
	border: 0px solid #F60;
	background-repeat: no-repeat;
}

form #nome {
	background-image: url(../images/input_background_name.png);
	background-repeat: no-repeat;
	background-position: center top;
}
form #password {
	background-image: url(../images/input_background_password.png);
	background-repeat: no-repeat;
	background-position: center top;
}

form button {
	padding: 0px;
	width: 460px;
	font-size: 24px;
	color: #FFF;
	background-image: url(../images/button_background.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a {
	text-decoration: none;
	display: block;
	background-color: transparent;
}
a:active {
	text-decoration: none;
	display: block;
}


/* default close button positioned on upper right corner */
.box .close {
	background-image:url(img/close.png);
	position:absolute;
	cursor:pointer;
	height:70px;
	width:70px;
	border: 0px solid #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	top: -20px;
	right: -20px;
}

/* the overlayed element */
.box {
	/* initially overlay is hidden */
	display:none;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
	font-size: 16px;
	margin: 0px;
	width: 720px;
	height: 420px;
	z-index: -1;
	background-image: url(img/transparent.png);
	background-repeat: no-repeat;
	background-position: top;
	border: 0px solid #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.box img {
	float: left;
	margin-right: 30px;
}

.box h1 {
	text-align: center;
	font-size: 18px;
}
.box ul {
	font-weight: bold;
	text-align: left;
}


.box ul li {
	list-style-position: outside;
	list-style-image: url(../images/bullet_seta.png);
	padding-left: 10px;
	font-weight: normal;
}
.box ul ul {
	list-style-type: none;
	margin-top: 0.5em;
}

.box ul ul li{
	list-style-type: disc;
	list-style-image: none;
	padding: 0px;
	list-style-position: inside;
}
.box ul ul ul li{
	list-style-type: circle;
}


.box p {
	display: block;
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
	font-style: italic;
}
.box .page {
	position: absolute;
	top: 0px;
	right: 50px;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
}

.box .page li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
}

.box .page li a {
	background-color: rgba(0, 0, 0, 0.7);
	border-radius:20px;
	width:70px;
	color:gray;
	padding: 10px;
	text-align: center;
	border: 3px solid gray;
}


table {
	float: left;
	margin-left: 12%;
	color: #FFF;
}
table th{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table tfoot{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: double;
	border-bottom-color: #FFF;
}

table .final_placa {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 10px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 20px;
}
#Loading {
	background-color: #000;
	color: #FFF;
	margin-top: 25%;
	margin-bottom: 25%;
	text-align: center;
	height: 100%;
	width: 100%;
}

table caption {
	padding-bottom: 25px;
}

table .odd{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: dotted;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 18px;
}
table .even {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 18px;
}
.local  {
	font-weight: bold;
	font-style: normal;
}
ul ul {
	text-align: left;
	font-weight: bold;
}
ul li {
	font-weight: normal;
}

.local .setor  {
	font-weight: normal;
}
.valor  {
	padding:5px;
	border:solid thin white;
	border-radius:20px;
}
