/***** RoundCube|Mail settings task styles *****/
#tabsbar
{
position: absolute;
top: 67px;
left: 20px;
height: 28px;
border-bottom: 1px solid #999999;
white-space: nowrap;
/* css hack for IE */
width: expression((parseInt(document.documentElement.clientWidth)-280)+'px');
}
span.tablink,
span.tablink-selected
{
float: left;
width: 100px;
height: 28px !important;
height: 28px;
background: url('images/tab_pas.png') top left no-repeat;
}
span.tablink-selected
{
background: url('images/tab_act.png') top left no-repeat;
}
span.tablink a
{
display: block;
padding-top: 12px;
color: #334F64;
text-decoration: none;
text-align: center;
}
span.tablink-selected a
{
display: block;
padding-top: 7px;
color: #555555;
text-decoration: none;
text-align: center;
}
span.tablink-selected a
{
color: #000000;
}
#userprefs-box
{
position: absolute;
top: 95px;
left: 20px;
width: 600px;
border: 1px solid #BCCCDA;
}
#userprefs-box table td.title
{
color: #000000;
padding-right: 10px;
}
#identities-list,
#folder-manager
{
position: absolute;
top: 95px;
left: 20px;
image-align: center;
}
#folder-manager
{
width: 500px;
bottom: 120px;
overflow: auto;
border: 1px solid #BCCCDA;
background-color: #ffffff;
height: expression((parseInt(document.documentElement.clientHeight)-215)+'px');
}
#identities-table
{
width: 600px;
border: 1px solid #BCCCDA;
background-color: #ffffff;
}
#identities-table tbody td
{
cursor: pointer;
}
#identity-frame
{
position: relative;
margin-top: 20px;
border: 1px solid #999999;
}
#identity-details
{
margin-top: 10px;
width: 600px;
border: 1px solid #BCCCDA;
background-color: #ffffff;
}
#identity-details table td.title
{
color: #2F4A66;
font-weight: bold;
text-align: right;
padding-right: 10px;
}
#bottomboxes
{
position: absolute;
width: 500px;
height: 100px;
left: 20px;
bottom: 20px;
}
#userprefs-title
{
height: 12px !important;
height: 23px;
padding: 4px 20px 7px 6px;
color: #2F4A66;
font-size: 11px;
font-weight: bold;
background-color: #ffffff;
background-image: url('images/listheader_aqua-1.png');
}
#identity-title
{
height: 12px !important;
height: 23px;
padding: 4px 20px 7px 6px;
color: #2F4A66;
font-size: 11px;
font-weight: bold;
background-color: #ffffff;
background-image: url('images/listheader_aqua-1.png');
}
div.boxtitle
{
height: 12px !important;
height: 23px;
padding: 4px 20px 7px 6px;
color: #2F4A66;
font-size: 11px;
font-weight: bold;
background-color: #ffffff;
background-image: url('images/listheader_aqua-1.png');
}
#subscription-table thead td
{
height: 12px !important;
height: 23px;
padding: 4px 20px 6px 6px;
color: #2F4A66;
font-size: 11px;
font-weight: bold;
background-color: #ffffff;
background-image: url('images/listheader_aqua-1.png');
}
div.settingsbox
{
width: 500px;
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid #BCCCDA;
background-color: #ffffff;
}
div.settingspart
{
display: block;
padding: 10px;
}
#subscription-table
{
width: 100%;
table-layout: fixed;
}
#subscription-table tbody td
{
padding-left: 6px;
padding-right: 20px;
white-space: nowrap;
border-bottom: 1px solid #D7E2EC;
border-top: 0px solid #ffffff;
background-color: #EFF3F8;
border-left: 0px solid #ffffff;
}
#subscription-table td.name
{
width: 280px;
}
#subscription-table td.subscribed
{
width: 80px;
border-left: 0px solid #ffffff;
}