﻿#PolicyElements
{
}
#PolicyElements h3
{
    margin-bottom:5px;
}
#PolicyElements div
{
    min-height:70px;
    margin-bottom:30px;
    padding-left:70px;
}

#PolicyElements ul li
{
    padding-left:40px;
    margin-bottom:30px;
    min-height:34px;
}
#PolicyElements ul li a
{
    display:block;
    clear:both;
}
#PolicyElements li.UserGroups
{
    background:transparent url('Images/users.png') no-repeat 0px 0px;
}
#PolicyElements li.Retention
{
    background:transparent url('Images/folders.png') no-repeat 0px 0px;
}
#PolicyElements li.Templates
{
    background:transparent url('Images/templates.png') no-repeat 0px 0px;
}
#PolicyElements li.BtmExclusions
{
    background:transparent url('Images/btmexclusions.png') no-repeat 0px 0px;
}
#PolicyElements li.ExecutiveNamesList
{
    background:transparent url('Images/textcensors.png') no-repeat 0px 0px;
}
#PolicyElements li.TextCensors, #RulesContents li.Keywords
{
    background:transparent url('Images/textcensors.png') no-repeat 0px 0px;
}
#PolicyElements li.Stamps, #RulesContents li.Disclaimers
{
    background:transparent url('Images/stamps.png') no-repeat 0px 0px;
}


span.True, span.UsedChild 
{
    display:block;
    width:16px;
    height:0px;
    background:transparent url('Images/tick.gif') no-repeat;
    padding-top:16px;
    overflow:hidden;
    margin:auto;
}

span.UsedChild 
{
    background-image:url('Images/used-child.png');
}

span.False 
{
    display:block;
    width:16px;
    height:0px;
    background:transparent url('Images/cross.gif') no-repeat;
    padding-top:16px;
    overflow:hidden;
    margin:auto;
}
td.ReadOnly span.False
{
    background-image:none !important;
}
td.ReadOnly span.True
{
    background:transparent url('Images/sprite-lockstatus.png') no-repeat 0px -90px !important;
    width:30px;
    padding-top:30px;
}

th.header
{
    border-bottom:solid 1px #d3d3d3;
    font-weight:bold;    
    cursor:pointer;
}
th.header a,th.header a:hover, th.header a:active
{
    text-decoration:none;
    color:Black;
}
th.headerSortDown
{
    background-image:url('Images/tablesort.gif');
    background-repeat: no-repeat;
    background-position:right -66px !important;
}
th.headerSortUp
{
    background-image:url('Images/tablesort.gif');
    background-repeat: no-repeat;
    background-position:right -120px !important;
}

#UserGroups table th
{
    text-align:center;
}
#UserGroups table td
{
    height:22px;
    line-height:22px;
    overflow:hidden;
    border-bottom:dotted 1px #d3d3d3;
    background:white;
}
#UserGroups table tr:nth-child(even) td 
{
    background:#F0F0F0;
}

#UserGroups table .Name
{
    text-align:left !important;
    padding-left:20px;
}
#UserGroups table td.Name a
{
    display:inline-block;
}
#UserGroups table th.Name
{
    padding-left:30px;
}
#UserGroups table .Controls
{
    width:60px;
}
#UserGroups table .Type
{
    width:200px;
    text-align:center;
}
#UserGroups table .Users
{
    width:80px;
    text-align:center;
}
#UserGroups table .DateAdded
{
    width:160px;
    text-align:center;
}
#UserGroups table .InUse
{
    width:80px;
    text-align:center;
}
#UserGroups table .Members
{
    width:80px;
    text-align:center;
}
#UserGroups table .Description
{
    text-align:left !important;
    padding-left:20px;
    color: #666666;
    display: block;
    font-size: x-small;
    font-style: italic;
    line-height: 16px;
}
#UserGroups table .AllDomains .Name, #UserGroups table .Licensed .Name, #UserGroups table .Internal .Name
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -96px;
}
#UserGroups table .External .Name
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -122px;
}
#UserGroups table .ConnectorAgent .Name
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -143px;
}
#UserGroups table .Internal .Name.master
{
    background-position:0 -169px;
}
#UserGroups table .External .Name.master
{
    background-position:0 -190px;
}
#UserGroups div.InternalUserGroupsTitle, #UserGroups div.ExternalUserGroupsTitle, #UserGroups div.ConnectorAgentUserGroupsTitle, #UserGroups div.IpUserGroupsTitle
{
    width:700px;
}
#UserGroups div.InternalUserGroupsCount, #UserGroups div.ExternalUserGroupsCount, #UserGroups div.ConnectorAgentUserGroupsCount, #UserGroups div.IpUserGroupsCount
{
    float:left;
    clear:right;
    text-align:left;
    min-width:300px;
}
#UserGroups table
{
    clear:both;
}
tfoot td.spacer
{
    height:40px !important;
}

