/**
 * $Horde: horde/themes/bluewhite/screen.css,v 1.18.6.9 2005/11/02 19:32:38 jan Exp $
 */

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #FEF8EC;
}
a {
    color: #035E63;
}
.headerbox {
    border-color: #66a;
}
.selected {
    background: #C6D3FF;
}
#Wrapper
        {
        width                   : 765px;
        height                  : 100%;
        }

#Content
        {
        background-color: #FFFFFF;
        text-align              : left;
        visibility              : visible;
        position                : relative;
        border-left             : 1px #035E63 solid;
        border-right    : 1px #035E63 solid;
        border-bottom   : 1px #035E63 solid;
        clear                   : both;
        }

#Footer
        {
        line-height             : 14px;
        text-align              : left;
        padding                 : 0px;
        visibility              : visible;
        position                : relative;
        width                   : 100%;
        clear                   : both;
        }


#Header
        {
        line-height             : 14px;
        text-align              : left;
        padding                 : 0px;
        visibility              : visible;
        position                : relative;
        clear                   : left
        }


.header {
    color: #fff;
    background: #035E63;
    border-bottom: 1px solid #000;
}
.header a {
    color: #fff;
}
.header a:hover, a.header:hover {
    color: yellow;
    text-decoration: none;
}
a.header {
    border-bottom: 0;
    background: transparent;
}
a.fixed {
    color: #339;
}
.light {
    color: #333;
}
.smallheader {
    color: #fff;
    background: #035E63;
    font-family: Verdana,Helvetica,sans-serif;
}
a.smallheader:hover {
    color: #cce;
    text-decoration: none;
}
.control {
    background: #ddd;
}
.widget {
    color: #224;
}

/* Form styles. */
input, select, textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: #f3f3f9;
    border: 1px solid #669;
}
input:focus, textarea:focus {
    background: #fff;
    border: 1px solid #99f;
}
.button, .button:focus {
/*    color: #fff; */
    background: #EEEFDE;
    border-bottom: 1px solid #333;
    border-right: 1px solid #000;
    border-left: 1px solid #C4C4B8;
   border-top: 1px solid #C4C4B8;
    -moz-border-radius: 5px;
}

/* .button:hover {
    background: #66a;
} */

/* Alternating styles. item0, item1 are deprecated. */
.rowEven, .item0 {
    background: #eee;
}
.rowOdd, .item1 {
    background: #fff;
}

/* Various popup and status layers. */
.tooltip, div.nicetitle {
    color: #fff;
    background: #035E63;
    border: 2px double #fff;
}

/* Menu styles. */
#menu {
    color: #fff;
    background: #035E63;
    border-bottom: 2px solid #000;
}
#menu a {
    color: #fff;
}
#menu a.current {
    background: #035E63;
    border-bottom: 1px solid #aac;
    border-right: 1px solid #aac;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px;
}

/* Sidebar styles. */
body.sidebar {
    background: #FEF8EC;
}
#sidebarPanel {
    border-right: 1px solid #B6D3CE;
    border-bottom: 1px solid #B6D3CE;
    background: #ffffff;
}
#sidebarPanel span.toggle, #sidebarPanel a {
    padding-left: 1px;
    padding-bottom: 2px;
}
#sidebarPanel span.toggle {
    border: 1px none transparent;
}
#sidebarPanel a {
    color: #006;
    border: 1px solid #e9e9ff;
}
#sidebarPanel a:hover {
    color: #006;
    background: #ccc;
    border: 1px solid #000;
    text-decoration: none;
}
#expandButton {
    margin-right: 1px;
}

/* Tab styles. */
.tabset {
    background: none;
    border-bottom: 1px solid #035E63;
}
.tabset li a {
    border: 1px solid #035E63;
    border-bottom-color: #035E63;
}
.tabset li.activeTab a {
    background: #035E63;
    color: #fff;
    border-bottom: 1px solid #035E63;
}
.tabset li.activeTab a:hover {
    background: #B6D3CE;
    color: #fff;
}

A.Menu0-Tab-Normal
        {
        color                   : #B6D3CE;
        font                    : bold 10px tahoma;
        line-height             : 16px;
        padding-left    : 8px;
        padding-right   : 8px;
        padding-bottom  : 0px;
        text-decoration : none;
        }
