/**
 * $Horde: horde/themes/screen.css,v 1.7.4.38.2.2 2006/02/17 00:04:23 chuck Exp $
 */

/* Global default styles. */
* {
    /* Zero out all padding and margins to start with for better
     * cross-browser control. */
    padding: 0;
    margin: 0;
}

body {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 75%;
    background: #fff;
    color: #000;
}


body.scrollbar-quirk {
    margin-right: 15px;
}

p {
    margin-bottom: 10px;
}

img, .img, .img:active, .img:hover, .img:visited {
    border: none;
    vertical-align: middle;
    background: transparent;
}

ins {
    background: #cfc;
}
del {
    background: #fcc;
}

br.spacer {
    font-size: 8px;
}

.leftAlign {
    text-align: left;
}
.rightAlign {
    text-align: right;
}
.leftFloat {
    float: left;
}
.rightFloat {
    float: right;
}

.box {
    padding: 3px;
    border: 1px dashed #999;
    background: #fff;
}
.solidbox {
    border: 1px solid #000;
}
.greybox {
    border: 1px solid #000;
    background: #e9e9e9;
}
.headerbox {
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    border-bottom: 1px solid #669;
    background: #bedbee;
}
.roundedBox {
    -moz-border-radius: 15px;
}
.roundedTop {
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
}
.roundedBottom {
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
}
.header {
    color: #cce;
    background: #446;
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding: 3px;
}
a.header:hover {
    color: #fff;
}
.nowrap {
    white-space: nowrap;
}
.clear {
    clear: both;
    line-height: 0;
    height: 0;
}

a {
    color: #339;
    text-decoration: none;
}
a:hover {
    color: blue;
    text-decoration: underline;
}
.selected {
    background: #6db5e5;
}
.selected-over {
    background: #cef;
}

/* Table styles. */
table {
    border: none;
}
td, th {
    font-size: 12px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    padding: 1px;
}
.linedRow, tr.linedRow td, table.linedRow td {
    color: #000;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.linedRowSelectedCol, td.linedRowSelectedCol, table.linedRow td.linedRowSelectedCol {
    color: #000;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
}
.selectedRow, tr.selectedRow td {
    background: #ffc;
}
.selectedRow:hover tr.selectedRow td:hover {
    background: #b6cee4;
}
.selectedRow-over tr.selectedRow td-over {
    background: #ffd;
}
table.nopadding td, table.nopadding th {
    padding: 0;
}
/* Alternating styles. item0, item1 are deprecated. */
.rowEven, .item0 {
	padding-top: 4px;
	padding-bottom: 2px;
    background: #bedbee;
}
.rowOdd, .item1 {
	padding-top: 4px;
	padding-bottom: 2px;
    background: #bedbee;
}

.widget {
    color: #224;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
}
a.widget:hover {
    color: blue;
    background: #97ccee;
}

.notice {
    font-weight: bold;
    color: #000;
    background: #ffc;
    border: 1px solid #aaa;
    padding: 1px;
    padding-left: 5px;
    margin-bottom: 1px;
    -moz-border-radius: 8px;
}

.notices {              
    text-align: left;
    margin: .5em 8px;
    list-style-type: none;
}                

.notices li, .notice {     
    font-weight: bold;      
    color: #000;
    background: #ffc;
    border: 1px solid #aaa;
    padding: 1px 1px 1px 5px;
    list-style-type: none;
}

.notices img, .notice img { 
    margin-right: .5em;
}



.mimeStatusMessage {
    padding: 1px;
    border: 1px dashed #0058a2;
    background-color: #eff1f3;
    color: #006
}
.mimeStatusWarning {
    padding: 1px;
    border: 1px dashed #f00;
    background: #ffd0af;
    font-color: #f00;
}

