/**
 * $Horde: horde/themes/afilias/screen.css,v 1.18.6.9 2008/02/10 jyee 
 */

body {
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    font-family: Geneva, Arial, Helvetica, sans-serif;
    /background: #000028;*/
    /JYEE.JO*/
    background: #B7C3CD url(graphics/pageBackground.gif);
    margin: 0px;
    padding: 0px;
}
a {
    color: #339;
}
.headerbox {
    border-color: #66a;
    background-color: #e6ecef;
}
.selected {
    background: #C6D3FF;
}
.header {
    color: #fff;
    /*background: #66a;*/
    background: #014574;
    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;*/
    color: #ffffff;
}
.smallheader {
    color: #fff;
    /*background: #66a;*/
    background: #014574;
    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;
}

/*JYEE change button color */
.button, .button:focus {
    color: #fff;
    background: #00549e;
    border-bottom: 1px solid #333;
    border-right: 1px solid #000;
    border-left: 1px solid #C4C4B8;
    border-top: 1px solid #C4C4B8;
    -moz-border-radius: 5px;
}

/*JYEE change to different color */
.button:hover {
    /*background: #66a;*/
    background: #2974b6;
}

/* 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: #66a;
    border: 2px double #fff;
}

/*JYEE - menu background changed */
/* Menu styles. */
#menulogin {
    /*color: #fff;*/
    /*background: #00549e;*/
    /*JYEE.JO*/
    /*background: #fff;*/
    /*background-image: url(../graphics/masthead-img.jpg);*/
    /*JYEE.JO*/
    /*background-image: url(../graphics/afilias_backgrounds.gif);*/
    background: white url(../graphics/afilias_backgrounds.gif);
    
    /*border-bottom: 2px solid #000;*/
    border-bottom: 1px solid #e6ecef;
    /*JYEE.JO*/
    /*height: 134px;*/
    height: 100px;
    /*JYEE.JO - new width*/
    /*width: 777px;*/
    background-repeat: no-repeat;
    background-position: center top; 

    margin: 0px auto;
    overflow: hidden;
    margin-bottom: 34px;
    text-align: center;
}

/* JYEE.JO - new menulogo */
#menulogo{
    /*margin-left: 40px;*/
    padding-right: 280px;
    text-align: center;

}

/* JYEE - original menu class */
#menu {
    /*color: #fff;*/
    background: #00549e;
    border-bottom: 2px solid #000;
    background-repeat: no-repeat;
    background-position: center top; 
    overflow: hidden;
    text-align: center;
}

#menu a {
    color: #fff;
}
#menu a.current {
    background: #339;
    border-bottom: 1px solid #aac;
    border-right: 1px solid #aac;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px;
}

/* JYEE - login table */
#login {
    width: 371px;
    height: 174px;
    /*JYEE.JO*/
    /*background-image: url(../graphics/login-window.gif);*/
    background: #B7C3CD url(../graphics/login-window-grey.gif);
    background-repeat: no-repeat;
    padding-top: 70px; 
    /*padding-bottom: 30px;*/ 
    margin-bottom: 12px;
}

/* Sidebar styles. */
body.sidebar {
    /*background: #fff;*/
    /*background: #000028*/;
    /*JYEE.JO*/
    background: #B7C3CD;
}
#sidebarPanel {
    border-right: 1px solid #006;
    border-bottom: 1px solid #006;
    /*background: #e9e9ff;*/
    background: #e6ecef;
}
#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 #66a;
}
.tabset li a {
    border: 1px solid #66a;
    border-bottom-color: #e9e9e9;
}
.tabset li.activeTab a {
    background: #66a;
    color: #fff;
    border-bottom: 1px solid #66a;
}
.tabset li.activeTab a:hover {
    background: #66a;
    color: #fff;
}