#EditUserGroup table
{
    width:100%;
}

#EditUserGroup td.Label
{
    width:110px;
    text-align:right;
    padding-right:8px;
}

#EditUserGroup td.Value
{
    position:relative;
}
#EditUserGroup td.Suffix
{
    width:50px;
    text-align:left;
    padding-left:24px;
}

#EditUserGroup input
{
    width:100%;
}
#EditUserGroup select
{
    width:100%;
}
#EditUserGroup .spin-button
{
    width:100%;
}

ul.UserList
{
    margin:0px !important;
}
ul.UserList li, div.UserList div.AddInput
{
    padding:3px 40px 3px 20px;
    border-bottom:dotted 1px #d3d3d3;
    position:relative;
}
#Users .AddInput .Input
{
    padding-left:5px !important;
    width:640px;
}
div.AddInput
{
    border:none !important;
}
ul.UserList li div.controls
{
    position:absolute;
    right:0px;
    top:3px;
    text-align:left;
    width:36px;
}
div.UserList div.AddInput div.controls
{
    position:absolute;
    right:0px;
    top:4px;
    text-align:left !important;
    width:36px;
}
.User-Email
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px 0px;
}
.User-UserWildcard
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -48px;
}
.User-DomainWildcard
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -72px;
}
.User-UserGroupInternal, .User-UserGroupLicensed
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -96px;
}
.User-UserGroupExternal
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -120px;
}
.User-UserGroupConnectorAgent
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -120px;
}

li.title
{
    border-bottom:1px solid #D3D3D3;    
    font-weight:bold;
}

#Processing, #ProcessingResult
{
    margin:auto;
    padding:20px;
    text-align:center;
}
#ImportUsers
{
    position:relative;
    padding:20px;
}
#UserGroups
{
    margin-top:4px;
    *margin-top:30px;
}
#Users
{
    margin-top:70px;
    position:relative;
}
#selChildUserGroup
{
    margin-top:10px;
    width:100%;
}
#selChildIpGroup
{
    margin-top:10px;
    width:100%;
}

span.Archive, span.Quarantine, span.Parking
{
    background:transparent url('Images/sprite-folders.png') no-repeat 0px 0px;
    height:40px;
    padding-left:40px;
    line-height:40px;
    display:block;
    font-weight:bold;
    font-size:small;
    border-bottom:dotted 1px #d3d3d3;
    clear:both;
}
span.Archive
{
    background-position: 0px -80px;
}
span.Quarantine
{
}
span.Parking
{
    background-position: 0px -40px;
}
#FolderList
{
    margin:10px 0px 0px !important;
    padding:0px !important;
}
#FolderList li
{
    margin-bottom:10px;
}

#FolderList dt
{
    width:400px;
    margin-left:60px;
    clear:both;
    float:left;
    padding:4px;
}
#FolderList dd
{
    clear:right;
    padding:4px;  
} 
#Stamps, #TextCensors
{
    margin-top:34px;
}
#Templates {
    margin-top:44px;
}
#Templates td, #Stamps td, #TextCensors td
{
    overflow:hidden;
}
#Templates .Name
{
    width:540px;
    padding-left:30px;
}
#Templates td.Name
{
    background-image: url("Images/sprite-templates.png");
    background-position: 4px -2px;
    background-repeat:no-repeat;  
}
#Stamps .Name
{
    width:540px;
    padding-left:30px;
}
#Stamps td.Name
{
    background-image: url("Images/stamp.png");
    background-position: 0 0;
    background-repeat:no-repeat;  
}
#TextCensors #thName
{
    width:460px;
    padding-left:30px;
}
#TextCensors td.Name
{
    padding-left:30px;
    background-image: url("Images/textcensor.png");
    background-position: 0 0;
    background-repeat:no-repeat;    
}

