/**
 * Author: Ivanov Grigoriy <grishan@krasnet.ru>
 *
 * $Horde: horde/themes/krasnet/screen.css,v 1.01 2007/10/02 Exp $
 */

body {
    background: #FFFFFF;
    font-family: verdana, sans-serif;
    background-image: url(graphics/background2.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
		        }

.header {
    font-weight: bold;
    color: #005177;
    background: #C0D1E1;
    font-family: verdana, sans-serif;
}

.control {
    color: #005177;
    background: #C0D1E1;
    font-family: verdana, sans-serif;
}



.prefsOverview {
    color: #005177;
    background: #C0D1E1;
    font-family: verdana, sans-serif;
}






a {
    color: #005177;
}
a.widget:hover {
    color: #000000;
    background-color: #fff;
}
.header a {
    color: #fff;
}
.smallheader {
    color: #fff;
    background-color: #6394BD;
    font-family: verdana, sans-serif;
    font-weight: bold;
    }
a.smallheader {
    color: #fff;
}
.button {
    font-family: verdana, sans-serif;
    background-color: #6394BD;
    color: #FFF;
    border-bottom: 1px solid #224;
    border-right: 1px solid #224;
    border-top: 1px solid #99c;
    border-left: 1px solid #99c;
}

/* Menu styles. */
#menu {
    font-family: verdana, sans-serif;
    color: #fff;
    background-color: #6394BD;
    border-bottom: none;
    background-repeat: repeat-x;
    background-image: url(graphics/menu_top.jpg);
    background-position: bottom;
    padding: 0px;
    font-weight: bold;
    }
#menu a {
    color: #fff;
}
#menu a.current {
    background: #64a7c9;
    font-weight: bold;
    font-family: verdana, sans-serif;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px;
}
#menu a:hover {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px;
}

/* Sidebar styles. */

.sidebar {
background-image: none;
background-color: #FFF;
padding: 0px;
margin: 0px;
}

.sidebar #menu {
height: 90px;
/*background-color: #C0D1E1;*/
background-image: url(graphics/left_menu_top4.jpg);
background-position: bottom right;
background-repeat: no-repeat;
margin-bottom: 0px;
}
				    

#sidebarPanel {
    border-color: transparent;
    background-color: #C0D1E1;

    border: none;

    background-image: url(graphics/left_menu_bottom.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
/*
    padding-bottom: 20px;
    padding-top: 0px;
*/			    
}


.rightAlign{
color: #005177;
font-family: verdana, sans-serif;

}

.light{
color: #005177;
font-family: verdana, sans-serif;

}


/* Tab styles. */
.tabset li.activeTab a, .tabset li.activeTab a:hover {
    border-bottom: 1px solid #6394BD;
    background-color: #6394BD;
}
