/**
 * Eurotux theme by Luis Silva <lms@eurotux.pt>
 * Derived from the 'Kolab' theme.
 *
 * $Horde: horde/themes/maisbarcelos/screen.css,v 1.10.6.2 2007/05/23 00:12:54 jan Exp $
 */

/* COLORS

   Blue maisBarcelos   : #59ACF7
   Light Green Eurotux : #cfecec (Light Cyan2)
   Light Green Eurotux : #afdcec (Light Blue2)
   Light Green Eurotux : #8aded7 Old

*/


/* imp/template/login.inc */

.login-logo { 
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}

.login-body { 
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    background: url('graphics/login/background_top.gif') no-repeat;
}

.login-bottom { 
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    height: 10px;
    background: url('graphics/login/background_bottom.jpg') no-repeat;
}

.login-body table td { 
    font-family: Verdana, tahoma, Arial, sans-serif;
}

.login-promo-text {
    width: 280px;
    vertical-align: 0;
}

.login-text-title {
    font-size: 13px;
    font-weight: bold;
}

.login-text {
    font-size: 10px;
    font-weight: bold;
}

.login-registration {
    margin-top: 20px;
    cursor:pointer;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.login-box-title {
    padding: 5px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.login-box-button {
    width: 68px;
    height: 22px;
    background: url('graphics/login/button_bg.gif') no-repeat;
    border: none!important;
    margin: 0!important;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.login-box-button-over {
    width: 68px;
    height: 22px;
    background: url('graphics/login/button_bg_over.gif') no-repeat;
    border: none!important;
    margin: 0!important;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.login-password-visible {
    display: block;
}

.login-password-invisible {
    display: none;
}

.login-body .notice {
    font-size: 90%;
    color: #CC0000;
    border: none;
    background: none;
}

.login-forms { 
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    background: url('graphics/login/background_middle.jpg') repeat;
}

.login-tab {
    height:30px;
    float: left;
    cursor:pointer; 
    background: url('graphics/login/tab_active.png') 5px bottom no-repeat;
}

.login-tab-inactive {
    height:30px;
    float: left;
    cursor:pointer;
    background: url('graphics/login/tab_inactive.png') 5px bottom no-repeat;
}

.login-tab-text {
    width: 150px;
    text-align: center;
    margin-left: 5px; 
    padding-top: 12px; 
    font-weight: bold; 
    font-family: Verdana, tahoma, Arial, sans-serif; 
    font-size: 10px;
    text-transform: uppercase;
}

.login-tab-text-inactive {
    width: 150px;
    text-align: center;
    margin-left: 5px; 
    padding-top: 12px; 
    font-family: Verdana, tahoma, Arial, sans-serif; 
    text-transform: uppercase;
    font-size: 10px;
}

.content-title-creation {
    margin-left: 30px;
    font-family: Verdana, tahoma, Arial, sans-serif; 
    font-size: 25px;
    color: #59ACF7;
    width: 550px;
    font-weight: bold; 
    border-bottom: 2px solid #59ACF7;
}

.content-title {
    margin-left: 30px;
    font-family: Verdana, tahoma, Arial, sans-serif; 
    font-size: 25px;
    color: #59ACF7;
    width: 500px;
    font-weight: bold; 
    border-bottom: 2px solid #59ACF7;
}

.login-func-items {
    margin-left: 60px;
    width: 600px;
    font-family: Verdana, tahoma, Arial, sans-serif; 
    list-style-type: circle;
}

.login-func-items li {
    font-weight: bold; 
    margin-top: 15px;
}

.login-func-items div {
    font-weight: normal; 
}

.login-func-items .level1 {
    font-weight: normal; 
    margin-left: 10px;
}

.login-func-items .level2 {
    margin-top: 10px;
    font-family: Verdana, tahoma, Arial, sans-serif; 
    font-weight: normal; 
    width: 600px;
    margin-left: 20px;
}

.login-tabs-disable {
    display: none;
}

.login-tabs {
    padding-left: 20px;
}

.login-form-disable {
    display: none;
}

/* account creation forms  */

form.cmxform {
    width: 100%;
    font-size: 1.0em;
    color: #333;
}

form.cmxform label.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    display: inline;
    color: red;
    font-style: italic;
}
div.error { display: none; }
input {border: 1px dotted black; }
input:focus { border: 1px solid black; }
input.error { border: 1px dotted red; }

form.cmxform label {
    font-family: Verdana, tahoma, Arial, sans-serif; 
    font-weight: bold;
    display: inline;
    line-height: 1.8;
    vertical-align: top;
    cursor: pointer;
}

form.cmxform .form-font {
    font-family: Verdana, tahoma, Arial, sans-serif;
}

form.cmxform .form-label {
    font-family: Verdana, tahoma, Arial, sans-serif; 
    font-weight: bold;
}

form.cmxform .form-presentation-test {
    margin: 10px 0 0 40px;
    width: 600px;
    font-family: Verdana, tahoma, Arial, sans-serif;
    font-size: 11px;
    text-align:justify;
    border-bottom:1px solid #59ACF7;
    padding-bottom:8px;
}

/*form.cmxform label { width: 100px; }*/ /* Width of labels */
/*
form.cmxform label.error {
    margin-left: 103px;
    width: 220px;
}
*/
form.cmxform input.submit {
    margin-left: 103px;
}

/* WebMail - Top Menu */

.conv-button {
    padding: 40px 20px 0 0;
    float: right;
}

.conv-button a {
    color: white;
    text-transform: uppercase;
    font-size: 90%;
}

#menu-header {
    background: url('graphics/webmail/topbar.png') repeat-x;
    font-family: Verdana, tahoma, Arial, sans-serif;
}

#menu-header .topmenu-welcome {
    padding-top: 8px;
    font-weight: bold;
    position: relative;
}

#menu-header .topmenu-right {
    float: right;
    padding: 0 10px 0 0;
}

