/**
 * $Horde: imp/themes/screen.css,v 1.66 2007/02/18 00:37:53 selsky Exp $
 *
 * Some icons by Mark James - http://www.famfamfam.com
 *
 */

/* Align styles, added for BC. */
.leftAlign {
   text-align: left;
}
.rightAlign {
   text-align: right;
}
.leftFloat {
   float: left;
}
.rightFloat {
   float: right;
}

/* Menu bottom margin, added for BC. */
#menu {
    margin-bottom: 8px;
}

/* Image submit styles, added for BC. */
.image {
    border: none;
    vertical-align: middle;
    background: transparent;
}
input[type=image] {
    border: none;
    vertical-align: middle;
    background: transparent;
}

/* Message list table styles. */
.messageList {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.messageList tr {
    height: 20px;
}
.messageList th {
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #eee;
}
.messageList td {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    text-indent: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.messageList img {
    vertical-align: middle;
}

/* Newmail alerts. */
#newmail {
    padding: 1em;
    background: #ffc;
    border: 2px solid #ccc;
}
#newmail ul {
    list-style: none;
    margin-bottom: 1em;
}

/* Fetchmail styling. */
#fetchmail {
    padding: 1em;
}
#fetchmail ul {
    list-style: none;
}

/* Navbar action styling. */
ul.msgactions, ul.msgactions ul {
    list-style: none;
}
.msgactions li {
    float: left;
    padding: 1px 3px;
    border-right: 1px solid #888;
    position: relative;
}
.msgactions li.lastnavbar {
    border-right: 0;
}
.msgactions a.hasmenu {
    padding-right: 11px;
    background: url("graphics/popdown.png") no-repeat center right;
}
.msgactions li a {
    font-size: 90%;
    white-space: nowrap;
}
.folders .msgactions li a {
    font-size: 100%;
}
.msgactions li ul {
    display: none;
    position: absolute;
    left: -1px;
    margin-top: -2px;
    padding: 2px;
    border: 1px solid #666;
    background: #e8f1ff;
    z-index: 99;
}
.bottomborder .msgactions li ul {
    top: 1.25em;
}
.topborder .msgactions li ul {
    bottom: 1.25em;
}
.msgactions li ul a:hover, .msgactions li ul a:active {
    background: #004080;
    color: #fff;
}
.msgactions li:hover ul, .msgactions li.hover ul {
    display: block;
}
.msgactions li ul li {
    float: none;
    padding: 0;
    border: none;
    display: inline;
}
.msgactions li ul li a {
    display: block;
    padding: 2px;
}
.mboxcontrol {
    color: #000;
    background: #ccc;
}
.bottomborder {
    border-bottom: 1px solid #999;
}
.bottombordercollapse {
    border-bottom: 2px solid #999;
}
.topborder {
    border-top: 1px solid #999;
}

#msgheaders {
    clear: left;
}

/* Message body styling. */
#messageBody {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 8px;
}

/* Search page styling. */
form#search div {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    padding: 1px;
}

/* Style for div that fixes KHTML browsers. */
.ohide {
    overflow: hidden;
}

/* Based on the Mozilla default defintions */
#html-message td {
    padding: 0;
}
#html-message ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    -moz-padding-start: 40px;
}
#html-message ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    -moz-padding-start: 40px;
}
#html-message li {
    display: list-item;
}
#html-message p {
    display: block;
    margin: 1em 0;
}
#html-message blockquote {
    margin: 1em 40px;
}
#html-message blockquote[type="cite"] {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
}

.composebody {
    font-family: monospace,fixed;
    font-size: 100%;
    padding: 2px;
}
.spellcheck {
    white-space: pre;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}
.folders {
    font-size: 100%;
}
.folderselect {
    padding-top: 5px;
}
.seen {
    background: #fff;
}
.seen:hover, .seen-over {
    background: #f3f3f3;
}
.unseen {
    font-weight: bold;
    background: #eef;
}
tr.unseen:hover, tr.unseen-over {
    font-weight: bold;
    background: #ccf;
}
.answered {
    background: #cfc;
}
tr.answered:hover, tr.answered-over {
    background: #9e9;
}
.important, .flagged {
    background: #fcc;
}
tr.important:hover, tr.important-over, tr.flagged:hover, tr.flagged-over {
    background: #faa;
}
.unimportant {
    font-weight: normal;
}
.deleted {
    background: #999;
}
tr.deleted:hover, tr.deleted-over {
    background: #777;
}
.deleted * {
    text-decoration: line-through;
}
.folderunsub {
    font-style: italic;
}
.quotawarn {
    color: #000;
    background: yellow;
}
.quotaalert {
    color: #fff;
    background: #f00;
}

