html, body {
    margin: 0;
    padding: 0;
    
    color: #333;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

img {
    border: 0;
}
/*
form {
    display: inline;
    margin: 0;
    padding: 0;
}
*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;

    color: #00264B;
    font-family: Verdana, Helvetica, sans-serif;
}

h1 {
    padding-bottom: 15px;

    font-size: 20px;
}

h2 {
    padding-bottom: 10px;

    font-size: 16px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 2px;
    padding-left: 17px;
    
    background: url(../images/new/arrow.gif) no-repeat 0 0px;
    
    color: #005E9C;
    font-size: 12px;
}

h4 {
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    
    background: url(../images/new/mainmenu.gif) repeat-x 0 0;

    font-size: 11px;
    color: #FFF;
}

table {
    width: 100%;
    background-color: #DFEBF3;
}

th {
    
}

    tr.header td {
        height: 22px;
        line-height: 22px;
        background: url(../images/new/mainmenu.gif) repeat-x 0 0px;
        
        color: #FFF;
        font-weight: bold;
    }

    tr.subheader td {
        height: 22px;
        line-height: 22px;
        background: url(../images/new/submenu_hover.gif) repeat-x 0 -1px;
        
        color: #FFF;
        font-weight: bold;
    }

tr {

}

    tr.odd {
        background-color: #D3E4EE;
    }
    
    tr.even {
        background-color: #B8D4E3;
    }

/*
input {
    overflow: visible;
    height: 15px;
    margin: 0;
    margin-top: 2px;
    padding: 0;
    padding: 1px;

    border-top: 1px solid #777;
    border-left: 1px solid #777;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    background-color: #FFF;
    
    font-size: 12px !important;
}

textarea {
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
}

select {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    padding: 1px;

    border-top: 1px solid #777;
    border-left: 1px solid #777;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    background-color: #FFF;
    
    font-size: 12px !important;
}
*/
input.red-button {
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0;

    border: 1px solid #000;
    background-color: #FFEC01;
    
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

input.checkbox {
    width: 15px !important;
    
    border: 0;
    background: none;
}
/*
abbr {
    cursor: help;
    text-decoration: underline;
}

table {
    table-layout: fixed;
}
*/

.col {
    float: left;
}

.row {
    clear: both;
}

.hidden {
    display: none;
}

.div {
    display: block;
}

.text {
    
}

.height-1 {
    height: 1px;
}
/*
.hr {
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
    padding-top: 10px;

    border-bottom: 1px solid #666;
    
    font-size: 0px;
}

.block-1 {
    width: 225px;
    margin-right: 16px;
}

.block-2 {
    width: 466px;
    margin-right: 16px;
}

.block-3 {
    width: 707px;
}

.border-top {
    border-top: 1px solid #777;
}

.border-left {
    border-left: 1px solid #777;
}

.border-right {
    border-right: 1px solid #777;
}

.border-bottom {
    border-bottom: 1px solid #777;
}

.arrow {
    margin-right: 4px;
}

.note {
    font-size: 9px;
}

div#content {
    display: table;
    
    width: 960px;
    margin: 0 auto;
    
    border: 1px solid #033;
}
*/
    div#top {
        width: 100%;
        height: 90px;
        
        background: #151D44 url(../images/new/background.jpg) no-repeat center 0px;
    }
    
        div#logo-inode {
            margin: 15px 0px 0px 30px;
        }

        div#logo-upc {
            position: absolute;
            top: 20px;
            right: 10px;
        }

    div#menu {
        width: 100%;
        
        color: #FFF;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }
        
    div#menu a {
        text-decoration: none;
    }
    
        div#main-menu {
            width: 100%;
            height: 23px;
            
            background: url(../images/new/mainmenu.gif) repeat-x 0 0;
        }
        
            div#main-menu a {
                color: #FFF;
            }
        
            ul#main-menu-text {
                list-style: none;
                
                width: 741px;
                margin: 0;
                padding: 0;
            }
    
                .menu-spacer, .menu-spacer-hover {
                    display: block;
                    width: 1px;
                    height: 12px;
                    margin-left: -2px;
                    margin-top: 5px;
                    
                    border-right: 1px solid #FFF;
                }
                
                .menu-spacer-hover {
                    height: 22px;
                    margin-top: 0;
                    
                    border-color: #000;
                }

                div#main-menu a {
                    display: block;
                    float: left;
                    height: 23px;
                    line-height: 23px;
                    padding: 0 10px;
                    
                    background: url(../images/new/mainmenu.gif) repeat-x 0 0;
                }
            
                div#main-menu a:hover, a.active {
                    background: url(../images/new/mainmenu.gif) repeat-x 0 -23px;
                }
            