#menu-header .topmenu-logo {
    float: left;
}

#menu-header .topmenu-iconbar {
    background: url('graphics/webmail/iconbar.png') no-repeat;
    height: 103px;
}

#menu-header .topmenu-iconbar .icon-compose {
    background: url('graphics/icons/compose.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 45px 0 0 8px;
    float: left;
}

#menu-header .topmenu-iconbar .icon-compose:hover {
    background: url('graphics/icons/composeOver.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 45px 0 0 8px;
    float: left;
}

#menu-header .topmenu-iconbar .icon-inbox {
    background: url('graphics/icons/inbox.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 40px 0 0 12px;
    float: left;
}

#menu-header .topmenu-iconbar .icon-inbox:hover {
    background: url('graphics/icons/inboxOver.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 40px 0 0 12px;
    float: left;
}

#menu-header .topmenu-iconbar .icon-settings {
    background: url('graphics/icons/settings.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 34px 0 0 12px;
    float: left;
}

#menu-header .topmenu-iconbar .icon-settings:hover {
    background: url('graphics/icons/settingsOver.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 34px 0 0 12px;
    float: left;
}

#menu-header .topmenu-iconbar .icon-search {
    background: url('graphics/icons/search.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 14px 0 0 7px;
    float: left;
}

#menu-header .topmenu-iconbar .icon-search:hover {
    background: url('graphics/icons/searchOver.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 14px 0 0 7px;
    float: left;
}

#menu-header .quota_message {
    font-family: Verdana, tahoma, Arial, sans-serif;
    font-size: 11px;
    padding-left: 1px;
}

#menu-header .quota_limit {
    width:130px; 
    height:16px; 
    border: 1px solid #878586; 
    background-color:white;
    margin-top:4px; 
}

#menu-header .quota_limit-quotaalert {
    width:130px; 
    height:16px; 
    border: 1px solid #878586; 
    margin-top:4px; 
    background-color: #E42217;
}