.light {
    color: #fff;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

td.smallheader
{
	background-color: #358dc9;
}

.smallheader {
    color: #cce;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.smallheader a:hover {
    color: #fff;
}
.smallheader a {
    color: #cce;
}
a.smallheader:hover {
    color: #fff;
}
small, .small {
    font-size: 10px;
}
.control {
    color: #000;
    background: #bedbee;
    border-bottom: 1px solid #999;
}
.item {
    color: #000;
    background: #ccc;
}
.item a:hover
{
	background-color: #85c1e8;
}
.accessKey {
    text-decoration: underline;
}
.text {
    color: #000;
    background: #fff;
}

/* Form styles. */
.form table {
    width: 100%;
    padding: 2px;
    border-collapse: collapse;
}
.htmlarea .statusBar .statusBarTree a {
    font: inherit;
}
.htmlarea table {
    width: auto;
}
.form-error {
    color: #f00;
}
input, select {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
select
{
	background-color: #55a1d4;
}
input {
    padding: 1px;
}
option {
    padding: 0px 5px 0px 3px;
}
.checkbox {
    border: 0;
    height: 14px;
    width: 14px;
    background: transparent;
}
.button {
    font-size: 11px;
    font-family: Verdana,Helvetica,sans-serif;
}
a.button {
    padding: 2px;
    font-weight: normal;
    text-decoration: none;
}

.fixed {
    font-size: 13px;
    font-family: monospace, fixed;
}

.fixd {
    width: 350px;
    direction: ltr;
}

/* Styles for email-like messages. */
.signature {
    color: #ccc;
}
.signature-fixed {
    color: #ccc;
    font-size: 13px;
    font-family: monospace,fixed;
}
.citation {
    margin: 1em 0;
    padding-left: 1em;
    border-left-width: 1px;
    border-left-style: solid;
}
.quoted1 {
    color: #606;
    border-left-color: #606;
}
.quoted2 {
    color: #077;
    border-left-color: #077;
}
.quoted3 {
    color: #900;
    border-left-color: #900;
}
.quoted4 {
    color: #009;
    border-left-color: #009;
}
.quoted5 {
    color: #b60;
    border-left-color: #b60;
}

.tooltip, div.nicetitle {
    color: #000;   
    background: #ffc;
    border: 1px solid #000;
    padding: 5px;
    z-index: 1001;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.nicetitle {    
    position: absolute;
    overflow: hidden;      
    opacity: .90;           
}
div.nicetitle pre {                 
    font-family: "Lucida Console",Courier,"Courier New";
}


.inProgress {
    font-size: 10px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    padding: 2px;
    color: #fff;
    background: #f00;
}

/* Tree styles. */
.treeRow {
    overflow: hidden;
    min-height: 20px;
    clear: both;
}

/* Menu styles. */
#menu {
    overflow: hidden;
    min-height: 50px;
    color: #fff;
    background: #446;
    font-family: Verdana,Helvetica,sans-serif;
}
#menu ul {
    padding: 5px;
}
#menu li {
    list-style-type: none;
    text-align: center;
    margin: 2px;
    float: left;
}
#menu a {
    display: block;
    white-space: pre;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #eef;
    padding: 3px;
    -moz-border-radius: 3px;
}
#menu a:hover {
    color: yellow;
    padding: 2px;
}
#menu a.current {
    background: #668;
    border-bottom: 1px solid #99c;
    border-right: 1px solid #99c;
    border-top: 1px solid #224;
    border-left: 1px solid #224;
    padding: 2px;
}
#menu h1 {
    font-family: Arial;
    font-weight: normal;
    font-size: 20px;
    line-height: 48px;
    vertical-align: bottom;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#menu input, #menu select {
    margin-top: 16px;
}
#menuSpacer {
    display: none;
}

/* Sidebar styles. */
#sidebarPanel {
    -moz-border-radius-bottomright: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    background: #eee;
    white-space: nowrap;
}
#sidebarPanel span, #sidebarPanel a {
    color: #000;
    white-space: pre;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
}
#sidebarPanel span.toggle {
    cursor: pointer;
}
#sidebarPanel a:hover {
    -moz-border-radius: 3px;
    color: #000;
}

/* Tab styles. */
.tabset {
    border-bottom: 1px solid #446;
    font-weight: bold;
    clear: both;
}
.tabset li {
    list-style: none;
    display: inline;
}
.tabset li a {
    line-height: 1.5em;
    padding: 2px 0.5em;
    border: 1px solid #000;
    border-bottom: 1px solid #446;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    background: #e9e9e9;
    text-decoration: none;
}
.tabset li a:hover {
    color: #000;
    background-color: #fff;
}
.tabset li a.activeTab {
    color: #fff;
    background-color: #1e79bc;
    border-bottom: none;
}
.tabset li a.activeTab:hover {
    color: #fff;
    background-color: #1e79bc;
}

