﻿td.LockStatus span, td.ReadOnly span
{
    padding-right:20px;
}
#Logins .PageDescription
{
    padding-bottom:50px;
}

#Logins .FullName
{
    width:320px;
    text-align:left;
    padding-left:5px;
}
#Logins th.Username
{
    text-align:left;
    padding-left:30px;
}
#Logins .ReadOnly, #Logins .LockStatus, #Logins .Enabled 
{	
    width:100px;
    text-align:center;
}
#Logins > table td.Name False
{
    background-position:0px -30px;
}
#Logins > table td.controls
{
    width:60px;
    text-align:center;
}
#Logins > table td.controls div
{
    float:right;
}
#Logins > table td.Username, .SQMLogins tbody td.Username
{
    padding-left:30px;
    background-image:url('images/sprite-logins.png');
    background-repeat:no-repeat;
    background-position: 0 0;
}
#Logins > table td.Username.system
{
    background-position: 0 -90px;
}
#Logins > table td.Disabled 
{
    background-position:0px -60px !important;
}
#Logins > table td.Deleted
{
    background-position:0px -30px !important;
}
#Logins > table th.ReadOnly span
{    
    display:block;
    width:30px;
    height:0px;
    background:transparent url('images/sprite-lockstatus.png') no-repeat 0px -96px !important;
    padding-top:20px;
    overflow:hidden;
    margin:auto;
}
#Logins > table th.LockStatus span
{    
    display:block;
    width:30px;
    height:0px;
    background:transparent url('images/sprite-lockstatus.png') no-repeat 0px -39px !important;
    padding-top:20px;
    overflow:hidden;
    margin:auto;
}
#Logins .Enabled > .itoggle {
    margin: auto;
    display: inline-block;
}
td.LockStatus span 
{
    background:transparent url('images/sprite-lockstatus.png') no-repeat 0 30px;
    display:block;
    width:30px;
    height:0px;
    padding-top:30px;
    overflow:hidden;
    margin:auto;
}
td.LockStatus span.Locked
{
    background-position:0px -33px !important;
    cursor:pointer;
}
#LoginEditor
{
    position:relative;
}
#LoginEditor .settings 
{
    clear:both;
    height:100px;
    *height:120px;
}

#LoginEditor .settings dt
{
    clear:left;
    float:left;
    width:100px;
    text-align:right;
    padding:2px;
}
#LoginEditor .settings dd
{
    clear:right;
    float:left;
    *float:none;
    width:490px;
    padding:2px;
    margin:0px;
}
#LoginEditor .settings input
{
    width:100%;
}
#LoginEditor .settings dt.ConfirmPassword
{
    clear:none;
    width:70px;
}
#LoginEditor .settings dd.Password
{
    width:206px;
    clear:none;
    *float:left;
}
#LoginEditor .settings dd.ConfirmPassword
{
    width:206px;
    clear:right;
}   
#LoginEditorTabs
{
	clear:both;
}
#LoginEditorTabs-General dt
{
    clear:left;
    float:left;
    width:200px;
    text-align:right;
    padding:4px;
}
#LoginEditorTabs-General dd
{
    clear:right;
    width:300px;
    padding:4px;
    margin:0px;
    float:left;
    *float:none;
}
#LoginEditorTabs-General dd input[type=text]
{
    width:100%;
}
#LoginEditorTabs-General dd ul
{
    margin: 0px !important;
    padding:0px !important;    
}
#LoginEditor #tblMessageSecurity thead th, #LoginEditor #tblGroupSecurity thead th
{
    border-bottom:solid 1px #d3d3d3;
    font-weight:bold;
    text-align:center;
}
#LoginEditor #tblMessageSecurity thead #thClassification,#LoginEditor #tblMessageSecurity thead #thSelect, #LoginEditor #tblGroupSecurity thead #thName
{
    text-align:left !important;
    line-height:24px;
}
#LoginEditor #tblMessageSecurity thead th a
{
    font-size:x-small;
    color:Blue !important;
}