/* Pad the addressbook icon in header compose links. */
.msgheader img {
    vertical-align: middle;
    padding: 1px;
}

/* Autocomplete styles. */
.autocomplete {
    background: #e8f1ff;
    border: 1px solid #000;
    position: absolute;
    padding: 2px 2px 2px 2px;
}
.autocomplete ul {
    margin: 1px;
    padding: 1px;
    list-style-type: none;
}
.autocomplete ul li {
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    color: #000;
}
.autocomplete ul .selected {
    background: #004080;
    color: #fff;
}

/* SpellChecker styles. */
.Checking {
    color: #f00;
}
.incorrect {
    text-decoration: underline;
    cursor: pointer;
    color: #f00;
}
.corrected {
    text-decoration: underline;
    cursor: pointer;
    color: #090;
}

/* Popdown styles. */
a.popdown {
    cursor: pointer;
    background: url("graphics/popdown.png") no-repeat center center;
    padding-left: 6px;
    padding-right: 6px;
}
a.popdown:hover {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* Other styles used in IMP. */
.padded {
    padding: 1px;
}

/* Added for BC. */
.hidden {
    display: none;
}

/* Redbox styles. */
#RB_overlay {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
}
#RB_loading {
    z-index: 101;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    padding-bottom: 30px;
    text-align: center;
    background: url("graphics/redbox_spinner.gif") no-repeat bottom center;
}
#RB_window {
    z-index: 102;
    background-color: #fff;
    display: block;
    text-align: left;
    overflow: hidden;
    margin: 20px auto 0 auto;
    position: fixed;
    position: absolute;
}

#RB_confirm {
    width: 20em;
    padding: 1em;
    border: 1px solid #ccc;
    background: #ffc;
}
#RB_confirm input {
    margin: .2em;
}

/* Contacts Window */
#contacts {
	background: #fff url("graphics/menu_bg.png") top left repeat-x;
}
#contacts h1 {
	background: inherit;
	height: 25px;
	color: #003366;
	border: none;
	padding-left: 15px;
}
#contacts #contactstable {
	border: none;
	background: transparent;
	padding: 0 15px;
}
#contacts .control {
	background: transparent;
	border: none;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	width: 350px;
	height: 20px;
}
#contacts #search, #contacts select, #contacts #display {
	background: #fff;
	border: 1px solid #cbd5e0;
	color: #003366;
}
#contacts #search {
	float: left;
}
#contacts #search_results, #contacts #selected_addresses {
        width: 215px;
        height: 180px;
}
#contacts #search_results option, #contacts #selected_addresses option {
	padding: 2px 0 2px 10px;
}
#contacts label {
        color: #003366;
}
#contacts .title {
        font-weight: bold;
	padding-bottom: 5px;
	color: #003366;
	height: 15px;
}
#contacts option.group {
 	font-weight: bold;
}
#contacts a.button {
	background: transparent url("graphics/button_left.gif") no-repeat top left;
	color: #003366;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	text-decoration: none;
	padding: 0px;
	padding-left: 4px;
	margin-top: 10px;
	margin-right: 10px;
	outline: none;
}
#contacts a.button span {
	background: transparent url("graphics/button_right.gif") no-repeat top right;
        display: block;
	line-height: 14px;
	padding: 3px 10px 3px 7px;
}
#contacts a:hover {
	background-position: 0% -20px;
}
#contacts a:hover span {
	background-position: 100% -20px;
}
#contacts a:active {
	background-position: 0% -40px;
	outline: none;
}
#contacts a:active span {
	background-position: 100% -40px;
}