/*
            div#main-menu-login {
                width: 198px;
                border-left: 1px solid #000;
                border-right: 1px solid #000;
            }
            
                div#main-menu-login div {
                    width: 198px;
                    height: 22px;
                    line-height: 22px;
                    
                }
            
                div#main-menu-login div img {
                    margin-right: 8px;
                    margin-top: -2px;
                }
                
                div#login-frame {
                    display: none;
                    position: absolute;
                    
                    width: 188px !important;
                    height: auto !important;
                    margin-left: -1px;
                    padding: 5px;
                    
                    border: 1px solid #000;
                    background-color: #DFEBF3;
                    
                    color: #000;
                    font-size: 10px;
                    text-transform: none;
                    font-weight: normal;
                }
                
                    div#login-frame div.form-title {
                        width: 65px;
                        font-weight: bold;
                    }
                    
                    div#login-frame div.form-input {
                        width: 120px;
                    }
                
                        div#login-frame a {
                            display: inline !important;
                            padding: 0;
                            margin: 0;
                            background: none !important;
                        
                            color: #000;
                            text-decoration: underline;
                        }
                
                        div#login-frame a:hover {
                            background: none !important;
                            text-decoration: none;
                        }
                        
                        div#login-frame input {
                            width: 80px;
                        }
                        
                        div#login-frame input.red-button {
                            width: 83px;
                        }
                        
        
        div#sub-menu-1 {
            width: 661px;
            height: 22px;
            line-height: 22px;
            
            background: url(../images/submenu.gif) repeat-x 0 0;
            
            font-size: 10px;    
            color: #000;
        }
        
            div#sub-menu-1 div.sub-menu {
                display: none;
                float: left;
                
                width: 100%;
                height: 22px;
                
                color: #00264B;
            }
            
                div#sub-menu-1 .menu-spacer {
                    height: 10px;
                    margin-top: 7px;
                
                    border-right: 1px solid #000;
                    
                    color: #00264B;
                }
            
                div#sub-menu-1 .menu-spacer-hover {
                    height: 22px;
                    margin-top: 1px;
                
                    border-right: 1px solid #000;
                    
                    color: #00264B;
                }
            
                div#sub-menu-1 ul {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }
            
                div.sub-menu a {
                    display: block;
                    float: left;
                    
                    padding: 0 10px;
                    
                    font-weight: normal;
                    color: #00264B;
                }
            
                div.sub-menu a:hover, a.sub-menu-hover {
                    background: url(../images/submenu.gif) repeat-x 0 -22px;
                    color: #FFF !important;
                }
                
                    div#sub-menu-1 ul.menu {
                        display: none;
                        position: absolute;
                        list-style: none;
                        
                        width: 194px;
                        margin: 0;
                        padding: 0;
                        margin-top: 21px;
                        margin-left: -1px;
                        
                        border-left: 1px solid #000;
                        border-right: 1px solid #000;
                    }
                    
                        div#sub-menu-1 ul.menu li {
                            clear: both;
                            display: block;
                            
                            width: 100%;
                            margin: 0;
                            
                            border-top: 1px solid #6DA2BE;
                            background: #005E9C;
                            
                            color: #FFF !important;
                            font-weight: normal;
                        }
                    
                            div#sub-menu-1 ul.menu li a {
                                clear: both;
                                display: block;
                                
                                width: 184px;
                                height: 18px;
                                line-height: 18px;
                                padding: 1px 5px;
                                margin: 0;
                                
                                background: #005E9C;
                                
                                text-decoration: none;
                                color: #FFF !important;
                                font-size: 9px;
                            }
                            
                            div#sub-menu-1 ul.menu li a:hover {
                                background: #00264B;
                            }
        
        div#sub-menu-2 {
            width: 299px;
            height: 22px;
            line-height: 22px;
            
            font-weight: normal;
            font-size: 10px;
        }
        
            div#sub-menu-2-white {
                width: 280px;
                padding-right: 19px;
                height: 22px;
                background: url(../images/submenu.gif) repeat-x 0 0;
            }
            
            div#sub-menu-2-white {
                color: #000;
            }
            
            div.white span.menu-spacer {
                margin-top: 6px;
                border-color: #000;
            }
            
                div#webmail {
                    width: 81px;
                }
                
                    div#webmail a {
                        display: block;
                        padding-right: 5px;
                        
                        color: #000;
                    }
                
                    div#webmail a:hover {
                        display: block;
                        padding-right: 5px;
                        
                        background: url(../images/submenu.gif) repeat-x 0 -22px;
                        
                        color: #FFF;
                    }
                
                        div#webmail a img {
                            padding: 0 5px;
                        }
                        
                div#search {
                    width: 194px;
                    padding-left: 5px;
                }
                
                    div#search input {
                        width: 105px;
                        margin-right: 5px;
                    }
                    
                    div#search input.red-button {
                        width: 34px;
                        margin-right: 0;
                    }
*/
        div#shadow {
            width: 100%;
            height: 22px;
            line-height: 22px;
            
            background: url(../images/new/shadow.gif) repeat-x 0 0;
        }

            div#breadcrumbs {
                padding-right: 19px;
            
                color: #666;
                font-size: 9px;
                font-weight: normal;
                text-align: right;
                text-transform: uppercase;
            }
        
        
    div#main {
        width: 724px;
        margin-left: 16px;
    }
    
        div#main a {
            color: #005E9C;
        }
    
        div#main a:hover {
            color: #00264B;
        }
        
        div#footer {
            width: 708px;
            height: 20px;
            margin-top: 10px;
            padding-top: 4px;
            
            border-top: 1px solid #666;
            
            font-size: 10px;
        }
        
            div#footer ul {
                list-style: none;
                
                margin: 0;
                padding: 0;
            }
            
                div#footer ul li {
                    float: left;
                }
                
                div#footer ul li.menu-spacer-footer {
                    margin: 0;
                    padding: 0 5px;
                    color: #666;
                    
                    font-size: 10px;
                }
                
                    div#footer a {
                        color: #666;
                        text-decoration: none;
                    }
                    
                    div#footer a:hover {
                        color: #000;
                    }

    div#teaser {
        width: 200px;
        margin-left: 1px;
    }
    
        div.teaser-box {
            width: 198px;
            margin-bottom: 12px;
            
            border: 1px solid #001E45;
            background-color: #DFEBF3;
        }
        
            div.teaser-top {
                width: 188px;
                height: 18px;
                padding: 2px 5px;
                
                background: url(../images/new/menu.gif) repeat-x 0 -4px;
                
                color: #FFF;
                font-size: 10px;
                font-weight: bold;
            }
            
                div.teaser-top img {
                    margin: 3px 5px;
                }
                
                div.teaser-top div {
                    margin-top: 2px;
                }
        
            div.teaser-content {
                padding: 10px;
                
                color: #333;
            }
                
        div#teaser a {
            color: #333;
        }
        
        div.webmail-folders {
            height: 20px;
            line-height: 20px;
            
            margin-left: -15px;
        }
        
a.arrow-link {
    display: inline-block;
    
    line-height: 18px;
    padding-left: 17px;

    background: url(../images/new/arrow.gif) no-repeat 0 3px;
}

ul.no-format {
    list-style: none;
}

