/* CSS Document site */
#header{
	background-position:center left;
	height:30px;
}
#header h1{
	margin:0px;
	padding:0px;
	font-size:25px;
	font-weight:bold;
	color:#0066cc;
}
.LoginField{
	width:500px;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}
.labelLogin{
	width:200px;
}
.inputLogin{
	width:240px;
}
.logat {
	margin-top:10px;
	margin-right:20px;
}
.logat a{
	margin-top:10px;
	margin-right:20px;
}
a.btnLink:link{
	width:400px;
	font-size:25px;
}
#tichete .nrTichet{
	font-size:small;
}
#tichete .footerTichet{
	font-size:small;
}
.page{
	margin-right:10px;
	margin-left:10px;
}
.onlineFrame{
	border-style:none;
	width:100%;
 height: -moz-calc(100% - 180px); /* Firefox */
 height: -webkit-calc(100% - 180px); /* Chrome, Safari */
 height: calc(100% - 180px); /* IE9+ and future browsers */
	overflow: hidden; 
position: absolute;
}
.tabelCelula{
	font-size:13px;
	font-weight:bold;
}
.inputContor{
	width:150px;
	display:inline-block;
	text-align:right;
	font-weight:bold;
}