#LoginEditor #tblMessageSecurity .view,#LoginEditor #tblMessageSecurity .process, #LoginEditor #tblMessageSecurity .forward, #LoginEditor #tblMessageSecurity .content
{
    width:70px;
    text-align:center;
}
#LoginEditor #tblGroupSecurity th.Access
{
    width:70px;
    text-align:center;
}
#LoginEditor #tblGroupSecurity td.Access
{
    width:70px;
    padding-left:16px;
    text-align:center;
}
#LoginEditor #tblMessageSecurity .view input
{
    left:13px;    
}
#LoginEditor #tblMessageSecurity .process input
{
    left:7px;
}
#LoginEditor #tblMessageSecurity th.content
{
    width:86px;
}
#LoginEditor #tblGroupSecurity .Access
{
}
#LoginEditorTabs-MessageSecurity
{
    overflow:hidden;
}
#LoginEditor #tblMessageSecurity
{
}
#LoginEditor #tblMessageSecurity tr, #LoginEditor #tblGroupSecurity tr
{
    display:block;
}
#LoginEditor #tblMessageSecurity tbody
{
    display:block;
    height:250px;
    overflow:auto;
    width:100%;
    *width:auto;
    *height:auto;    
}
#LoginEditor #tblGroupSecurity tbody
{
    display:block;
    height:270px;
    overflow:auto;
    width:100%;
    *width:auto;
    *height:auto;
}
.ie #LoginEditor #tblMessageSecurity tbody, .ie #LoginEditor #tblGroupSecurity tbody
{
    height:auto;
}
#LoginEditor #LoginEditorTabs-MessageSecurity, #LoginEditor #LoginEditorTabs-GroupSecurity
{
    overflow:auto;
}
#LoginEditor #tblMessageSecurity tbody td, #LoginEditor #tblGroupSecurity tbody td
{
    padding:2px 0px;
    border-bottom:dotted 1px #d3d3d3;    
    text-align:center;
}
#LoginEditor #tblMessageSecurity .Name
{
    width:323px;
    padding-right:10px;
    text-align:left;
    padding-left:22px;
}
#LoginEditor #tblMessageSecurity td.Name
{
    background:transparent url('images/sprite-classifications.png') no-repeat -4px -3px;    
}
#LoginEditor #tblGroupSecurity .Name
{
    width:545px;
    padding-right:10px;
    text-align:left;
    padding-left:22px;
}
#LoginEditorTabs
{
    font-size:small;
}
#LoginEditorTabs-MenuSecurity ul
{
    padding:15px 0px 0px 60px !important;
    margin:0px !important;
}
#LoginEditorTabs-MenuSecurity ul li
{
    width:270px;
    float:left;
    clear:none;
    padding:4px;
    *padding:0px;    
}

#dlAuditHistorySearchInput dt
{
    clear:left;
    float:left;
    width:140px;
    text-align:right;
    padding:4px;
}
#dlAuditHistorySearchInput dd
{
    clear:right;
    padding:4px;
    *padding:2px 0px 0px;
    margin:0px;
}
#dlAuditHistorySearchInput dd select
{
    width:300px;
}
.AuditHistoryFilterSelect, .SqmAuditHistoryFilterSelect, .CAAuditHistoryFilterSelect  
{
    width:148px !important;
}
.AuditHistoryFilterText, .SqmAuditHistoryFilterText, .CAAuditHistoryFilterText 
{
    width:147px !important;
}
#dlAuditHistorySearchInput dd input[type=text]
{
    width:144px;
}
.ui-datepicker 
{
    z-index:10000;
}
div.AuditHistoryResults
{
    clear:both;
    margin-top:20px;
}

div.AuditHistoryResults table td.AuditDate br
{
    display:none;
}
div.AuditHistoryResults table td.AuditDate span
{
    margin-right:5px;
}
div.AuditHistoryResults .AuditDate
{
    width:240px;
    text-align:left;
}
div.AuditHistoryResults .Username
{
    width:120px;
    text-align:center;
}
div.AuditHistoryResults .AuditText
{
    width:160px;
    text-align:center;
}
div.AuditHistoryResults .AuditIP
{
    width:140px;
    text-align:center;
}
div.AuditHistoryResults .PriorValue
{
    width:140px;
    text-align:center;
}
div.AuditHistoryResults .NewValue
{
    width:140px;
    text-align:center;
}
.AuditHistoryResults .Pager .btn
{
    float:none;
}
.ConnectorAgentAuditHistoryResults .Version,
.ConnectorAgentAuditHistoryResults .Operation
{
    width:140px;
    text-align:center;
}

