/*
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 : Jun 30, 2014, 5:56:58 PM
    Author     : Sergio Henrique
*/

body{
    background-color:white;
    padding: 5px;
    font-family: Verdana, sans-serif;
    font-size: medium;
    font-weight: normal;
}

.sepHead{
    width: 100%;
    height: 2px;
    background-color: gray;
}

.instaladorDiv{
    position: relative;
    border: solid 2px black;
    //cursor: pointer;
    margin: 20px;
    text-align: center;
    vertical-align: middle;
    width: 325px;
    height: 75px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: lightgray;
}
.instaladorLink{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
}
.instaladorInnerTable{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#instaladorText{
    font-family: Verdana, sans-serif;
    font-size: large;
    font-weight: bold;
    text-align: center;
}


.instaladorDiv:hover{
    background-color: lightgreen;
}

ul{
    font-family: Verdana, sans-serif;
    font-size: small;
    font-weight: normal;
}


.centerTable{
    width: 100%;
    height: 100%;
}
.centerCell{
    vertical-align: middle;
}