A:VISITED.Menu0-Tab-Normal      {       color : #B6D3CE; }

A:HOVER.Menu0-Tab-Normal        {       color : #FFFFFF; text-decoration: underline; }
/* need from csi.public.css */

A:HOVER.Menu0-Tab-Normal        {       color : #FFFFFF; text-decoration: underline; }
/* need from csi.public.css */

A.Menu1-Tab-Normal
{       background-color:  #035E63;
        color                   : #B6D3CE;
        font                    : bold 11px tahoma;
        line-height             : 18px;
        padding-left    : 6px;
        padding-right   : 6px;
        padding-bottom  : 0px;
        text-decoration : none;
}

A:VISITED.Menu1-Tab-Normal { background-color: #035E63; color: #B6D3CE;}

A:HOVER.Menu1-Tab-Normal { background-color: #B6D3CE; color: #035E63; text-decoration: underline}

A.Menu1-Tab-Active
{
        background-color: #B6D3CE;
        color                   : #035E63;
        font                    : bold 11px tahoma;
        line-height             : 18px;
        padding-left    : 6px;
        padding-right   : 6px;
        padding-bottom  : 0px;
        text-decoration : none;
}

A:HOVER.Menu1-Tab-Active { text-decoration: underline; }
A.Menu2-Tab-Normal
        {
        background-color: #B6D3CE;
        color                   : #035E63;
        font                    : bold 11px tahoma;
        line-height             : 16px;
        padding-left    : 6px;
        padding-right   : 6px;
        padding-bottom  : 0px;
        text-decoration : none;
        }

A:HOVER.Menu2-Tab-Normal        {       background-color : #FFFFFF;
color: #035E63; text-decoration: underline; }
A.Menu2-Tab-Active
        {
        background-color: #FFFFFF;
        color                   : #035E63;
        font                    : bold 11px tahoma;
        line-height             : 16px;
        padding-left    : 6px;
        padding-right   : 6px;
        padding-bottom  : 0px;
        text-decoration : none;
        }

A:HOVER.Menu2-Tab-Active        { text-decoration: underline; }

A.Footer
        {
        color                   : #035E63;
        font-family             : Arial, Helvetica, Sans-Serif;
        font-size               : 9px;
        text-decoration : none;
        }

A:HOVER.Footer  { text-decoration: underline; }

.Header-Graphic
        {
        background-color: #FEF8EC;
        position                : relative;
        padding                 : 0px;
        margin-top              : 0px;
        margin-right    : 0px;
        width                   : 100%;
        margin-left             : 0px;
        margin-bottom   : 0px;
        clear                   : left;
        /*border-width  : 1px;
        border-color    : #666;
        border-style    : double;*/
        }

.Header-Graphic2
        {
        background-color: #FEF8EC;
        height                  : 18px;
        position                : relative;
        padding-left    : 0px;
        margin-top              : 0px;
        margin-right    : 0px;
        margin-left             : 0px;
        margin-bottom   : 0px;
        float                   : left;
        /*border-width  : 1px;
        border-color    : #666;
        border-style    : double;*/
        }

.Header-Container
        {
        background-color: #014548;
        background-image: url(http://waztech.senylrc.org/_images/site/top_tab_back.gif);
        position                : relative;
        padding                 : 0px;
        margin                  : 0px;
        height                  : 18px;
        width                   : 162px;
        float                   : left;
        }

.Menu1-Container
        {
        background-color: #035E63;
        position                : relative;
        padding-top             : 3px;
        margin-top              : 0px;
        height                  : 18px;
        float                   : left;
        width                   : 765px;
        margin-left             : 0px;
        margin-bottom   : 0px;
        clear                   : left
        }

.Menu2-Container
        {
        background-color: #B6D3CE;
        position                : relative;
        padding-top             : 3px;
        margin-top              : 0px;
        height                  : 16px;
        margin-left             : 0px;
        margin-bottom   : 0px;
        border-left             : 1px #035E63 solid;
        border-right    : 1px #035E63 solid;
        clear                   : left
        }

.Footer-Container
        {
        position                : relative;
        padding                 : 5px;
        margin                  : 0px;
        color                   : #035E63;
        font-family             : Arial, Helvetica, Sans-Serif;
        font-size               : 11px;
        text-decoration : none;
        }


.Menu1-Tab-Normal
        {
        background-color: #035E63;
        position                : relative;
        padding                 : 0px;
        padding-left    : 1px;
        padding-right   : 6px;
        margin-top              : 0px;
        margin-right    : 0px;
        float                   : left;
        margin-left             : 0px;
        margin-bottom   : 0px;
        }

.Menu1-Tab-Active
        {
        background-color: #B6D3CE;
        position                : relative;
        padding                 : 0px;
        margin-top              : 0px;
        float                   : left;
        margin-left             : 0px;
        margin-bottom   : 0px;
        }

.Menu2-Tab-Normal
        {
        background-color: #B6D3CE;
        position                : relative;
        padding                 : 0px;
        padding-left    : 5px;
        padding-right   : 6px;
        margin-top              : 0px;
        margin-right    : 0px;
        float                   : left;
        margin-left             : 0px;
        margin-bottom   : 0px;
        }