#Templates .InUse, #Stamps .InUse, #TextCensors #thInUse, #TextCensors #thItems
{
    width:80px;
}
#tblTemplates th, #tblStamps th, #tblTextCensors th
{
    width:60px;
}
#thWeighting
{
    width:100px;
    text-align:center;
}
#thWeightingType
{
    width:140px;
    text-align:center;
}
#thCensorText, #TextCensorEditor td.CensorText
{
    width:auto;
    padding-left:10px;
}

#Templates td.Digest
{
    background-image: url("Images/sprite-digests.png");
}
#Templates .controls, #Stamps .controls
{
    width:70px;
    text-align:center;
}
#Templates td.controls div.controls, #Stamps td.controls div.controls
{
	width:65px;
}
#TextCensors td.controls, #TextCensorEditor td.controls
{
    width:60px;
    text-align:center;
}
#TextCensorEditor td.controls
{
    vertical-align:top;
}

#TextCensors td.Items, #TextCensorEditor td.Weighting, #TextCensorEditor td.WeightingType
{
    text-align:center;
}
#Templates td.controls div, #Stamp td.controls div, #TextCensors td.controls div, #TextCensorEditor td.controls div
{
    float:right;
}
#TextCensors td.controls div.controls
{
	width:60px !important;
}
#thInUse, #thItems
{
    text-align:center;
}
#thName, #thCensorText
{
    text-align:left;
}
#TemplateEditor, .StampEditor, #TextCensorEditor
{
    position:relative;
}

#TemplateEditorTabs-Options li span.Heading
{
    display:block;
    font-size:small;
    font-weight:bold;
    border-bottom:solid 1px #d3d3d3;
    margin-bottom:4px;
}
#TemplateEditorTabs-Options li
{
    margin-bottom:10px;
    clear:both;
}
#TemplateEditorTabs-Options ul
{
    padding:0px !important;
    margin:0px !important;
}
#TemplateEditorTabs-Options li dl
{
    padding-bottom:50px;
}
#TemplateEditorTabs-Options li dt
{
    float:left;
    line-height:18px;
    margin:0;
    padding:3px 0px;
    padding-right:5px;
    text-align:right;
    width:120px;
    clear:left;
}
#TemplateEditorTabs-Options li dd
{    
    clear:right;
    display:block;
    padding:3px 0px;
    line-height:18px;
    margin:0;
    width:490px;  
    float:left;
    *float:none;  
}

#TemplateEditorTabs-Options li dd input[type=text]
{
    width:100%;
}

#TemplateEditor .settings
{
    height:120px;
    clear:both;
}
.StampEditor .settings
{
    height:65px;
    clear:both
}
.StampEditor .settings dl
{
    padding-top:8px;
}
#TextCensorEditor .settings
{
    height:100px;
    *height:130px;
    clear:both;
}
#TemplateEditor .settings input, .StampEditor .settings input, .StampEditor .settings select, #TextCensorEditor .settings dd input
{
    width:100%;
}

#TemplateEditor .settings dt, .StampEditor .settings dt, #TextCensorEditor .settings dt
{
    float:left;
    text-align:right;
    width:120px;
}
#TextCensorEditor .settings dt
{
    width:140px;
    clear:left;
    line-height:24px;
}
#TextCensorEditor .settings input[type=checkbox]
{
    position:relative;
    top:2px;
}