/* Edit Account */
.header {
    background: #FFFFFF url(graphics/menu_bg.png) repeat-x scroll left top;
    border: 1px solid #FFFFFF;
    border-bottom: none;
    height: 40px;
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    padding: 5px 10px 0pt 17px;
}
#horde_form td {
    background: #F0F3F6;
    color:#003366;
    font-size:12px;
    height: 30px;
    border-top: 1px solid #FFF;
    vertical-align: middle;
}
#horde_form input, #horde_form input:focus, #horde_form select {
    background: #fff; 
    border: 1px solid #c2cedb;
    color: #003366;
    margin-left: 5px;
}
.control {
    height: 30px;
    background: #F0F3F6;
    border: none;
    padding-left: 15px;
    padding-top: 1em;
}
#date_birthgoto {
   margin-left: 5px;
}
#goto table.calendarPopup {
    border: 1px solid #c6d1dd;
}
#goto .calendarPopup thead td {
    background: #FFFFFF;
}
#goto .calendarPopup thead th {
    color: #003366;
    font-size: 12px;
    padding: 4px 6px; 
    text-align: center;
    font-size: 11px;
}
#goto .calendarPopup td {
    border-bottom:1px solid #c6d1dd;
    padding: 3px; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    height: 20px;
}   
#goto .calendarPopup td.header {
    background: transparent url(graphics/column_header_bg.gif) repeat-x scroll left top; 
    height: 16px;
    padding: 0 6px;
    text-align: right;
}
#goto .calendarPopup td.header a {
    color: #FFF;
    padding-right: 5px;
}

/* Login Page IOL */
body.login_page {
    background: #e5ecf2;
}
#imp_login {
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #C2CEDC;
}
#barraiol {
    /*background: #568db3;
    height: 21px;
    text-align: center;
    border-bottom: 2px solid #fff;*/
}
#barraiol td {
    font-size: 11px;
}
#biol {
    width:774px;
    margin:0 auto;
}
#header {
    height: 92px;
    background: #e5ecf2 url(graphics/bg-topo.png) center;
    clear: both;
}
#header_container {
    width: 830px;
    height: 58px;
    margin: 0px auto;
}
#header_container .logo {
    height: 58px;
    width: 190px;
    background: transparent url('graphics/logo.png') no-repeat;
    display: block;
    float: left;
}
#header_container table {
    float: right;
    margin-top: 14px;
}
#header_container table td label {
    color: #003366;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
}
#header_container table input, #header_container table select#domain {
    border: 1px solid #007ed5;
    font-size: 14px;
    padding: 1px;
}
#header_container table input {
    width: 115px;
    height: 17px;
}
#header_container table .loginbutton {
    background: transparent url('graphics/login.gif') no-repeat;
    border: none;
    cursor: pointer;
    width: 57px;
    margin-top: 0px;
    height: 21px;
}
#header_container table tr.links td a {
    color: #007ed5;
    font-size: 10px;
    text-decoration: underline;
}
#header_container table tr.links td {
    margin: 0;
    padding: 0;
}

#middle_container {
    width: 774px;
    margin: 0px auto;
    background: #fff;
}

#textAd {
    color: #003366;
    margin: 8px 0px;
    padding-left: 50px;
    height: 20px;
    line-height: 20px;
    display: block;
}
#textAd a {
    color: #027ed6;
    text-decoration: underline;
}

.blocks {
    float: left;
    width: 200px;
    height: 241px;
    background: #e2e7ed;
    border: 1px solid #c2cedc;
    margin: 0px 6px;
    padding: 9px 11px;
    padding-bottom: 0;
    color: #003366;
    font-size: 12px;
    line-height: 14px;
}
.blocks a {
    color: #027ed6;
}
.blocks .title {
    margin-top: 6px;
}
.blocks .title a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.blocks .title a:hover {
    text-decoration: underline;
}

.ad-300-250 {
    height: 250px;
    width: 300px;
    border: 1px solid #027ed6;
    float: left;
    margin-left: 6px;
}

.bottom_block {
    background: #e2e7ed;
    border: 1px solid #c2cedc;
    padding: 6px 0px;
}
.bottom_block .ad-leaderboard {
    height: 90px;
    width: 728px;
}

.clear_margin {
    clear: both;
    height: 12px;
    display: block;
}
#footer {
    height: 20px;
    background: #568db3;
    color: #fff;
    font-size: 11px;
    clear: both;
}
#footer .inner {
    width: 774px;
    margin: 0px auto;
    line-height: 20px;
}
#footer a {
    color: #fff;
    text-decoration: underline;
    margin: 0px 5px;
}

body#services_prefs {
    background-color: #fff;
}

