/* By surya for cryptojax (hakc.net) at 10:14 PM on  1/15/2007 */

body {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	padding-left: 50px;
}

#loading {
	display: none;
}

input {
    color: black;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.results:hover {
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    background: lightgrey;
}

table {
    width: 100%;
}

th {
    height: 50px;
    text-align: center;
} 
td {
    height: 50px;
    text-align: center;
}

#container1, #loadarea {
    float: left;
    width: 40%; /* three boxes (use 25% for four, and 50% for two, etc) 33.33% */
    padding: 10px; /* if you want space between the images */
}
#container1 {
    border-style: solid;
    border-width: 2px;
    border-color: grey;
}
#footer {
    clear: both;
    display: block;
}
iframe, #tooltip {
    width: 1024px;
    height: 768px;
    border-style: solid;
    border-width: 2px;
    border-color: grey;
    transform:scale(.65);
    transform-origin:0 0;
}


iframe{
    display:none;
}