#menu-header .quota_limit-quotawarn {
    width:130px; 
    height:16px; 
    border: 1px solid #878586; 
    margin-top:4px; 
    background-color: #FF8040;
}
#menu-header .quota_used {
    background-color:#0982ED; 
    height:16px; 
}

#column-one {
/*    position: absolute;
    left: 0px;
    top: 194px;*/
    width: 201px;
    border-right: 2px solid #59ACF7;
    font-family: Verdana, tahoma, Arial, sans-serif;
    float: left;
    padding-bottom: 30px;
}

#column-one .navtree {
    padding: 20px 0 0 10px;
    font-size: 87%;
}

#column-one .navtree .icon-inbox {
    background: url('graphics/icons/entrada.png') no-repeat;
    height: 40px;
    padding-top: 10px;
}

#column-one .navtree .icon-inbox .item-inbox {
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

#column-one .navtree .icon-inbox .item-inbox:hover {
    text-decoration: underline;
    color: #59ACF7;
}

#column-one .navtree .icon-sent {
    background: url('graphics/icons/enviados.png') no-repeat;
    height: 40px;
    padding-top: 10px;
}

#column-one .navtree .icon-sent .item-sent {
    padding-left: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

#column-one .navtree .icon-sent .item-sent:hover {
    text-decoration: underline;
    color: #59ACF7;
}

#column-one .navtree .icon-drafts {
    background: url('graphics/icons/rascunhos.png') no-repeat;
    height: 40px;
    padding-top: 10px;
    color: black;
}

#column-one .navtree .icon-drafts .item-drafts {
    padding-left: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

#column-one .navtree .icon-drafts .item-drafts:hover {
    text-decoration: underline;
    color: #59ACF7;
}

#column-one .navtree .icon-spam {
    background: url('graphics/icons/spam.png') no-repeat;
    height: 40px;
    padding-top: 10px;
}

#column-one .navtree .icon-spam .item-spam {
    padding-left: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

#column-one .navtree .icon-spam .item-spam:hover {
    text-decoration: underline;
    color: #59ACF7;
}

#column-one .navtree .icon-trash {
    background: url('graphics/icons/lixo.png') no-repeat;
    height: 40px;
    padding-top: 10px;
    color: black;
}

#column-one .navtree .icon-trash .item-trash {
    padding-left: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

#column-one .navtree .icon-trash .item-trash:hover {
    text-decoration: underline;
    color: #59ACF7;
}

#column-one .navtree .icon-contacts {
    background: url('graphics/icons/contactos.png') no-repeat;
    height: 40px;
    padding-top: 10px;
    color: black;
}

#column-one .navtree .icon-contacts .item-contacts {
    padding-left: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

#column-one .navtree .icon-contacts .item-contacts:hover {
    text-decoration: underline;
    color: #59ACF7;
}

#column-one .navtree .icon-calendar {
    background: url('graphics/icons/calendario.png') no-repeat;
    height: 40px;
    padding-top: 10px;
    color: black;
}

#column-one .navtree .icon-calendar .item-calendar {
    padding-left: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

#column-one .navtree .icon-calendar .item-calendar:hover {
    text-decoration: underline;
    color: #59ACF7;
}

#column-one .div-line {
    background: url('graphics/webmail/divline.png') center center no-repeat;
    padding: 10px 0 0 0;
}

#column-one .item-level0-active {
    cursor:pointer;
    padding-top: 15px;
    font-size: 87%;
    background: url('graphics/icons/opened.png') 16px 16px no-repeat;
}

#column-one .item-level0-inactive {
    cursor:pointer;
    padding-top: 15px;
    font-size: 87%;
    background: url('graphics/icons/closed.png') 16px 16px no-repeat;
}

#column-one .item-level0 {
    cursor:pointer;
    padding-left: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

#column-one .item-level1 {
    margin-left: 45px;
    margin-top: 15px!important;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

#column-one .item-level1-active {
    display: block;
}

#column-one .item-level1-inactive {
    display: none;
}

