/**
 * $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: #e2e7ed;
}
#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: 58px;
    background: #e2e7ed;
    border-top: 1px solid #c2cedc;
    border-bottom: 1px solid #c2cedc;
    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;
}
