/* Bento UI Button */
button 
{
   display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;input
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(to bottom, #ffffff, #e7e7e7);
  background-repeat: repeat-x;
  border: 1px solid #d0d0d0;
  border-color: #e7e7e7 #e7e7e7 #c1c1c1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b7b7b7;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe7e7e7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    
}

button:hover 
{
    color: #606060;
    background-color: #e7e7e7;
    *background-color: #dadada;
    color: #333;
    text-decoration: none;
    background-position: 0 -30px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

button.disabled, button.disabled:hover
{
    background-image: none;
    background-color: rgb(221, 221, 221);
    cursor: inherit;
    color: inherit;
}

/* @group Template Listing */

#new_document_template_form { display: none; }

/* @group Header */

/* @group Template Filters */

/*.templates .templateFilters { margin-top:-50px}*/

.ie7 .templates .siteheader {margin-top:0;}
.ie7 .templateFilters {position:absolute;z-index:1;left:0;}

.templateFilters .selectDrop select { width: 100%; position: absolute; left: 0; top: 0; cursor: pointer; height: 23px; line-height: 23px; display: block; -webkit-appearance: menulist-button; opacity: 0; }

.templateFilters .selectDrop,
.templateFilters .multiDrop { position: relative; display: block; width: 106px; height: 27px; float: left; margin: 11px 10px 0 0; z-index: 1001; }

.templateFilters .selectDrop label,
.templateFilters .multiDrop .title { display: block; background: url(../Images/siteUiEements.png); height: 23px; position: relative; line-height: 23px; font-size: 11px; padding: 0 0 0 12px; font-weight: bold; color: #3D3F42; text-shadow: 0 1px 0 rgba(255, 255, 255, .65); }

.templateFilters .selectDrop .title span,
.templateFilters .multiDrop .title span { display: block; background: #BFBFBF url(../Images/siteUiEements.png) right 0 no-repeat; height: 23px; position: absolute; right: 0; top: 0; width: 23px; }

.templateFilters .selectDrop .listPop,
.templateFilters .multiDrop .listPop { display: none }
#templateFilterByReturnType { left: 0; z-index: 1000; }
#templateFilterByFillingInstr { left: 125px; z-index: 900;/*background-color:#ddd; border-color:#000;*/ }

.templateFilters .multiDrop .multiList { position: absolute; top: 24px; overflow: hidden; border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; padding: 0 3px; }

.templateFilters .multiDrop .multiList { position: absolute; top: 24px; right: 0; z-index: 1000; overflow: hidden; border-radius: 5px 0 5px 5px; -moz-border-radius: 5px 0 5px 5px; -webkit-border-radius: 5px 0 5px 5px; padding: 0 3px; }

.templateFilters .multiDrop .multiList li { display: block } 

.templateFilters .multiDrop .multiList li a { background-image: url(../Images/filterby-indicators-on.png); color: #666; text-decoration: line-through; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px 5px 5px 30px; font-weight: bold; font-size: 13px; line-height: 15px; position: relative; display: block; margin: 3px 0; }

.templateFilters { height: 46px; margin: 0 0 0 180px; padding: 0 0 0 27px; }

.templateFilters .multiDrop .multiList li.active a { color: #fff; background: #666 url(../Images/filterby-indicators.png) no-repeat left center; text-decoration:none; }
.templateFilters .multiDrop .multiList li.active a:hover {color:#fff;} 

.templateFilters .multiDrop .multiList .active a:after { content: "."; display: block; position: absolute; top: 50%; margin-top: -8px; left: 8px; overflow: hidden; text-indent: -2000em; width: 18px; height: 18px; }

.templateFilters .multiDrop .multiList li a input { position: absolute; left: 0; top: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

.templateFilters .multiDrop .multiList { background: #fcfcfc; background: rgba(255, 255, 255, 0.9); width: 120px; border: 1px solid #666; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6); }

#templateFilterByReturnType_ds,
#templateFilterByFillingInstr_ds {display:none; background-color:#000; filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=10) alpha(opacity=50);position:absolute;}
#templateFilterByReturnType_ds {z-index:901;width:120px;}
#templateFilterByFillingInstr_ds {z-index:899;width:120px;}

.templateFilters .multiDrop .multiList li a:hover { color: #000 } 

.templateWrap { overflow: visible; margin: 0 0 0 180px; }

.templateFilters .searchbox { display: block; background: url(../Images/editorButtonSprite.png) -364px -109px no-repeat; height: 23px; width: 250px; position: relative; float: left; z-index: 1111; margin: 11px 15px 0 0; }

.templateFilters .searchbox label { position: absolute; top: 0; left: 10px; height: 23px; line-height: 23px; color: #3D3F42; font-weight: bold; display: block; font-size: 11px; }

.templateFilters .searchbox.activeSearch label { height: 14px; width: 14px; overflow: hidden; text-indent: -2000em; background: url(../Images/dataFieldModalButtons.png) -20px -686px no-repeat; top: 4px; }

.templateFilters .searchbox #template_search_text { border: none; height: 20px; width: 100%; background: none; line-height: 20px; text-indent: 60px; outline: none; padding: 0; font-size: 11px; }

.taxYearTitle { color: Red; font-weight: bold; font-size: 16px; padding: 12px; vertical-align: -13px; }

/* @end */

/* @group Aside Nav */

.templateNavigation { left: 0; position: absolute; top: 47px; width: 180px; bottom: 0; background-color: #fff; border-right: 1px solid #ccc;}

.templateNavigation:after { position: absolute; display: block; height: 7px; width: 180px; content: "."; overflow: hidden; text-indent: -2000em; top: 0; left: 0; }

.templateNavigation a { font-size: 13px; display: block; color: #0083bf; line-height: 49px; height: 49px; padding: 0 0 0 10px; position: relative; border-bottom: 1px solid #cecece; }

.templateNavigation a:hover { background-color: #ececec; }

.templateNavigation a span { width: 24px; height: 28px; display: block; position: absolute; top: 10px; left: 10px; }

.templateNavigation .filing span { background-position: -265px -152px; }

.templateNavigation .filing span.count,
.templateNavigation .letter span.count { background-color: #ececec; left: 145px; top: 13px; z-index: 1; position: absolute; text-align: center; padding: 2px 5px 0 5px; width: 19px; height: 21px; display: block; line-height: 20px; font-size: 12px; font-weight: bold; color: #008fbf; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; }

.templateNavigation .filing.active span.count,
.templateNavigation .letter.active span.count { display: none }

.templateNavigation a.filing:hover span.count,
.templateNavigation a.letter:hover span.count { color: #999; }

.templateNavigation .letter span { background-position: -372px -152px; }

.templateNavigation .settings span { background-position: -481px -152px; }

.templateNavigation .active, .templateNavigation .active:hover { color: white; background-color: #999; }

.templateNavigation .active.filing span { background-position: -301px -152px; }

.templateNavigation .active.letter span { background-position: -408px -152px; }

.templateNavigation .active.settings span { background-position: -521px -152px; }

.preparerTemplateNavigation { left: 0; position: fixed; top: 50px; width: 180px; bottom: 0; background-color: #fff; border-right: 1px solid #ccc; z-index: 3000; }

/* @end */

/* @group Logo */

.siteheader { background-color: #f6f7f8; border-bottom: 1px solid #ccc; height: 50px; display: block; width: 100%; position: absolute; top: 0; left: 0; z-index: 5;}

.container header.siteheader { overflow:visible; }

.siteheader h1 { position: absolute; left: 0; top: 0; background: url(../Images/siteSprites.png) 0 -1px; height: 42px; width: 179px; overflow: hidden; text-indent: -2000em; }

.preparerSiteHeader { background-color: #f6f7f8; border-bottom: 1px solid #ccc; height: 50px; display: block; width: 100%; position: fixed; top: 0; left: 0; z-index: 5000; }
/* @end */

.help { display: none; }

/* @end */

/* @group Settings */

/* @group Settings */

.settingSection { margin: 5px 5px 0 5px; background: url(../Images/settingSectionsBody.png) repeat-y right 0; }

.settingSection .settingHeadingSection { background: url(../Images/settingSections.png) no-repeat; display: block; padding: 0 0 0 5px; overflow: hidden; }

.settingSection .settingHeadingSection span { background: url(../Images/settingSections.png) right 0 no-repeat; display: block; height: 13px; width: auto; }

.settingSection .settingbodySection { background: url(../Images/settingSectionsBody.png) repeat-y 0 0; margin: 0 15px 0 0; padding: 5px 5px 5px 20px; }

.settingSection .settingfooterSection { background: url(../Images/settingSections.png) 0 bottom no-repeat; display: block; padding: 0 0 0 5px; overflow: hidden; }

.settingSection .settingfooterSection span { background: url(../Images/settingSections.png) right bottom no-repeat; display: block; height: 13px; width: auto; }

.settingSection h1 { color: #333; text-shadow: 0 1px 0 white; font-weight: bold; display: block; margin: 0 0 5px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; }

.settingSection .settingbodySection label { margin-left: 20px; }

.settingSection .settingbodySection label input { vertical-align: baseline; }

.settingSection .conheading 
{
    float: left;
}

.settingSection .fieldDetails label 
{
    width:160px;
    display:block;
    float:left;
}

.settingSection .fieldOptsOther 
{
    margin-bottom:25px;
}


.settingSection td .templateDetails 
{
    margin-bottom:25px;
    border-bottom:1px solid #000;
}

.settingSection .templateDetailOpts 
{
    margin:15px 0 25px 0;
}

.settingSection .templateWrapper,
.adminDataFieldWrapper,
.printCondition,
.defaultPlacementExpression,
.templatePlacementExpression,
.changeHistoryWrapper
{
    background-color:#ececec;
    padding:8px;
    margin:5px 5px 5px 0;
}

.adminHeader span.name 
{
}

.changeHistoryWrapper
{
    float: left;
    width: 100%;
}

.changeHistoryWrapper div
{
    float: left; 
}

.information .versionButton
{
    display:none;    
}

.adminEditor { margin-top: 0px; }

.adminEditLink { float:right; }

.settingSection .templateWrapper.editing,
.adminDataFieldWrapper.editing,
.dataFieldWrapper.editing,
.adminEditor.editing
{
    background:#fbf0df;
}

#templateFieldSearch 
{
    position: absolute;
    top: 85px;
    z-index: 100;
    right: 50px;
}

#performAuditContainer
{
    position:absolute;
    top:80px;
    z-index:100;
    right:50px;
}

.jurisdictionSelections {margin-top:15px;} 

.adminContainer { width: 100%; overflow-y: auto; overflow-x: hidden; display: block; }
.adminContainer.list {margin-top:47px !important;}


#eorgs_applyConvertersToSelectedBtn 
{
    margin: 10px 0 0 0;
}

#adminSelectContextsDialog td {height:25px;} 

#adminSelectContextsDialog .returnTypeField input,
#adminSelectContextsDialog .returnTypeField label,
#adminSelectContextsDialog .contextField input,
#adminSelectContextsDialog .contextField label,
#adminSelectTemplatesDialog .templateSelection input,
#adminSelectTemplatesDialog .templateSelection label 
{
    float:left;    
}

#adminSelectContextsDialog .returnTypeField input,
#adminSelectContextsDialog .contextField input,
#adminSelectTemplatesDialog .templateSelection input
{
    margin:4px 4px 0 0;
}

#adminSelectContextsDialog .returnTypeField label,
#adminSelectContextsDialog .contextField label 
{
    margin: 5px 10px 0 0;
    width: 138px;
    font-size: 11px;
    line-height: 13px;
}

#adminSelectTemplatesDialog .templateSelection label
{
    margin: 5px 10px 0 0;
    width: 250px;
    font-size: 11px;
    line-height: 13px;
}

.adminPagerTop {float:right;margin:15px 10px 0 0;}
.adminPagerTop a {color:#0364AF;text-decoration:underline;}

#adminNav {float:left;}
#adminNav .navOr {margin:15px 10px 0 10px;display:block;width:20px;float:left;}

.printJobDetailError {color: #A52A2A;}

.adminDataFieldWrapper .fieldDetails,
.adminDataFieldWrapper .templateFieldOther 
{
    float:left;
    width:50%;
}

.adminDataFieldWrapper .templateFieldOther 
{
    font-size:10px;
}

.adminDataFieldWrapper .templateFieldOther .contexts,
.adminDataFieldWrapper .templateFieldOther .returnTypes 
{
    float:left;
    width:45%;
}
.adminDataFieldWrapper .templateFieldOther .contexts 
{
    margin-right:15px;
}

.adminDataFieldWrapper .fieldOptions 
{
    padding: 10px;
    border: 1px solid #ccc;
    background: white;
    margin: 10px 15px 10px 0;
}

.adminDataFieldWrapper .optionValue 
{
    width:60px;
    float:left;
}

.adminDataFieldWrapper .optionName
{
    width:120px;
    float:left; 
}

.adminDataFieldWrapper .optionOp
{
    width:20px;
    float:left;
    text-align:center;
}

.adminDataFieldWrapper .optionEnd
{
    clear:both; 
}

.adminDataFieldWrapper .optionDeleteBtn
{
    float:left; 
    margin-left:5px;
}

.adminTemplatesFields 
{
    padding:5px 0 10px 10px;
    position:relative;
    top:-1px;
    overflow:auto;
}

.adminBody {position:relative;}
.adminBody .top,
.adminBody .btm {height:20px;position:absolute;width:98%;}
.adminBody .top {left:3px;top:0;z-index:10;}
.adminBody .btm {left:3px;bottom:2px;z-index:10;}
/*
.adminTemplatesFields .mid 
{
    height:600px;
    overflow:auto;
}

.ie7 .adminTemplatesFields .mid {position:relative}

*/

.adminTemplatesFields a {text-decoration:underline;color:#0364AF}
.adminTemplatesFields .contexts a,
.adminTemplatesFields .returnTypes a 
{
    display:block;
}

.settingSection .multiDrop select {position:absolute; left:-9000px;}
.settingSection .multiDrop label,
.settingSection .multiDrop label span,
.settingSection .multiDrop {float:left;}
.settingSection .multiDrop {position:relative;margin:15px 5px 0 0;padding-left:3px;z-index:100;}
.settingSection .multiDrop .arrow 
{
    display: block;
    background: #BFBFBF url(../Images/siteUiEements.png) right 0 no-repeat;
    height: 23px;
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
}
.settingSection .multiDrop .title {padding-left:5px;background: url(../Images/siteUiEements.png);height: 23px;width:90%;}
.settingSection .multiDrop .multiList {position:absolute;z-index:100;list-style:none;top:22px;left:3px !important;width:98%;border:1px solid #000}
.settingSection .multiDrop .multiList li {background:#666;color:#fff;}
.settingSection .multiDrop .multiList a {color:#fff;display:block;text-decoration:none}
.settingSection .multiDrop .multiList a span 
{
    display: block;
    padding: 0 0 2px 5px;
    margin: 0;
    line-height: 20px;    
}
.settingSection .multiDrop .multiList a:hover {background:#444;}
.settingSection #adminNav .multiDrop {width:140px}
.settingSection .templateType .multiDrop {width:140px;}
.settingSection .templateSubType .multiDrop {width:100px;}
.settingSection .returnType .multiDrop {width:100px;}
.settingSection .adminDataFieldWrapper .fieldName .multiDrop {width:105px;float:left;margin-top:0;}

.settingSection .adminDataFieldWrapper .fieldName input,
.settingSection .adminDataFieldWrapper .fieldName {float:left;}
.settingSection .adminDataFieldWrapper .fieldName input.name {width:54%;}
.settingSection .adminDataFieldWrapper .fieldName {width:100%;}
.settingSection .adminDataFieldWrapper .inlineEorgEditor {position:absolute; left:400px; width:200px;}

.settingSection .adminTop 
{
    width:35px;
    height:20px;
    background:transparent url(../Images/admn-ui-sprites.gif) no-repeat 0 -57px;
    position:relative;
    left:15px;
    z-index:1;
}

.settingSection .adminItemBottomBar
{
    clear: both;
}

.settingSection .linksAndSummaries
{
    float:left;
    font-size: 10px;
    width:40%;
}

.settingSection .linksAndSummaries tr td:first-child
{
    min-width: 140px;
}

.settingSection .templateFields,
.settingSection .templateFields input,
.settingSection .templateFields .labelGroup,
.settingSection .templateOptions,
.settingSection .templateOptions .contexts,
.settingSection .templateOptions .returnTypes
{
    float:left;
}

.settingSection .contextFields
{
    float:left;
    min-width:650px;
}

.settingSection .contextFields select,
.settingSection .contextFields input
.settingSection .contextFields .labelGroup,
{
    float:left;
}

.contextFields td {min-width:120px; text-align:right; padding-right:5px;}
.contextFields input.name {min-width:300px; padding-right:5px;}
.contextFields .returnTypeField {text-align:left;}

.printClientMappingFields label { float:left; min-width:100px; }
.printClientMappingFields input { float:left; min-width:100px; }
.printClientMappingFields input.tags { float:left; min-width:300px; }

.settingSection .templateFields input,
.settingSection .contextFields input,
.settingSection .contextFields select 
{
    margin-bottom:15px
}

.settingSection .adminTemplatesFields .saveBtn, 
.settingSection .adminTemplatesFields .cancelBtn, 
.settingSection .adminTemplatesFields .deleteBtn, 
.settingSection .adminTemplatesFields .saveBtnInline,
.settingSection .adminTemplatesFields .cancelBtnInline,
.settingSection .adminTemplatesFields .deleteBtnInline,
.settingSection .adminTemplatesFields .saveBtnInlineDisabled,
.settingSection .adminTemplatesFields .deleteBtnInlineDisabled,
.saveBtnInline
{
    height:24px;
    display:block;
    text-indent:-9000px;
    border:none;
    margin:10px 0;
}

.settingSection .adminTemplatesFields .saveBtnInline,
.settingSection .adminTemplatesFields .cancelBtnInline,
.settingSection .adminTemplatesFields .deleteBtnInline,
.settingSection .adminTemplatesFields .saveBtnInlineDisabled,
.settingSection .adminTemplatesFields .deleteBtnInlineDisabled,
.saveBtnInline
{
    display:inline-block;
}

.settingSection .adminTemplatesFields .saveBtn,
.settingSection .adminTemplatesFields .saveBtnInline,
.saveBtnInline
{
    background:transparent url(../Images/admn-ui-sprites.gif) no-repeat -271px 0;
    width:137px;
}

.settingSection .adminTemplatesFields .saveBtnInlineDisabled
{
   background :transparent url(../Images/admn-ui-sprites_bw.gif) no-repeat -271px 0;
    cursor: default;
    width:137px;
}


.settingSection .adminTemplatesFields .cancelBtn,
.settingSection .adminTemplatesFields .cancelBtnInline
{
    background:transparent url(../Images/admn-ui-sprites.gif) no-repeat -763px 0;
    width:85px;
}

.settingSection .adminTemplatesFields .deleteBtn,
.settingSection .adminTemplatesFields .deleteBtnInline
{
    background:transparent url(../Images/admn-ui-sprites.gif) no-repeat -679px 0;
    width:85px;
    margin:10px 20px;
}

.settingSection .adminTemplatesFields .deleteBtnInlineDisabled
{
    background:transparent url(../Images/admn-ui-sprites_bw.gif) no-repeat -679px 0;
    width:85px;
    margin:10px 20px;
    cursor: default;
}

.settingSection .adminTemplatesFields .deleteBtnInline {
    float:right;
}

.settingSection .templateFields .labelGroup,
.settingSection .contextFields .labelGroup 
{
    margin:0 15px 15px 0;
}
.settingSection .templateFields .labelGroup label,
.settingSection .contextFields .labelGroup label 
{
    display:block;
}

.settingSection .templateOptions .contexts 
{
    width:58%;
    margin-right:15px;
}

.settingSection .templateOptions .returnTypes 
{
    width:35%;
}

.settingSection .templateFields { width:50%;; }

.settingSection .contextFields { width:50%; } 

.settingSection .templateOptions 
{
    width:40%;
}

.settingSection .templateFields .id,
.settingSection .adminDataFieldWrapper .id
{
    width:35px;
    height:14px;
    margin-bottom:18px;
    border:none;
    background:transparent;
    position:absolute;
    left:-9000px;
}

.settingSection .dirty .templateFields .id,
.settingSection .dirty.adminDataFieldWrapper .id 
{
    background:transparent url(../Images/admn-ui-sprites.gif) no-repeat 0 -30px;
    text-indent:-9000px;
    width: 18px;
    margin-right: 17px;
}

.settingSection .templateFields .name 
{
    width:83%;
    margin-right:10px;
}

.settingSection .adminDataFieldWrapper .name 
{
    width:55%;
    margin-right:10px;
}


.adminDataFieldWrapper .labelGroup label,
.adminDataFieldWrapper .labelGroup input 
{
    margin:0 10px 10px 0;
}

.adminDataFieldWrapper .labelGroup input 
{
    width:43%;
}

.adminDataFieldWrapper .labelGroup select 
{
    width:44%;
}

.adminDataFieldWrapper .fieldNameType 
{
    width:80px;
}

.documentContextName
{
    width:95%;
}

.returnTypeField
{
    width:80px;
}

.adminDataFieldWrapper .fieldName 
{
    margin-bottom:10px;
}

.adminDataFieldWrapper .labelGroup label 
{
    margin-left:0;
    width:160px;
}

.settingSection .contexts,
.settingSection .returnTypes 
{
    font-size:9px;
}

.adminFilterLink
{
    float:left;
    margin: 11px 15px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    font-size: 11px;
}

a.adminFilterLink 
{
    text-transform: none;
    text-decoration:underline;
    color: #0083bf; 
    font-weight: none;
    font-size: 13px;
}

.adminFilterSelect
{
    margin: 11px 15px 0 0;
    display: none;
}

.adminFilterShow
{
    display: inline;
}

.settingSection .addTmplBtn,
.settingSection .addFieldBtn, 
.settingSection .addContextBtn,
.settingSection .addPrintClientMappingBtn,
.settingSection .saveEorgsBtn,
.settingSection .addXMLFileCompareBtn
{
    margin-left: 10px;
    margin-bottom: 4px;
    float:right;
    color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e38a13;
  *background-color: #cc790b;
  background-image: -moz-linear-gradient(top, #f39518, #cc790b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f39518), to(#cc790b));
  background-image: -webkit-linear-gradient(top, #f39518, #cc790b);
  background-image: -o-linear-gradient(top, #f39518, #cc790b);
  background-image: linear-gradient(to bottom, #f39518, #cc790b);
  background-repeat: repeat-x;
  border-color: #cc790b #cc790b #834e07;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff39518', endColorstr='#ffcc790b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
}

.settingSection .addTmplBtnDisabled,
.settingSection .addFieldBtnDisabled,
.settingSection .addContextBtnDisabled,
.settingSection .addPrintClientMappingBtnDisabled,
.settingSection .addXMLFileCompareBtnDisabled
{
    margin:0px 0px 7x 0px;
    background:transparent url(../Images/admn-ui-sprites_bw.gif) no-repeat left top;
    border:none;
    text-indent:-9000px;
    width:136px;
    height:22px;
    float:right;
    cursor: default;
}
.settingSection .addFieldBtn {background-position:-135px 0;}
.settingSection .addFieldBtnDisabled {background-position:-135px 0;}
.settingSection .saveEorgsBtn {background-position:-847px 0; width: 108px;}

.settingSection .addContextBtn 
{
    background-position:-407px 0;
    width: 136px;
}
.settingSection .addContextBtnDisabled 
{
    background-position:-407px 0;
    width: 136px;
    cursor: default;
}

.settingSection .addPrintClientMappingBtn
{
    background-position:-543px 0;
    /*width: 136px;*/
}

.settingSection .addPrintClientMappingBtnDisabled
{
    background-position:-543px 0;
    width: 136px;
    cursor: default;
}

.settingSection .addXMLFileCompareBtnDisabled
{
    background-position:-938px 0;
    width: 84px;
    cursor: default;
    margin-left: 5px;
}

.settingSection .fieldOpts,
.settingSection .internalFields 
{
    float:left;
    font-size:10px;
}

.settingSection .usageReportLink
{
    float:left;
    font-size:10px;
    margin-left:10px;
}

.settingSection .fieldOpts 
{
    width:47%;
    margin-right:3%;    
}

.settingSection .tmplTmplHeading 
{
    display:block;
    padding-bottom:15px; 
}

.settingSection .fieldOption 
{
    margin-bottom:10px;
}

/* @end */

/* @group Image Bank */
.ie7 .templateSettingsNav {width:500px;}
.templateSettingsNav li { float: left;}

.templateSettingsNav li a 
{
    background:url(../Images/admin-tabs.gif) no-repeat left top;
    display:block;
    height:22px;
    text-indent:-9000px;
    margin-top:10px;    
}

.templateSettingsNav li.active #templateSettingsImages {background-position:0 -24px;}
.templateSettingsNav li.active #templateSettingsLetterhead {background-position:-103px -24px;}
.templateSettingsNav li.active #templateSettingsStyling {background-position:-248px -24px;}
.templateSettingsNav li.active #templateSettingsSystemSettings { background-position:-366px -24px;}

#templateSettingsImages { width:103px; }
#templateSettingsLetterhead { width:145px; background-position:-103px 0; }
#templateSettingsStyling { width:117px; background-position:-248px 0; }
#templateSettingsSystemSettings { width:108px; background-position:-366px 0; }

.templateSettings .customerImages { display: block; overflow: hidden; margin: 0; padding: 0; }

.templateSettings .customerImages .image { display: block; background: #fff; position: relative; float: left; width: 100px; height: 100px; margin: 15px; }

.templateSettings .customerImages .image .imageCenter { margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

.templateSettings .customerImages .image img.imageCenter { max-height: 100%; max-width: 100%; }

.templateSettings .customerImages .image .overlay { display: block; overflow: hidden; position: absolute; top: -7px; left: -8px; width: 116px; height: 116px; background: url(../Images/imageBankHighlight.png) 0 4px no-repeat; text-indent: -2000em; }

.templateSettings .customerImages .image .overlay:hover { background: url(../Images/imageBankHighlight.png) 0 -120px no-repeat }

.templateSettings .customerImages .image .overlay:active { background: url(../Images/imageBankHighlight.png) 0 -250px no-repeat }

.deleteImageForm { visibility: hidden }

#new_image_upload_form { display: block; overflow: hidden; }

.templateSettings #uploadFile { width: 300px; padding: 10px; font-size: 15px; border: none; color: #555; background: #EBEBEB; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float: left; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; cursor: pointer; }

.templateSettings .allowed { display: block; color: #969696; font-size: 10px; clear: both; }

.templateSettings #imageSubmit, .templateSettings #XMLFileSubmit, #copyButton { /*text-indent: -9000px;*/ display: block; float: left; /*background: url(../Images/editorSprite.png) no-repeat -178px -42px;*/ margin: 7px 0 0 15px; }
.templateSettings #imageSubmit, .templateSettings #XMLFileSubmit, #copyButton { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #e38a13; *background-color: #cc790b; background-image: -moz-linear-gradient(top, #f39518, #cc790b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f39518), to(#cc790b)); background-image: -webkit-linear-gradient(top, #f39518, #cc790b); background-image: -o-linear-gradient(top, #f39518, #cc790b); background-image: linear-gradient(to bottom, #f39518, #cc790b); background-repeat: repeat-x; border-color: #cc790b #cc790b #834e07; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff39518', endColorstr='#ffcc790b', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(eneabled=false); -webkit-border-radius: 1px; -moz-border-radius: 2px; border-radius: 2px;}
.templateSettings #imageSubmit:hover, .templateSettings #XMLFileSubmit:hover, #copyButton.zeroclipboard-is-hover  
{
    color: #fff;
    background-color: #cc790b;
    *background-color: #b46b0a;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
    
.templateSettings #imageSubmit, .templateSettings #XMLFileSubmit, #copyButton  
{ 
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe7e7e7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);         
}

#copyButton
{
    float: right;
    margin-right: 5px;
}

#copyButtonDiv
{
    
   position: absolute;
    margin-top: -35px;
    margin-left: 458px;
}

#copyData
{
    position: relative;
    margin-top: 20px;
    overflow: auto;
        
}

#copyAudit
{
    margin-top: 20px;    
}

#AuditcopyButtonDiv
{    
   position: absolute;
    margin-top: -41px;
    margin-left: 458px;
}

.disabledErrorType
{
    color: #ccc;
}

.ie7 .templateSettings #imageSubmit,
.ie8 .templateSettings #imageSubmit,
.ie9 .templateSettings #imageSubmit,
.ie7 .templateSettings #XMLFileSubmit,
.ie8 .templateSettings #XMLFileSubmit,
.ie9 .templateSettings #XMLFileSubmit { margin-top: 4px; } 

.templateSettings #imageSubmit:hover { /*background: url(../Images/editorSprite.png) no-repeat -262px -42px*/ }


/* @end */
/* @group AdministrationSettings */

.administrationNav li { float: left; margin-right: 10px; list-style:none; }

/* @ */


/* @end */

/* @group Documents */

/* @group Tooltip listing */

.stdTip { display: block; height: auto; position: absolute; width: 288px; z-index: 2; margin: -2px 0 0 -2px; }

.stdTip .head { background: url(../Images/stdTip.png) no-repeat 0 0; display: block; width: auto; height: 12px; }

.stdTip #toolTipBody { background: url(../Images/stdTip.png) repeat-y right 0; display: block; width: auto; height: auto; margin: 0; padding: 0 4px; }

.stdTip .foot { background: url(../Images/stdTip.png) no-repeat 0 -39px; display: block; width: auto; height: 14px; }

.stdTip .arrow { background: url(../Images/stdTip.png) no-repeat 0 -87px; display: block; width: 26px; height: 12px; position: absolute; }

.stdTip.topleft .arrow { top: -11px; left: 55px; background-position: -74px -63px; height: 20px; width: 23px; }

.stdTip.bottomleft .arrow { bottom: -8px; left: 55px; background-position: -27px -58px; height: 25px; width: 26px; }

.stdTip.topright .arrow { top: -11px; right: 55px; background-position: -74px -63px; height: 20px; width: 23px; }

.stdTip.bottomright .arrow { bottom: -8px; right: 55px; background-position: -27px -58px; height: 25px; width: 26px; }

.stdTip #toolTipBody table { font-size: 12px; line-height: 14px; }

.stdTip #toolTipBody table .title { font-weight: bold; background: url(../Images/modalButtons.png) -1px -415px no-repeat; padding: 5px 7px; }

.stdTip #toolTipBody table .value { background: url(../Images/modalButtons.png) 0 -415px no-repeat; padding: 2px 7px; }

.stdTip #toolTipBody table .title.tbl1 { background: none; }

.stdTip #toolTipBody table .value.tbl1 { background: url(../Images/modalButtons.png) 0 -417px no-repeat; }

/* @end */

.templateContainer { width: 100%; overflow-y: auto; overflow-x: hidden; display: block; }

.templateContainer.list {margin-top:47px !important;}

.templateSettingsContainer {margin-top:67px;}

.templates .ieWrap { overflow: hidden; display: block; clear: both; overflow: hidden; margin: 0; }

.list .document { display: block; margin: 10px 10px 5px 7px; position: relative; height: 140px; width: 137px; float: left; padding: 0 5px; }

.list .document.paper { background: url(../Images/lightList.png) no-repeat -144px 0; }

.list .document.efile { background: url(../Images/lightList.png) no-repeat 0 0; }

.list .document.shared { background: url(../Images/lightList.png) no-repeat -288px 0; }

.list .document.paper:hover, 
.list .document.efile:hover, 
.list .document.shared:hover { background-color: #c7ced2; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px;}
.list .document h2 { position: absolute; left: 0; top: 102px; font-weight: normal; font-size: 12px; width: 139px; line-height: 12px; z-index: 1; text-align: center; }

.list .document h2 .name { color: #333; /*text-shadow: 0 1px 0 #fff;*/ font-weight: normal; height: 30px; z-index: 1; }

.list .EditOver { position: absolute; left: 0; top: 0; overflow: hidden; text-indent: -2000em; height: 142px; width: 139px; z-index: 2; display: block; background: url(../Images/siteSprites.png) no-repeat -2000em 0; }

.list .document, .list .document h2, .datemodified, .list .document h3 { z-index: 1; }

/* @end */

/* @end */

/* @group Text Editor Page */

/* @group Editor View */

/* @group Header */

/* @group Action Buttons */

.editorNavigation .left { position: absolute; top: 6px; left: 12px; overflow: hidden; height: 50px; z-index: 5; }

.editorNavigation .right { position: absolute; top: 7px; right: 12px; overflow: hidden; height: 50px; z-index: 5; }

.editorNavigation ul { overflow: hidden; display: block; }

.editorNavigation ul li { display: block; float: left; }

.editorNavigation ul li a { display: block; float: left; text-align: center; color: #FAFAFA; text-shadow: 0 1px 0 #000000; font-size: 12px; margin-right: 15px; }

.ie7 .editorNavigation ul li a,
.ie8 .editorNavigation ul li a { font-size: 11px }

.editorNavigation .right li a { margin-right: 0 }

.editorNavigation ul li a:hover { color: #fff; }

.editorNavigation ul .highlight a { background: url(../Images/editorSprite.png) no-repeat -204px 0; color: #fff; }

.editorNavigation ul .highlight a:hover { background: url(../Images/editorSprite.png) no-repeat -103px 0; color: #fff; }

/* @end */

/* @group Action Sheet */

.editorNavigation ul li.actionPop a {
    color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #e38a13; *background-color: #cc790b; background-image: -moz-linear-gradient(top, #f39518, #cc790b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f39518), to(#cc790b)); background-image: -webkit-linear-gradient(top, #f39518, #cc790b); background-image: -o-linear-gradient(top, #f39518, #cc790b); background-image: linear-gradient(to bottom, #f39518, #cc790b); background-repeat: repeat-x; border-color: #cc790b #cc790b #834e07; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff39518', endColorstr='#ffcc790b', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(eneabled=false); }
    
.editorNavigation ul li.actionPop a
{
  padding: 7px 20px;
  margin-top: 2px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe7e7e7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
}

.editorNavigation ul li.actionPop a:hover
{
    color: #fff;
    background-color: #cc790b;
    *background-color: #b46b0a;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }

.editorNavigation .actionSheetWrap { width: 259px; position: absolute; top: 34px; left: 11px; z-index: 300; }

.editorNavigation .actionSheetWrap .top { height: 25px; background: url(../Images/editorSprite.png) no-repeat -4px -80px; }

.editorNavigation .actionSheetWrap .mid { background: url(../Images/editorSprite.png) repeat-y -347px 0; }

.editorNavigation .actionSheetWrap .btm { height: 25px; background: url(../Images/editorSprite.png) no-repeat -4px -120px; }

.editorNavigation ul.actionSheet {  }
.editorNavigation ul.actionSheet li { display: block; margin: 0 auto; float: none; border-bottom: #A8AEC7 1px solid; width: 220px; border-top: #F3F4F6 1px solid;}

.editorNavigation ul.actionSheet li a { position: relative; color: #4A5462; display: block; color: #4A5462; font-weight: bold; width: 220px; height: auto; line-height: 45px; font-size: 14px; text-transform: none; text-shadow: 0 1px 0 #fff; text-align: left; text-indent: 35px;  float: none; -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; left:18px; }

.editorNavigation ul.actionSheet li a:hover { -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; color: #4A5462; text-shadow: 0 1px 0 #fff; }

.ie7 .editorNavigation ul.actionSheet li a,
.ie8 .editorNavigation ul.actionSheet li a { color: #6E7887 }

.ie7 .editorNavigation ul.actionSheet li a:hover,
.ie8 .editorNavigation ul.actionSheet li a:hover { color: #4A5462 }

.editorNavigation ul.actionSheet li a > span { display: block; position: absolute; left: 0; top: 8px; }

.editorNavigation ul.actionSheet .preview a > span { width: 31px; height: 27px; background: url(../Images/editorSprite.png) no-repeat -141px -42px; border-top: none; }

.editorNavigation ul.actionSheet .publishDoc a > span { width: 31px; height: 27px; background: url(../Images/editorSprite.png) no-repeat -36px -42px; }

.editorNavigation ul.actionSheet .draftDoc a > span { width: 27px; height: 27px; background: url(../Images/editorSprite.png) no-repeat -4px -42px }

.editorNavigation ul.actionSheet .exitNoSave a > span { width: 26px; height: 28px; background: url(../Images/editorSprite.png) no-repeat -72px -42px }

.editorNavigation ul.actionSheet .undoDoc a > span { width: 32px; height: 27px; background: url(../Images/editorSprite.png) no-repeat -107px -42px }
.editorNavigation ul.actionSheet .revert a > span { width: 32px; height: 27px; background: url(../Images/editorSprite.png) no-repeat -36px -42px }


.editorNavigation ul.actionSheet .last { border-bottom: none }
.editorNavigation ul.actionSheet .first { border-top: none }
.editorNavigation ul.actionSheet li.first a { border-top: none }

.editorNavigation ul li.newVersionLink a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e38a13;
	*background-color: #cc790b;
	background-image: -moz-linear-gradient(top, #f39518, #cc790b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f39518), to(#cc790b));
	background-image: -webkit-linear-gradient(top, #f39518, #cc790b);
	background-image: -o-linear-gradient(top, #f39518, #cc790b);
	background-image: linear-gradient(to bottom, #f39518, #cc790b);
	background-repeat: repeat-x;
	border-color: #cc790b #cc790b #834e07;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff39518', endColorstr='#ffcc790b', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(eneabled=false);
}

.editorNavigation ul li.newVersionLink a {
	padding: 7px 20px;
	margin-top: 2px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe7e7e7', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.editorNavigation ul li.oldVersionLink a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e38a13;
	*background-color: #cc790b;
	background-image: -moz-linear-gradient(top, #f39518, #cc790b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f39518), to(#cc790b));
	background-image: -webkit-linear-gradient(top, #f39518, #cc790b);
	background-image: -o-linear-gradient(top, #f39518, #cc790b);
	background-image: linear-gradient(to bottom, #f39518, #cc790b);
	background-repeat: repeat-x;
	border-color: #cc790b #cc790b #834e07;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff39518', endColorstr='#ffcc790b', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(eneabled=false);
}

.editorNavigation ul li.oldVersionLink a {
	padding: 7px 20px;
	margin-top: 2px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe7e7e7', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* @end */

/* @group Toolbar Buttons */

/* @group General */

.cke_skin_lafi .cke_button a:hover,
.cke_skin_lafi .cke_button a:focus,
.cke_skin_lafi .cke_button a:active { background-color: transparent }

.cke_skin_lafi .cke_rcombo .cke_off a:hover .cke_openbutton,
.cke_skin_lafi .cke_rcombo .cke_off a:focus .cke_openbutton,
.cke_skin_lafi .cke_rcombo .cke_off a:active .cke_openbutton,
.cke_skin_lafi .cke_rcombo .cke_on .cke_openbutton { border-color: transparent; background-color: transparent; }

.cke_skin_lafi .cke_button a,
.cke_skin_lafi .cke_button a:hover,
.cke_skin_lafi .cke_button a:focus,
.cke_skin_lafi .cke_button a:active,
.cke_skin_lafi .cke_button a.cke_off { border-radius: 0!important; outline: none!important; padding: 0!important; cursor: pointer!important; background-color: transparent!important; }

.cke_skin_lafi .cke_button a { filter: none !important; opacity: 1!important; -moz-border-radius: 0!important; -webkit-border-radius: 0!important; background-image: url(../Images/editorButtonSprite.png)!important; margin-top: 0!important; height: 23px!important; cursor: pointer!important; }

.cke_skin_lafi .cke_button .cke_icon { background-image: url(../Images/editorButtonSprite.png)!important; margin-top: 0!important; width: 29px!important; height: 23px!important; cursor: pointer!important; display: block!important; }

.cke_skin_lafi .cke_button_source .cke_label { display: none !important }

.cke_skin_lafi .cke_button_italic .cke_icon,
.cke_skin_lafi .cke_button_justifycenter .cke_icon,
.cke_skin_lafi .cke_button_justifyright .cke_icon,
.cke_skin_lafi .cke_button_source .cke_icon { width: 28px!important }

/* @end */

/* @group Button Background */

/* @group Default State */

/* @group Left */

.cke_skin_lafi .cke_button_bold,
.cke_skin_lafi .cke_button_bulletedlist,
.cke_skin_lafi .cke_button_justifyleft,
.cke_skin_lafi .cke_button_indent,
.cke_skin_lafi .test-newsectionbutton,
.cke_skin_lafi .fieldReferenceButton { background-position: 0 -113px!important }

/* @end */

/* @group Center */

.cke_skin_lafi .cke_button_italic,
.cke_skin_lafi .cke_button_table,
.cke_skin_lafi .cke_button_numberedlist,
.cke_skin_lafi .cke_button_justifycenter,
.cke_skin_lafi .cke_button_justifyright,
.cke_skin_lafi .cke_button_source { background-position: -29px -113px!important; width: 28px!important; }

/* @end */

/* @group Right */

.cke_skin_lafi .cke_button_underline,
.cke_skin_lafi .cke_button_pagebreak,
.cke_skin_lafi .cke_button_justifyblock,
.cke_skin_lafi .cke_button_outdent,
.cke_skin_lafi .imagesButton,
.cke_skin_lafi .conditionsButton { background-position: -57px -113px!important }

/* @end */

/* @end */

/* @group Active State */

/* @group Left */

.cke_skin_lafi .cke_button_bold.cke_on,
.cke_skin_lafi .cke_button_bulletedlist.cke_on,
.cke_skin_lafi .cke_button_justifyleft.cke_on,
.cke_skin_lafi .cke_button_indent.cke_on,
.cke_skin_lafi .test-newsectionbutton.cke_on,
.cke_skin_lafi .fieldReferenceButton.cke_on { background-position: 0 -138px!important }

/* @end */

/* @group Center */

.cke_skin_lafi .cke_button_italic.cke_on,
.cke_skin_lafi .cke_button_table.cke_on,
.cke_skin_lafi .cke_button_justifycenter.cke_on,
.cke_skin_lafi .cke_button_justifyright.cke_on,
.cke_skin_lafi .cke_button_source.cke_on { background-position: -29px -138px!important; width: 28px!important; }

/* @end */

/* @group Right */

.cke_skin_lafi .cke_button_underline.cke_on,
.cke_skin_lafi .cke_button_pagebreak.cke_on,
.cke_skin_lafi .cke_button_justifyblock.cke_on,
.cke_skin_lafi .cke_button_numberedlist.cke_on,
.cke_skin_lafi .cke_button_outdent.cke_on,
.cke_skin_lafi .imagesButton.cke_on,
.cke_skin_lafi .conditionsButton.cke_on { background-position: -57px -138px!important }

/* @end */

/* @end */

/* @group Hover State */

/* @group Left */

.cke_skin_lafi .cke_button_bold:hover,
.cke_skin_lafi .cke_button_bulletedlist:hover,
.cke_skin_lafi .cke_button_justifyleft:hover,
.cke_skin_lafi .cke_button_indent:hover,
.cke_skin_lafi .test-newsectionbutton:hover,
.cke_skin_lafi .fieldReferenceButton:hover { background-position: 0 -163px!important }

/* @end */

/* @group Center */

.cke_skin_lafi .cke_button_italic:hover,
.cke_skin_lafi .cke_button_table:hover,
.cke_skin_lafi .cke_button_justifycenter:hover,
.cke_skin_lafi .cke_button_justifyright:hover,
.cke_skin_lafi .cke_button_source:hover { background-position: -29px -163px!important; width: 28px!important; }

/* @end */

/* @group Right */

.cke_skin_lafi .cke_button_underline:hover,
.cke_skin_lafi .cke_button_pagebreak:hover,
.cke_skin_lafi .cke_button_justifyblock:hover,
.cke_skin_lafi .cke_button_numberedlist:hover,
.cke_skin_lafi .cke_button_outdent:hover,
.cke_skin_lafi .imagesButton:hover,
.cke_skin_lafi .conditionsButton:hover { background-position: -57px -163px!important }

/* @end */

/* @end */

/* @end */

/* @group Button Icons */

/* @group Bold, Italic, & Underline */

.cke_skin_lafi .cke_button_bold .cke_icon { background-position: 10px -52px!important }

.cke_skin_lafi .cke_button_italic .cke_icon { background-position: -22px -52px!important }

.cke_skin_lafi .cke_button_underline .cke_icon { background-position: -53px -52px!important }

.cke_skin_lafi .cke_button_bold:hover .cke_icon,
.cke_skin_lafi .cke_button_bold.cke_on .cke_icon { background-position: 10px -77px!important }

.cke_skin_lafi .cke_button_italic:hover .cke_icon,
.cke_skin_lafi .cke_button_italic.cke_on .cke_icon { background-position: -22px -77px!important }

.cke_skin_lafi .cke_button_underline:hover .cke_icon,
.cke_skin_lafi .cke_button_underline.cke_on .cke_icon { background-position: -53px -77px!important }

/* @end */

/* @group List */

.cke_skin_lafi .cke_button_numberedlist .cke_icon { background-position: -116px -52px!important }

.cke_skin_lafi .cke_button_bulletedlist .cke_icon { background-position: -84px -52px!important }

.cke_skin_lafi .cke_button_table .cke_icon { background-position: -550px -52px!important }

.cke_skin_lafi .cke_button_pagebreak .cke_icon { background-position: -578px -52px!important }

.cke_skin_lafi .cke_button_numberedlist:hover .cke_icon,
.cke_skin_lafi .cke_button_numberedlist.cke_on .cke_icon { background-position: -116px -77px!important }

.cke_skin_lafi .cke_button_bulletedlist:hover .cke_icon,
.cke_skin_lafi .cke_button_bulletedlist.cke_on .cke_icon { background-position: -84px -77px!important }

.cke_skin_lafi .cke_button_table:hover .cke_icon,
.cke_skin_lafi .cke_button_table.cke_on .cke_icon { background-position: -550px -77px!important }

.cke_skin_lafi .cke_button_pagebreak:hover .cke_icon,
.cke_skin_lafi .cke_button_pagebreak:hover.cke_on .cke_icon { background-position: -578px -77px!important }

/* @end */

/* @group Align */

.cke_skin_lafi .cke_button_justifycenter .cke_icon { background-position: -179px -52px!important }

.cke_skin_lafi .cke_button_justifyleft .cke_icon { background-position: -147px -52px!important }

.cke_skin_lafi .cke_button_justifyright .cke_icon { background-position: -211px -52px!important }

.cke_skin_lafi .cke_button_justifyblock .cke_icon { background-position: -243px -52px!important }

.cke_skin_lafi .cke_button_justifycenter.cke_on .cke_icon,
.cke_skin_lafi .cke_button_justifycenter:hover .cke_icon { background-position: -179px -77px!important }

.cke_skin_lafi .cke_button_justifyleft.cke_on .cke_icon,
.cke_skin_lafi .cke_button_justifyleft:hover .cke_icon { background-position: -147px -77px!important }

.cke_skin_lafi .cke_button_justifyright.cke_on .cke_icon,
.cke_skin_lafi .cke_button_justifyright:hover .cke_icon { background-position: -211px -77px!important }

.cke_skin_lafi .cke_button_justifyblock.cke_on .cke_icon,
.cke_skin_lafi .cke_button_justifyblock:hover .cke_icon { background-position: -243px -77px!important }

/* @end */

/* @group Indent */

.cke_skin_lafi .cke_button_outdent .cke_icon { background-position: -304px -52px!important }

.cke_skin_lafi .cke_button_indent .cke_icon { background-position: -274px -52px!important }

.cke_skin_lafi .cke_button_outdent:hover .cke_icon,
.cke_skin_lafi .cke_button_outdent.cke_on .cke_icon { background-position: -304px -77px!important }

.cke_skin_lafi .cke_button_indent:hover .cke_icon,
.cke_skin_lafi .cke_button_indent.cke_on .cke_icon { background-position: -274px -77px!important }

/* @end */

/* @group New Section & Insert Image */

.cke_skin_lafi .test-newsectionbutton .cke_icon { background-position: -336px -53px!important }

.cke_skin_lafi .imagesButton .cke_icon { background-position: -370px -52px!important }

.cke_skin_lafi .test-newsectionbutton:hover .cke_icon,
.cke_skin_lafi .test-newsectionbutton.cke_on .cke_icon { background-position: -336px -78px!important }

.cke_skin_lafi .imagesButton:hover .cke_icon,
.cke_skin_lafi .imagesButton.cke_on .cke_icon { background-position: -370px -77px!important }

/* @end */

/* @group Insert Placeholder & Conditions */

.cke_skin_lafi .fieldReferenceButton .cke_icon { background-position: -400px -51px!important }

.cke_skin_lafi .conditionsButton .cke_icon { background-position: -433px -52px!important }

.cke_skin_lafi .cke_button_source .cke_icon { background-position: -464px -52px!important }

.cke_skin_lafi .fieldReferenceButton:hover .cke_icon,
.cke_skin_lafi .fieldReferenceButton.cke_on .cke_icon { background-position: -400px -76px!important }

.cke_skin_lafi .conditionsButton:hover .cke_icon,
.cke_skin_lafi .conditionsButton.cke_on .cke_icon { background-position: -433px -77px!important }

.cke_skin_lafi .cke_button_source:hover .cke_icon,
.cke_skin_lafi .cke_button_source.cke_on .cke_icon { background-position: -464px -77px!important }

/* @end */

/* @group Highlight Conditions */

.cke_skin_lafi .highlightConditionsButton { background-position: -94px -113px!important }

.cke_skin_lafi .highlightConditionsButton .cke_icon { background-position: -500px -53px!important; width: 21px!important; height: 21px!important; }

.cke_skin_lafi .highlightConditionsButton.cke_on { background-position: -94px -138px!important }

.cke_skin_lafi .highlightConditionsButton:hover { background-position: -94px -163px!important }

.cke_skin_lafi .highlightConditionsButton:hover .cke_icon,
.cke_skin_lafi .highlightConditionsButton.cke_on .cke_icon { background-position: -500px -78px!important; }


/* @Table dialog styling */

.cke_skin_lafi .cke_dialog_body 
{
    background:transparent url(../Images/modalNoise.png) center top !important; 
    padding:0 !important;
    box-shadow:0 3px 7px #666;
    border:1px solid #999 !important;
}
.cke_skin_lafi .cke_dialog_title
{
    color:#fff !important;
    padding:10px !important;
    border:none !important;
    background:#666 url(../Images/modalHeadFoot.png) -8px -7px no-repeat !important;
}
.cke_skin_lafi .cke_dialog .cke_dialog_body .cke_dialog_close_button 
{
    background: url(../Images/modalButtons.png) -1px 0 no-repeat !important;
}

.cke_skin_lafi .cke_dialog_contents,
.cke_skin_lafi .cke_dialog_footer
{
    background-color:#fff !important;
    border:none !important;
    text-align:left !important;
}

.cke_skin_lafi a.cke_dialog_ui_button_ok span,
.cke_skin_lafi a.cke_dialog_ui_button_cancel span 
{
    background:transparent url(../Images/modalButtons.png) no-repeat -30px 0 !important;
    border:none !important;
    padding:8px 15px 8px 18px !important;
    color:#fff !important;
    font-weight:bold;
    cursor:pointer;
}

.cke_skin_lafi .cke_iframe_shim
{
    height:0px !important;
}


.ie8 .cke_skin_lafi a.cke_dialog_ui_button_ok,
.ie8 .cke_skin_lafi a.cke_dialog_ui_button_cancel,
.ie8 .cke_skin_lafi a.cke_dialog_ui_button_ok span,
.ie8 .cke_skin_lafi a.cke_dialog_ui_button_cancel span,
.ie9 .cke_skin_lafi a.cke_dialog_ui_button_ok,
.ie9 .cke_skin_lafi a.cke_dialog_ui_button_cancel,
.ie9 .cke_skin_lafi a.cke_dialog_ui_button_ok span,
.ie9 .cke_skin_lafi a.cke_dialog_ui_button_cancel span {display:block;}

.ie9 .cke_skin_lafi a.cke_dialog_ui_button_ok span,
.ie9 .cke_skin_lafi a.cke_dialog_ui_button_cancel span 
{
    padding-top:10px !important;
}

.cke_skin_lafi a.cke_dialog_tab, 
.cke_skin_lafi a:link.cke_dialog_tab, 
.cke_skin_lafi a:active.cke_dialog_tab, 
.cke_skin_lafi a:hover.cke_dialog_tab, 
.cke_skin_lafi a:visited.cke_dialog_tab 
{
    background-image:none !important;
    padding:8px 18px !important;
    background-color:#ccc !important;
    border:1px solid #666 !important;
    height:11px !important;    
}

.ie7 .cke_skin_lafi a.cke_dialog_tab
{
    height:14px !important;
}

.ie8 .cke_skin_lafi a.cke_dialog_tab,
.ie9 .cke_skin_lafi a.cke_dialog_tab 
{
    height:12px !important;
}

.cke_skin_lafi a.cke_dialog_tab_selected,
.cke_skin_lafi a:link.cke_dialog_tab_selected,
.cke_skin_lafi a:active.cke_dialog_tab_selected,
.cke_skin_lafi a:hover.cke_dialog_tab_selected,
.cke_skin_lafi a:visited.cke_dialog_tab_selected 
{
    border-bottom:none !important;
    background-color:#fff !important;
}

.cke_dialog_page_contents 
{
    background:#fff !important;
    padding:5px !important;
    border:1px solid #666 !important;
    width:500px !important;
}

.cke_dialog_ui_text,
.cke_dialog_ui_select 
{
    margin-top:7px !important;
}

.cke_skin_lafi a.cke_dialog_ui_button 
{
    padding:0 10px 0 0 !important;
    background:transparent url(../Images/modalButtons.png) no-repeat -218px 0 !important;
}

.cke_skin_lafi a.cke_dialog_ui_button_cancel 
{
    background-position: -218px -64px !important;
 }

.cke_skin_lafi a.cke_dialog_ui_button_cancel span 
{
    background-position: -30px -64px !important;    
}

/*@ end Table properties dialog */

/* @group Body */

/* @group General */

.editor .siteheader 
{
    border-bottom: 1px solid #b6b6b6;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    background: rgb(220, 223, 220);
    background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf);
    background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf);
    background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
    background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
    background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
}

.editor,
.editor .siteheader,
.editorNavigation { overflow: hidden; min-width: 983px; width: 100% !important; width: 983px; }

.editor #editIcons { height: 27px; margin: 0px; /*width: 700px; position: absolute; top: 11px; left: 50%; margin-left: -338px; z-index: 5;*/ }

.ie7 .cke_toolbox { width: 730px; margin-left: auto; margin-right: auto; }

#editIcons span.cke_skin_lafi { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: none; padding: 0; display: table; text-align: center; margin: 0 auto 0 auto; }

#editIcons .cke_skin_lafi .cke_wrapper { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-color: transparent; background-image: none; background-repeat: no-repeat; background-position: 0 0; display: block; padding: 0; }

.cke_skin_lafi .cke_toolgroup { -moz-border-radius: 0!important -webkit-border-radius: 0!important; border-radius: 0!important; background-image: none!important; background-repeat: no-repeat!important; background-position: 0!important; margin-right: 10px!important; margin-bottom: 0!important; padding: 0!important; }

.editor .jspVerticalBar { right: 27px }

/* @end */

/* @group Content */

.editor .documentWrap { background: url(../Images/editorBackground.png) repeat; width: 100%!important; overflow-x: hidden; overflow-y: auto; position: absolute; top:47px; }

.editor .documentWrap .viewport { height: 650px; position: relative; }

.editor .fauxDocument { width: 875px; margin: 15px 0 0 -430px; background: url(../Images/documentContentBackground.jpg) repeat-y center top; list-style: none; position: absolute; left: 50%; top: 0; padding: 0; }

.editor .ieWrap { overflow: hidden; display: block; clear: both; overflow: hidden; }

#doctext { min-height: 500px; background: url(../Images/documentShadowBackground.jpg) no-repeat center top; width: 816px; padding: 3px 19px 20px 20px; margin: 0 auto 0 auto; }

span.cke_skin_lafi { -moz-border-radius: 0  !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; border: none !important; padding: 0 !important; }

#sectionsWarningList { margin: 10px 0px 10px ;  }
#sectionsWarningList li { list-style:square inside; }

.templateSection span.cke_skin_lafi { display: block; margin: 0; }

.templateSection { position: relative; padding: 0; margin: 0; }

.templateSection .templateSectionSelection { display: block; padding: 0 0 0 60px; line-height: 22px; height: 22px; color: #959EAF; text-transform: uppercase; font-weight: bold; font-size: 11px; text-shadow: 0 1px 0 white; letter-spacing: 1px; overflow: visible; width: auto; position:relative; white-space: nowrap; text-overflow: ellipsis;  }
.templateSection .templateSectionSelection { background: url(../Images/subNavBack.jpg) -34px -22px no-repeat !important;}

.templateSection .templateSectionSelection:hover { background: url(../Images/subNavBack.jpg) -34px -66px no-repeat !important; color:#000;}


.templateSection.defaultSection .templateSectionSelection { background: url(../Images/subNavBack.jpg) -34px -22px no-repeat !important;}

.templateSection.defaultSection .templateSectionSelection:hover { background: url(../Images/subNavBack.jpg) -34px -66px no-repeat !important; color:#000;}

.templateSection.derivedSection .templateSectionSelection { background: url(../Images/subNavBack.jpg) -34px 0 no-repeat !important; }

.templateSection.derivedSection .templateSectionSelection:hover { background: url(../Images/subNavBack.jpg) -34px -44px no-repeat !important; }

.templateSection .templateSectionSelection .function { position: absolute; width: 30px; height: 30px; display: none; left: -30px; top: 0; background: url(../Images/subNavBack.jpg) 0 0 no-repeat !important; }

.templateSection.condition .templateSectionSelection .function { display:block; }

.templateSection.condition .templateSectionSelection:hover .function { background: url(../Images/subNavBack.jpg) 0 -31px no-repeat !important; }

.templateSection .overlay { display:none; }

.templateSection.defaultSection .overlay {
display: block;
position: absolute;
background: #000000;
top: 0;
left: -30px;
width: 847px;
height: 100%;

 zoom: 1;
 filter: alpha(opacity=0);
 opacity: 0;
 cursor: pointer;
}



.templateSection .disabled { cursor: default }

.templateSection .disabled:hover { background: #E6E6E6 }

/*.templateSection.preparerSection span { display: none; }*/

.templateSection.preparerSection .templateSectionSelection 
{
    background-position:-34px -129px !important;
    padding-top:9px;
    height:33px;
}

.templateSection.preparerSection.derivedSection .templateSectionSelection 
{
    background-position:-34px -88px !important;
    padding-top:9px;
    height:33px;
}

.templateSection.preparerSection .templateSectionSelection:hover 
{
    background-position:-34px -213px !important;
}

.templateSection.preparerSection.derivedSection .templateSectionSelection:hover 
{
    background-position:-34px -172px !important;
}

.templateSection.restorableSection span { display: none; }
.templateSection.restorableSection .templateSectionSelection { background: url(../Images/subNavBack.jpg) -34px -254px no-repeat !important;}
.templateSection.restorableSection .templateSectionSelection:hover { background: url(../Images/subNavBack.jpg) -34px -254px no-repeat !important; color:#000;}

.templateSection.restorableSection .templateSectionSelection .function { position: absolute; width: 30px; height: 30px; display: none; left: 816px; top: 0; background: url(../Images/subNavBack.jpg) 0 -95px no-repeat !important; }
.templateSection.restorableSection .templateSectionSelection .function { display:block; }
.templateSection.restorableSection .templateSectionSelection:hover .function { background: url(../Images/subNavBack.jpg) 0 -64px no-repeat !important; }

.templateSection.restorablePreparerSection .templateSectionSelection .function { position: absolute; width: 30px; height: 44px; display: none; left: 816px; top: 0; background: url(../Images/subNavBack.jpg) 0 -126px no-repeat !important; }
.templateSection.restorablePreparerSection .templateSectionSelection .function { display:block; }
.templateSection.restorablePreparerSection .templateSectionSelection:hover .function { background: url(../Images/subNavBack.jpg) 0 -178px no-repeat !important; }

.templateSection.restorablePreparerSection span { display: none; }

.templateSection.restorablePreparerSection .templateSectionSelection 
{
    background-position:-34px -276px !important;
    padding-top:9px;
    height:33px;
}

.templateSection.restorablePreparerSection.derivedSection .templateSectionSelection 
{
    background-position:-34px -276px !important;
    padding-top:9px;
    height:33px;
}

.templateSection.restorablePreparerSection .templateSectionSelection:hover 
{
    background-position:-34px -276px !important;
}

.templateSection.restorablePreparerSection.derivedSection .templateSectionSelection:hover 
{
    background-position:-34px -276px !important;
}


.cke_focus { outline: 0 !important; background: #444; }

.cke_skin_lafi .cke_wrapper { -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; background-color: transparent !important; background-image: none !important; padding: 0 !important; }

.ie8 .templateSection .templateSectionSelection { font-size: 11px }

.ie7 .templateSection .templateSectionSelection { font-size: 11px; width: expression((this.width>174) ? "175px" : "auto"); }

.ie7 .editor { position: relative; display: block; overflow: hidden; padding: 46px 0 0; }

.ie7 .editor .documentWrap { top:0; position: relative; zoom: 1; display: block; overflow: auto; }

/*.ie8 .editor .documentWrap {margin-top:31px;}

.ie9 .editor .documentWrap {margin-top:41px;}*/

.ie7 .botEdShadow { bottom: 52px; position: fixed; width: 914px; left: 50%; margin-left: -457px; }

.cke_skin_lafi .cke_resizer { display: none!important }

/* @end */

/* @group Tooltip (field reference) */

.edtTip { display: block; height: auto; position: absolute; width: 288px; z-index: 2; margin: -2px 0 0 -2px; }

.edtTip .head { background: url(../Images/stdTip.png) no-repeat 0 0; display: block; width: auto; height: 12px; }

.edtTip #toolTipBody { background: url(../Images/stdTip.png) repeat-y right 0; display: block; width: auto; height: auto; margin: 0; padding: 0 4px; }

.edtTip .foot { background: url(../Images/stdTip.png) no-repeat 0 -39px; display: block; width: auto; height: 14px; }

.edtTip .arrow { background: url(../Images/stdTip.png) no-repeat 0 -87px; display: block; width: 26px; height: 12px; position: absolute; }

.edtTip.topleft .arrow { top: -11px; left: 55px; background-position: -74px -63px; height: 20px; width: 23px; }

.edtTip.bottomleft .arrow { bottom: -8px; left: 55px; background-position: -27px -58px; height: 25px; width: 26px; }

.edtTip.topright .arrow { top: -11px; right: 55px; background-position: -74px -63px; height: 20px; width: 23px; }

.edtTip.bottomright .arrow { bottom: -8px; right: 55px; background-position: -27px -58px; height: 25px; width: 26px; }

.edtTip #toolTipBody ul { list-style: none; }

.edtTip #toolTipBody { padding: 2px 15px 5px 15px; font-size: 12px; line-height: 18px; }

/* @end */

/* @group Tooltip (condition) */

.editortooltip #toolTipBody { padding: 10px; }

.editortooltip { background-color: #fff; border: 1px solid #cecece; display: block; height: auto; position: absolute; width: 562px; z-index: 2; padding: 10px 5px 0 5px; -webkit-box-shadow: 3px 3px 10px #999; -moz-box-shadow: 3px 3px 10px #999; box-shadow: 3px 3px 10px #999; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.editortooltip .head { display: none; background-color: #999; width: auto; height: 45px; }

.editortooltip .head h4 { display: none; font-weight: bold; font-size: 12px; padding: 10px 20px; text-transform: uppercase; }

.editortooltip ul {  background-color: #fff; display: block; width: auto; height: auto; margin: 0; }

.editortooltip ul li {  overflow: hidden; font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; width: auto; margin: 0 9px; position: relative; padding: 7px 0 7px 11px; list-style: none; color: #545759; text-shadow: 0 1px 0 white; line-height: 17px; height: auto; }

.editortooltip .foot {  background-color: #fff; display: block; width: auto; height: 25px; }

.editortooltip .arrow { background: url(../Images/conditionsTip.png) no-repeat 0 -87px; display: block; width: 26px; height: 12px; position: absolute; }

.editortooltip.topleft .arrow { top: -13px; left: 30px; background-position: -67px -126px; width: 29px; height: 15px; }

.editortooltip.bottomleft .arrow { bottom: -9px; left: 30px; width: 29px; height: 27px; background-position: -11px -118px; }

.editortooltip.topright .arrow { top: -13px; right: 25px; background-position: -67px -126px; width: 29px; height: 15px; }

.editortooltip.bottomright .arrow { bottom: -9px; right: 25px; width: 29px; height: 27px; background-position: -11px -118px; }

.toolTipCondition { background-color: #ececec; border-bottom: 1px solid #cecece; line-height: 20px !important; border-right: 1px solid #cecece; border-bottom: 1px solid #cecece; margin-top: 1px; margin-right: 10px !important; }

.toolTipCondition.highlight { background-color: #fff7e5; font-weight: bold; }

.editortooltip div > ul li:first-child { border: 1px solid #cecece; } /* Calls only the first list item */

#toolTipBody h4.sectionCondition,
#toolTipBody h4.paragraphCondition
{ padding: 3px 5px; margin: -7px 0 5px -12px; background-color: #cecece; border-left: 1px solid #fff;  font-weight: bold; font-size: 10px; text-transform: uppercase; color: #666; text-shadow: none; border-bottom: 1px solid #fff; }

#toolTipBody .optional { font-style: italic; font-size: 12px; color: #999; page-break-before: always;}

#toolTipBody .andOr {font-weight: bold; text-transform: uppercase; color: #666; font-size: 11px; }

/* @end */

/* @group Modals */

/* @group Edit Section & Condition */

#whereTheConditionDialogGoes {
	/*background: url(../Images/notePad.jpg) no-repeat 0 bottom;*/
	display: none; 
	padding: 0 0 13px; 
	margin: 0 0 0 0;
}

/* @group Section Name */

#whereTheConditionDialogGoes .sectionNameInput { 
	display: block; 
	height: 56px; 
	width: auto; 
	position: relative; 
	overflow: hidden; 
	margin: 0 0 22px 4px; 
	max-width: 653px; 
	width: auto !important; 
	width: 653px; 
}

#whereTheConditionDialogGoes .sectionNameInput p { 
	display: block; 
	background: url(../Images/siteUiEements.png) 0 -24px no-repeat; 
	height: 33px; 
	width: auto; 
	margin: 23px 0 0 0; 
	position: relative; 
}

#whereTheConditionDialogGoes .sectionNameInput p:after { 
	content: ''; 
	display: block; 
	background: #F7F7F7 url(../Images/siteUiEements.png) -650px -24px no-repeat; 
	height: 33px; 
	width: 5px; 
	position: absolute; 
	right: 0; 
	top: 0; 
}

#whereTheConditionDialogGoes .sectionNameInput label { 
	display: block; 
	margin: 0; 
	font-weight: bold; 
	font-size: 12px; 
	overflow: hidden; 
	color: #666; 
	position: absolute; 
	top: -23px; 
	left: 0; 
}

#whereTheConditionDialogGoes .sectionNameInput input { 
	border: none; 
	height: 30px; 
	width: 580px; 
	background: none; 
	line-height: 30px; 
	text-indent: 10px; 
	outline: none; 
}

/* @end */

/* @group Header */

#whereTheConditionDialogGoes .sectionOptions {
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 6px;
}

#whereTheConditionDialogGoes .sectionOptions .sectionControls {
	position: relative;
	margin-left: 5px;
}

#whereTheConditionDialogGoes  .sectionLabel{ 
	display: block; 
	margin: 0 0 2px 4px; 
	font-weight: bold; 
	font-size: 12px; 
	overflow: hidden; 
	color: #666; 
}

#whereTheConditionDialogGoes .conheading { 
	display: block; 
	margin: 0 0 2px 5px; 
	font-weight: bold; 
	font-size: 12px; 
	overflow: hidden; 
	color: #666; 
}

#whereTheConditionDialogGoes .conditionHeader { 
	/*background: url(../Images/notePad.jpg) no-repeat 0 0;*/
	display: block; c
	overflow: hidden; 
	height: auto; 
	position: relative;
	background-color: #333;
	padding: 5px 10px;
}

#whereTheConditionDialogGoes .conditionHeader h1 {
	position: absolute; 
	font-size: 14px; 
	font-weight: bold; 
	color: white; 
	text-shadow: 0 1px 0 black; 
	width: auto; 
	display: block; 
	background: none; 
	top: 5px; 
	cursor: inherit;
}

#whereTheConditionDialogGoes .conditionHeader .con { 
	left: 20px; 
}

#whereTheConditionDialogGoes .conditionHeader .data { 
	left: 526px; 
}

#whereTheConditionDialogGoes .conditionHeader .preparerOption { 
	/*margin: 39px 5px 0 5px; 
	border-bottom: 1px solid #DEEFFF;*/
	display: block; 
	height: 0px; 
	padding: 10px 0;
	/*padding: 12px 15px 0 15px;*/
	/*background: url(../Images/notePad.jpg) repeat-y -667px 0;*/
}

.ie7 #whereTheConditionDialogGoes .conditionHeader {
	height: 85px;
	position: relative;
}

.ie7 #whereTheConditionDialogGoes .conditionHeader .preparerOption {
	position: absolute; 
	top: 0; 
	width: 651px;
}

.sectionOptions .toggleSelect {
	margin: 0; 
	position: relative; 
	overflow: hidden; 
	float: left; 
	width:210px;
}

.sectionOptions .toggleSelect #optional {
	float: left; 
	overflow: hidden;
	font-size: 12px; 
	text-shadow: 0 1px 0 white; 
	position: relative;
	height: 20px; 
	margin: 0 10px 0 9px; 
	line-height: 20px;
}

.sectionOptions .toggleSelect .simpleToggle {
	position: relative; 
	display: block;
	height: 20px; 
	width: auto; 
	overflow: hidden; 
	float: left;
}

.sectionOptions .toggleSelect .simpleToggle label {
	display: block; 
	height: 20px; 
	float: left; 
	color: #141616; 
	font-size: 10px; 
	font-weight: bold; 
	width: 28px; 
	line-height: 20px; 
	text-align: center; 
	letter-spacing: -1px;
}

.sectionOptions .toggleSelect .simpleToggle .firstTxt {
	background: url(../Images/modalButtons.png) no-repeat -27px -489px; 
}

.sectionOptions .toggleSelect .simpleToggle .secondTxt { 
	background: url(../Images/modalButtons.png) no-repeat -75px -489px; 
}

.sectionOptions .toggleSelect .handle { 
	width: 26px;
	height: 19px; 
	display: block; 
	position: absolute; 
	top: 0; 
	z-index: 1; 
	overflow: hidden; 
	text-indent: -2000em; 
	background: url(../Images/modalButtons.png) no-repeat 0 -489px;
}

#preparerSelection {
	position: absolute; 
	top: 3px;
}

#optionalParams {
	right: 0px; 
	width: 450px;
	height: 20px;	
	margin: 0 0 0 20px;
	position: absolute;
}

#optionalParams .optionalDefaultCheckbox {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 200px;
}

.simpleModal .liveDataCheckbox {
	position: relative;
	left: 0px;
	top: 5px;
	width: 400px;
    margin-top: 10px;
}

#optionalParams .displayPreparerOption {
	position: absolute;
	left: 168px;
	top: 1px;
	width: 500px;
}

#optionalParams .editSectionButton {
	position: absolute;
	right: 4px;
	top: -2px;
	width: 92px;
	height: 23px;
	text-indent: -9999px;
	border: none;
	background: url(../Images/EditSectionSummaryButton.png) no-repeat 0 0;
}

#optionalParams .editSectionButton:hover {
	position: absolute;
	right: 4px;
	top: -2px;
	width: 92px;
	height: 23px;
	text-indent: -9999px;
	border: none;
	background: url(../Images/EditSectionSummaryButton.png) no-repeat 0 -23px;
}

.ie7 #optionalParams .editSectionButton,
.ie8 #optionalParams .editSectionButton,
.ie9 #optionalParams .editSectionButton {
	top: 0px;
}

.toggleCheck {
	background: url(../Images/siteUiEements.png) no-repeat 0 -119px; 
	overflow: hidden; 
	height: 18px; 
	line-height: 18px; 
	display: block; 
}

.toggleCheck.checked {
	background: url(../Images/siteUiEements.png) no-repeat 0 -147px;
}

.toggleCheck input { 
	display: block; 
	height: 14px; 
	width: 14px; 
	position: absolute; 
	top: 3px; 
	left: 1px; 
	cursor: pointer; 
	outline: 0; 
}

.toggleCheck label { 
	margin: 0 0 0 21px;
	font-size: 12px; 
	display: block; 
	float: left;
}

h3.sectionSummaryEditor {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin-top: 18px;
	margin-left: 20px;
}

p.sectionSummaryEditorNote {
	position: relative;
	font-size: 12px;
	color: #d2d2d2;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 18px;
}

#descriptionEditor {
	display: none;
	position: absolute; 
	z-index: 999; 
	top: 25px; 
	right: 14px;
	width: 656px;
	height: 270px;
	background: url(../Images/SummaryBackground.png) no-repeat 0 0;
}

#descriptionTextBox {
	position: absolute;
	bottom: 60px;
	left: 20px;
	width: 596px;
	height: 90px;
	resize: none;
	padding: 10px;
}

.closeDescriptionEditorButton {
	position: absolute;
	right: 18px;
	bottom: 15.5px;
	width: 133px;
	height: 31px;
	text-indent: -9999px;
	border: none;
	background: url(../Images/SaveAndCloseButton.png) no-repeat 0px 0px;
}

.closeDescriptionEditorButton:hover {
	position: absolute;
	right: 18px;
	bottom: 15.5px;
	width: 133px;
	height: 31px;
	text-indent: -9999px;
	border: none;
	background: url(../Images/SaveAndCloseButton.png) no-repeat 0px -31px;
}

/* @end */

/* @group Condition Area */

#whereTheConditionDialogGoes #conditionContent { 
	/*background: url(../Images/notePad.jpg) repeat-y -662px 0; */
	display: block; 
	overflow: auto;
	min-height: 82px;
	position: relative;
	background-color: #fff;
	border: 1px solid #ececec;
	max-height: 370px;
}

/* @group Handwritten Area */

#conditionContent .conditionClauseContainer {
	border-bottom: 1px solid #DEEFFF; 
	overflow: hidden; 
	line-height: 31px; 
	font-size: 12px; 
	width: 651px; 
	margin: 0 0 0 5px; 
	position: relative; 
	padding: 0; 
	list-style: none; 
	color: #606366; 
	text-shadow: 0 1px 0 white; 
	height: auto; 
	overflow: hidden; }

#conditionContent .conditionClauseContainer .conditionClauses {
	padding: 0; 
	margin: 0; 
	display: block; 
	list-style: none; 
	/*font-family: 'ArchitectsDaughterRegular';*/
}

#conditionContent .conditionClauseContainer .conditionClauses li { 
	line-height: 30px; 
	position: relative; 
	padding: 5px 0 5px 0;
}

#conditionContent .conditionClauseContainer .conditionClauses .condition {
	min-width: 493px; 
	float: left; 
	padding-left: 15px; 
}

#conditionContent .conditionClauseContainer .conditionClauses .previewData {
	width: 142px; 
	float: left; 
	margin: 0 0 0 1px;
}

#conditionContent .conditionClauseContainer .conditionClauses li span {
	margin: 3px 10px 0 0;
}

#conditionContent .conditionClauseContainer .conditionClauses .conditionOperator {
	font-family:sans-serif;
}

#conditionContent .conditionClauseContainer .conditionClauses .conditionFieldName {
	background: #ececec; padding: 2px 5px; color: #4F5254; border: 1px solid #cecece; font-style: italic; font-size: 12px;
}

#conditionContent .conditionClauseContainer .conditionClauses li:hover {
	background: #EFF7F9; color: #000; max-width: 493px;
}

/* @end */

#conditionContent.editing .conditionClauseContainer .conditionClauses li,
#conditionContent.editing .conditionClauseContainer .conditionClauses li:hover { background: none; color: #606366; }

#conditionContent .conditionClauseContainer li:hover .removeConditionClause,
#conditionContent .conditionClauseContainer li:hover .EditConditionClause { position: absolute; width: 66px; height: 23px; background: url(../Images/modalButtons.png) no-repeat -251px -488px; display: block; color: #EAEADA; text-shadow: 0 1px 0 black; font-weight: bold; font-family: Arial, sans serif; font-size: 11px; line-height: 23px; text-align: center; }

#conditionContent.editing .conditionClauseContainer li:hover .removeConditionClause,
#conditionContent.editing .conditionClauseContainer li:hover .EditConditionClause,
.conditionClauses li .EditConditionClause,
.conditionClauses li .removeConditionClause { display: none; }

#conditionContent .conditionClauseContainer:hover li .EditConditionClause { right: 80px; top: 7px; }

#conditionContent .conditionClauseContainer:hover li .removeConditionClause { right: 8px; top: 7px; }

/* @group Editing Mode */

#conditionContent  .conditionClauseContainer.editing .conditionClauses { display: none; }

#conditionContent .conditionClauseContainer.editing,
#conditionContent .conditionClauseContainer.editing:hover,
#conditionContent .newConditionClauseContainer,
#conditionContent .newConditionClauseContainer:hover { background: none; width: 653px; /*padding: 0 0 0 4px;*/ margin: 0; border: none; height: 62px; position: relative; }

/* @end */

/* @group Condition Builder */

#conditionBuilder { height: 62px; display: block; /*background: url(../Images/notePad.jpg) no-repeat -4px -72px;*/ padding: 0 0 0 10px; background-color: #ececec; border: 1px solid #cecece; }

#conditionBuilder .toggleRadio { display: block; width: auto; height: auto; float: left; margin: 10px 15px 0 10px; z-index: 1001; padding: 0; list-style: none; }

.ie7 #conditionBuilder .toggleRadio { height: 42px; overflow: hidden; width: 44px; }

.ie7 #conditionBuilder .toggleRadio li { float: left; width: 44px; }

#conditionBuilder .toggleRadio li { position: relative; display: block; height: 19px; background: url(../Images/siteUiEements.png) no-repeat -638px -118px; padding: 0 0 0 23px; margin: 0 0 2px; }

#conditionBuilder .toggleRadio li.checked { background: url(../Images/siteUiEements.png) no-repeat -638px -146px; }

#conditionBuilder .toggleRadio li input { display: block; height: 16px; width: 16px; position: absolute; top: 1px; left: 1px; cursor: pointer; outline: 0; padding: 0; margin: 0; }

#conditionBuilder .toggleRadio li label { line-height: 18px; color: black; display: block; font-weight: bold; font-size: 11px; }

#conditionBuilder .selectDrop { position: relative; display: block; width: auto; height: 23px; float: left; margin: 19px 15px 0 0; z-index: 1001; }

#conditionBuilder .selectDrop label { background: url(../Images/modalButtons.png) no-repeat -47px -96px; color: #fff; text-shadow: 0 1px 1px black; display: block; line-height: 23px; text-indent: 9px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0 24px 0 0; position: relative; font-family: Arial, sans serif; }

#conditionBuilder .selectDrop label span { display: block; height: 23px; width: 23px; position: absolute; top: 0; right: 0; background: #EAEACA url(../Images/modalButtons.png) no-repeat -252px -96px; }

#conditionBuilder .selectDrop select { position: absolute; left: 0; top: 0; cursor: pointer; height: 23px; line-height: 23px; display: block; -webkit-appearance: menulist-button; }

.conditionSelect { display: block; height: 40px; position: relative; overflow: hidden; padding: 0 0 0 7px; width: 580px; }

.anyand,
.anyand select { width: 65px; max-width: 65px; }

.anyand label { width: 40px }

.conditionType,
.conditionType select { width: 70px; max-width: 70px; }

.conditionType label { width: 45px }

.dataval,
.dataval select { width: 120px; max-width: 120px; }
F
.dataval label { width: 86px }

.compare,
.compare select { width: 120px; max-width: 120px; }

.compare label { width: 86px }F

.textvalue input { width: 100%; border: none; background: none; line-height: 24px; font-size: 12px; padding: 0; display: block; height: 24px; text-indent: 5px; }

.textvalue { height: 24px; margin: 5px 0 0 5px; overflow: hidden; background: url(../Images/modalButtons.png) no-repeat -47px -119px; width: 134px; }

.ie7 .textvalue { margin: 5px 0 0 5px !important; }

#condition_field { width: auto; max-width: none; }

#values { width: auto; max-width: none; }

.dataval { overflow: hidden }

#conditionSelectedConditionType { display: none; }

#compareSelection { position: relative; display: block; width: 218px; height: 34px; float: left; margin: 13px 10px 0 0; z-index: 1001; background: url(../Images/modalButtons.png) no-repeat 0 -453px; }

#compareSelection .selectDrop { position: absolute; display: block; top: 6px; right: 6px; width: auto; margin: 0; float: none; }

#compareSelection #compareValuesWrapper,
#compareSelection #namedValuesWrapper { height: 23px!important; margin: 6px 0 0 5px!important; width: 134px !important; max-width: 134px !important; position: absolute; left: 0; top: 0; }

#compareSelection #compareValuesWrapper label,
#compareSelection #namedValuesWrapper label { width: 103px !important; }

/*
#compareSelection #compareValuesWrapper label,
#compareSelection #namedValuesWrapper label { width: 300px !important; max-width: 300px !important; }
#compareSelection #namedValuesWrapper select { width: 300px !important; max-width: 300px !important; }
*/

#addConditionClause, #cancelConditionClause { display: block; width: 76px; height: 31px; position: absolute; background: url(../Images/modalButtons.png) no-repeat 0 -147px; line-height: 31px; text-align: center; color: white; text-shadow: 0 1px 0 black; font-family: Arial, sans serif; font-weight: bold; font-size: 14px; }

#addConditionClause:hover, #cancelConditionClause:hover { background: url(../Images/modalButtons.png) no-repeat -76px -147px }

#addConditionClause { right: 0; top: 0; }

#cancelConditionClause { right: 0; bottom: 0; }

/* @end */

/* @group Add New Button */

#addNewLine { width: 66px; height: 33px; background: url(../Images/modalButtons.png) no-repeat -251px -488px; display: block; color: #EAEADA; text-shadow: 0 1px 0 black; font-weight: bold; font-size: 11px; line-height: 23px; text-align: center; margin: 15px 0 10px 20px; }

#addNewLine:hover { color: #fff !important; background: url(../Images/modalButtons.png) no-repeat -185px -488px; }

#whereTheConditionDialogGoes .conditonIntro { overflow: hidden; font-family: 'ArchitectsDaughterRegular'; font-size: 12px; width: auto; border-bottom: none; line-height: 21px; color: #34393E; text-shadow: 0 1px 0 white; position: absolute; text-indent: 27px; height: 23px; top: 16px; left: 94px; font-weight: normal; }

#whereTheConditionDialogGoes .hasCondition { text-indent: 57px }

#whereTheConditionDialogGoes .conditonIntro span { position: absolute; left: 0; top: 2px; width: 20px; height: 19px; background: url(../Images/modalButtons.png) no-repeat -187px -121px; }

/* @end */

/* @end */

/* @end */

/* @group Insert Image */

#customerImages .customerImages { display: block; overflow: hidden; margin: 0; padding: 0; width: 678px; }

#customerImages .customerImages .image { display: block; background: #fff; position: relative; float: left; width: 100px; height: 100px; margin: 15px; }

#customerImages .customerImages .image .imageCenter { margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

#customerImages .customerImages .image img.imageCenter { max-height: 100%; max-width: 100%; }

#customerImages .customerImages .image .overlay { display: block; overflow: hidden; position: absolute; top: -7px; left: -8px; width: 116px; height: 116px; background: url(../Images/imageHighlight.png) 0 4px no-repeat; text-indent: -2000em; }

#customerImages .customerImages .image .overlay:hover { background: url(../Images/imageHighlight.png) 0 -120px no-repeat }

#customerImages .customerImages .image.selectedImage .overlay { background: url(../Images/imageHighlight.png) 0 -250px no-repeat }

/* @end */

/* @group Insert Field Reference */

#fieldReferences { height: 413px; }

#fieldSearch { display: block; background: url(../Images/siteUiEements.png) 0 -24px no-repeat; height: 33px; width: auto; position: relative; }

#fieldSearch::after { content: ''; display: block; background: #F7F7F7 url(../Images/siteUiEements.png) -650px -24px no-repeat; height: 33px; width: 5px; position: absolute; right: 0; top: 0; }

#fieldSearch label { position: absolute; top: 0; left: 10px; height: 33px; line-height: 33px; color: #A3A3A3; font-weight: bold; display: block; font-size: 12px; }

.activeSearch #fieldSearch label { height: 18px; width: 18px; overflow: hidden; text-indent: -2000em; background: url(../Images/dataFieldModalButtons.png) 0 -684px no-repeat; top: 7px; }

.fieldSearchInput { border: none; height: 30px; width: 100%; background: none; line-height: 30px; text-indent: 55px; outline: none; }

#fieldReferences h2 { display: block; margin: 17px 0 0 0; font-weight: bold; font-size: 12px; overflow: hidden; color: #666; }

#cancelSearch { font-weight: normal; color: #2929FF; text-decoration: underline; float: right; }

#cancelSearch:hover { color: #000; }

#fieldReferences .catlist { display: block; float: left; height: 309px; width: 249px; padding: 15px 0; overflow-y: auto; margin: 1px 0 0 0; }

#fieldReferences .wrapper { background: url(../Images/dataFieldModalButtons.png) 0 top no-repeat; display: block; overflow: hidden; height: 342px; }

#fieldReferences.activeSearch .wrapper { background: url(../Images/dataFieldModalButtons.png) 0 -342px no-repeat; height: 342px; }

#startText { margin: 120px 20px 0 291px; font-weight: bold; font-size: 16px; }

#noResults { margin: 20px 20px 0 20px; font-weight: bold; font-size: 16px; }

#fieldReferences .catlist li,
#fieldReferences .fieldReferences li { display: block; margin: 0; padding: 0; position: relative; }

#fieldReferences .catlist li a { display: block; text-indent: 15px; height: 25px; margin: 2px 0; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 25px; }

#fieldReferences .catlist li a:hover { background: url(../Images/siteUiEements.png) no-repeat center -199px; color: #000; font-weight: bold; text-shadow: 0 1px 0 #fff; }

#fieldReferences .catlist .active a,
#fieldReferences .catlist .active a:hover { background: url(../Images/siteUiEements.png) no-repeat center -62px; color: #fff; font-weight: bold; text-shadow: 0 1px 0 #000; }

#fieldReferences .fieldReferences { display: block; height: 309px; margin: 1px 0 0 249px; overflow-y: auto; position: relative; width: 250px; padding: 15px 20px; list-style: none; }

#fieldReferences.activeSearch .fieldReferences { margin: 0; width: 535px; }

#fieldReferences .fieldReferences li { color: #333; text-shadow: 0 1px 0 #fff; }

#fieldReferences .fieldReferences li:hover { background: url(../Images/siteUiEements.png) no-repeat right -199px; color: #000; text-shadow: 0 1px 0 #fff; }

#fieldReferences .fieldReferences li.checked,
#fieldReferences .fieldReferences li.checked:hover { background: url(../Images/siteUiEements.png) no-repeat right -169px; color: white; text-shadow: 0 1px 0 black; }

#fieldReferences .fieldReferences li span { display: block; position: absolute; top: 0; left: 0; cursor: pointer; background: url(../Images/siteUiEements.png) no-repeat -628px -116px; height: 25px; width: 33px; }

#fieldReferences .fieldReferences li:hover span { background: #F6F6F7 url(../Images/siteUiEements.png) no-repeat 0 -199px; }

#fieldReferences .fieldReferences li.checked span,
#fieldReferences .fieldReferences li.checked:hover span { background: #F6F6F7 url(../Images/siteUiEements.png) no-repeat 0 -169px; }

#fieldReferences .fieldReferences li span input { cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; width: 33px; height: 25px; }

.ie8 #fieldReferences .fieldReferences li span input { padding: 0; }

#fieldReferences .fieldReferences li label { display: block; padding: 0 0 0 39px; line-height: 25px; height: 25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

#fieldReferences.activeSearch #startText { display: none; }

/* @end */

/* @group Edit Image */

.imageMargins { position: relative; overflow: visible; display: block; width: 291px; margin: 0 auto; }

.imageMargins h2 { position: absolute; top: 0; left: 0; font-weight: bold; font-size: 12px; color: #666; }

.imageMargins .selectDrop { position: absolute; display: block; width: 51px; height: 28px; margin: 0; z-index: 1001; }

.imageMargins .selectDrop label { display: block; background: none; height: 23px; position: relative; line-height: 23px; font-size: 11px; padding: 0 0 0 10px; font-weight: bold; color: #3D3F42; text-shadow: 0 1px 0 rgba(255, 255, 255, .65); text-align: left; }

.imageMargins .selectDrop label span { display: block; background: url(../Images/modalButtons.png) no-repeat -251px -174px; height: 23px; position: absolute; right: 0; top: 0; width: 23px; }

.bottomMargin:hover .selectDrop label,
.bottomMargin:focus .selectDrop label,

.leftMargin:hover .selectDrop label,
.leftMargin:focus .selectDrop label,

.rightMargin:hover .selectDrop label,
.rightMargin:focus .selectDrop label,

.topMargin:hover .selectDrop label,
.topMargin:focus .selectDrop label { display: block; background: url(../Images/siteUiEements.png); height: 23px; position: relative; line-height: 23px; font-size: 11px; padding: 0 0 0 10px; font-weight: bold; color: #3D3F42; text-shadow: 0 1px 0 rgba(255, 255, 255, .65); text-align: left; }

.bottomMargin:hover .selectDrop label span,
.bottomMargin:focus .selectDrop label span,

.leftMargin:hover .selectDrop label span,
.leftMargin:focus .selectDrop label span,

.rightMargin:hover .selectDrop label span,
.rightMargin:focus .selectDrop label span,

.topMargin:hover .selectDrop label span,
.topMargin:focus .selectDrop label span { display: block; background: #EBEBEB url(../Images/siteUiEements.png) right 0 no-repeat; height: 23px; position: absolute; right: 0; top: 0; width: 23px; }

.imageMargins .selectDrop select { position: absolute; left: 0; top: 0; cursor: pointer; width: 100%; height: 28px; line-height: 28px; display: block; -webkit-appearance: menulist-button; }

.imageMargins .topMargin { display: block; height: 47px; width: auto; background: url(../Images/imageSpacing.png) center -71px no-repeat; position: relative; }

.imageMargins .topMargin .selectDrop { top: 8px; left: 155px; }

.imageMargins .leftMargin { display: block; width: 55px; position: absolute; top: 0; bottom: 0; height: 100%; left: 0; background: url(../Images/imageSpacing.png) 0 center no-repeat; z-index: 1; }

.imageMargins .leftMargin .selectDrop { top: 50%; left: 1px; margin: 11px 0 0 0; }

.imageMargins .rightMargin { display: block; width: 55px; position: absolute; top: 0; bottom: 0; height: 100%; right: 0; background: url(../Images/imageSpacing.png) 0 center no-repeat; z-index: 1; }

.imageMargins .rightMargin .selectDrop { top: 50%; left: 1px; margin: 11px 0 0 0; }

.imageMargins .bottomMargin { display: block; height: 45px; width: auto; background: url(../Images/imageSpacing.png) center -71px  no-repeat; position: relative; }

.ie7 .imageMargins .bottomMargin { height: 47px }

.imageMargins .bottomMargin .selectDrop { top: 8px; left: 155px; }

.imageMargins .exampleImage { width: 165px !important; height: auto !important; margin: 0 0 0 62px; border: 1px solid #CCC; }

.wraps { margin: 0; background: url(../Images/modalButtons.png) 0 -214px no-repeat; height: 98px; position: relative; }

.wraps ul { list-style: none; padding: 0; margin: 0; overflow: hidden; }

.wraps ul li { display: block; position: absolute; }

.wraps ul li a { display: block; float: left; width: 62px; height: auto; background: url(../Images/modalButtons.png) 0 0 no-repeat; padding: 60px 0 0 0; font-size: 11px; text-align: center; color: #757575; line-height: 12px; }

.wraps ul .inline { top: 14px; left: 21px; }

.wraps ul .inline a { background-position: -21px -228px; }

.wraps ul .wrapleft { top: 14px; left: 129px; }

.wraps ul .wrapleft a { background-position: -125px -228px; }

.wraps ul .wrapright { top: 14px; left: 236px; }

.wraps ul .wrapright a { background-position: -236px -228px; }

.wraps ul .inline.active a,
.wraps ul .inline a:hover { background-position: -21px -334px; color: black; }

.wraps ul .wrapleft.active a,
.wraps ul .wrapleft a:hover { background-position: -125px -334px; color: black; }

.wraps ul .wrapright.active a,
.wraps ul .wrapright a:hover { background-position: -236px -334px; color: black; }

/* @end */

/* @end */

/* @group Context Menu */

.cke_skin_lafi .cke_rcombo a,
.cke_skin_lafi .cke_rcombo a:active,
.cke_skin_lafi .cke_rcombo a:hover { -moz-border-radius: 0!important; -webkit-border-radius: 0!important; border-radius: 0!important; border-bottom: none!important; border-right: none!important; padding: 0!important; margin: 0 10px 0 0!important; margin-bottom: 0!important; }

.cke_skin_lafi .cke_rcombo a { background-position: 0 0!important; background-image: url(../Images/siteUiEements.png)!important; height: 23px !important; }

.cke_skin_lafi .cke_rcombo .cke_openbutton { background-position: 0 -328px!important; background-image: url(../Images/siteUiEements.png)!important; width: 22px !important; height: 23px !important; }

.cke_skin_lafi .cke_rcombo .cke_openbutton .cke_icon { background-position: right 0!important; background-image: url(../Images/siteUiEements.png)!important; width: 22px !important; height: 23px !important; margin: 0 !important; display: block !important; cursor: pointer!important; background-color: #C7C7C7 !important; }

.cke_skin_lafi .cke_rcombo .cke_text { opacity: 1 !important; height: 23px !important; line-height: 23px !important; margin: 0 2px 0 7px !important; cursor: pointer!important; color: #3D3F42 !important; filter: none !important; text-shadow: text-shadow: 0 1px 0 rgba(255, 255, 255, .65); font-weight: bold !important; font-style: normal!important; font-size: 11px !important; }

.ie7 .cke_skin_lafi .cke_rcombo .cke_text { line-height: 19px !important }

/* @end */

/* @end */

/* @end */

/* @group Reorder View */

.reorder .templateSection { background: url(../Images/reorderSectionSprite.png) no-repeat 3px -28px; overflow: hidden; padding: 0; margin: 3px 0 2px; height: 34px; }

.reorder .templateSection.ui-sortable-placeholder { background: url(../Images/reorderSectionSprite.png) no-repeat 3px 5px; visibility: visible !important; }

.reorder .templateSection.ui-sortable-helper { background: url(../Images/reorderSectionSprite.png) no-repeat 3px -60px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; padding: 0; margin: 0; height: 39px; }

.reorder .templateSection .sectionHeading { display: block; margin: 6px 8px 0 7px; padding: 0 0 0 46px; cursor: pointer; line-height: 26px; color: #828282; text-shadow: 0 1px 0 #FFF; font-weight: bold; }

/* @end */

/* @group Print View */

#whereTheSampleDataDialogGoes { display: none }

#whereTheSampleDataDialogGoes .section { width: 785px; }

#whereTheSampleDataDialogGoes .section p { display: block; width: auto; margin: 0 30px 15px 0; width: 328px; float: left; height: 75px; position: relative; }

#whereTheSampleDataDialogGoes .section p .text { display: block; background: url(../Images/siteUiEements.png) 0 -24px no-repeat; height: 33px; width: auto; margin: 2px 0 0 0; position: relative; }

#whereTheSampleDataDialogGoes .section p .text:after { content: ''; display: block; background: #F7F7F7 url(../Images/siteUiEements.png) -650px -24px no-repeat; height: 33px; width: 5px; position: absolute; right: 0; top: 0; }

#whereTheSampleDataDialogGoes .section p label { display: block; margin: 0; font-weight: bold; font-size: 12px; overflow: hidden; color: #666; white-space: nowrap; text-overflow: ellipsis; }

#whereTheSampleDataDialogGoes .section p .sampleDataItem { border: none; height: 30px; width: 327px; background: none; line-height: 30px; text-indent: 10px; outline: none; }

#whereTheSampleDataDialogGoes .section p .noValue { position: absolute; top: 0; right: 0; }

#whereTheSampleDataDialogGoes .section p .noValue label { font-weight: normal; display: inline; line-height: 22px; height: 22px; }

.ie7 #whereTheSampleDataDialogGoes .section p .noValue input,
.ie8 #whereTheSampleDataDialogGoes .section p .noValue input { float: left; }

#whereTheSampleDataDialogGoes .section p .noValue input { margin: 0 5px 5px 0; }

#whereTheSampleDataDialogGoes .selectDrop { position: relative; display: block; width: auto; height: 28px; margin: 5px 0 0 0; z-index: 1001; }

#whereTheSampleDataDialogGoes .selectDrop label span { display: block; background: url(../Images/modalButtons.png) no-repeat -251px -174px; height: 23px; position: absolute; right: 0; top: 0; width: 23px; }

#whereTheSampleDataDialogGoes .selectDrop label { display: block; background: none; height: 23px; position: relative; line-height: 23px; font-size: 11px; padding: 0 0 0 10px; font-weight: bold; color: #3D3F42; text-shadow: 0 1px 0 rgba(255, 255, 255, .65); text-align: left; display: block; background: url(../Images/siteUiEements.png); height: 23px; position: relative; line-height: 23px; font-size: 11px; padding: 0 0 0 10px; font-weight: bold; color: #3D3F42; text-shadow: 0 1px 0 rgba(255, 255, 255, .65); text-align: left; }

#whereTheSampleDataDialogGoes .selectDrop label span { display: block; background: #EBEBEB url(../Images/siteUiEements.png) right 0 no-repeat; height: 23px; position: absolute; right: 0; top: 0; width: 23px; }

#whereTheSampleDataDialogGoes .selectDrop select { position: absolute; left: 0; top: 0; cursor: pointer; width: 100%; height: 28px; line-height: 28px; display: block; -webkit-appearance: menulist-button; }

#whereThePreviewDialogGoes .printOverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 4000; }

#previewprint { display: block; overflow: auto; width: auto; height: auto; z-index: 4002; width: 700px; }

#previewprint .wrapper { background: url(../Images/printPreview.jpg) no-repeat 0 0; padding: 20px 0 0 0; width: 681px; }

#previewprint .wrapper .page { width: 620px; height: 100%; margin: 0; overflow: hidden; clear: both; page-break-after: always; padding: 0 30px 20px 30px; font-family: arial; font-size: 12px; background: url(../Images/printPreview.jpg) -681px 0 repeat-y; }

#previewprint .wrapper .page p { margin: 12px 0 }

#previewprint .wrapper .page section { padding: 15mm }

#printDialog .modal .modalBody .content { margin: 20px 0 0 30px; }

#new_section_name_dialog label {margin-top:6px;}

.ie7 #new_section_name_dialog label,
.ie8 #new_section_name_dialog label,
.ie9 #new_section_name_dialog label {margin-top:8px;}

#new_section_name_dialog .text > label {float:none;}

.add_section_checkbox {margin-left: 3px ;}

.new_section_dialog_input {
    float: right;
    width: 70%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.new_section_dialog_container{
	margin-bottom: 5%;
}

#rename_section_dialog label {margin-top:6px;}
#rename_section_dialog input {width:200px;}

.ie7 #rename_section_dialog label,
.ie8 #rename_section_dialog label,
.ie9 #rename_section_dialog label {margin-top:8px;}

#rename_section_dialog .text > label {float:none;}

/* @end */

/* @group Footer */

.templates .changeView { display: block; left: 180px; position: fixed; bottom: 0; width: 100%; z-index: 12; background: url(../Images/editorButtonSprite.png) repeat-x 0 -192px; height: 22px; overflow: hidden; }

.editor .changeView { display: block; left: 0; position: fixed; bottom: 0; width: 100%; z-index: 12; background-color: #333; height: 30px; overflow: hidden; }

.editor .changeView .views { top: 5px; position: absolute; left: 12px; margin: 0; }
.editor .changeView .options { top: 5px; position: absolute; left: 80px; margin: 0; }

.editor .changeView ul li { display: block; float: left; }

.editor .changeView ul a,
.editor .changeView ul a span { background-image: url(../Images/editorButtonSprite.png); display: block; overflow: hidden; text-indent: -2000em; width: 29px; height: 21px; cursor: pointer; }

.editor .editMode a { background-position: -131px -113px }

.editor .reorderMode a { background-position: -160px -113px }

.editor .restoreMode a { background-position: -630px -113px }

.editor .editMode span { background-position: -233px -110px }

.editor .reorderMode span { background-position: -273px -111px }

.editor .restoreMode span { background-position: -606px -78px }

.editor .editMode a:hover { background-position: -131px -163px }

.editor .reorderMode a:hover { background-position: -160px -163px }

.editor .restoreMode a:hover { background-position: -630px -163px }

.editor .editMode.active a:hover,
.editor .editMode.active a { background-position: -131px -138px }

.editor .reorderMode.active a:hover,
.editor .reorderMode.active a { background-position: -160px -138px }

.editor .restoreMode.active a:hover,
.editor .restoreMode.active a { background-position: -630px -138px }


#docNameAndStatus { position: absolute; width: 700px; text-align: center; left: 50%; margin: 0 0 0 -350px; top: 5px; }

#docNameAndStatus .docName { color: white; font-weight: normal; text-shadow: 0 1px 0 black; font-size: 14px; line-height: 21px; }

#docNameAndStatus .saving { background: url(../Images/saving.gif) no-repeat center center; display: block; text-indent: -2000em; overflow: hidden; }

/* @end */

/* @end */

/* @group Preparer Options */

/* @group Aside Nav */

.preparer .templateNavigation { overflow-y: auto; overflow-x: hidden; }

.preparer .templateNavigation a { line-height: 36px; height: 36px; padding: 0 0 0 15px; text-overflow: ellipsis; white-space: nowrap; border-bottom: #262626 1px solid; box-shadow: 0 1px 0 #474747; overflow: hidden; }

.preparer .templateNavigation .active,
.preparer .templateNavigation .active:hover { background: url(../Images/siteSprites.png) 0 -57px no-repeat; }

/* @end */

/* @group Preparer Item */

.preparerAction {
	margin: 5px 0px 0px 0px;
	padding-left: 200px;
	padding-left: 200px;
	position: fixed;
	z-index: 100;
	background-color: #DCE3E7;
	height: 60px;
	width: 100%;
}

.preparerAction .saveBtn {
	background:transparent url(../Images/admn-ui-sprites.gif) no-repeat -271px 0;
	width:136px; 
	height:23px; 
	display:block; 
	text-indent:-9000px; 
	border:none;
}
 
.preparerItem {
	position: relative;
	margin: 0px 27px 27px 27px;
	background: url(../Images/settingSectionsBody.png) repeat-y right 0;
}

.preparerItem .sectionName {
	background: url(../Images/preparerSprite.png) 0 -45px no-repeat; 
	display: block; 
	padding: 0 0 0 5px;
	overflow: hidden;
	position: relative;
}

.preparerItem .sectionName h3 { 
	display: block;
	background: url(../Images/preparerSprite.png) right -45px no-repeat;
	margin: 0;
	padding: 0;
	line-height: 30px;
	height: 40px;
	width: 100%;	
	color: #666; 
	text-transform: uppercase; 
	font-weight: bold;
	font-size: 12px; 
	text-shadow: 0 1px 0 white; 
	letter-spacing: 1px; 
	overflow: hidden;
	text-align: center;
}

.preparerHeader {
	margin: 0 0 0 179px;
	padding: 0;
	position: relative; 
	height: 46px;
}

.documentName { 
	position: fixed; 
	z-index: 5000;
	top: 12px;
	margin-left: -100px;
	display: block;
	width: 100%; 
	color: #575757; 
	font-weight: bold; 
	font-size: 16px;
	text-shadow: 0 1px 0 #F0F0F0;
	text-align: center;
}

.preparerContainer .preparerAction {
	margin: 15px 27px 10px 27px;
}

.preparerContainer .preparerAction .saveBtn {
	background:transparent url(../Images/admn-ui-sprites.gif) no-repeat -271px 0; 
	width:136px; 
	height:23px; 
	display:block; 
	text-indent:-9000px;
	border:none; 
}

.preparerContainer {
	margin: 65px 0 20px 180px; 
	position: relative;
}

/* @group Section With Option */

.preparerItem .sectionName { 
	background: url(../Images/preparerSprite.png) 0 0 no-repeat;
}

.preparerItem .sectionName h3 {
	position: relative;
	background: url(../Images/preparerSprite.png) right 0 no-repeat;
	color: #4f4f4f;
	text-align: center;
}

.preparerItem.deselected .sectionName { 
	background: url(../Images/preparerSprite.png) 0 -45px no-repeat;
}

.preparerItem.deselected .sectionName h3 {
	position: relative;
	background: url(../Images/preparerSprite.png) right -45px no-repeat;
	color: #4f4f4f;
	text-align: center;
}

.preparerItem input[type="checkbox"]
{
    vertical-align: middle;
    height: 20px;
}

.toggleCheckWrapper {
	position:relative;
	height: 25px;
	width: 100%;
	background: url(../Images/editorBackground.png) 0 0 repeat;
}

.toggleCheckWrapperParagraph {
	position:relative;
	height: 20px;
	width: 300px;
	left: 30px;
    margin-top: 10px;
}

.includeSection,
.includeParagraph {
	font-size: 13px;
	font-weight: bold;
	color: #0c60a0;
    margin-left: 5px;
    height: 20px;
    vertical-align: middle;
}

.toggleCheck input { 
	top: 1px; 
	left: 1px;
}

.toggleCheck { 
	position: absolute;
	height: 20px; 
	width: 19px;
	bottom: 3px;
	left: 10px;
}

/* @end */

.preparerItem .body,
.preparerItem.edit .ck { 
	background: url(../Images/settingSectionsBody.png) repeat-y 0 0;
	margin: 0 2px 0 0;
	padding: 20px 0px 20px 0px;
	font-size: 12px;
	line-height: 1.5em; 
	color: #999999; 
}

.preparerItem.option.deselected .body { 
	background: url(../Images/settingSectionsBodyDeselected.png) repeat-y 0 0;
	margin: 0 2px 0 0;
	padding: 20px 0px 20px 0px;
	font-size: 12px;
	line-height: 1.5em; 
	color: #999999; 
}

.preparerItem.edit .ck {
	padding: 5px 5px 5px 20px;
}

.ie7 .preparer .cke_toolbox {
	margin: 0;
}

.preparerItem .body.content {
	padding: 5px 50px 25px 50px;
}

.preparerItem.option.deselected  .body.content{
	padding: 5px 50px 25px 50px;
}
 
#previewCustomBackgroundDialog input,
#previewCustomBackgroundDialog label
{ vertical-align: middle; margin-right:5px; }

#previewCustomBackgroundDialog #previewBackgroundId { width:70px; }

/* @group Strike */

.preparerItem.option.strike .body.content p,
.preparerItem .body .content.option.strike {
	text-decoration: line-through;
} 

/* @end */

.preparerItem .body .content.option {
	padding: 10px 15px 10px 15px;
	background: #FFFFEC; 
	border: 1px solid #EBEBD4; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	margin: 0px 35px 0px 35px;
	position: relative;
	height: auto;
}

.preparerItem .body .content.option.deselected {
	padding: 10px 15px 10px 15px;
	background: #F1F1F1; 
	border: 1px solid #DADEDF; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	margin: 0px 35px 0px 35px;
	position: relative;
	height: auto;
}

.preparerItem .body .content.option .toggleCheck input {
	top: 1px; left: 1px;
}

.preparerItem .body .content.option .toggleCheck {
	top: 0px; 
	left: -25px; 
	z-index: 2; 
	height: 17px; 
	width: 16px; 
	position: absolute;
}

.preparerItem.edit .sectionContent { 
	display: block;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-bottom: #CCD4DD 1px solid;
	border-left: #CCD4DD 1px solid;
	border-right: #CCD4DD 1px solid;
	box-shadow: inset 0 2px 6px #CCC;
	-moz-box-shadow: inset 0 2px 6px #CCC;
	-webkit-box-shadow: inset 0 2px 6px #CCC;
	background: #fff;
}

.preparerItem.edit .ckToolbar {
	overflow: hidden; 
	display: inline;
}

.preparerItem.edit .ckToolbar span.editorExtraControls
{
    float: right;
    position: relative;
    bottom: 42px;
    right: 8px;
}

.preparerItem.edit .ckToolbar button.addEditorButton, .preparerItem.edit .ckToolbar button.deleteEditorButton 
{
    width: 80px;
    margin: 0px 5px;
}

.preparerItem.edit .ckToolbar span.editorTitle 
{
    font-size: medium;
    color: gray;
    margin-right: 40px;
    position: relative;
    top: 3px;
}

.preparerItem.edit .cke_toolbox 
{
    display: table;
    margin: 4px;
}

.preparerItem.edit .ckToolbar .cke_editor {
	background: url(../Images/preparerSprite.png) right -92px no-repeat;
	height: 28px; 
	display: block; 
	width: auto; 
	padding: 5px 0 0 0;
}

/*
.ie8 .preparerItem.edit .ckToolbar { position: relative; }

.ie8 .preparerItem.edit .ckToolbar .cke_editor { position: absolute; top: 0; left: 15px; width: 100%; }

.ie8 .preparerItem.edit .ckToolbar .cke_editor { margin: 0 !important; float:  left;}

*/

/* .ie8 .preparerItem.edit .ckToolbar .cke_editor, */
.ie9 .preparerItem.edit .ckToolbar .cke_editor,
.ie9actual .preparerItem.edit .ckToolbar .cke_editor { margin: -18px 0 0 0; }

.preparerItem.edit .sectionName h3 {
	margin: 0 0 0 15px;
}

.preparerItem.edit { display: block; overflow: hidden; position: relative; }

.preparerItem .preparerItemFooter {
	background: url(../Images/settingSections.png) 0 bottom no-repeat;
	display: block;
	padding: 0 0 0 5px;
	overflow: hidden;
}

.preparerItem.option.deselected .preparerItemFooter {
	background: url(../Images/settingSectionsDeselected.png) 0 bottom no-repeat;
	display: block;
	padding: 0 0 0 5px;
	overflow: hidden;
}

.preparerItem .preparerItemFooter span {
	background: url(../Images/settingSections.png) right bottom no-repeat;
	display: block;
	height: 13px;
	width: auto;
}

.preparerItem.option.deselected .preparerItemFooter span {
	background: url(../Images/settingSectionsDeselected.png) right bottom no-repeat;
	display: block;
	height: 13px;
	width: auto;
}

.ie7 .preparerItem .preparerItemFooter span { height: 18px }

/* @end */

/* @group Read Only */

.preparer.readonly .preparerHeader { margin: 0 0 0 13px; }
.preparer.readonly .preparerContainer { margin: 0 0 0 0; }

.preparer.readonly .siteheader h1,
.preparer.readonly .preparerItem.option .sectionName .toggleCheck input,
.preparer.readonly .preparerItem .body .content.option .toggleCheck input,
.preparer.readonly .preparerItem.edit .ckToolbar { display: none; }

.preparer.readonly .preparerItem.edit .sectionContent { border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

.preparer.readonly .preparerItem.edit .sectionContent p { margin: 10px 0; }

.preparer.readonly .preparerItem .body .content.option { background: #F6F8F8; border: 1px solid #E3E3E3; }

.preparer.readonly .preparerItem .sectionName {
	background: url(../Images/preparerSprite.png) 0 -45px no-repeat !important;
}

.preparer.readonly .preparerItem .sectionName h3 {
	background: url(../Images/preparerSprite.png) right -45px no-repeat !important;
}



/* @end */

/* @end */

.adminPagerTop a.pagerSelectedPageLink { color:black;font-weight:bold; text-decoration:none; }

#adminInternalFields .adminInternalField.selected { background-color:#fbf0df; }
#adminInternalFields input { vertical-align:middle; margin-right:3px }
#adminInternalFields .adminInternalField { margin: 3px; padding: 5px 10px; background-color:#ececec; }

#adminInternalFields .adminInternalFieldHeader { margin: 5px 3px 5px 0; padding: 5px; background-color:#cecece;}

#adminInternalFields .converterContainer { margin-left:50px; padding: 2px; width:400px; font-size: 70%;  }
#adminInternalFields .converterSummary { margin-left:10px; font-size: 70%;  }

#adminSelectContextsDialog input[type='checkbox'] { vertical-align:middle; margin-right:3px }

#mappingsForEorgDialog th { text-align:left }
#mappingsForEorgDialog td { padding-right:10px }

#expressionDialog .expressionEditor {margin-top:5px; margin-bottom:5px; }
#expressionDialog .expressionEditor textarea { width:600px; }
#expressionDialog .expressionParsingError { color:Red; }

#printConditionDialog .dialogTopMessage { margin-bottom: 10px; }

#printConditionDialog .printCondition {margin-top:5px; margin-bottom:5px; }
#printConditionDialog .printCondition textarea { width:600px; }
#printConditionDialog .printConditionError { color:Red; }
#printConditionDialog .printCondition .contextSelect { width:auto; margin-bottom:3px; }
#printConditionDialog .printCondition .conditionTypeSelect { width:auto; margin-bottom:3px; }
#printConditionDialog .printCondition .deleteBtn { float:right; }

#placementExpressionDialog .defaultPlacementExpression {margin-top:5px; margin-bottom:5px; }
#placementExpressionDialog .templatePlacementExpression {margin-top:5px; margin-bottom:5px; }
#placementExpressionDialog textarea { width:600px; }
#placementExpressionDialog .placementError { color: Red; }
#placementExpressionDialog .templatePlacementExpression .templateSelect { width:auto; margin-bottom:3px; }
#placementExpressionDialog .templatePlacementExpression .deleteBtn { float: right; }

.cke_iframe_shim
{
    height:0px !important;
}

.margins { margin-right: 25px; }
.margins td { width: 70px; }
.settingbodySection .marginLabel { text-align: right; padding-right: 5px;padding: 5px; }
.spinner { width: 50px; }

#usageReportDialog { font-size:smaller; }
#usageReportDialog .templateNameHeader { font-weight:bold; margin-top:10px; }

.AuditFilters { display: inline-block; margin-left: 15px; padding: 4px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;}

#auditReportDialog, #compareReportDialog { font-size:75%; }
#auditReportDialog p, #compareReportDialog p { border-bottom-style:solid; border-bottom-color: Gray; border-bottom-width: 1px;}
#auditReportDialog .auditError,  #compareReportDialog .compareError { color:Red; }
#auditReportDialog .auditInfo, #compareReportDialog .compareInfo {  }

#resultCompareContainer { max-height:250px; overflow:auto; margin: 15px 6px 6px;}

#adminEditTagsDialog input { width: 500px; }

#adminEditFormDescriptionDialog input { width: 500px; }

#adminNewCategoryDialog input { width: 280px; }

/* FORMS LISTING ADMIN UI */
.formsListingEntryWrapper.selected { background-color:#CCEEEE; }
.formsListingEntryWrapper .adminItemBottomBar { margin-top: 5px }
.conditionWrapper .name { margin-bottom: 5px; } 

/* Debug Log Dialog */
#enableDebugLogDialog #enableLogContainer { margin: 10px 0px; }
#enableDebugLogDialog #debugLogLocators { margin-left: 5px; min-height:200px; overflow-y:auto }

.searchCriteria .withErrors { color: Red }

.dualList .sourceContainer,
.dualList .destinationContainer
{
    float: left;
}

.dualList .sourceListBox,
.dualList .destinationListBox
{
    width: 300px;
}

.dualList .sourceListFilter,
.dualList .destinationListFilter
{
    width: 300px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.dualList .buttonBlock
{
    float: left;
    margin-top: 200px;
}

.dualList .buttonBlock button
{
    margin: 10px;
}

.formsListingTable input,
.formsListingTable span,
.formsListingTable select 
{
    margin: 5px;
}

.preparerFormsListingActions {
    background-color: White;
}

.formsListingAction {
    margin-bottom: 5px;
    background-color: #ECECEC;
    padding: 10px;
    cursor: pointer;
}

.formsListingAction .newTextInput 
{
    width:300px;
}

.formsListingAction .renameTemplateSelect
{
    width:300px;
}

.formsListingAction .deleteTemplateSelect
{
    width:350px;
}

.formsListingAction .documentContextSelect 
{
    width:500px;
}

.formsListingAction .deleteBtn, 
.formsListingAction .editBtn,
.formsListingAction .saveBtn,
.formsListingAction .cancelBtn {
    float:right;
    margin-right: 5px;
}

.formsListingActionHeader {
	height: 30px;
}

.formsListingActionHeader h4 {
      font-weight: bold;
}

#preparerFormsListingActions #listOfActions{
    max-height: 400px;
    overflow: auto;
    clear: both;
}

#preparerFormsListingActions #emptyListOfActionsMessage {
    margin: 10px;
}

#savePreparerData {
    margin-right: 10px;  
	margin-top: 15px;    
}

#newPreparerLink {
	margin-right: 20px;
	margin-top: 15px;
}

#editFormsListing {
    margin-right: 10px;  
	margin-top: 15px;    
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

#performAudit { margin-bottom: 2px; }

.defaultLafiBtn {
    
}

.primaryLafiBtn {
  margin-left: 10px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e38a13;
  *background-color: #cc790b;
  background-image: -moz-linear-gradient(top, #f39518, #cc790b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f39518), to(#cc790b));
  background-image: -webkit-linear-gradient(top, #f39518, #cc790b);
  background-image: -o-linear-gradient(top, #f39518, #cc790b);
  background-image: linear-gradient(to bottom, #f39518, #cc790b);
  background-repeat: repeat-x;
  border-color: #cc790b #cc790b #834e07;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff39518', endColorstr='#ffcc790b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.primaryLafiBtn:hover {
	color: #fff;
    background-color: #e38a13;
}

.sortable-icon {
    background: url('../Images/sortable.png') no-repeat top left;
    padding: 5px 10px 5px 5px;
}
    
#simpleTextInputDialog span {
    vertical-align:middle;
    margin-right:10px;
}

#simpleTextInputDialog input 
{
    width: 70%;
}

.changeHistoryEvent .comment {
    margin-left: 9px;
    font-size: small;
}

#simpleTextInputDialog input + span 
{
    margin-left: 10px;
    color: red; 
}

/* EMBEDDING SUPPORT VIEWS INTO MODALS */

.embeddedAdminView #administrationContainer .siteheader {
    display: none;
}

.embeddedAdminView #administrationContainer .templateNavigation {
    display: none;
}

.embeddedAdminView #administrationContainer .templateWrap {
    margin: 0px;
}

.embeddedAdminView #administrationContainer .templateWrap .adminContainer.list {
    margin-top: 0px !important;
}

.embeddedAdminView .settingbodySection {
    min-height: 450px;
}

#administrationContainer #btnUpdateEorgs {
    float: right; 
    margin-top: 0px; 
    margin-bottom: 0px;
    display: none;
}

button#btnUpdateEorgs:hover {
	background-position: -271px 0;
}

#eorgs_applyNameToSelectedBtn, #applyYearSelection {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e38a13;
  *background-color: #cc790b;
  background-image: -moz-linear-gradient(top, #f39518, #cc790b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f39518), to(#cc790b));
  background-image: -webkit-linear-gradient(top, #f39518, #cc790b);
  background-image: -o-linear-gradient(top, #f39518, #cc790b);
  background-image: linear-gradient(to bottom, #f39518, #cc790b);
  background-repeat: repeat-x;
  border-color: #cc790b #cc790b #834e07;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff39518', endColorstr='#ffcc790b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
}

button.disabled#eorgs_applyNameToSelectedBtn, button.disabled#eorgs_applyNameToSelectedBtn:hover, .settingSection button.saveEorgsBtn.disabled, .settingSection button.saveEorgsBtn.disabled:hover 
{
    transition: none;
    color: #999;
    border-color: #999;
    text-shadow: inherit;
    background: rgb(236, 236, 236);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#555', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

button#eorgs_applyNameToSelectedBtn:hover, #applyYearSelection:hover {
	background-color: #e38a13;
	color: #fff;
}

body.embeddedAdminView {
    min-width: 300px;
    background: inherit !important;
}

#simpleInfoDialog div.indent {
    margin-left: 10px;
}

#simpleInfoDialog a,
#simpleInfoDialog a.active,
#simpleInfoDialog a.visited
 { text-decoration: underline; }
 
.diagnosticsQuestion {
    margin: 10px;
}

.indent-1 { margin-left: 10px; }
.indent-2 { margin-left: 20px; }

.diagnosticsQuestion {
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.diagnosticsHeader {
    margin-left: 10px;
    height: auto !important;
    position: inherit !important;
}

.diagnosticsAnswerHeader {
    font-size: smaller;
}

.diagnosticsAnswerBody {
}

.diagSummary {
    font-weight: bold;
    margin-top:20px;
}

.diagCondition 
{
    margin-left:20px;
}

.diagFieldInfo {
    margin-left:40px;
    font-size:smaller;
}

.diagDetailedLog {
    margin-left:20px;
}
.diagnosticsQuestion .askButton {
    margin-top:10px;
}
