/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 4, 2013, 1:33:14 PM
    Author     : mochoa
*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #E8E8E8;
	color: #262626;
}
div.main{
	background-image: url("../images/ruben-cid.jpg");
	opacity: 1;
	width: 100%; /* Set the width of the container to 100% */
	height: 100vh; /* Set the initial height of the container to 100% of the viewport height */
	background-size: cover; /* Make the background image cover the entire container */
	background-position: center;
}
div.check{
	padding: 40px;
}
.results th {
	padding: 2px 2px 2px 2px;
	background-color: #369;
	color: #FFFFFF;
	height: 22px;
}
.results td {
	padding: 4px 5px 4px 5px;
}
img{
	position: fixed; /* Position the container relative to the browser window */
	bottom: 30px; /* Position the container at the bottom */
	left: 30px; /* Position the container at the left */
	z-index: 999;

}

div.block{
	margin: 40px;
}
.login{
	padding: 80px;
}

div.login table {  border-collapse: collapse; border: 0px solid black; box-shadow: 0px 0px 0px; margin: 0px 0px 0px 0px; }
div.login th { text-align: center; padding: 8px; background-color: #336699; color: #FFF; }
div.login td { text-align: right; color: #FFFFFF; background-color: #000000; opacity: 0.7; padding: 8px 40px 8px 40px; border-bottom: none;}