#TemplateEditor .settings dd, .StampEditor .settings dd, #TextCensorEditor .settings dd
{    
    clear:right;
    display:block;
    margin:0;
    margin-left:150px;
    height:24px;
    width:470px;
    background:transparent;
}
#TextCensorEditor .settings dd
{
    width:440px;
}
#TemplateEditorTabs .tab, #StampEditorTabs .tab, #LoginEditorTabs .tab
{
    height: 300px;
}
#TemplateEditorTabs .tab, #StampEditorTabs .tab
{
    padding:5px 10px !important;
}
#TemplateEditorTabs, #StampEditorTabs, #DigestEditorTabs, #LoginEditorTabs
{
    background:White !important;
}
#TemplateEditorTabs .ui-tabs-nav, #StampEditorTabs .ui-tabs-nav, #DigestEditorTabs .ui-tabs-nav, #LoginEditorTabs .ui-tabs-nav, .MessageViewerTabs .ui-tabs-nav
{
    padding-left:10px;
}
#TemplateEditorTabs .ui-tabs-selected, #StampEditorTabs .ui-tabs-selected, #DigestEditorTabs .ui-tabs-selected, #LoginEditorTabs .ui-tabs-selected, .MessageViewerTabs .ui-tabs-selected
{
    background: White !important;
    border-color:#402D62 !important;
}
#TemplateEditorTabs .ui-tabs-selected a, #StampEditorTabs .ui-tabs-selected a, #DigestEditorTabs .ui-tabs-selected a, #LoginEditorTabs .ui-tabs-selected a, .MessageViewerTabs .ui-tabs-selected a
{
    color:Black !important;
}
#txtHtml
{
    width:100%;
    height:260px;
}
.txtPlainText
{
    width:100%;
    height:290px;
}

#selBaseOn
{
    margin-top:20px;
}

#TextCensorEditor .settings dt input
{
    margin-left:2px;
}
#TextCensorEditor .settings dl
{
    border-top:solid 1px #4169E1;
    padding-top:5px;
    width:590px;
    margin:0;
}
#TextCensorEditor .settings ul
{
    margin:0px !important;
}
#TextCensorEditor .settings ul li
{
    float:left;
    width:80px;
}
#TextCensorEditor .settings ul li.Attachments
{
    width:120px;
}

#TextCensorEditor .settings ul li input
{
    margin-right:2px;
    width:auto !important;
}

#txtTriggerLevel
{
    width:100px !important;
}

#TextCensorEditor .items
{
    clear:both;
    margin-top:30px;
}
#TextCensorEditor h4 
{
    color:#434755;
}
#TextCensorEditor .items h4
{
    border-bottom:solid 1px #4169E1;
    margin-bottom:10px;
}
#TextCensorEditor td.loading
{
    text-align:center;
    padding:20px;
}
#TextCensorItemEditor textarea
{
    width:99%;
    display:block;
    height:100px;
}
#TextCensorItemEditor #tciExpressionName
{
    position:absolute;
    right: 50px;
    left: 40px;
    top: 330px;
}
#TextCensorItemEditor .settings h3
{
    border-bottom: dotted 1px #d3d3d3;
    margin-top:5px;
    margin-bottom:5px;
}
#TextCensorItemEditor .settings .type li
{
    padding-bottom:5px;
}
#TextCensorItemEditor .settings .type li input
{
    *position:absolute;
    *left:20px;
}
#TextCensorItemEditor .settings .type li label
{
    padding-left: 20px;
    display:block;
    margin-top:-20px;
}

