body {

    font-size: 16px;
    font-family: arial;
    color: rgb(70%,70%,70%);
    background: white url(../images/bg.jpg) no-repeat top left;
    background-repeat: repeat-y;
//    background-color: #815136;
    text-decoration: none;
}



table.orange {
    border: 2px solid orange;
    border-collapse: collapse;
    background-color: transparent;
    border-color: orange;
    color: rgb(70%,70%,70%);
    table-layout: auto;
    line-height: 1.75em;

}
table.noborder {
    border: none;
}
table.orange td {
    padding: 1px 5px 1px 5px;
    border-top: 2px solid orange;
    border-left: 2px solid orange;
    border-right: 2px solid orange;
    align: left;
    min-width: 45px;
}
.szeles {
    min-width: 200px;
}
table.orange th {
    color: lightblue;//rgb(40%,40%,40%);
    border-bottom: 4px solid silver;
    background-color: black;
    border-right: 2px solid silver;
    border-top: 4px solid silver;
    border-left: 2px solid silver;
}

table a {
//    color: #00a0a8;
    color: gold;
    text-decoration: none;
}

a:link {
//    color: #00a0a8;
        color: gold;
//    text-decoration: none;
}

a:visited {
//    color: #00a0a8;
    color: gold;
    text-decoration: none;
}
a:active {
    color: red;
}
a:hover {
    background-color: #303030;
    text-decoration: underline;
}

#menu {
    font-family: arabic;
    font-size: 18px;
    color: red;
    background-color: black;
    margin-top: 10px;
    margin-left: 28%;
    margin-right: 28%;
    margin-bottom: 20px;
}
#admin,#settings {
    margin-top: 10px;
    margin-left: 35%;
    margin-right: 35%;
    background-color: rgb(10%,10%,10%);
    margin-bottom: 20px;
}

#main {
    margin-top: 10px;
}
#user_new table,#domain_new table,#pass_mod table, #subdomain_new table, #grant_new table, #user_mod table, #mail_mod table {
    border: 10px solid transparent;

}
#user_new table td,#domain_new table td,#pass_mod table td, #subdomain_new table td, #grant_new table td, #user_mod table td, #mail_mod table td{
    border: 0px solid transparent;

}
#settings{
 margin-left: 42%;
 margin-right: 42%;
}

.mail a{
    color: gold;
    text-decoration: underline;
}
//.mail:hover{
//    font-weight: bold;
//}