/* Stylesheet for endian firewall */

/*

        +-----------------------------------------------------------------------------+
        | Endian Firewall                                                             |
        +-----------------------------------------------------------------------------+
        | Copyright (c) 2005-2006 Endian                                              |
        |         Endian GmbH/Srl                                                     |
        |         Bergweg 41 Via Monte                                                |
        |         39057 Eppan/Appiano                                                 |
        |         ITALIEN/ITALIA                                                      |
        |         info@endian.it                                                      |
        |                                                                             |
        | This program is free software; you can redistribute it and/or               |
        | modify it under the terms of the GNU General Public License                 |
        | as published by the Free Software Foundation; either version 2              |
        | of the License, or (at your option) any later version.                      |
        |                                                                             |
        | This program is distributed in the hope that it will be useful,             |
        | but WITHOUT ANY WARRANTY; without even the implied warranty of              |
        | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               |
        | GNU General Public License for more details.                                |
        |                                                                             |
        | You should have received a copy of the GNU General Public License           |
        | along with this program; if not, write to the Free Software                 |
        | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. |
        | http://www.fsf.org/                                                         |
        +-----------------------------------------------------------------------------+

*/

/* Author: Raphael Vallazza */


/* body */

html {
}

body {
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

h1, h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
}

h3 {
    font-size: 11px;
    line-height: 24px;
    width: inherit;
    background-color: #ededed;
    background-image: url(/images/header_content.png);
    background-repeat: no-repeat;
    border-right: 1px solid;
    margin: 0px;
    padding: 0px;
    padding-left: 34px;
    display: block;
}

h4, h5 {
    font-size: 14px;
    font-weight: bold;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

select, input, textarea {
    font-size: 100%;
}

form {
    margin: 0px;
    padding: 0px;
}

#placeholder {
    width: 760px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}

#background {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -1;
}

#background-overlay {
    background-image: url(/images/main.png);
    background-repeat: repeat-y;
    background-position: center;
    height: 100%;
    width: 980px;
    margin: 0 auto 0 auto;
    border-left: 1px solid;
    border-right: 1px solid;
}

/* main content box */
#header-background {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

#header {
    background-image: url(/images/header.png);
    background-repeat: repeat-x;
    background-position: top;
    width: 980px;
    margin: 0 auto 0 auto;
}

#logo {
    float: left;
    position: relative;
    top: 27px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

#logo-product {
    float: left;
    position: relative;
    top: 42px;
    left: 8px;
    margin: 0px;
    padding: 0px;
}

#header-icons {
    position: absolute;
    float: right;
    width: 980px;
    padding-top: 34px;
}

#header-icons ul {
    list-style: none;
    float: right;
    margin: 0px;
    padding: 0px;
}

#header-icons ul li {
    line-height: 23px;
    float: left;
    height: 23px;
    margin: 0px;
    margin-left: 14px;
    padding: 0px;
    padding-right: 26px;
    cursor: pointer;
}

#header-icons ul li a {
    text-decoration: none;
}

#help-icon {
    background-image: url(/images/help.png);
    background-repeat: no-repeat;
    background-position: center right;
}

#logout-icon {
    background-image: url(/images/logout.png);
    background-repeat: no-repeat;
    background-position: center right;
}

#content {
    background-image: url(/images/main.png);
    background-repeat: repeat-y;
    background-position: center;
    width: 980px;
    margin: 0 auto 0 auto;
    padding: 0px;
    border-left: 1px solid;
    border-right: 1px solid;
}

#page-content {
    float: right;
    width: 763px;
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
}

#page-content-box {
    border: none;
    border-left: 1px solid; 
    border-right: 1px solid; 
    border-bottom: 1px solid;
    margin: 0px;
    padding: 12px;
}

#footer {
    float: right;
    width: 800px;
    text-align: center;
}

.green { /* defined in branding.css */
}

.red { /* defined in branding.css */
}

.orange { /* defined in branding.css */
}

.yellow { /* defined in branding.css */
}

.blue { /* defined in branding.css */
}

.bold {
    font-weight: bold;
}

.cb {
    clear: both;
}

.hidden {
    display: none;
}

.multi-controller-title {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
}

.multi-controller-spacer {
    margin: 12px -12px;
}

.multi-controller-divider {
    margin: 12px -12px;
    border-top: 1px solid;
}

a.info {
    text-decoration: none;
}

a.info:hover {
    text-decoration: none;
}