#TextCensorItemEditor .censortexthelp
{
    list-style-type:disc;   
    padding-left:20px;
}
#txtItemCensorText
{
    width:100%;
    *width:95%;
}
#tblItems thead tr th
{
	cursor:default !important;
}
#DigestScheduleEditor dt
{
    clear:left;
    float:left;
    width:80px;
    margin-bottom:4px;
}
#DigestScheduleEditor dd
{
    clear:right;
    float:left;
    *float:none;
    max-width:80%;
    margin-bottom:4px;
}
#DigestScheduleEditor ul, #DigestEditor ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}
#DigestEditor ul
{
	margin-top:5px;
}
#DigestScheduleEditor ul li
{
    float:left;
    clear:none;
    width:120px;
}
#DigestEditorTabs-Schedules 
{
    position:relative;
    *margin-top:10px;
}
#DigestEditorTabs-Schedules .editorControls
{
    position:absolute;
    right:10px;
    top:10px;
    *top:-4px;
    width:auto !important;
}
#DigestEditorTabs-Schedules .editorControls a, #DigestEditorTabs-Schedules .editorControls input.btn
{
    width:140px;
}
#DigestEditor #txtName
{
    width:360px !important;
}
#UserGroups h4
{
    margin-top:20px;
    display:table-cell;
    width:400px;
}
#TemplateEditorTabs
{
    font-size:small;
}
#TemplateEditorTabs dl
{
    padding:0px !important;
    margin:0px !important;
}
#TextCensorItemEditor
{
    font-size:small;
}
#TextCensorItemEditor ul, div#TextCensorItemEditor dl
{
    margin:0px !important;
}
#Users thead th
{
	text-align:left;
}
#Users thead th a, #Users thead th a:hover
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}
#Users tbody td
{
	line-height:22px;	
}
#Users td.Username, #UserGroupUsersController .Username
{
	width:auto !important; 
}
#Users td.Username div
{
	width:250px; 
	display:inline-block;
	word-wrap: break-word;
}
#Users td.Username span
{
    width:250px;
    display:block;
}
#Users td.Username input
{
	width:620px;
}
#Users .Fullname
{
	width:340px;
}
#Users td.Fullname div
{
	width:340px;
	display:inline-block;
	word-wrap: break-word;    
}
*+html #Users td.Fullname div, *+html #Users td.Username div  /* ie7 */
{
    word-wrap:normal;
    overflow:hidden;
}
#Users td.Fullname span
{
	width:340px;
    display:block;
}
#Users .Cidr 
{
	width:80px;
}
#Users .Type 
{
	width:80px;
}
#Users .IpAddressFrom 
{
	width:200px;
}
#Users .IpAddressTo 
{
	width:200px;
}
#Users .NumOfAddresses 
{
	width:160px;
}
#Users .DateAdded 
{
	width:180px;
}
#Users span.icon
{
    display:block;
    height:22px;
    width:22px;
}
#Users .Controls 
{
    width:50px;
}
#Users td.Email span.icon
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px 0px;
}
#Users td.UserWildcard span.icon
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -48px;
}
#Users td.DomainWildcard span.icon
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -72px;
}
#Users td.UserGroupInternal span.icon, #Users td.UserGroupLicensed span.icon
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -96px;
}
#Users td.UserGroupExternal span.icon
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -120px;
}
#Users td.UserGroupConnectorAgent span.icon
{
    background:transparent url('Images/sprite-users.png') no-repeat 0px -147px;
}

#Users tr.alias td.Username span
{
    padding-left:10px;
}
#Users tr.alias td.Email span.icon
{
    background:transparent;
}
#Users tbody tr.alias td
{
	border-top: none;
	line-height:18px;	
}
#AddUser input, #EditUser input, #AddIp input, #EditIp input[full="true"]
{
	margin-top:8px;
	width:98%;
}
#AddUser dt.FullName, #EditUser dt.FullName
{
    margin-top:8px;
}
#EditIp dt.IpAddressCidr, #EditIp dt.IpAddressRange, #EditIp dt.Description
{
    margin-top:8px;
}
#EditIp dd.IpAddressRangeHolder
{
    margin-top:8px;
	width:98%;
}
#tblBtmExclusions
{
    display:block;
    clear:both;
    margin-top:10px;
            
    border-collapse:collapse;
}
#tblBtmExclusions td
{
    border-bottom:1px dotted lightGrey;
    line-height: 28px;
}
#tblBtmExclusions .domain
{
    width:630px;
    text-align:left;
}
#tblBtmExclusions .domain input
{
    width:620px;
}
#tblBtmExclusions .domain.invalid
{
    color:red;
}
#tblBtmExclusions td.domain
{
    padding-left:30px;
    background: url('Images/domain.png') no-repeat scroll 6px 7px transparent;
}
#tblBtmExclusions.disabled td.domain
{
    background-image:url('Images/domain-disabled.png');
}
#tblBtmExclusions td.controls a
{
    vertical-align:middle;
}
.btm-buttons
{
    position:absolute;
    top:80px;
    right:30px; 
}
.btm-buttons .btn
{
    margin-right:10px;
}
#tblBtmExclusions.disabled td
{
    color:#777;
    font-style:italic;
}
#TextCensorItemEditor #lblExpressionName 
{
    padding-top: 5px;
    display: block;
}
#TextCensorItemEditor #tciExpressionName
{
    position:absolute;
    right:10px;
    left:136px;
}