/* Form buttons*/
a.button {
    background: transparent url("graphics/button_left.gif") no-repeat top left;
    color: #003366;
    display: block;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    height: 20px;
    text-decoration: none;
    padding: 0px;
    padding-left: 4px;
    outline: none;
    float: left;
    margin-right: 5px;
}
a.button span {
    background: transparent url("graphics/button_right.gif") no-repeat top right;
    display: block;
    line-height: 14px;
    padding: 3px 10px 3px 7px;
}
a.button:hover {
    background-position: 0% -20px;
    text-decoration: none;
}
a.button:hover span {
    background-position: 100% -20px;
}
a.button:active {
    background-position: 0% -40px;
    outline: none;
}
a.button:active span {
    background-position: 100% -40px;
}

/* Alias */
table.alias {
    background: #fff;
}
table.alias th {
    font-family: Arial, Helvetica, sans-serif;
    background: #214E7B ;
    color: #fff;
    text-align: left;
    height: 20px;
    padding: 0px 17px;
    font-size: 12px;
}
table.alias td {
    color: #003366;
    background: #F0F3F6;
    padding: 10px 17px;
}
table.alias td.alias_msg {
    padding-top:10px;
    padding-bottom: 15px;
    padding-left:10px;
    font-size:13px;
}
.alias a {
    font-family: Arial, Helvetica, sans-serif;
    background: #F0F3F6;
    color: #003366;
    text-align: left;
    font-size: 12px;
}

.warning {
    background: #f5d6cc;
    border: 1px solid #cc3300;
    color: #d02127;
    margin: 15px 0px 10px 0px;
    padding: 6px;
}


html,body {
    padding:0;
    margin: 0;
    font-family: Arial, sans-serif;
}

#container {
    margin-left: 65px;
    width: 901px;
    margin: 0 auto;
}

.login_page {
    background-color: #e5ecf2;
}

#header {
    height: 55px;
    background: transparent url(graphics/bg-topo.png) no-repeat scroll center 0;
    padding-top: 36px;
}
#header #logo {
    background: url(graphics/logo-login.png) no-repeat;
    width: 299px;
    height: 36px;
    float: left;
}
#header #textAd {
    color: #003366;
    margin: 8px 0px;
    height: 20px;
    line-height: 20px;
    display: block;
    float: right;
}
#header #textAd a {
    color: #027ed6;
    text-decoration: underline;
    font-size: 12px;
}

#greeting {
    margin-bottom: 12px;
}
#greeting .upborder {
    background: url(graphics/upborder.png) no-repeat;
    height: 13px;
}
#greeting .bottomborder {
    background: url(graphics/bottomborder.png) no-repeat;
    height: 13px;
    border: 0;
}
#greeting #greeting-middle {
    border-left: 13px solid #f8fbfe;
    border-right: 13px solid #f8fbfe;
    height: 216px;
}
#greeting #greeting-middle #mainpub {
     position: absolute;
     overflow: hidden;
                             
}
#greeting #greeting-middle #mainpub #animationFrame {
    width: 1800px;
    position: absolute;
}

#greeting #greeting-middle #mainpub #animationFrame .animationimg {
    float: left;
    position: relative;
    left: -572px;
}
                                                   
.animationimg, #mainpub, #animationFrame {
    width: 572px;
    height: 216px;
}

#greeting #greeting-middle #mainpub #animationFrame #iolmobile {
    background: url("graphics/iolmobile.png");
}
#greeting #greeting-middle #mainpub #animationFrame #ioldragdrop {
    background: url("graphics/ioldragdrop.png");
}
#greeting #greeting-middle #mainpub #animationFrame #iolspamphishing {
    background: url("graphics/iolspamphishing.png");
}
#greeting #greeting-middle #mainpub #animationright {
    width: 22px;
    height: 24px;
    background: url("graphics/setaslide-dir.png") no-repeat;
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}
#greeting #greeting-middle #mainpub #animationright:hover {
     background-position: 0% -24px;
}
#greeting #greeting-middle #mainpub #animationleft {
    width: 22px;
    height: 24px;
    background: url("graphics/setaslide-esq.png") no-repeat;
    position: absolute;
    z-index: 100;
    right: 40px;
    bottom: 10px;
    cursor: pointer;
}
#greeting #greeting-middle #mainpub #animationleft:hover {
    background-position: 0% -24px;
}