#main-content {
    margin-top: -75px;
    float: left;
    padding-left: 43px;
}

#main-content-iframe {
    width: 1px;
    height: 1px;
}

#footer {
    border-top: 5px solid #59ACF7;
    clear:both;
    width:100%;
}

#login-footer .footer-text div,
#login-footer .footer-text div a,
#footer .footer-text div,
#footer .footer-text div a {
    font-family: Verdana, tahoma, Arial, sans-serif; 
    text-align: center;
    font-weight: bold;
    color: black;
}


/* FIXME - Espaço no sitio errado */
#menu-header .topmenu-right .accessKey {
    _padding-left: 4px;
}

#menu-header .topmenu-right {
    padding-top: 10px;
}

#menu-header .topmenu-right a {
    font-family: Verdana, tahoma, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

#menu-header .topmenu-right ul {
    list-style: none;
}

/* Menu styles. */
/*
#menu ul li img {
    float:left;
}
*/
/* MailBox style */

.messageList .item th {
    background: url('graphics/webmail/mailboxheader2.png') repeat-x;
}

.messageList .item th {
    background: url('graphics/webmail/mailboxheader2.png') repeat-x;
}

.header {
    color: black;
    background: url('graphics/webmail/mailboxheader1.png') repeat-x;
    background-color: transparent;
    font-size: 12px;
    border: none;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}


.smallheader {
    color: black;
    background: url('graphics/webmail/mailboxheader2.png') repeat-x;
}


#main-content-iframe table {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.mailbox-msg-navigation tr td, 
.message_headers tr td {
    background-color: #DDDDDD;
}

.message_actions td {
    background: url('graphics/webmail/mailboxheader1.png') repeat-x;
    font-weight: bold;
    height: 26px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.msg_print {
    margin-right: 10px;
    padding: 0 0 6px 20px;
    background: url('../graphics/print.png') no-repeat;
}

.msg_reply {
    margin-right: 10px;
    padding: 0 0 6px 20px;
    background: url('graphics/icons/email_reply.png') no-repeat;
}

.msg_reply_all {
    margin-right: 10px;
    padding: 0 0 6px 20px;
    background: url('graphics/icons/email_reply.png') no-repeat;
}

.msg_forward {
    margin-right: 10px;
    padding: 0 0 6px 20px;
    background: url('graphics/icons/email_forward.png') no-repeat;
}

.msg_draft {
    margin-right: 10px;
    padding: 0 0 6px 20px;
    background: url('graphics/icons/email_compose.png') no-repeat;
}

.msg_reportasspam {
    margin-right: 10px;
    padding: 0 0 6px 20px;
    background: url('graphics/icons/email_spam.png') no-repeat;
}

.msg_delete {
    margin-right: 10px;
    padding: 0 0 6px 20px;
    background: url('../graphics/delete.png') no-repeat;
}

.msg_sourcelink {
    margin-right: 10px;
    padding: 0 0 6px 20px;
    background: url('graphics/icons/email_code.png') no-repeat;
}

.selectedRow td {
    background-color: green;
}

.mailbox-control-msg {
    background-color: #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.mailbox-actions-msg {
    background-color: #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.messageList {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}

.messageList tr th {
    padding-left: 10px!important;
}

.messageList tr td {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

/* Compose Message style */

.send_message {
    margin-left: 10px;
    background: url('graphics/icons/email_go.png') 0 3px no-repeat;
    padding-left: 18px;
    border: none;
    background-color: transparent;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    width:100%;
}

.btn_save_draft { 
    background: url('graphics/icons/folder_edit.png') 0 3px no-repeat;
    padding-left: 18px;
    border: none;
    background-color: transparent;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    width:100%;
}

.btn_cancel_compose { 
    background: url('../graphics/delete.png') 0 3px no-repeat;
    padding-left: 18px;
    border: none;
    background-color: transparent;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    width:100%;
}
.compose-actions-elem span,
.compose-actions-elem label {
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

/*
.compose-actions {
    padding-top: 15px;
    vertical-align: top;
}
*/
.compose-tab-actions {
    margin-top: 5px;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #DDDDDD;
}

.compose-tab-actions tr td {
    background: #EFEFEF;
}

.compose-tab-actions tr td input {
    border: none;
}

#compose-frm h1 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

#compose-frm {
    background: #59ACF7;
}
/*
#compose-frm td {
    border: 1px solid purple;
}
*/
.compose-headers {
    margin-left:auto;
    margin-right:auto;
    margin-top: 5px;
    background: url('graphics/webmail/compose_bg.png') repeat-x;
    background-color: #E2E2DA;
    border: 1px solid #DDDDDD;
}

.addevent-description,
.terms-field,
.compose-headers input,
.compose-headers textarea {
    font-size: 12px;
    font-family: Verdana, tahoma, Arial, sans-serif;
}

.attachment_img span {
    padding-top: 3px;
    padding-right: 10px;
    background: url('graphics/icons/mail-attachment.png') no-repeat;
    float: right;
}

.save_attachments_select {
    border: none;
}

.composebody {
    width:99%;
    height: 100%;
}

.hide_bcc, 
.hide_cc {
    display: none;
} 

.remove_attachment {
    cursor:pointer;
}

/* Contcts style  */

.headerbox {
    border: 1px solid #DDDDDD;
}

/* Calendar style  */

#page .tabset ul li a {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background-color: white;
}

#page .tabset ul li.activeTab a {
    color: black;
    background-color: #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

#page .tabset {
    background-image: none;

}

.button:hover {
    background-color:white;

}

.button {
    background: url('graphics/webmail/button_bg.png') repeat-x;
    color: black;
    border: 1px solid #DDDDDD;
    font-weight: bold;
}

.table-border,
.calendar-addevent {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

/* Contacts style  */

#contactstable,
#contactstable p {
    background: #EFEFEF;
}

/* Search Form  */

#search-form .hide-search-options {
    display: none;
}