#AdministrationContents ul li, .SQMConfigurationContents ul li, .SyslogContents ul li
{
    min-height:34px;
    margin-bottom:30px;
    padding-left:40px;
}
#AdministrationContents ul li a, .SQMConfigurationContents ul li a, .SyslogContents ul li a
{
    display:block;
    clear:both;
}
#AdministrationContents ul li.AuditHistory
{
    background:transparent url('images/AdministrationContents-AuditHistory.png') no-repeat left top;
}
#AdministrationContents ul li.ConnectorAgentAuditHistory
{
    background:transparent url('images/AdministrationContents-ConnectorAgentAuditHistory.png') no-repeat left top;
}
#AdministrationContents ul li.Domains
{
    background:transparent url('images/AdministrationContents-Domains.png') no-repeat left top;
}
#AdministrationContents ul li.Configuration
{
    background:transparent url('images/configuration.png') no-repeat left top;
}
#AdministrationContents ul li.Relays
{
    background:transparent url('images/relays.png') no-repeat left top;
}
#AdministrationContents ul li.Logins
{
    background:transparent url('images/Users.png') no-repeat left top;
}
#AdministrationContents ul li.MessgeDigests
{
    background:transparent url('images/digests.png') no-repeat left top;
}
#AdministrationContents ul li.Syslog
{
    background:transparent url('images/syslog.png') no-repeat left top;
}
#AdministrationContents ul li.SQMConfiguration
{
    background:transparent url('images/AdministrationContents-SQMConfiguration.png') no-repeat left top;
}
#AdministrationContents ul li.Archiving
{
    background:transparent url('images/AdministrationContents-Archiving.png') no-repeat left top;
}
#AdministrationContents ul li.Rms
{
    background:transparent url('images/AdministrationContents-Rms.png') no-repeat left top;
}
ul.SQMWestIndex
{
    padding-left:25px;
}

.SQMConfigurationContents ul li.SQMLogins
{
    background:transparent url('images/Users.png') no-repeat left top;
}
.SQMConfigurationContents ul li.SQMClassifications
{
    background:transparent url('images/SQMConfigurationContents-Classifications.png') no-repeat left top;
}
.SQMConfigurationContents ul li.SQMAuditHistory
{
    background:transparent url('images/AdministrationContents-AuditHistory.png') no-repeat left top;
}
.SQMConfigurationContents ul li.SQMSingleSignOn
{
    background:transparent url('images/AdministrationContents-Domains.png') no-repeat left top;
}

.SQMLogins th.Username {
	text-align:left;
}
.SQMLogins th.Domain
{
    width:320px;
    text-align:left;
}
.SQMLogins td.empty
{
    height:1px !important;
    line-height:1px !important;
    border-bottom:none !important;
}
.SQMLogins .Enabled
{
	text-align:center;
	width:70px;
}

.SQMLogins .Username 
{
    width:auto;
    padding-left:30px !important;
}
.SQMLogins tfoot td.Username
{    
    background:transparent url('images/adduser.png') no-repeat 0px 2px;
    padding-left:30px;    
}
.SQMLogins th.FullName
{
    width:230px;
    text-align:left;
}
.SQMLogins td.controls
{
	width:50px;
}
.SQMLogins .IsAdministrator, .SQMLogins th.DelegatesEnabled, .SQMLogins td.DelegatesEnabled
{
    width:50px;
    text-align:center;
}
.SQMLogins .Username input
{
    width:155px;
    background-image:url('images/at.gif');
    background-repeat:no-repeat;
    background-position:right 1px;
    padding-right:17px;
}
                           
.SQMLogins .Domain select
{
    width:165px;
}
.SQMLogins .FullName input
{
    width:145px;
}
.SQMLogins .lnkSQMUser-NewAdd
{
    width:16px;
    height:16px;
    display:block;
    background:transparent url('images/controls.gif') no-repeat -64px -16px;
}

.SQMLogins .lnkSQMUser-NewAdd:hover
{
    background-position:-64px 0px;
}

.SQMLogins table
{
    margin-top:30px;
    width:100%;
}