#greeting #greeting-middle #mainpub img {
    position: absolute;
}
#greeting #greeting-middle #accountservices {
    float:right;
    background-color: #f8fbfe;
    width: 303px;
}
#greeting #greeting-middle #accountservices .login form {
    background: none;
}
#greeting #greeting-middle #accountservices .login {
    background: #f8fbfe url(graphics/bg-login.png) no-repeat;
    width: 291px;
    height: 128px;
    border-left: 12px solid #f8fbfe;
    padding-top: 9px;
}
#greeting #greeting-middle #accountservices .field {
    color: #131313;
    font-size: 12px;
    padding-left: 18px;
    padding-top: 2px;
}
#greeting #greeting-middle #accountservices .field input {
    width: 147px;
    height: 16px;
    border: 1px solid #bbbec2;
}
#greeting #greeting-middle #accountservices .field a {
    color: #027ed6;
    font-size: 10px;
    padding-right:18px;
    line-height: 35px;
    text-decoration: none;
}
#greeting #greeting-middle #accountservices .domain-list {
    float:left;
}
#greeting #greeting-middle #accountservices .domain-list select {
    margin-top:2px;
    /*margin-left: 10px;*/
    margin-right: 0;
    border: 1px solid #bbbec2;
    height: 20px;
}
#greeting #greeting-middle #accountservices .loginbutton {
    background: #c9d4de url(graphics/bot-entrar.png) no-repeat;
    width: 61px;
    height: 22px;
    border: none;
    margin-left: 18px;
    margin-top: 10px;
}
#greeting #greeting-middle #accountservices #new-account a {
    background: url(graphics/bot-criarconta.png) no-repeat ;
    width: 231px;
    height: 46px;
    float: right;
    height:47px;
    line-height:46px;
    text-align:center;
    margin: 21px 31px 13px 0;
}
#greeting #greeting-middle #accountservices #new-account a {
    color: #fff;
    font-size: 17px;
    text-decoration:none;
}
#greeting .notices li{
    background-color: #f8fbfe;
    text-align: right;
    padding-right: 13px;
    color: #b90118;
    font-weight: bold;
    font-size:13px;
    padding-bottom: 5px;
    border: 0px;
}
#greeting .notices img {
    float:right;
}
#greeting ul.notices {
    margin:0;
    list-style: none;
}

#features {
    float:left;
    margin-bottom:11px;
}
#features .middle {
    border-left: 13px solid #f8fbfe;
    border-right: 13px solid #f8fbfe;
    width: 556px;
    background: #f8fbfe;
    height: 224px;
}
#features .upborderfeatures {
    background: url(graphics/upborderfeatures.png) no-repeat;
    height: 13px;
    width: 582px;
}
#features .bottomborderfeatures {
    background: url(graphics/bottomborderfeatures.png) no-repeat;
    height: 13px;
    width: 582px;
}
#features .suporteiol {
    background: url(graphics/icon-suporte.png) no-repeat;
    color: #1e4a68;
    font-weight: bold;
    font-size: 21px;
    padding-left: 46px;
    height: 35px;
    padding-top: 5px;
}
#features .columns {
    margin-left: 46px;
    margin-right:23px;
    height: 60px;
}
#features .text-column {
    float:left;
    width: 49%;
    font-size: 12px;
    color: #131313;
}
#features .text-column a {
    color: #007ed4;
}
#features #features-list {
    border-top: 1px solid #d3dbe0;
    font-size: 16px;
    font-weight: bold;
    color: #131313;
    line-height: 31px;
    margin-right:23px;
    margin-left: 46px;
}
#features #features-list .list-columns {
    width: 50%;
    float:left;
}
#features #features-list ul.tickList {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}
#features #features-list ul.tickList li{
    background: url(graphics/icon-visto.png) no-repeat;
    padding-left: 36px;
}
#features .vermais a {
    color: #007ed4;
    font-size: 12px;
    float: right;
    margin-right: 23px;
    text-decoration: none;
}

#pubvert {
    float:left;
    height:14px;
    width: 5px;
    background: url(graphics/pub-vert.png) no-repeat;
    margin-left:13px;
}
#banner-mrec {
    height: 250px;
    width: 300px;
    float: left;
}


#pub {
    width:14px;
    height: 5px;
    background: url(graphics/pub.png) no-repeat;
}

.login_page #footer {
    border-top:1px solid #d3dbe0;
    font-size: 11px;
    color: #131313;
    padding-top:5px;
    background: none;
    margin-top: 15px;
}
.login_page #footer .logo {
    background: url(graphics/prisa.png) no-repeat;
    float: right;
    width:171px;
    height: 20px;
}

.clear {
    clear:both;
}
.float-left {
    float:left;
}
.float-right {
    float:right;
}


