/* 
    Document   : default
    Created on : Mar 25, 2013, 11:14:17 PM
    Author     : nszalai
    Description:
        Purpose of the stylesheet follows.
*/

@import url("use.css");

body {
    background-color: #F2EBDE;
    font-size: 16px;
}

select, input {
    font-size: 16px;
}

root { 
    display: block;
}

.my {
    color: red;
}

.hide {
    display: none;
}

.logo, .pageContent, .pageTable, .pageContact {
    vertical-align: middle; 
    text-align: center;
}

.pageContact .table {
    min-height: 200px;
    text-align: center;
}

.table, .informationRow, .footer {
    margin: 0 auto;
    width: 600px;
}

.table, .informationRow {
    text-align: left;
}

.table {
    border-color: #333333;
    border-style: solid;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 8px;
    border-width: 4px;
    background-color: rgb(213, 188, 143);
}

.name, .search {
    font-size: 25px;
    font-weight: bold;
}

td.name {
    width: 200px;
    padding-bottom: 5px;
}

td.info {
    width: 200px;
    padding-bottom: 5px;
}

.type {
    font-weight: bold;
    margin-right: 5px;
    font-size: 18px;
    color: #333333;
}

td {
    width: 100px;
}

input[type="submit"] {
    width: 100px;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 8px;
    color: white;
    background-color: rgb(94, 68, 13);
    cursor: pointer;
}

.small {
    font-size: 12px;
    font-style: italic;
}

form {
    margin-bottom: 0px;
}

.phone, .email, .email, .place, .job {
    font-size: 16px;
    color: #333333;
}

.footer, .name {
    color: rgb(94, 68, 13);
}

hr {
    border-width: 3px;
    border-style: solid;
    border-radius: 8px;
    border-color: #333333; 
}

.footer {
    text-align: right;
}

.footer table {
    float: right;
}

.footer td {
    width: auto;
}

.footer input[type="submit"] {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    border: none;
    color: rgb(94, 68, 13);
    background: none;
    border-right: 1px dotted #333333;
    border-radius: 0px;
    cursor: pointer;
}

.footer input[type="submit"].last {
    border-right: none;
}

.footer input[type="submit"]:hover {
    text-decoration: underline;
}

.reg .bold {
    font-weight: bold;
    float: left;
    clear: left;
    margin-right: 5px;
}

.reg .text {
    float: left;
}

.reg .text.clear {
    float: left;
    clear: left;
    text-align: left;
}

input.regLink {
    width: auto;
    border: none;
    background: none;
    color: black;
    font-size: 14px;
}

input.regLink:hover {
    text-decoration: underline;
}