/* Help styles. */
.help {
    background: #fff;
    color: #000;
    padding-left: 10px;
}
.help h1 {
    font-size: 15px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.help h2 {
    border-top: 1px solid #446;
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-size: 13px;
}
.help p {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}
.help em {
    display: block;
    padding: 5px;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}
.help em.helpTip {
    color: #090;
    background: #e0f0e0;
}
.help em.helpWarn {
    color: #900;
    background: #f0e0e0;
}

/* Source markup styles. */
.parentheses {
    color: #2a6;
    font-weight: bold;
}
.comment {
    color: #aac;
}
.htag {
    color: #569;
    background: #d5d6da;
    font-weight: bold;
}
.metac {
    color: #0ff;
    background: #d5d6da;
}
.id {
    color: #e82;
    background: #e4e4e0;
}
.attr {
    color: #6af;
}
.value {
    color: #d46;
}
.color {
    color: #f57;
}
.eol {
    color: #26e;
}
.url {
    color: #962;
}
.file {
    color: #444;
    background: #fe4;
}
.class {
    font-style: italic;
}

/* Drop shadows. */
.dropShadow {
    float: left;
	background: url("graphics/shadow.png") no-repeat bottom right !important;
	background: url("graphics/shadow.gif") no-repeat bottom right;
    margin: 10px 0 0 5px;
}

.dropShadow img {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #666;
    margin: -3px 5px 5px -3px;
    padding: 2px;
}

.LoginPage
{
	background-image: url(/horde/imp/themes/graphics/bgLogin.png);
}

.Info
{
	height: 30px;
	width: 427px;
	list-style-type: none;	
}

.LoginBox
{
	width: 427px;
	height: 205px;
	background-image: url(/horde/imp/themes/graphics/bgLoginTextboxes.png);
	text-align: center;
	padding-top: 29px;
}

.LoginBox span
{
	color: White;
	display: block;
	margin: auto;
	font-weight: bold;
	font-size: 13px;
}

.LoginBox .button
{
	background-image: url(/horde/imp/themes/graphics/bgButtonLogin.png);
	width: 174px;
	height: 33px;
	border: none;
	padding: 0;
	color: white;
	margin: auto;
	margin-top: 10px;
	cursor: pointer;
}

.LoginBox .button:hover
{
	background-image: url(/horde/imp/themes/graphics/bgButtonLoginHover.png);
}

.LoginBox input
{
	width: 270px;
	height: 21px;
	border-style: none;
	padding: 8px 10px 0px 20px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center left;
	background-color: Transparent;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #303030;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.LoginBox input.UserName
{
	background-image: url(/horde/imp/themes/graphics/bgTextboxUsername.png);
	font-size: 13px;
	font-family: Arial;
}

.LoginBox input.Password
{
	background-image: url(/horde/imp/themes/graphics/bgTextboxPassword.png);
	font-size: 13px;
	font-family: Arial;
}

.LoginInfo
{
	width: 387px;
	height: 117px;
	background-image: url(/horde/imp/themes/graphics/bgLoginInfobox.png);
	margin-top: 16px;
	padding: 20px 20px 20px 20px;
	color: #464747;
}

.LoginInfo2
{
        width: 587px;
        height: 417px;
        //background-image: url(/horde/imp/themes/graphics/bgLoginInfobox.png);
        margin-top: 16px;
        padding: 20px 20px 20px 20px;
        color: #464747;
}


.LoginInfo a
{
	color: #c87c02;
	display: block;
	margin-top: 12px;
}

.LoginInfo a:hover
{
	color: #0170b5;
}

a#next
{
	width: 16px;
}

/* Preferences. */
#services_prefs .header ul {
    float: right;
    text-align: right;
    font-size: 80%;
}
#services_prefs .header li {
    list-style: none;
    display: inline;
}
.prefsOverview div {
    float: left;
}
.prefsOverview div div {
    padding-left: 10px;
    width: 95%;
}
.prefsOverview h2 {
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    border-top: solid 1px #bedbee;
    font-weight: normal;
    background-color: #4A7299;
    background-image: url(/horde/imp/themes/graphics/bgPagesToolbar.png);
    padding: 3px;


}
.prefsOverview dt a {
    display: block;
    padding: 2px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    background: #bedbee;
}
.prefsOverview dd {
    padding: 2px;
    margin-bottom: 10px;
    color: #000;
    background: #bedbee;

}

.prefsOverview a:hover {
   background: #3c97d4;

}



div.prefsContainer {
    padding: 1em;
}
div.prefsContainer p {
    padding-top: 1em;
}



