/**
 * 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

   Green Fundacao Atrio Musica  : #006F7B

*/


/* imp/template/login.inc */

.login-top { 
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    height: 10px;
    background: url('graphics/login/background_top.png') no-repeat;
    border-spacing: 0;
    margin-top: 30px;
}

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

.login-body { 
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    background: url('graphics/login/background_middle.png') repeat;
    border-spacing: 0;
    margin-top: -2px;
}

.login-body td { 
   padding: 0 15px 0 15px;
}

#presentation-text,
#faqs-text,
#rules-text {
    font-size: 95%;
}

#faqs-text,
#rules-text {
    text-align: justify;
}

#presentation-text .presentation-title,
#faqs-text .faqs-title,
#rules-text .rules-title {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}

#rules-text p,
#rules-text dl dt {
    margin-top: 10px;
    font-weight: bold;
}

#rules-text dl dd {
    padding: 5px 0 0 20px;
}

#rules-text dl dd ul {
    list-style-position: inside;
}

#rules-text dl dd ul li {
    padding: 3px 0 0 30px;
}

#rules-text .color {
  color: blue;
}

#faqs-text .question {
    margin-top: 15px;
    font-weight: bold;
}

#presentation-text ul {
    list-style-position: inside;
    text-align: justify;
}

#presentation-text ul li {
    padding-left: 30px;
}

#presentation-text p {
    margin-top: 20px;
    font-weight: bold;
}

#presentation-text a {
    font-weight: bold;
}

.login-box {
    border: 1px solid #E7E7E7;
}

.login-box-title {
    padding: 5px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #006F7B;
    text-align: left;
    padding-bottom: 10px!important;
}

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

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


/* 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;
    color: white;
}

#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-right a {
    color: white;
}

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

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

#menu-header .topmenu-iconbar .icon-compose {
    background: url('graphics/icons/compose.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 30px 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: 30px 0 0 8px;
    float: left;
}

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

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

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

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

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

#menu-header .topmenu-iconbar .icon-search:hover {
    background: url('graphics/icons/searchOver.png') no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 0 0 2px;
    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 #006F7B;
    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: #006F7B;
}

#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: #006F7B;
}

#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: #006F7B;
}

#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: #006F7B;
}

#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: #006F7B;
}

#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: #006F7B;
}

#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: #006F7B;
}

#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 17px no-repeat;
}

#column-one .item-level0-inactive {
    cursor:pointer;
    padding-top: 15px;
    font-size: 87%;
    background: url('graphics/icons/closed.png') 16px 17px 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 #006F7B;
    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;
}

#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-left: 20px;
    background: url('../graphics/print.png') no-repeat;
}

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

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

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

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

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

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

.msg_sourcelink {
    margin-right: 10px;
    padding-left: 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: #006F7B;
}
/*
#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: #006F7B;
}

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 #006F7B;
    border-right: .2em solid #006F7B;
}
#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: #006F7B;
}

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;
}
