/**
 * Itellico Theme for horde
 *
 */


body, div, input, td, select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

h1 {

	font-size:18px;
	margin: 0px;
	color:#729602;	
}

h2 {

	font-size:16px;

}

h3 {

	font-size:14px;

}

h4 {

	font-size:12px;

}

.text {
    background-color: #729602;
    color: #4E4E4E;
}

a {
    color: #729602;
}

.selected {
    background-color: #bad0e7;
}
.header {
    color: #4E4E4E;
    background-color: #ECEBE6;
    border-bottom: 2px solid #D9D7CC;
    white-space: nowrap;
}
.header a {
    color: #729602;
}
.header a:hover, a.header:hover {
    color: #729602;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
}
a.header {
    border-bottom: 0;
    background-color: transparent;
}

.headerbox, .headerbox td {
    /*border-left: 1px solid #00b1b0;
    border-right: 1px solid #00b1b0;
    border-bottom: 1px solid #00b1b0;*/
    border: none;
    background-color: #F5F4F1;
    color: #4E4E4E;
}

.light {
    color: #333;
}
.smallheader {
    color: #729602;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
}
a.smallheader:hover {
    color: #2f5c97;
    background-color: #3a95cc;
    text-decoration: none;
}
.small {
    color: #000;
}
.control {
    background-color: #f3f3f3;
    border: none;
}

.control a {
    color: #000;
}
.control a:hover {
    text-decoration: underline;
    background-color: transparent;
}

/* Form styles. */
input, select, textarea {
    color: #000;
    background-color: #fff;
    border: 1px solid #D9D7CC;
}
input:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid #00b1b0;
}
.button, .button:focus {
    background-color: #ECEBE6;
    color: #4E4E4E;
    border: 1px solid #4E4E4E;
    -moz-border-radius: 5px;
}
.button:hover {
    background-color: #729602;
    color: #fff;
    cursor: pointer;
}

a.fixed {
    color: #339;
}

.signature, .signature a {
    color: #999;
}

/* Menu styles. */
#menu {
    background-image: url(images/headerbg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #fff;
    border-bottom: none;
    padding: 0px;
    height: 99px;
    color: #4E4E4E;
}
#menu a {
    color: #4E4E4E;
}
#menu a:hover {
    background-color: #729602;
    color: #fff;
}
#menu a.current {
    color: #fff;
    background-color: #729602;
    border-bottom: 1px solid #aac;
    border-right: 1px solid #aac;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

#expandedSidebar #menu {
   background-image: url(images/logo.jpg);
   height: 99px;
   background-position: top;
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

/* Sidebar styles. */
.sidebar {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}
.sidebar #menu {
    height: 71px;
    margin-bottom: 0px;
}
#sidebarPanel {
    border: none;
    padding-bottom: 20px;
    padding-top: 0px;
}
#sidebarPanel a {
    color: #4E4E4E;
    border: none;
    padding: 0px 1px 2px 1px;
}
#sidebarPanel a:hover {
    background-color: #729602;
    color: #fff;
    text-decoration: none;
    border: none;
}
#expandButton {
    margin-right: 6px;
}

/* Tab styles. */
.tabset {
    border-bottom: 1px solid black;
}
.tabset li a {
    border: 1px solid #005396;
    border-bottom: 0px solid black;
    background-color: #476B11;
    color: #fff;
}
.tabset li a:hover {
    color: #fff;
    background-color: #729602;
}
.tabset li.activeTab a {
    color: #fff;
    background-color: #729602;
}
.tabset li a.activeTab:hover {
    color: #fff;
    background-color: #476B11;
}

/* Alternating styles. */
.rowEven, .item0 {
    background-color: #ECEBE6;
    font-weight: bold;
}
.rowOdd, .item1 {
    background-color: transparent;
    font-weight: bold;
}

.item {
    background-color: transparent;
}

/* Preferences overview. */
.prefsOverview h2 {
    font-size: 14px;
    font-weight: bold;
}
.prefsOverview dt a {
    border: none;
    border-bottom: 2px solid #D9D7CC;
    background-color: #ECEBE6;
    color: #729602;
}

.prefsOverview dd {
    /*background-color: #F5F4F1;
    border-left: 1px solid #00b1b0;
    border-right: 1px solid #00b1b0;
    border-bottom: 1px solid #00b1b0;*/
    border: 1px solid #D9D7CC;
}

.prefsOverview dt a:hover {
  color: #4E4E4E;
}

.box {
    -moz-border-radius: 10px;
    border: 1px dashed #00b1b0;
    background-color: #cae8e8;
}

td.linedRow, tr.linedRow td, table.linedRow td, table.linedRow .item, table.linedRow th {
    color: #000;
    background-color: #f3f3f3;
    border-bottom: 1px solid #c1dced;
}
.linedRowSelectedCol, td.linedRowSelectedCol, table.linedRow td.linedRowSelectedCol {
    color: #fff;
    background-color: /*#729602*/#F2F2F2;
    border-bottom: 1px solid #cae8e8;
}

th {
    background-color: transparent;
}
span strong {
    color: #2f5c97;
}

/* additional css for Itellico */

/* inbox */

.unseen { background-color: #f3f3f3!important; }
.unseen td { background-color: #f3f3f3!important; color: #000; padding-left: 4px; font-weight: bold; }
.unseen td a { color: #000; font-weight: bold; }

.answered { background-color: #ccffcc!important; }
.answered td { background-color: #ccffcc!important; color: #000; padding-left: 4px; }
.answered td a { color: #000; }

.messageList { background-color: #D9D7CC!important; }
/*.messageList td { background-color: transparent; }*/

th.selected { background-color: #a1a1a1; color: #fff!important; }

/* end inbox */


/* login bg (inserted a div#loginbg in the login template to ease things up)
   changed div id from menu to login_menu 
   path of the login template /templates/login/login.inc
*/
div#loginbg
{
  background-image: url(images/webmail.jpg);
  background-repeat: no-repeat;
  border-bottom: 1px solid #4E4E4E;
  background-color: #3A4C00;
  width: 100%;
  height: 96px;
}

div#login_menu {
  margin-top: 20px;
}

.rightFloat, .leftFloat { background: transparent; }
.leftFloat a { margin-top: 5px; }

#menu .rightFloat a { color: #FFFFFF }




#menu .NextRow a { color: #4E4E4E; }
#menu .NextRow a:hover, #menu .NextRow a.current { color: #FFFFFF; }
div#hordeMenu a, .rightFloat a { color: #4E4E4E; }
#hordeMenu a:hover, #hordeMenu a.current { color: #FFFFFF; }
#menu .NextRow, #hordeMenu {
  background: transparent;
  position: absolute;
  top: 50px;
  right: 0px;
}

#imp_menu {
  position: absolute;
  top: 45px;
  right: 0px;
}

span.rightFloat {
  position: absolute;
  right: 0px;
  top: 50px;
}
div#menu span.rightFloat ul li a { color: #000; }

span.smallheader, span.nowrap { position: static; }

#logo_header {
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-color: #476B11; 
  width: 485px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.portal {
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  width: 485px;
  height: 50px;
  position: absolute;
  left: -25px;
  top: 0px;
}

#welcomeHeader
{
   position: relative; 
   top: 50px;
   font-size: 13px;
}