ul.SQMClassifications 
{
    margin:40px 0px 0px !important;
}
ul.SQMClassifications li
{
    height:28px;
    line-height:28px;
    padding-left:30px;
    background-image:url('images/classifications.png');
    background-repeat: no-repeat;
    background-position:0 2px;
}
ul.SQMClassifications li div.controls
{
    float:right;
    margin-top:6px;
    margin-right:6px;
}
#AddSQMClassification select
{
    margin-top:10px;
    width:100%;
}
.AuditHistoryResults .AuditDate
{
    text-align:left;
    width:86px;
} 
.AuditHistoryResults .AuditText
{
    text-align:left;
} 
.AuditHistoryResults .AuditIP, .AuditHistoryResults .PriorValue, .AuditHistoryResults .NewValue, .AuditHistoryResults .Operator, .AuditHistoryResults .TargetUser
{
    text-align:center;
}
#AddSQMClassification
{
    position:relative;
}
#AddSQMClassification #AddSQMClassificationList
{
    position:absolute;
    top:50px;
    bottom:5px;
    left:10px;
    right:10px;
    display:block;
    overflow:auto;
    padding:0px !important;
    border:solid 1px #d3d3d3;
    margin:0px !important;
}
table.Domains td 
{
    text-align:center;
    vertical-align:top;
}
table.Domains .Name
{
	text-align:left;
	padding-left:20px !important;
}
table.Domains td.Name
{
	background:white url('images/domain.png') no-repeat scroll 2px 4px;	
}
table.Domains .CreateDate
{
	width:140px;
}
table.Domains .DeliverTo
{
	width:160px;
	line-height:20px;
	padding-top:4px;
}
table.Domains .Priority
{
	width:80px;
	line-height:20px;
	padding-top:4px;
}
table.Domains .Authentication
{
	width:100px;
	line-height:20px;
	padding-top:6px;
}
table.Domains .SQM, table.Domains .DMARC, table.Domains .DKIM, table.Domains .Available
{
	width:60px;
	vertical-align: middle;
}
table.Domains .InCost, table.Domains .OutCost
{
	width:80px;
}
table.Domains .Controls 
{
    width:20px;
    padding-left:6px;
}
table.Domains .controls
{
	width:20px;
	background-color:transparent;
}
#AuditHistoryItemDetailsHtml 
{
	border:none;
	width:100%;
	height:100%;
}
body.Uploader
{
    border:none;
    height:auto !important;
}
.NoDataFound
{
    padding:20px;
    border:red 1px dotted;
    background:transparent url('images/error.png') no-repeat 12px 4px;
    padding-left:50px;
    width:600px;
    margin:20px auto;
    text-align:center;
}

#AddSQMLogin tr.Username input[type=text], #AddSQMLogin tr.FullName input[type=text]
{
	width:240px;
}
#AddSQMLogin tr.Domain select
{
	width:242px;
}
.ConnectorAgentAuditHistoryResults .opgrp0
{
    color:#118811;
}
.ConnectorAgentAuditHistoryResults .opgrp2
{
}
.ConnectorAgentAuditHistoryResults .opgrp4
{
    color:Red;
}
.ConnectorAgentAuditHistoryResults .desclink
{
    color:Blue;
    text-decoration:underline;
    cursor:pointer;
}
.ConnectorAgentAuditHistoryResults th
{
	padding-left:20px !important;
	padding-right:20px !important;
}
.caauditdetails dt
{
    width:180px;
    float:left;
    border-top:dotted 1px #d3d3d3;    
    padding:3px 0px;
}
.caauditdetails dd
{
    padding:3px 0px 3px 10px;
    margin-left:180px;        
    border-top:dotted 1px #d3d3d3; 
}
.caauditdetails dd + dd
{
    margin-top:10px;
    border-top:none;
}
.caauditdetails dt:first-child, .caauditdetails dt:first-child + dd
{
    border-top:none;
}
a.SqmIsAdministrator
{
    width:22px;
    height:22px;
    display:inline-block;
    background:transparent url('images/Administrator.png') no-repeat 0 0;
}
a.DelegatesEnabled
{
    width:22px;
    height:22px;
    display:inline-block;
    background:transparent url('images/Delegates.png') no-repeat 0 0;
}
#ImportSQMLogins 
{
    overflow:hidden;
}
.SQMLogins th.IsAdministrator span, .SQMLogins th.DelegatesEnabled span
{
    width:22px;
    height:22px;
    display:inline-block;
    background:transparent url('images/Administrator.png') no-repeat 0 0;
    text-indent: 1000px;
    overflow:hidden;
}
.SQMLogins th.DelegatesEnabled span
{
    background-image:url('images/Delegates.png');
}
#AdminSqmController 
{
    margin-top:40px;
}

.domain-deliveries .table-controls 
{
    float:right;
    margin-bottom:10px;
}
.domain-deliveries .description
{
    float:left;
    margin-top:10px;
}


.data-form .form-group 
{
    margin:10px 0;
}
.data-form .form-group > label 
{
    width:300px;
    text-align:right;
    padding-right:10px;
    display:inline-block;
}
.data-form .form-group input[type=text].form-control,
.data-form .form-group select.form-control
{
    width:300px;    
}
.data-form .form-actions 
{
    padding:15px 0 0 310px;
}