#search-options {
    margin-top: 10px;
}

.search-table,
#search-options {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

/* ************************************** */

h2 {
    font-size: 13px!important;
    font-family: Verdana, tahoma, Arial, sans-serif;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 5px;
}

body {
    background-color: white;
}

a {
    color: #339;
}

a:hover {
    text-decoration: none;
}

.light {
    color: #000;
}

#themelogo {
    background-image: url('graphics/webmail/back1.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 98px;
    width: 252px;
}
/*
.smallheader a, .smallheader a:hover, a.smallheader:hover, {
}
*/
/* Sidebar styles. */

#sidebarPanel {
    background: white;
    border-bottom: .2em solid #59ACF7;
    border-right: .2em solid #59ACF7;
}
#sidebarPanel a {
    padding-left: 1px;
    padding-bottom: 2px;
}
#sidebarPanel a:hover {
    color: #000;
    background: #cfecec;
}
#expandButton {
    margin-right: .2em;
}

/* Tab styles. */

.control {
    margin-top: 0.6em;
    background-color: white;
    border: none;
}

.striped, .rowEven td, .item0, .item {
    background: white;
}

.item1, .rowOdd td {
    background: #e9e9e9;
}

.rowEven td.header, .rowOdd td.header {
    color: white;
    background: #59ACF7;
}

input, select, textarea {
    border: 1px solid gray;
    color: Black;
    margin: 2px;
}

/* Options Styles  */

.prefsOverview dt a {
    color: black;
    background: url('graphics/webmail/mailboxheader1.png') repeat-x;
    background-color: transparent;
    font-size: 12px;
}

.prefsOverview dt a:hover {
    color: black;
    background: url('graphics/webmail/mailboxheader1_inv.png') repeat-x;
    background-color: transparent;
    font-size: 12px;
}

.prefsOverview dt a {
    border-top: none;
    border-color: #DDDDDD!important;
}

.prefsOverview dd {
    border-color: #DDDDDD!important;
}