.txtExecutiveNamesList {
    width: 100%;
    height: 290px;
}

.enl-buttons {
    padding: 15px;
    float: right;
}

body.ie #TextCensorItemEditor #tciExpressionName
{
    width:240px;
    position:static;
}
.listfilter 
{
    float: right;
    position: relative;
    top: -10px;
    background:transparent url('images/filter_background.gif') no-repeat 0 0;
    width:240px;
	height:22px;
	margin-bottom:6px;
	padding-bottom:2px;
}
.listfilter > input[type=submit] 
{
    display:none;
}
.listfilter > input[type=text] 
{
	margin-left:10px;
	width:182px;
	padding-left:20px;
	background:transparent url(images/filter.gif) no-repeat 0 0;
	border:none;
	margin-top: 2px;
}
.listfilter > input:focus {
    outline-width: 0;
}
.listfilter > input::-ms-clear {
    display: none;
}
.listfilter .watermark
{
	color:#666;
	font-style:italic;
}
.listfilter .action
{
	width:16px;
	height:16px;
	display:inline-block;
	position:relative;
	top:2px;
}
.listfilter .action
{
	background:transparent url(images/filter_clear.gif) no-repeat 0 1px;
}
.listfilter .action.loading
{
	background:transparent url(images/smallloading.gif) no-repeat 0 1px;
}

#Users .listfilter 
{
    position:absolute;
    right:0;
    top:-30px;
}
#UserGroups .listfilter 
{
    top:-4px;
}
#UserGroups a:visited, a:active 
{
    color:Black;
}
#UserGroups .ui-tabs-panel 
{
    min-height:400px;
}

#UserGroupUsersController td.Username 
{
    background-repeat:no-repeat;
    background-position: 0 0;
    background-image:url('Images/sprite-users.png');
    padding-left:20px;
}
#UserGroupUsersController td.UserWildcard 
{
    background-position:0 -48px;
}
#UserGroupUsersController td.DomainWildcard
{
    background-position:0 -72px;
}
#UserGroupUsersController td.UserGroupInternal, #UserGroupUsersController td.UserGroupLicensed
{
    background-position:0 -96px;
}
#UserGroupUsersController td.UserGroupExternal
{
    background-position:0 -120px;
}
#UserGroupUsersController td.UserGroupConnectorAgent
{
    background-position:0 -147px;
}
#UserGroupUsersController td.alias 
{
    padding-left:30px;
    background-image:none !important;
}

.RuleView-UserGroupExceptions
{
    margin:0px !important;
    position:relative;
    width:100%;
    height:100%;
}
.userexceptions-matchingoptions 
{
    margin:0;
    list-style:none;
}
.userexceptions-criteria 
{
    margin-left:20px;
    background: #FFF;
    border: solid 1px #D3D3D3;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 40px;
    right:0;
    overflow-y: auto;
    overflow-x: hidden;
}        
.userexceptions-criteria label 
{
    padding-left:20px;
    position:relative;
    display:inline-block;
}
.userexceptions-criteria input[type=checkbox] 
{
    position:absolute;
    left:0;
    top:2px;
}
.userexceptions-criteria.disabled,
.userexceptions-criteria.disabled a
{
    color:grey !important;
    cursor:default !important;
}
.userexceptions-criteria a.checked 
{
    color:Blue;
}
.userexceptions-criteria a.checked.missing 
{
    color:Red;
}