.notie .AdminDomainsController 
{
    position:relative;
    padding-top:1px;
}
.notie .AdminDomainsController .listfilter 
{
    top:0;
}
#relay-entries 
{
    margin-bottom:50px;
}
#relay-entries td.Type  
{
    padding-left: 20px;
    background-image: url('images/relay.png');
    background-repeat: no-repeat;
    background-position: 1px 4px;
}
#relay-entries .Controls,
#relay-groups td.Enabled, #relay-groups th.Enabed 
{
    width:100px;
    min-width:100px;
    text-align:center;
}
#relay-entries .Controls > div 
{
    margin:auto;
    text-align:center;
    display:inline-block;
}
#relay-entries th 
{
    text-align:left;
}
#relay-entries-new 
{
    float:right;
    margin-bottom:20px;
    clear:both;
    display:block;
}
#relay-entries .listfilter 
{
    clear:both;
}
#relay-entries td.Source, #relay-entries td.EndRange
{
    width:200px;
    max-width:200px;
    min-width:200px;
}
#relay-entries td.Description > div
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
    width:100%;
}

#relay-entries th.Type, 
#relay-groups th.Name
{
    text-align:left;
    width:250px;
    min-width:250px;
}
#relay-groups td.Name  
{
    padding-left: 20px;
    background-image: url('images/relay-group.png');
    background-repeat: no-repeat;
    background-position: 1px 4px;
}
#relay-groups th.Description 
{
    text-align:left;
}
#relay-groups td.Source, 
#relay-groups th.Source 
{
    text-align:left;
    width:390px;
}
#relay-groups span.StartRange, #relay-groups span.EndRange
{
    width:195px;
    max-width:195px;
    min-width:195px;
}
#relay-groups .Source span 
{
    display:inline-block;
}
#relay-groups .Enabled > .itoggle 
{
    margin:auto;
    display:inline-block;
    position: relative;
    top: 4px;
}
#relay-groups td 
{
    vertical-align:baseline;
}
#relay-editor table 
{
    width:100%;
}
#relay-editor tr td:first-child
{
    vertical-align:top;
    padding-top:5px;
    text-align:right;
    padding-right:5px;
    width:150px;
}
#relay-editor .description 
{
    display:block;
    font-style:italic;
}
#relay-editor input 
{
    width:100%;
} 
#relay-editor textarea 
{
    width: 100%;
    height: 50px;
}
#relay-editor td 
{
    padding-bottom:10px;
}

#DomainEditor table 
{
    margin-bottom:10px;
}
#DomainEditor table td 
{
    width:220px;
}
#DomainEditor table td.label 
{
    width:220px;
    text-align:right;
}

#DomainEditor .executive-names-list-text {
    width: 100%;
    height: 100px;
    resize: none;
}

#EditSyslogTemplate .message-content {
    width: 100%;
    resize: none;
}

#EditSyslogTemplate .group-header, #EditSyslogTemplateElement .group-header {
    margin-top: 20px;
}

#EditSyslogTemplate .group-header:first-child, #EditSyslogTemplateElement .group-header:first-child {
    margin-top: 0px;
}

#EditSyslogTemplate .syslog-fields {
    text-align: center;
}

#EditSyslogTemplate .syslog-fields select {
    width: 300px;
}

#SyslogTemplatesList table .Name {
    width: 95%;
}

#SyslogTemplatesList table .Controls {
    width: 5%;
}

#EditSyslogTemplate table, #EditSyslogTemplateElement table 
{
    margin-top: 40px;
}

#EditSyslogTemplate table .Name {
    width: 75%;
}

#EditSyslogTemplate table .NoOfParams {
    width: 20%;
}

#EditSyslogTemplate table .Controls {
    width: 5%;
}

@-moz-document url-prefix() {
    table .relay-entries
    {
        padding-top:70px;
    }
    #relay-groups 
    {
        margin-top:20px;
    }
    table.relay-groups
    {
        padding-top:20px;
    }
}

#EditSyslogTemplateElement .form-group {
    text-align: center;
}

#EditSyslogTemplateElement label {
    width: 120px;
}

#EditSyslogTemplateElement table .Name {
    width: 47%;
}

#EditSyslogTemplateElement table .Value {
    width: 48%;
}

#EditSyslogTemplateElement table .Controls {
    width: 5%;
}

.SyslogContents ul li.SyslogConfiguration {
    background: transparent url('Images/syslog-configuration.png') no-repeat 0px 0px;
}

.SyslogContents ul li.SyslogTemplates {
    background: transparent url('Images/templates.png') no-repeat 0px 0px;
}