﻿/* tabcontrol */
div.tabcontrol
{
  /*position:absolute;*/
  overflow:hidden;
}
div.tabcontrol div.header
{
  position:absolute;
  left:0;
  top:0;
  height:23px;
}
div.tabcontrol div.header div.default,
div.tabcontrol div.header div.current
{
  position:absolute;
  width: 90px;
  height:23px;
  padding:0 0 0 5px;
  font-size: 12px;
  line-height:20px;
  vertical-align:middle;
  font-weight:normal;
  background-color: #f0f0f0;
}
div.tabcontrol div.header div.default
{
  cursor: pointer;
  color:#888;
  background-color: #e8e8e8;
  border:1px outset #e9e9e9;
  border-bottom:none;
}
div.tabcontrol div.header div.current
{
  cursor: default;
  color:#222;
  background-color:#f4f4f4;
  border:1px outset #888;
  border-bottom:none;
}
div.tabcontrol div.content
{
  position: absolute;
  background-color: #f0f0f0;
  border:2px outset #e9e9e9;
  border-top:2px solid #f4f4f4;
  overflow:hidden;
  z-index:10;
}

/* collapsible groups */
div.preferences-groups
{
}
div.preferences-group
{
  position: absolute;
  background-color: #f0f0f0;
  z-index:20;
}
div.preferences-container
{
  position: absolute;
  border: 1px solid #a0a0a0;
  z-index:20;
}

div.settings-groupheader-on, div.settings-groupheader-off
{
  position: absolute;
  left: 10px;
  top: -10px;
  width: auto;
  height: 28px;
  padding: 0;
  padding-right: 10px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 6px 0px;
  text-align: left;
  padding-left: 26px;
  color: #555555;
  background-color: #f0f0f0;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  z-index:25;
}
div.settings-groupheader-on:hover, div.settings-groupheader-off:hover
{
  color: #000;
}
div.settings-groupheader-on
{
  background-image: url(images/controls/minus.gif);
}
div.settings-groupheader-off
{
  background-image: url(images/controls/plus.gif);
}
div.preferences-table
{
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100px;
  margin: 0;
  overflow: auto;
  /*visibility:hidden;*/
}
table.preferences
{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 8px 0;
}
table.preferences td
{
  padding: 4px 8px;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
}
table.preferences td hr
{
  color:#a0a0a0;
  background-color:#a0a0a0;
  border:none;
  height: 1px;
  width:100%;
  margin:2px 0;
}


/* form data */
table.preferences input[type="text"], 
table.preferences input[type="password"],
table.preferences textarea,
table.preferences select,
input.upload,
div.help
{
  width: 350px;
}

table.preferences input.username
{
  width:150px;  
}

/*
textarea
{
  width: 400px;
  height: 80px;
}
*/
input.upload
{
  
}
img.logo-preview
{
  margin:0;
  border:1px solid #000;
  width:200px;
  height:90px;
}

div.settings-dialog-newaddress
{
  position: absolute;
  left: 20px;
  top: 40px;
  width: auto;
  height: auto;
  padding: 10px;
  border-width: 2px;
  border-style: outset;
  border-color: #000;
  background-color: #f0f0f0;
  display: inline;
  overflow: hidden;
  display: none;
}
input.settings-dialog-newaddress
{
  width: 200px;
}


div.settings-addresslist
{
  position: absolute;
  left: 10px;
  top: 20px;
  width: 90%;
  background-color: #fff;
  border: 2px solid #ccc;
}
table.settings-addresslist
{
  width: 600px;
  table-layout: auto;
  border-collapse: collapse;
}
tr.settings-addresslist td
{
  padding: 2px 4px;
  border-bottom: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  overflow: hidden;
  white-space: nowrap;
  cursor: default;
}
td.settings-addresslist-remove
{
  width: 20px;
  padding-left: 4px;
  padding-right: 4px;
}
.settings-addresslist-clickable
{
  font-weight: bold;
  color: Red;
  cursor: pointer;
}

tr.settings-addresslist span
{
  font-size: 11px;
}

/* buttons */
div.settings-buttons
{
  position: absolute;
}
div.settings-buttons div
{
   margin:8px 10px;
}


/* change password dialog */
div.dialog-password
{
  position: absolute;
  left: 40px;
  top: 70px;
  width: 540px;
  height: auto;
  background-color: #f0f0f0;
  border: 2px outset #000;
  z-index: 300;
  visibility: hidden;
}
div.dialog-password table
{
  margin: 10px;
  table-layout: auto;
  border-collapse: separate;
}
div.dialog-password td
{
  padding-left: 4px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
div.dialog-password td input[type=text],
div.dialog-password td input[type=password]
{
  margin: 0;
  padding-left: 4px;
  width:150px;
}
.passw span,
.passw a
{
  font-size: 11px;
}
.passw a
{
  text-decoration:underline;
  cursor:pointer;
}
.passw a:hover
{
 text-decoration:underline;  
}
.passw span.error,
.passw span.strength1
{
  color: #ff0000;
}
.passw span.strength2
{
  color: #ff8f1f;
}
.passw span.strength3
{
  color: #bf9f00;
}
.passw span.strength4
{
  color: #919e00;
}
.passw span.strength5
{
  color: #3aad00;
}



/* settings-folderlist */
div.settings-folderlist-container
{
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  overflow: visible;
}
div.settings-folderlist
{
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #ccc;
  background-color: #fff;
}
table.settings-folderlist
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table.settings-folderlist .link
{
  text-decoration: none;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
}
table.settings-folderlist .link:hover
{
  text-decoration: underline;
}
table.settings-folderlist span.dis, table.settings-folderlist span.dis:hover
{
  color: #888;
  text-decoration: none;
}
table.settings-folderlist div.folder, table.settings-folderlist div.folder-input
{
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 11px;
}
table.settings-folderlist div.folder-input
{
  /*margin:2px 4px;  */
}
table.settings-folderlist input
{
  margin: 0;
  padding: 0;
  font-size: 11px;
}



/* settings-aliaslist */
div.settings-aliaslist-container
{
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  overflow: visible;
}
div.settings-aliaslist
{
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #ccc;
  background-color: #fff;
}
table.settings-aliaslist
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table.settings-aliaslist .link
{
  text-decoration: none;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
}
table.settings-aliaslist .link:hover
{
  text-decoration: underline;
}
table.settings-aliaslist span.dis, table.settings-aliaslist span.dis:hover
{
  color: #888;
  text-decoration: none;
}

/*
table.settings-aliaslist div.alias, table.settings-aliaslist div.alias-input
{
  padding:0;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 11px;
  
}*/

table.settings-aliaslist div.alias-input
{
  margin:2px 4px;
}
table.settings-aliaslist input
{
  margin: 0;
  padding: 0;
  font-size: 11px;
  width:100%;
}





 

/* item-buttons */
div.item-buttons
{
}
div.item-buttons table
{
  margin:2px 0;
  width:100%;
  border-collapse:collapse;  
}
div.item-buttons table td
{
   vertical-align:middle;  
}
div.item-buttons table td
{
   vertical-align:middle;  
}
div.item-buttons table td.left
{
   text-align:left;
}
div.item-buttons table td.right
{
   text-align:right;
}



div.settings-top-hint
{
  margin:10px;  
}
div.settings-foot-hint
{
  margin:0 10px 10px 10px;  
}


/* postmaster panel */
div.settings-postmaster
{
  float:right;
  margin:10px;  
}
div.settings-postmaster input 
{
  margin: 0 5px;  
}