/*********
* Layout *
*********/

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-y:scroll;
    height: auto !important;
    min-height: 100%;
    width: 100%;
    cursor:default;
}


#wrapper {
    position:fixed;
    width:100%;
    min-height:100%;
    height: auto !important;
    top: 0;
    left: 0;
    margin-bottom: -4em;
    z-index: -1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

p {
    line-height:1.6em;
}

label{
    cursor:pointer;
}

.pointer{
    cursor:pointer;
}

select{
    cursor:pointer;
}

#bodyImage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#logoContainer {
    width: 175px;
    height: 100px;
}

#toolbarTop {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: bold;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    background-color: #2F3640;
}

#toolbarTop table td {
    padding: 4px;
}

#profileForm {
    float: right;
}

#profileFormProfileSelect {
    margin-right: 50px;
}

#header {
    z-index: 999999;
}

#logoContainer {
    width: 175px;
}

#navigationBlock {
    margin-left: 175px;
    min-width: 800px;
}

form, ul, #sidebarLeftAccordion, .listRowReportsTankBar img {
    margin:0px;
    padding:0px;
}

#searchForm{
    padding:0px 0px 18px 0px;
}

/* SMS popup preview/test */
#smsPopup {
    min-height: 0;
    padding: 0;
}
#smsPopup #pageHeader {
    margin: 0;
    padding-top: 0;
}
#smsPopup #pageContent {
    margin: 5px 50px;
    max-width: 100%;
    min-width: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    width: auto;
}
#smsPopup #pageFooter {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
#smsPopup .pageNav {
    margin-top: 0;
}
#smsPopup p {
    margin: 5px 0;
}
#smsPopup .pageNav li a {
    display: block;
}
#smsPopup input[type="text"] {
    margin-bottom: 0;
}

/* SMS popup preview/test */
#spamTest {
    min-height: 0;
    padding: 0;
}
#spamTest #pageHeader {
    margin: 0;
    padding-top: 0;
}
body#spamTest #pageContent {
    margin: 5px auto;
    max-width: 990px;
    min-width: 0;
    padding-bottom: 20px;
    padding-top: 5px;
}
#spamTest #pageFooter {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
#spamTest .pageNav {
    margin-top: 0;
}
#spamTest p {
    margin: 5px 0;
}
#spamTest .pageNav li a {
    display: block;
}
#spamTest input[type="text"] {
    margin-bottom: 0;
}

#spamTest .smallPrint {
    color: #339999;
}

#spamTest .active a {
    border: 1px solid #339999;
    background: #ffffff;
    padding: 3px;
}

#smsPreview {
    background: #FFFFFF url(/assets/img/mobilephone.jpg) scroll no-repeat 0 0;
    height: 430px;
    margin: 0 auto;
    padding: 28px 0 0 2px;
    width: 189px;
}
#smsPreview div {
    background-color: #EEEEEE;
    border: 1px solid #444444;
    color: #000000;
    font-size: 12px;
    height: 190px;
    margin: 0 auto;
    max-height: 190px;
    min-height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    width: 127px;
    word-wrap: break-word;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sms-preview {
	width:100%;
	height:430px;
	border:none;
}

#OneClickConfirm-block {
    padding: 8px;
}

#OneClickConfirm-block span { /*Forces test to wrap inside popUpBox*/
    display:block;
    word-wrap:break-word;
}

#slider-body {
    width: 640px;
}

#reportSlider {
    border-width: 1px;
    border-style: solid;
    border-color: #AAAAAA;
    padding-top: 5px;
}

textarea {
    resize: none;
}

/**
* the sidebar has two widths depending on if it is open or closed. These are replicated in the jquery global file *
**/

#sidebarLeft {
    float: left;
    margin: 0px 0px auto auto;
    position:absolute;
}

.sidebarOpen {
    width: 165px;
}

.sidebarClosed {
    width: 35px;
}

#pageContent {
    z-index: 3;
    margin-bottom: 25px;
    padding: 18px;
    margin-right: 16px;
}

.contentMin {
    margin-left:175px;
    max-width:1014px;
    min-width: 744px;
}

.contentMax {
    margin-left: 40px;
    max-width:1152px;
    min-width:879px;
}

#footer {
    margin: 0p auto;
    text-align: center;
    min-height:18px;
}

.toolTip {
    padding: 8px;
}

#pageFooter {
    overflow: hidden;
}

#pageHeader {
    padding-top: 6px;
    height:40px;
}

#pageFooter {
    clear: both;
    margin-top: 25px;
    padding: 26px 0px 6px 0px;
}

.contentBlock {
    margin: 8px 0px;
    padding-bottom: 10px;
}

#themeSurround {
    width:800px;
    margin:auto;
    overflow: hidden;
}

.themeThumb {
    height:185px;
    float:left;
    position: relative;
    margin: 0px 26px 26px 0px;
    width: 232px;
    text-align: center;
}

.themeThumb img {
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

/* theme select */

.themeDesc{
    font-size:14px;
    font-weight: bold;
    height:0px;
    width:230px;
    display:none;
    margin-left:1px;
    background-color:#000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.themeDesc a{
    text-decoration:none;
    color:#fff;
}

.themeSwitcherLink{
    overflow:hidden;
}

/** email editor page **/

.editorBlock tbody tr{
    padding:10px;
    display:block;
}

.editorBlock fieldset {
    border: 0;
    padding: 0;
}

#editBodyPlain {
    color: #444444;
    font-size: 12px;
}

.formBreak {
    display:block;
    padding-top:6px;
    padding-bottom:4px;
}

.formSpacer {
    display:block;
    margin-top:16px;
}

.formWrap {
    display:block;
    padding-bottom:0;
}

.nonCaps {
    text-transform:none;
}

.btnWrap {
    display:inline;
    margin-top:2px;
    padding-left:6px;
    position:relative;
}


div.formBlock {
    margin: 8px 0px;
    padding: 10px;
    background: #F4F4F4;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

div.formShell {
    padding:8px;
    background: #F9F9F9;
}

div.formBlockDropDown {
    overflow:hidden;
    margin: 0px;
    padding: 10px 4px 10px 10px;
    background: #F4F4F4;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

div.formBlockDropDown ul li{
    padding:0px 5px;}

div.formBlock.editBlock {
    margin: 0px;
    border-top: none;
}

.formBlock label, .formBlock .radioInput, .formBlock .checkboxInput  {
    margin-right: 8px;
}

.formBlock li {
    padding-top:7px;
    padding-bottom:4px;
}

.radioInput{
    margin-right:8px;
}

.listTable {
    border-spacing: 2px 5px;
}

.listTable th {
    padding: 0px 5px;
}

.listTable td {
    padding: 2px 5px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.editorTable tbody tr{
    padding:5px;
}

.editorTable tbody tr td {
    padding-right: 4px;
}

.multilineTable tbody td, .multilineTable tbody th {
    border-bottom: 1px solid #DDDDDD;
}

.multilineTable tbody th {
    width: 175px;
}

.subjectLineContent {
    padding: 3px 0px;
}

.expanderBlock {
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
}

.messageContentPanelSub {
    top: 30px;
    padding: 6px 4px;
}

.expanderBlock .block, .messageContentPanelSub {
    background: url("/assets/img/backgrounds/topnavDownGrad_10x38.png") top left repeat-x #FFF;
    margin: 0px 12px 5px 12px;
    border: 1px solid #CCCCCC;
    border-top: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.expanderTable thead tr th {
    border-bottom: 1px solid #DDDDDD;
}

.expanderTable td, .expanderTable th {
    border-bottom: 1px solid #DDDDDD;
}

.expanderBlock .block {
    padding: 10px 0px;
}

#inboxPreviewExampleThumb {
    width: 120px;
    text-align: center;
    margin: 0px 15px 15px 0px;
}

#contentKeyBlock img, .contentKeyRow {
    margin: 0px 4px 0px 8px;
}
.inlineList{
    margin-bottom:10px;
    margin-top:4px;
}
.editorStyling{
    margin: 0 0 10px 0!important;
    padding: 0 10px;
    height: 26px!important;
    line-height: 26px;
}
.editorStyling label {
    padding: 6px 5px;
    vertical-align: text-bottom;
}
.editorStyling select{
    vertical-align: text-bottom;
}
.editorStylingNoPadding{
    margin: 0 0 10px 0!important;
    padding: 0 0px;
    height: 26px!important;
    line-height: 26px;
}
.editorStylingLast{
    margin: 0!important;
}

/* Block elements */
.block, .shown, #showGoogleGoalLoaderBlock, .googleTellMoreImg, #googleValuesChartPlaceHolder, #googleConversionsChartToggle, #googleValuesChartToggle, #google-reports-button, #email-reports-button, .pageNav, .sidebarToggle {display: block;}
/* Inline elements */
.paginationList li, .tabButton, .inlineList li, .inline {display: inline;}
/* Hidden elements */
.automationConfirm, #googleValuesChartToggle span, #googleConversionsChartToggle span, #blankTemplateWarning, .hidden, #moreAutomationsRows, .toolTip, .expanderBlock, #googleConversionsChartPlaceHolder, .googleToolTip, #showGoogleGoalValueBlock, #showGoogleGoalCompletionBlock, #showGoogleGoalNoneBlock, #showGoogleGoalDataMiaBlock, #googleAnalyticsUpsellCont, #blankTemplateWarning, #advanced-settings-block01 {display: none;}
/* Floats */
.floatLeft, #panels>div, #googleValuesChartToggle, #googleConversionsChartToggle, .labelChartPanel, #email-reports-button, #google-reports-button, #sidebarLeft, #inboxPreviewExampleThumb, #pageHeader h1 {float:left;}
.floatRight, .button.submitButton, .pageNav, .paginationList, #googleChartsControlPanel, .googleTellMoreImg, #googleSummaryBlock, .readMore {float:right;}
/* Clear floats */
.clear, #automationsRowRepeatBtn, #innerWrapper {clear:both;}
/* Absolute positioned */
.googleToolTip {position:absolute;}

/*************
* Typography *
*************/

body {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #666666;
}

body, .editorTable th, .listTable th, .expanderTable th, #deliveryClockBlock h5, #googleSummaryBlock h4, .reportsTable thead tr th, .reportsTable tfoot tr td {
    font-size: 12px;
}

h1, h2 {
    font-family: Arial, Helvetica, sans-serif;
}

h1, #deliveryClockTime, #deliveryClockDate {
    font-size:22px;
}

h1 {
    font-size: 24px;
}

h2 {
    margin: 0px 0px 0px 15px;
    font-size: 18px;
}

h3 {
    margin: 0px;
    font-size: 16px;
    padding:0;
}

h4, .introduction {
    font-size: 14px;
}

h4 {
    margin-bottom: 0px;
    /*text-transform:capitalize;*/
}

h6 {
    font-size:13px;
    margin: 5px 0px;
}

.reportSummaryTable h4 {
    font-size: 20px;
    margin: 0px;
}

.smallPrint {
    font-size:11px;
    margin:0px;
}

hr {
    height: 1px;
    border: 0;
    padding:0;
}

ul {
    list-style: none;
}

/* quick text aligns */
.alignLeft {text-align: left;}
.alignCenter {text-align: center;}
.alignRight {text-align: right;}

.introduction {
    font-style: italic;
    color: #7E8788;
}

a, .pageNav a:hover, a:hover.sidebarToggle, a:hover.buttonDisabled, #toolbarTop a:hover, a.sidebarToggle, a#sidebarToggleHide, a.noDecoration {
    text-decoration: none;
}

a:hover, ul.rowOptions a:hover {
    text-decoration: underline;
}

#toolbarTop, #toolbarTop a {
    color: #ffffff;
}

#toolbarTop a:hover {

}


a.sidebarToggle, a#sidebarToggleHide {
    line-height: 24px;
    padding: 1px 8px;
    background-image: none;
    background-position: bottom left;
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-box-shadow: 0px 2px 5px #444444;
    -webkit-box-shadow: 0px 2px 5px #444444;
    box-shadow: 0px 2px 5px #444444;
}

a:hover.sidebarToggle, a:hover#sidebarToggleHide {
    background-image: none;
    background-position: top left;
    background-repeat: repeat-x;
}

#sidebarToggleHide.show {
    opacity: 1;
}

#sidebarToggleHide.hide {
    opacity: 0;
}

ul#sidebarLeftAccordion li a img, .listRow img, .radioInput, .checkboxInput {
    vertical-align: middle;
}


.checkboxInput, .radioInput{
    cursor:pointer;
}


.searchList li {
    margin-left: 8px;
}

#pageHeader h1 {
    margin: 0px; /* matches top of pageNav */
}

h3.resultsTitle {
    margin: 0px;
}

h5#smsCount {
    margin:0px;
}

.smsBoldText {
    font-size: 200%;
    font-weight: bold;
}

#smsChars.error {
    color: #FF0000;
}

#smsSpecialChars {
    background-position: 10px 12px;
    border: none;
    display: inline-block;
    font-size: 100%;
    font-weight: normal;
    margin: 0 0;
    max-width: 240px;
    padding-right: 20px;
    position: relative;
    vertical-align: top;
    width: 240px;
    word-wrap: break-word;
}
#smsSpecialChars .close {
    cursor: pointer;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#smsSpecialChars .close:hover {
    background-image: url(/assets/img/jquery_ui/ui-icons_ef8c08_256x240.png);
    background-position: -96px -128px;
}
#smsSpecialChars p {
    margin: 0;
    padding: 0;
}
#smsSpecialChars strong {
    display: block;
    letter-spacing: 8px;
    padding: 5px;
}
#smsTextarea {
    font-size: 13px;
}

#deliveryClockBlock h5 {
    padding-bottom: 5px;
    margin: 0px;
}

h5#smsCount, #deliveryClockBlock h5, #showGoogleGoalLoaderBlock span, h1, h2  {
    font-weight:normal;
}

.smsWarningsContainer {
    display: inline-block;
    margin: 2px 10px;
    max-width: 290px;
    padding-top: 24px;
    vertical-align: top;
}

.smsDynamicContentWarning {
    background-color: #dbe8e8;
    margin-bottom: 10px;
    padding: 20px 15px;
}

.smsDynamicContentWarning .title {
    color: #339999;
    display: block;
    font-size: 13px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.smsContainer{
    display: inline-block;
}

.smsInvalidCharacterWarning{
    display: block;
    margin-top: 10px;
}

span#smsChars {
    border-bottom: dotted 1px #000; 
    cursor: help;
}

.smsCountersContainer{
    display: block;
}

.smsCountersContainer h5{
    margin: 0;
    display: inline-block;
}

.smsCountersContainer #smsCount{
    display: inline-block;
    width: 50%;
}


.hiddenSMSText{
    display: none;
}

.multiPartContainer{
    margin-bottom: 5px;
}

#smsTextarea{
    margin-top: 2px;
}

.normalText{
    font-weight: normal;
}

p.newTipTitle {
    margin-bottom: 4px;
}

span.summaryText {
    color: #999999;
}

#showGoogleGoalNoneBlock, label, #showGoogleGoalDataMiaBlock, #googleSummaryBlock span, #googleSummaryBlock h4, .labelChartPanel, .plainTextPlaceholder, #expander-item a, .textHighlight, p.newTipTitle {
    font-weight:bold;
}

/******************
* Form attributes *
******************/

#listUploadForm fieldset {
    margin-bottom: 10px;
}

.searchFieldset {
    background-image: url(/assets/img/backgrounds/topnavDownGrad_10x38.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-color: #AAAAAA;
    display: inline-block;
    width:727px;
}

form fieldset, #listSearchForm fieldset, #SearchForm fieldset {
    padding: 4px 8px;
    background-position: top left;
    background-repeat: repeat-x;
}

#expander-item a {
    padding: 3px;
}

.automationFieldset {
    border-width: 1px;
    border-style: dotted;
    border-color: #CCCCCC;
    margin-bottom: 10px;
}

input[type=radio] {
    border-width:0px;
    padding-top:6px;
    cursor:pointer;
}

input[type=checkbox] {
    border-width:0px;
}

input[type=text] {
    padding: 2px 1px 2px 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    margin-right:4px;
    line-height:18px;
    margin-bottom:6px;
}

input[type=file] {
    padding: 2px 1px 2px 1px;
}

input[type=file]:hover, input[type=file]:active{
    cursor:pointer ;
}

input[type=password] {
    padding: 2px 1px 2px 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    margin-right:4px;
    line-height:18px;
}

input[type=submit] {
    cursor:pointer;
}

input.readOnly {
    border:none;
    padding:0px;
}

textarea {
    font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
    font-size:12px;
    padding: 2px 1px 2px 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    margin-right:4px;
    line-height:18px;
    margin-bottom:6px;
}

.inputFieldPop {
    background-image: url(/assets/img/button_icons/automations/bg_date_picker.png);
    background-repeat: no-repeat;
    background-position: right;
}

#timeEditBlock {
    width: 100px;
    text-align: center;
    margin: 0!important;
    padding: 4px;
}

.uploadListSelectBox {
    width:250px;
}

/*********
* Tables *
*********/

table, td, th {
    border: none;
    text-align: left
}

.tableTitles{
    margin-top:10px;
    height:20px;
}

.tableHeading{
    float:left;
}

.TableOptions {
    text-align:right;
    float:right;
    height:20px;
}

.tableOption a{
    font-size: 11px;
    margin-top: 5px;
}

.expanderTable {
    width: 100%;
}

.chartsTable td, .chartsTable img {
    margin:0px;
}

.tableTight, .tableTight td, .tableTight tr, .tableTight img, .chartsTable td, .chartsTable img {
    padding: 0px;
}

.tableTight img.graphBarSecond {
    margin-left: -3px;
}

.reportsTable {
    border-collapse: collapse;
    margin-top: 12px;
    width: 80%;
}

.reportsTable thead tr th, .reportsTable tfoot tr td {
    border-bottom: 1px solid #AAAAAA;
}

.reportsTable tr td {
    padding: 2px 4px;
}

.reportsTable tbody tr td {
    border-bottom: 1px solid #EEEEEE;
}

.reportsTable tbody tr td:first-child {
    font-weight: bold;
}

.comparisonCell {
    background: #DDDDDD;
    border-left: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD;
}

td.alignCenter {
    text-align: center;
    white-space: nowrap; /* specific to options cells */
}

td.alignRight {
    text-align: right;
}

.creditBalanceTable {
    padding: 0;
    margin: 0;
}

.creditBalanceTable img {
    display: block;
    float: left;
}

.supportTable {
    width: 530px;
}

.supportTable td {
    vertical-align: top;
    text-align: left;
    padding: 2px 15px 0px 0px;
}

/*******************
* Links & Page nav *
*******************/

a.primaryButtons {
    vertical-align:middle;
    display: inline-block;
    margin:12px 6px 12px 0px;
    line-height:normal;
}

.pageNav, a.primaryButtons, .buttonLrg {
    font-size: 15px;
}

.buttonLrg{
    text-decoration:none;
    vertical-align:middle;
    font-weight:normal;
    margin-right:4px;

}

a.buttonLrg{
    text-decoration:none;
}


.pageNav{
    padding:0;
    margin-top:-10px;}

.pageNav li, .buttonLrg{
    float: left;
    margin-left:4px;
}

.pageNav li a{
    line-height:1.5em;
    padding: 5px 4px 5px 3px;
}

.pageNav li a img, .buttonLrg img{
    vertical-align:middle;
    padding: 4px 4px 6px 4px;
}

a.primaryButtons, a.buttonLrg {
    padding: 4px;
}

a.primaryButtons img{
    vertical-align:middle;
    margin:0px 4px 0 2px;
    padding:0 0 2px 0;
}

.mailContentOptions li img:first-child{
    vertical-align:middle;
    padding-left:4px;
}

.mailContentOptions li img{
    vertical-align:middle;
}

a.buttonDefault, label.buttonDefault {
    text-decoration: none;
    background-color: #596b7f!important;
    color: #ffffff;
    cursor: pointer;
    padding: 6px 5px;
    vertical-align: text-bottom;
    font-size: 13px;
    font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
}

a.buttonSearch {
    display: inline-block;
    margin-bottom: 5px;
}

a.buttonSmall, label.buttonSmall {
    background-color: #82c2c2!important;
    padding: 6px 5px;
    vertical-align: top;
}

a.buttonGrey {
    background-color: #e2e7ed!important;
    color: #a5b3c7;
}

a.buttonGreen {
    background-color: #4cbf7e!important;
}

a.buttonLogout {
    background-color: #f44647!important;
}
a.buttonRed {
    background-color: #f44647!important;
}
a.buttonInverted {
    background-color: #309999!important;
}

a.buttonSmallSelected {
    background-color: #309999!important;
}

a.buttonDarkGray {
    background-color: #666666!important;
}

a.buttonTransparent {
    background-color: transparent!important;
    color: #666666;

}

.pageNav li a:not(.buttonDefault):hover, a:hover.primaryButtons, a:hover.profileFormBtn, .emailTabsList a:hover, a:hover.buttonLrg, a:hover.contentOptionsRadios, .supportSubmit:hover{
    background-image: url(/assets/img/backgrounds/pageNavDownGrad_10x20.png);
    background-position: top left;
    background-repeat: repeat-x;
    text-decoration: none;
    border-color: #aaaaaa;
}

a:hover.buttonDefault {
    background-color: #465565!important;
    text-decoration: none;
}

label:hover.buttonDefault {
    background-color: #465565!important;
    text-decoration: none;
}

a:hover.buttonSmall {
    background-color: #339999!important;
    color: #ffffff!important;;
}

label:hover.buttonSmall {
    background-color: #339999!important;
    color: #ffffff!important;;
}

a:hover.buttonGrey {
    background-color: #d6dadf!important;
}

a:hover.buttonGreen {
    background-color: #399e66!important;
}

a:hover.buttonLogout {
    background-color: #db0d0d!important;
}

a:hover.buttonRed {
    background-color: #db0d0d!important;
}

a:hover.buttonInverted {
    background-color: #288081!important;
}

a:hover.buttonDarkGray {
    background-color: #666666!important;
}

a:hover.buttonTransparent {
    background-color: transparent!important;
}


.buttonDefault, .buttonSmall, .contentOptionsRadios  {
    padding: 3px 4px 5px 3px;
    margin-right:4px;
    text-transform:none;
}

.buttonDefault img, .buttonSmall img, .profileFormBtn img, .crumbling img{
    vertical-align:middle;
    padding-right:4px;
    border:none;
    padding-left:0px;
    padding-top: 0px;
}

a.buttonDefault strong {
    font-weight: normal;
}

.buttonDefault, .buttonSmall .btnImgRight, .profileFormBtn .btnImgRight, .primaryButtons .btnImgRight {
    vertical-align:middle;
    padding-left:4px;
    border:none;
    padding-right:0px;
}

.radioImg {
    margin-left:-3px;
}


a.button, a.buttonDisabled, a.tabButton {
    margin: 0px 2px;
    border-width: 1px;
    border-style: solid;
    padding: 0px 4px;
    cursor:pointer;
    text-transform:none;
}

a.button img{
    vertical-align:middle;
}

a:hover.button, a:hover.tabButton, .selected-panel {
    border-width: 1px;
    border-style: solid;
    padding: 0px 4px;
    color: #FFFFFF;
    text-decoration: none;
}
ul.rowOptions a{
    color: #82c2c2;
}

ul.rowOptions a.buttonSmall{
    color: #ffffff;
}
tr.listRowHover .rowOptions a{
    color: #339999;
}

tr.listRowHover a.buttonSmall{
    color: #ffffff;
}

ul#reportsSummaryDashControls {
}

ul#reportsSummaryDashControls li {
}

ul#reportsSummaryDashControls li a {
    display: block;
    text-align: center;
}

ul.comparisonList { padding: 8px 0px;}

ul.comparisonList li { margin-right: 8px; }

.expanderOff, .expanderOn {
    padding-left: 15px !important;
}

.expanderOff {
    background-image: url(/assets/img/button_icons/expand.png);
    background-position: left;
    background-repeat: no-repeat;
}

.expanderOn {
    background-image: url(/assets/img/button_icons/contract.png);
    background-position: left;
    background-repeat: no-repeat;
}

.buttonDark {
    padding: 2px 4px;
    border: 1px solid #AAAAAA !important;
}

.toggleUp, .toggleDown {
    padding-left: 17px;
}
.toggleUp {
    width: 12px;
    height: 12px;
    background: url(/assets/img/icons/toggleUp.png) no-repeat left;
}

.toggleDown {
    width: 12px;
    height: 12px;
    background: url(/assets/img/icons/toggleDown.png) no-repeat left;
}

h3 a {
    outline: none;
}

h3 a:hover {
    text-decoration: none;
}

.selected {
    background: url("/assets/img/jquery_ui/ui-bg_glass_65_cffff8_1x400.png") repeat-x scroll 50% 50% #cffff8;
    color: #666666;
}

.selected.activeTab {
    /*	padding: 8px 4px 4px 4px;
        font-size: 1.1em; */
    border: 1px solid #AAAAAA;
}

#helpFeedSupportButton {
    text-align: center;
}


#automationsRowRepeatBtn {
    display: block;
    margin: 10px auto;
    text-align: center;
    padding: 4px;
}

.searchFormToggle {
    margin-left: 8px;
}

/*********
* Frames *
*********/

#snippetEditor {
    display: none;
}

#snippetFrame {
    margin-bottom: 10px;
    height: 460px;
    border-width: 1px;
    border-style: solid;
}

.snippetBtns {
    margin-top:-26px;
}

#formatCheck, #spamCheck {
    margin-top:10px;
}

/*********
* Images *
*********/

img {
    border:0;
}

.paginationList {
    display:block;
    padding: 10px 0;
}

.contaisnDropDown {
    padding-top:0px;
    height:25px;
}

.footerLinks {
    padding:2px;
}

/**
* recent campaign reports *
**/

.campaignStatBlock {
    float: right;
}

.campaignStatBlock table tr td {
    border: none !important;
    padding: 8px 5px;
}

.campaignStat {
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

/* used to light up positive values. uses phpx data set */
.posCountClass, .posCountClass2, .posCountClass3 {
    color:#0C0;
}

/************
* List rows *
************/

.listBlock {
    border-top: 1px solid #CCC;
}

.listRow {
    margin: 4px 0;
    border-collapse: collapse;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width:100%;
}

.indexTable {
    margin: 12px 0px;
}

.reportSummaryTable {
    display: none;
}

.reportSummaryTable th, .reportSummaryTable td {
    vertical-align: top;
    padding: 4px 0px;
}

.reportSummaryTableInnerTable {
    border: 1px solid #EEE;
}

.reportSummaryTableInnerTable td {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.listRow th, .listRow td {
    padding: 4px;
}

.listRow th {
    font-size: 12px;
    vertical-align:bottom;
    line-height:1.1em;
}

.listRow td {
    vertical-align: top;
    line-height: 14px;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    font-size:13px;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    color: #309999;
}

.listRow tr.isFilter td {
    border-style: dotted;
}

.listRow td.rowColLeft {
    white-space: nowrap;
    vertical-align: middle;
}

.listRow td.rowColLeft img {
    margin-right: 4px;
}

.filterIcon {
    margin-left: 31px;
}

.listRow td.rowColCenter {
    padding-right: 8px;
    vertical-align: middle;
}

.listRow td.rowColRight, .listRow th.rowColRight {
    text-align: right;
    vertical-align: middle;
}

/************
* CSS Used to force Wrap the list & message names *
************/
.forceWrapSml span, .forceWrapMed span, .forceWrapLrg span, .forceWrapDashboardListName span{
    display: block;
    word-wrap: break-word;
}

.forceWrapSml, .forceWrapSml span{
    width: 145px;
}

.forceWrapMed, .forceWrapMed span{
    width: 200px;
}


.forceWrapLrg, .forceWrapLrg span{
    width: 425px;
}


.forceWrapDashboardListName, .forceWrapDashboardListName span{
    width: 450px;
}

/************
* Dashboard Text Wrapping *
************/

.DashboardTextWrap{
    width:315px;
}

.DashboardTextWrapSpan{
    display: block;
    word-wrap: break-word;
    width: 315px;
}

/************
* UnOrdered Lists Styling *
************/

ul.reportsOptions li {
    padding-right: 6px;
    margin-left: 3px;
}

ul.rowOptions {
    opacity:1;
    filter:alpha(opacity=100);
    vertical-align: bottom;
    bottom: 0;
    float: right;
}

ul.rowOptions li {
    display: block;
    float: left;
    padding-left: 4px;
}

ul.rowOptions li a {
    display: block;
    padding: 2px 4px;
}

ul.rowOptions li a.buttonSmall, ul.rowOptions li a.buttonDefault {
    padding: 2px 4px!important;
}

ul.rowOptions a.buttonSmall, ul.rowOptions a.buttonDefault {
    text-decoration: none;
}

.listRowIndicators {
    position: relative;
    width: 81px;
    text-align: center;
}

.campaignMessageIndicators {
    width: 115px;
}

.listFilterRow {
    border-top-width: 1px;
    border-top-style: dashed;
}

.listAlignRight {
    text-align: right;
}

.listRowReportsTankBar {
    margin-top: 13px;
}

.automationRuleRow {
    border-bottom: 1px dotted #CCCCCC;
    padding: 4px 0px;
    height:80px;
}

.automationFilterLabel {
    padding-left: 8px;
}

/***************
* CRM Lists *
***************/
.crmList li{
    clear:both;
    padding:5px;
}

.crmList li h3{
    float:left;
    padding-right:5px;
}

.crmList li a{
    display:block;
    padding-top:3px;
}

#crmConnect fieldset{
    border: none;
    background-color: #f4f4f4;
    width:525px;
}

#crmConnect li{
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 1em;
}

#crmConnect label{
    float: left;
    margin-right: 1em;
    font-weight: bold;
    font-size: 14px;
}

#crmConnect .textInput{
    width: 350px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    float:right;
}

#crmConnect .readonly{
    color:#999;
}

#crmConnect .crmButton{
    width: 97px;
    float:right;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background-image:url("/assets/img/backgrounds/pageNavUpGrad_13x25.png");
    font-weight:bold;
    text-align:center;
    color:#444;
}

#crmConnect .crmButton:hover{
    background-image:url("/assets/img/backgrounds/pageNavDownGrad_13x25.png");
}

#crmConnect .disabled{
    cursor:auto;
    color:#999;
}

#crmConnect .disabled:hover{
    background-image:url("/assets/img/backgrounds/pageNavUpGrad_13x25.png");
}

/***************
* Sidebar left *
***************/

#sidebarLeftAccordion li a, a.button, .submitButton:hover, a.tabButton {
    outline: none;
}

#sidebarLeftAccordion li {
    margin-bottom: 8px;
}

.sidebarLeftContainer {
    margin-right: 4px;
    padding: 5px;
    background-image: url(/assets/img/backgrounds/sidebarLeftContainerGrad_10x9.png);
    background-position: top left;
    background-repeat: repeat-x;
    border: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
}

#tipsNav {
    border: none;
    background: none;
}

.pageTipContainer {
    padding: 15px 0px;
}

#helpList {
    margin: 8px;
}

#helpList li {
    line-height: 0.9em;
}

#helpList, #helpList li, #helpList li a {
    border: none;
}

#helpList li a {
    background: none;
    border: none;
}

#feedList {
    list-style: circle;
    margin: 0px 12px;
    line-height: 1.1em;
    -ms-word-wrap: break-word;	 /* IE 8 word wrap hack that has to be applied to an object which 'has-layout' */
}

.feedDescription {
    font-weight: bold;
    font-size: 12px;
    white-space: -moz-pre-wrap;  /* Firefox */
    white-space: -pre-wrap;      /* Older Opera 4 - 6 */
    white-space: -o-pre-wrap;    /* Opera 7+ */
    word-wrap: break-word;       /* IE 5.5+ and Safari */
    white-space: pre-wrap;       /* css-3 problematic browser support */
}

/**********
* Reports *
**********/

#slider-header {
    margin: 15px 0px 4px 0px;
}

#mask {
    overflow: hidden;
    margin: 0px;
}

.reportsObjectFlashChartMain {
    width: 448px;
    height: 270px;
}

.reportsObjectFlashChartComparison {
    width: 168px;
    height: 270px;
}

.tankTable {
    width: 80px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
}

.tankTable td {
    padding: 0px;
    border: none;
}

.tankTable td img {
    padding: 0px;
    margin: 1px 0px;
}

/*******************
* Google Analytics *
*******************/

#panels>div {
    width: 640px;
}

#googleChartsControlPanel {
    text-align: left;
    overflow: hidden;
    line-height: 24px;
    margin-top: 7px;
}

.labelChartPanel {
    line-height: 24px;
    margin-right: 10px;
    padding-bottom: 8px;
}

#googleValuesChartToggle {
    height: 24px;
    width: 92px;
    line-height: 24px;
    border: 0;
    background: url(/assets/img/button_icons/reports_analytics_charts_tabs.png) 0px -24px no-repeat;
}

#googleConversionsChartToggle {
    height: 24px;
    width: 92px;
    line-height: 24px;
    border: 0;
    background: url(/assets/img/button_icons/reports_analytics_charts_tabs.png) -92px -24px no-repeat;
}

.jqplot-highlighter-tooltip {
    border: 2px solid #000000;
    padding: 2px 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.jqplot-xaxis-tick {
    color: #0077cc;
    font-size: 10px;
}

a#googleValuesChartToggle.chartSelected {
    background: url(/assets/img/button_icons/reports_analytics_charts_tabs.png) 0px 0px no-repeat;
}

a#googleConversionsChartToggle.chartSelected {
    background: url(/assets/img/button_icons/reports_analytics_charts_tabs.png) -92px 0px no-repeat;
}

#ga-date {
    color: #0077cc;
    font-size: 10px;
}

#ga-metric {
    color: #000000;
}

#googleVisitsChartPlaceHolder, #googleValuesChartPlaceHolder, #googleConversionsChartPlaceHolder {
    margin: 10px 0px 30px 0px;
    height: 175px;
}

#googleAnalyticsFrame {
    min-height: 100px;
}

.googleToolTip {
    border: 2px solid #e1deac;
    z-index: 7;
}

.googleToolTipTitle {
    background: #f0e9a5;
    padding: 2px;
}

.googleToolTipCaption {
    padding: 3px;
}

#visitsGoogleTip {
    top: 509px;
    left: 17px;
}

#pagesGoogleTip {
    top: 495px;
    left: 80px;
    width : 280px;
}

#timeGoogleTip {
    top: 509px;
    left: 169px;
    width: 273px;
}

#newGoogleTip {
    top: 495px;
    left: 258px;
    width: 243px;
}

#conversionsGoogleTip {
    top: 495px;
    left: 333px;
    width: 250px;
}

#valuesGoogleTip {
    top: 509px;
    left: 323px;
}

#bouncesGoogleTip {
    top: 495px;
    left: 345px;
    width: 275px;
}

.googleTellMoreImg {
    margin-left: 8px;
    margin-top: 25px;
    border: 0;
}

#googleSummaryBlock {
    padding: 8px;
    min-height: 47px;
    min-width: 108px;
    border: 1px solid #DDDDDD;
}

#googleSummaryBlock h4 {
    margin: 0;
    padding: 0;
}

#googleSummaryBlock span {
    font-size: 16px;
}

#googleSummaryBlockArrow {
    margin-top: 17px;
}

#showGoogleGoalLoaderBlock {
    padding-top:10px;
}

#showGoogleGoalLoaderBlock span {
    margin-left:17px;
    display:inline-block;
    font-size: 10px;
}

#showGoogleGoalNoneBlock, #showGoogleGoalDataMiaBlock {
    text-align:center;
}

/************
* Dashboard *
************/


.tableTight td {
    padding: 0px;
}
/* reports summary vizgraphs */

div.dashReportViz {
    margin-bottom: 5px;
    display: inline-block;
    padding: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

div.dashReportViz.mini {
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dashReportViz {
    color: #FFF;
    font-weight: bold;
    border-spacing: 0px 5px;
}

.dashReportViz.mini {
    font-size: 10px;
    border-spacing: 0px 2px;
}

.customViz, .targetVizNeg {
    background: #ADADAD;
}

.targetVizPos {
    background: #00CC33;
}

.customViz1 {
    background: #ffa800;
}

.customViz2 {
    background: #BE4500;
}

.customViz3 {
    background: #604150;
}

.customViz4 {
    background: #859B6D;
}

span.customViz, span.customViz1, span.customViz2, span.customViz3, span.customViz4, span.targetVizPos, span.targetVizNeg  {
    padding: 4px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.creditsWidget {
    float: left;
    text-align: center;
}

.creditsWidget span {
    font-weight: bold;
}

#reportsDashboardWidget {
    display: block;
    width: auto;
}

.dashboardReportsChart {
    margin: 10px 0px;
    width: 320px;
}

.dashboardReportsChart td {
    padding: 0px 0px 2px 0px;
    background: url(/assets/img/graphs/dash_chart_base.png) top left repeat-x;
}

.dashboardReportsChart td, .dashboardReportsChart thead {
    border-width: 1px;
    border-style: solid;
}

.dashboardReportsTab ul {
    margin-top: 10px;
}

/*****************
* Top Navigation *
*****************/

#topnav {
    position: relative;
    float: left;
    width: 98%;
    min-width:780px;
    max-width:1048px;
    font-size: 13px;
    z-index:400;
}

#messageContentPanel {
    position: relative;
    width: 100%;
    height: 30px;
    background-image: url(/assets/img/backgrounds/topnavUpGrad_10x38.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    border: 1px solid #AAAAAA;
}

#messageContentPanel li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    border-right-width: 1px;
    border-right-style: dotted;
    font-weight: bold;
}

#messageContentPanelSubClick img{
    margin-top:3px;
}

#topnav li {
    float: left;
    margin: 0;
    padding: 0;
}

#topnav li a  {
    padding: 12px 8px;
    display: block;
    text-decoration: none;
    border-right-width: 1px;
    border-right-style: dotted;
    font-weight: bold;
}

#messageContentPanel li:hover {
    background-image: url(/assets/img/backgrounds/topnavDownGrad_10x38.png);
    background-position: top center;
    background-repeat: repeat-x;
}

.subNavBlock a{
    border-right-width:0px;
    border-right-style:none;
}

.subNavBlock a:link{
    color:#333;
}

.subNavBlock a:visited{
    color:#333;
}

.subNavDesc{
    font-size:11px;
    font-weight:normal;
}

.subNav{
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    background: #fff;
    opacity:0.9;
    margin-left:-1px;
    display: none;
    max-width:23%;
    min-width:200px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border: 1px solid #999;
}

li.subNavBlock a{
    border-right:0px hidden !important;
}

li.subNavBlock{
    border-bottom: 1px dotted #999;
    display:block;
    width:100%;
    clear: both;
}

li.subNavBlock:last-child{
    border-bottom: none;
}

.subNavBlock:hover {
    background-color: #D9D9D9;
}

/***************
* Message edit *
***************/

.plainTextPlaceholder {
    height: 150px;
    padding: 25px;
    margin-top: 10px;
    text-align: center;
}

.plainTextEditorArea {
    width: 800px;
    min-height: 300px;
}

#hasFieldsetOn fieldset {
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    padding: 8px;
    background: #FFFFFF url(/assets/img/backgrounds/topnavDownGrad_10x38.png) repeat-x center top;
}

#oneToOneTextArea {
    width: 500px;
    height: 400px;
}

#emailEditorBlock {
    margin:0px auto;
}

#snippetTextArea {
    font-family:"Courier New", Courier, monospace;
}

#messageNav {
    position: relative;
    float: left;
    margin: 0px;
}

ul#messageNav li {
    position: relative;
    float: left;
}

.messageSubMenu {
    display: none;
    position: absolute;
    margin-top: 10px;
    width: 210px;
    border-width: 1px;
    border-style: solid;
    padding: 8px;
    z-index: 999999;
}

ul#messageNav li .messageSubMenu ul, ul#messageNav li div.messageSubMenu ul li {
    display: block;
    float: none;
}

ul.status-indicators {
    display: inline;
}

.status-indicators li span {
    margin-left: 5px;
}

.status-indicators li span {
    font-weight: bold;
}

.status-indicators li span.on, .status-indicators li span.off {
    border-style: solid;
    border-width: 1px;
}

#ui-datepicker-div {
    border-width: 1px;
    border-style: solid;
    display:none;
}

.inboxPreviewRowLabel {
    font-weight: normal;
    font-size: 11px;
}

/* Pure V6 calendar popups style */
#daysofmonth, #daysofweek {
    display: none;
}

.calendar {
    padding: 0;
    margin-top: 1em;
    border: 1px solid #C00;
    border-top: 0;
    border-left: 0;
}

.calendar tr {
    padding: 0;
    margin: 0;
}

.calendar td {
    padding: 0.4em;
    margin: 0;
    border: 1px solid #C00;
    border-bottom: 0;
    border-right: 0;
}

#we1, #we2, #we3, #we4, #we5, #we6, #we7 {
    padding: 0.4em 5em 0.4em 5em;
}

.calendar td.selected {
    background: #FF9900;
    color: #FFFFFF;
}

.calendar td.unselected {
    color: #666666;
}

.calendar td.unselected a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

.calendar td.selected a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
/* warnings and notices */
.warningBlock, .infoBlock, #poi-block, #widthWarning, #fileSizeWarning {
    margin: 10px 0px;
    padding: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight:bold;
}
.warningBlock {
    background-color: transparent !important;
    border: 0px solid #fee900;
    background-image:url(/assets/img/icons/status_error.png);
    background-position: 8px 8px, top left;
    background-position-x:8px;
    background-position-y:8px;
    background-repeat: no-repeat;
    padding: 8px 8px 8px 32px;
    color: #f59036;
}
.warningBlock p, .warningBlock ul li{
    margin:0px;
    color: #f59036;
}
.errorBox .warningBlock {
    background-color: #FFFCCC !important;
    border: 1px solid #fee900;
}
.errorBox .warningBlock p, .errorBox .warningBlock ul li{
    margin: inherit;
    color: #666666;
}
.infoBlock {
    background: #CCE8FF;
    border: 1px solid #609CEA;
    background-image:url(/assets/img/icons/info.png);
    background-position: 8px 8px, top left;
    background-position-x:8px;
    background-position-y:8px;
    background-repeat: no-repeat;
    padding: 8px 8px 8px 32px;
}

#poi-block, #widthWarning, #fileSizeWarning {
    font-size: 12px;
}

#popup {
    border: 1px solid #999;
    background-image: url(/assets/img/backgrounds/gradient.png);
    background-repeat: repeat-x;
    margin: 1em;
    padding: 1em;
    z-index: 91;
}

#popup.alert {
    border: 1px solid #666600;
    background-image: url(/assets/img/backgrounds/gradient.png);
    background-image: repeat-x;
    z-index: 191;
}

/* Background colors */
#pageContent {
    background: rgb(255,255,255);
    /*	background: rgba(255,255,255,0.9); */
}

#topnav li:hover {
    background-image:url(/assets/img/dropShadow10x20.png);
    background-position: top center;
    background-repeat: repeat-x;
}

#snippetIframeBody, iframe {
    background: none;
}

.button, .readMore, .status-indicators li span.off, #ui-datepicker-div, .tankTable, #topnav, .inputFieldPop, form fieldset, #listSearchForm fieldset, #SearchForm fieldset, .searchFieldset, .pageNav li a, a.primaryButtons, .buttonSmall, .sidebarLeftContainer, .reportsObjectFlashChartMain, .reportsObjectFlashChartComparison, .jqplot-highlighter-tooltip, #googleVisitsChartPlaceHolder, #googleValuesChartPlaceHolder, #googleConversionsChartPlaceHolder, .googleToolTip, .messageSubMenu, .calendar td, .calendar td.unselected {
    background-color: #FFFFFF;
}

.warningBlock, #popup, #popup.alert {
    background-color: #FFFCCC;
}

.listTable td, hr {
    background-color: #E1E1E1;
}

.listRow th, .listRow tfoot td, .reportSummaryTableInnerTable th {
    background-color: #82c2c2;
    color: #fff;
}

.listRow tr {
    background-color: #ffffff;
}

.listRow tr:nth-child(even) {
    background-color: #f6f6f6;
}

.listRow tr:hover {
    background-color: #ffffcd;
}
/*.listRowHover {
	background-color: #FFFEEE;
}*/

/* Border widths */
ul.listRowEventsSummary li, .listRowOptions ul li, .paginationList li {
    border-width: 0px;
}

form fieldset, #topnav, #pageContent, .tabButton, #tabButton, #listSearchForm fieldset, #searchForm fieldset, .plainTextPlaceholder, #emailMessageToolbar, .emailEditSub, #deliveryClockBlock, #expander-item a.on, #expander-item a.off, #poi-block, #GoogleReportUpsellDiv, input, textarea {
    border-width: 1px;
}

ul.listRowEventsSummary li, .listRowOptions ul li, .listRowIndicators ul li {
    border-right-width: 1px;
}

/* Border styles */
form fieldset, #topnav, #pageContent, .tabButton, #tabButton, #listSearchForm fieldset, #searchForm fieldset, .plainTextPlaceholder, #emailMessageToolbar, .emailEditSub, #deliveryClockBlock, #expander-item a.on, #expander-item a.off, #poi-block, #GoogleReportUpsellDiv, input, textarea, .listRowOptions ul li {
    border-style: solid;
}

.paginationList li {
    border-style: dotted;
    padding:2px;
}

/* Border colors */
a.sidebarToggle, a#sidebarToggleHide {
    border-color: #FFFFFF;
}

.tabsList {
    border: 0px;
    height:20px;
}

.emailTabsList {
    font-size: 14px;
}

.tabsList img {
    vertical-align: middle;
    padding-top:1px;
}

.tabsList li a {
    border-bottom-width: 0px;
    padding: 5px 3px 5px 3px;
    text-decoration: none;
    font-weight: bold;
}

.emailTabsList li a {
    padding: 3px 8px 4px 8px;
}

#poi-block, fieldset, .button.unselected, a.button, a.buttonDisabled, .status-indicators li span.off, .tabsList, .status-indicators li, table.listRow td, ul.rowOptions a, .listFilterRow, #ui-datepicker-div, .ui-dialog, .ui-datepicker .ui-state-default, .ui-state-default, .ui-widget-content .ui-state-default, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border-color: #DDDDDD;
}

#summaryDashboardWidget, .messageSubMenu, #snippetFrame, .button selected, #deliveryClockBlock {
    border-color: #AAAAAA #AAAAAA #DDDDDD #DDDDDD;
}

/* Rounded corners */
a.buttonDisabled, a.tabButton, .status-indicators li span, .sidebarLeftContainer  {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pageNav li a, .primaryButtons, #deliveryClockBlock, ul.rowOptions li a.buttonSmall, ul.rowOptions li a.buttonDefault, #hasFieldsetOn fieldset, #SearchForm fieldset, .searchFieldset, #poi-block, .buttonLrg, .buttonSmall, .buttonDefault, .button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#topnav, #pageContent, .warningBlock, .statusMessage, .alertErrorMessage{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/***********************
* Account Details Page *
***********************/
.clearfix:after, .contentSummary:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.contentSummary {
    margin: 0;
    padding: 0 3px;
}
.contentSummary dt, .contentSummary dd {
    border-top: 1px solid #EEEEEE;
    float: left;
    margin: 0;
    padding: 4px 0;
    width: 70%;
}
.contentSummary dt {
    clear: left;
    font-weight: bold;
    padding-left: 4px;
    width: 200px;
}
.contentSummary dd + dd {
    border-top: 0 none;
    margin-left: 204px;
}
.contentSummary dt:first-of-type, .contentSummary dd:first-of-type {
    border-top: 0 none;
}
.contentSummaryToggle dt:first-child, .contentSummaryToggle dt:first-child + dd {
    font-weight: bold;
}
.contentSummaryToggle dt:first-child span[class^="toggle"] {
    cursor: pointer;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 0 15px;
    text-decoration: underline;
}
.creditBalanceTable ul {
    letter-spacing: -4px;
    margin: 10px 0;
    word-spacing: -4px;
}
.creditBalanceTable li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    vertical-align: middle;
    word-spacing: normal;
}
.creditBalanceTable li span {
    padding: 0 5px;
}
.creditBalanceTable ul img {
    display: inline;
    float: none;
}
.creditBalanceTable ul img[src$="empty.gif"] {
    background: url("/assets/img/button_icons/list_pages/credits/empty_bg.gif") repeat scroll 0 -5px transparent;
}
.keyInd {
    background-color:#f4f4f4;
    padding:8px;
}

.keyInd img {
    vertical-align: middle;
}

.accountDetails h4 {
    clear: both;
    text-transform: capitalize;
}

/**********************
* System Notification *
**********************/
#devPlan {
    clear: both;
    margin: 0 2em;
}

/*******************
* New Contact List *
*******************/
#tableCustomFields {
    max-width: 860px;
    min-width: 750px;
    width: auto;
}
#tableCustomFields tr td .uploadListSelectBox {
    width: 100%;
}
#tableCustomFields col.c1, #tableCustomFields col.c3 {
    max-width: 250px;
    min-width: 200px;
    width: 30%;
}
#tableCustomFields col.c2 {
    min-width: 140px;
}
#tableCustomFields  td[align="center"] {
    white-space: nowrap;
    width: 170px;
}
#tableCustomFields input[name^="listBean_field"][name$="Name"] {
    width: 95%;
}

/*************
* Radio List *
*************/
.radioList li {
    border-top: 1px solid #e1e1e1;
    padding-top:8px !important;
    padding-bottom:8px !important;
    padding-left:4px;
}

.listIndent {
    margin-left:25px;
    margin-top:0px;
}

.radioList > li:first-child {
    border-top: 0 none;
}

.radioList input {
    margin: 0 12px 0 0;
    vertical-align: middle;
}

.radioList img {
    border: 0 none;
    margin: 0 12px 0 0;
    vertical-align: middle;
}
.radioList label {
    cursor: pointer;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}
.radioList label:hover {
    color: #333333;
}
.radioList ul {
    margin-left: 40px;
}
.radioList sub {
    font-size: inherit;
    font-style: italic;
    font-variant: small-caps;
    padding: 0 0 0 5px;
    vertical-align: baseline;
}

ul#emailEditorFooterLinks li{
    margin-top:4px;
}

/******************
* Status Messages *
******************/
.statusMessage {
    background: transparent none scroll no-repeat 10px center;
    border: 1px solid #FFFFFF;
    padding: 10px 10px 10px 30px;
}
.statusMessage.success {
    background-color: #E6F0C0;
    background-image: url(/assets/img/icons/accept.png);
    border-color: #4E9300;
}
.statusMessage.warning {
    background-color: #FFF7BD;
    background-image: url(/assets/img/icons/status_error.png);
    border-color: #947E28;
}
.statusMessage.error {
    background-color: #F5CDC5;
    background-image: url(/assets/img/icons/status_exclamation.png);
    border-color: #D4300A;
}
.statusMessage.waiting {
    background-image: url(/assets/img/jquery_ui/ui-anim_basic_16x16.gif);
    border-color: #CCCCCC;
}
.statusMessage.note {
    background-image: url(/assets/img/icons/exclamation.png);
    background-color: #D0EBF1;
    border-color: #332F91;
    color: #333333;
}


/*************
* pageHeader *
*************/
#pageHeader {
    height: auto;
    margin: 0 0 10px;
}
#pageHeader .pageNav {
    margin-bottom: 15px;
}
#pageHeader h1 {
    display: inline;
    float: none;
}
#pageHeader h2 {
    display: inline;
    float: none;
    white-space: nowrap;
}


select[name="listId"] {
    max-width: 300px;
    width: auto;
}


/* selectColored */
select.colorize option {
    color: #000000;
}
select.colorize option.def, select.colorize.empty {
    color: #999999;
}
/* selectRemoveOption */
select.remove option[disabled] {
    display: none;
}
select.remove span {
    display: none;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}


/**************
* Flag Sprite *
**************/
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.flag-sprite {
    background-image: url(/assets/img/flags/flags-sprite.png);
    background-position: 0 0;
    display: inline-block;
    height: 16px;
    margin-right: 4px;
    overflow: visible;
    position: relative;
    vertical-align: middle;
    width: 22px;
}
.flag-sprite:after, .flag-sprite:before {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 0;
    bottom: -1px;
    content: "\0020";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
}
.flag-sprite:before {
    border-width: 0 1px;
    bottom: 0;
    left: -1px;
    right: -1px;
    top: 0;
}
.flag-sprite .iso, .flag-sprite .utf {
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-family: sans-serif;
    font-size: 8px;
    left: 1px;
    letter-spacing: 1px;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9), 1px 0 3px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 0.9), -1px 0 3px rgba(0, 0, 0, 0.9), 0 -1px 3px rgba(0, 0, 0, 0.9);
}
.flag-sprite[class~="ar_AE.UTF-8"]			{ background-position: -23px 0; }
.flag-sprite[class~="bg_BG.ISO8859-5"],
.flag-sprite[class~="bg_BG.UTF-8"]			{ background-position: -46px 0; }
.flag-sprite[class~="ca_ES.ISO8859-1"]		{ background-position: -69px 0; }
.flag-sprite[class~="cs_CZ.ISO8859-2"]		{ background-position: -115px 0; }
.flag-sprite[class~="da_DK.ISO8859-15"],
.flag-sprite[class~="da_DK.UTF-8"]			{ background-position: -138px 0; }
.flag-sprite[class~="de_AT.ISO8859-15"],
.flag-sprite[class~="de_AT.UTF-8"]			{ background-position: -161px 0; }
.flag-sprite[class~="de_DE.ISO8859-15"],
.flag-sprite[class~="de_DE.UTF-8"]			{ background-position: -184px 0; }
.flag-sprite[class~="el_GR.ISO8859-7"]		{ background-position: -207px 0; }
.flag-sprite[class~="en_GB.ISO8859-15"],
.flag-sprite[class~="en_GB.UTF-8"]			{ background-position: -230px 0; }
.flag-sprite[class~="es_ES.ISO8859-15"],
.flag-sprite[class~="es_ES.UTF-8"]			{ background-position: -253px 0; }
.flag-sprite[class~="et_EE.ISO8859-4"],
.flag-sprite[class~="et_EE.UTF-8"]			{ background-position: -276px 0; }
.flag-sprite[class~="fi_FI.UTF-8"]			{ background-position: -299px 0; }
.flag-sprite[class~="fr_FR.ISO8859-15"],
.flag-sprite[class~="fr_FR.UTF-8"]			{ background-position: -345px 0; }
.flag-sprite[class~="he_IL.UTF-8"]			{ background-position: -368px 0; }
.flag-sprite[class~="hr_HR.ISO8859-2"],
.flag-sprite[class~="hr_HR.UTF-8"]			{ background-position: -391px 0; }
.flag-sprite[class~="hu_HU.ISO8859-2"]		{ background-position: -414px 0; }
.flag-sprite[class~="is_IS.ISO8859-1"]		{ background-position: -437px 0; }
.flag-sprite[class~="it_IT.ISO8859-15"],
.flag-sprite[class~="it_IT.UTF-8"]			{ background-position: -460px 0; }
.flag-sprite[class~="jp_JP.SHIFT-JIS"]		{ background-position: -483px 0; }
.flag-sprite[class~="ko_KO.EUC-KR"]			{ background-position: -506px 0; }
.flag-sprite[class~="lu_LU.ISO8859-4"],
.flag-sprite[class~="lu_LU.UTF-8"]			{ background-position: -529px 0; }
.flag-sprite[class~="lv_LV.ISO8859-4"],
.flag-sprite[class~="lv_LV.UTF-8"]			{ background-position: -552px 0; }
.flag-sprite[class~="fr_BE.ISO8859-15"],
.flag-sprite[class~="fr_BE.UTF-8"],
.flag-sprite[class~="nl_BE.ISO8859-15"],
.flag-sprite[class~="nl_BE.UTF-8"]			{ background-position: -851px 0; }
.flag-sprite[class~="nl_NL.ISO8859-15"],
.flag-sprite[class~="nl_NL.UTF-8"]			{ background-position: -598px 0; }
.flag-sprite[class~="no_NO.ISO8859-15"],
.flag-sprite[class~="no_NO.UTF-8"]			{ background-position: -621px 0; }
.flag-sprite[class~="pl_PL.ISO8859-2"],
.flag-sprite[class~="pt_PT.ISO8859-15"]		{ background-position: -644px 0; }
.flag-sprite[class~="pt_PT.UTF-8"]			{ background-position: -667px 0; }
.flag-sprite[class~="ro_RO.ISO8859-2"]		{ background-position: -690px 0; }
.flag-sprite[class~="ru_RU.ISO8859-5"]		{ background-position: -713px 0; }
.flag-sprite[class~="sk_SK.ISO8859-2"]		{ background-position: -736px 0; }
.flag-sprite[class~="sr_RS.ISO8859-2"]		{ background-position: -828px 0; }
.flag-sprite[class~="sv_SE.ISO8859-15"],
.flag-sprite[class~="sv_SE.UTF-8"]			{ background-position: -759px 0; }
.flag-sprite[class~="tr_TR.ISO8859-9"]		{ background-position: -782px 0; }
.flag-sprite[class~="zh_CN.UTF-8"],
.flag-sprite[class~="zh_TW.UTF-8"]			{ background-position: -92px 0; }
.flag-sprite[class~="cy_GB.ISO8859-14"],
.flag-sprite[class~="cy_GB.UTF-8"]			{ background-position: -805px 0; }


/**************
* integration *
**************/

.connectConnected{
    color:green;
    padding-left:4px;
    padding-right:8px;
    font-size:10px;
}

.connectNotConnected{
    color:#B30000;
    padding-left:4px;
    padding-right:8px;
    font-size:10px;
}

.connectBg{
    padding:4px 4px 6px 4px;
    background-color:#e1e1e1;
    border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
}

#connectionStatus {
    width:338px;
    height:26px;
}

.textfield{
    display:block;
    margin-bottom:10px;
    height:16px;
    width:368px;
}

.integrationTitle{
    vertical-align:text-bottom;
}

.integrationTitle img{
    vertical-align: middle;
    padding-right:4px;
}

.integrationStaticText{
    height:16px;
    margin-bottom:6px;
    margin-right:4px;
}

.integrationSettings{
    background-color:#E1E1E1;
    padding:8px;
    border-bottom:1px solid #ddd;
}

.postContent{
    margin-top:8px;
}

.integrationButtons{
    padding-bottom:4px;

}

.integrationSettingText{
    width:450px;
    display:block;
    padding-bottom:8px;
}

.formBlock .integrationTitle{
    font-weight:bold;
}

.formBlock .integrationSubTitle{
    font-weight:bold;
}

.formBlock .integrationTitleLine{
    border-bottom:1px solid #DDDDDD;
    padding-bottom:4px;
    padding-top:12px;
    display:block;
}

.integrationTitleLine2{
    border-bottom:1px solid #DDDDDD;
    padding-bottom:2px;
    padding-top:12px;
    display:block;
}

input.submit{
    outline:none;
    cursor:pointer;
    vertical-align:text-top;
    vertical-align:middle;
    padding: 3px 4px 4px 2px;
    margin-right:4px;
    height:26px;
}


.buttonSubmit{
    margin-left:8px;
    text-decoration: none;
    background-image: url(/assets/img/backgrounds/pageNavUpGrad_10x20.png);
    background-position: bottom;
    background-repeat: repeat-x;
    border-color: #CCCCCC #BBBBBB #A0A0A0;
    border-width: 1px;
    border-style: solid;
    color: #5A5A55;
    cursor: pointer;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.buttonSubmit:hover{
    background-image: url(/assets/img/backgrounds/pageNavDownGrad_10x20.png);
    background-position: top left;
    background-repeat: repeat-x;
    text-decoration: none;
    border-color: #aaaaaa;
}

.buttonSubmit:active{
    color:#000;
}

.socialUpdateSubmit {
    margin-left:185px;
}

#socialMediaMessage {
    border: 0;
    outline: none;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    height: 100px;
}

#socialMediaMessagePreview {
    border:1px solid #e4e4e4;
    padding: 2px 4px;
    word-wrap: break-word;
    max-height:50px;
    overflow-y:auto;
    overflow-x:hidden;
}

#socialMediaAlertMessage{
    padding-right:6px;
    padding-top:4px;
    padding-bottom:4px;
}

.alertErrorMessage{
    border: 1px solid #947E28;
    background-color: #FFF7BD;
    background-image:url(/assets/img/icons/status_error.png);
    background-position:4px 6px;
    background-repeat:no-repeat;
    padding-left:20px;
    padding-bottom:4px;
    padding-top:4px;

}

form .counter {
    font-size:20px;
    font-weight:bold;
    color:#999;
}

form .warning{color:#600;}
form .exceeded{color:#e00;}

#fb_pages {
    background-color:#f4f4f4;
    padding:8px;
    height:100%;
}

div#facebookPagesContainer {
    width: 100%;
    margin: 0 0 20px 0;
    background-color:#f4f4f4;
    display:none;
}

.social_accDetails{
    background-color:#f4f4f4;
    height:74px;
    padding:8px 8px 16px 8px ;
    margin-bottom:10px;
}

.social_img {
    margin-bottom:10px;
}

.social_img img{
    display:block;
    background-color:#FFF;
    margin-top:6px;
    margin-right:8px;
    border:1px solid #e1e1e1;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    padding:2px;
    height:50px;
    width:50px;
}

.social_name{
    margin-top:-50px;
    margin-left:65px;
    white-space:nowrap;
    display:inline;
    position:absolute;
}

.social_username{
    margin-left:65px;
}

.social_details{
    font-weight:bold;
}

/**********/
/* social report */
/**********/

#fbBlock{
    font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    color:#333333;
    line-height: 1.28;
    text-align: left;
    direction: ltr;
    padding-top:8px;
    height:618px;
}

#facebookLikesDiv{
    background-color:#FFF;
    overflow-x:hidden;
    overflow-y:scroll;
    height:189px;
    width:450px;
    border:1px solid #E4E4E4;
    margin:4px 0 20px 0;

}

#facebookCommentsDiv {
    background-color:#FFF;
    overflow-x:hidden;
    overflow-y:scroll;
    height:346px;
    width:450px;
    border:1px solid #E4E4E4;
    margin:4px 0 10px 0;

}

ul#facebookComments, ul#facebookLikes{
    margin: 0;
    padding: 10px 20px 10px 10px;
    background-color:#FFF;
    width:400px;

}


ul#facebookComments li,  ul#facebookLikes li{
    padding:4px;
    background-color:#EDEFF4 ;
    margin-bottom:2px;
    width:400px;
    overflow:hidden;
}

ul#facebookComments li a:link, ul#facebookLikes li a:link{
    color:#3B5998;
    text-decoration:none;
    font-weight:bold;
}

ul#facebookComments li a:hover, ul#facebookLikes li a:hover{
    color:#3B5998;
    text-decoration:underline;
}

ul#facebookComments li a:visited, ul#facebookLikes li a:visited{
    color:#3B5998;
}

.fbLikes img{
    vertical-align:bottom;
    padding-right:8px;
}

.ellipsis {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('http://seancannon.com/_test/ellipsis.xml#ellipsis');
    word-wrap:break-word;
    font-size:0;
    color:#EDEFF4;
}

.fbComment{
    text-wrap:normal;
    word-wrap: break-word;
    line-break:strict;
    display:block;
}

.fbComment:first-line{
    font-size:11px;
    color:#333333;

}



.fbCommentLi img, .fbLikesLi img {
    height:32px;
    width:32px;
    display:inline;
    float:left;
    margin-right:7px;
}

.fbCommentTxt{
    float:left;
    width:350px;
    overflow:hidden;

}


.seeMore, .seeLess {
    cursor:pointer;
    font-weight:normal;
    display:inline;
    color:#3B5998;
    text-decoration:none;
    word-wrap: none;
}


ul.bitlyList{
    padding:0;
    width:453px;
    background-color:#fcfcfc;
    margin-top:8px;
    margin-bottom:8px;
    display:block;
}

ul.bitlyList li{
    padding:4px 8px 4px 8px;
}

.alternateList{
    background-color:#eeeeee;
}

.retweets{
    margin-top:8px;
    margin-bottom:8px;
    padding:4px 4px 4px 8px;
    background-color:#fcfcfc;
    width:439px;
    display:block;
}

.retweets img{
    vertical-align:bottom;
    padding-right:8px;
}

/**************************
*add input button *
***************************/

.inputBtns {
    position:relative;
    padding-left:0px;
    margin-left:0;
    margin-top:15px;
}
/***********************
* breadcrumb *
***********************/


#sliderContent{
    padding-top:14px;
    width:100%;
}



.breadcrumb {
    line-height: 12px;
    font: bold 12px arial; /* line-height MUST be the same as height */
    letter-spacing:normal;
    list-style-type:none;
    position:relative;
    display:block;
    margin-bottom:0px;
    margin-top:20px;
    margin-left:2px;
    padding:0px;
    padding-bottom:20px;
}

.breadcrumb ol {
    background-color:#FFF;
    overflow: hidden;
    padding-left: 2px;
}


.breadcrumb li {
    float: left; /* ie6/7  needs this */
    border-left:2px;
    border-top:2px;
    border-bottom:2px;
    display:inline-block;

}

.breadcrumb a {
    float: left;
    position:relative;
    margin-left:-2px;
    text-decoration: none;
    outline: none;
    color: #000000;
    border-left: 2px #DDDDDD solid;
    border-top: 2px #DDDDDD solid;
    border-bottom: 2px #DDDDDD solid;
    line-height:normal;
}

.breadcrumb a img {
    padding-left:2px;
    z-index:8;

}

.breadTxt{
    z-index:9;
}

.breadcrumb  a:hover {
    background-color: #DDDDDD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DDDDDD));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #DDDDDD);
    background-image: -moz-linear-gradient(top, #FAFAFA, #DDDDDD);
    background-image: -ms-linear-gradient(top, #FAFAFA, #DDDDDD);
    background-image: -o-linear-gradient(top, #FAFAFA, #DDDDDD);
    background-image: linear-gradient(top, #FAFAFA, #DDDDDD);
}

.linearrow  a:hover{
    background-color: #DDDDDD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DDDDDD));
    background-image: -webkit-linear-gradient(left top, #FAFAFA, #DDDDDD);
    background-image: -moz-linear-gradient(left top, #FAFAFA, #DDDDDD);
    background-image: -ms-linear-gradient(left top, #FAFAFA, #DDDDDD);
    background-image: -o-linear-gradient(left top, #FAFAFA, #DDDDDD);
    background-image: linear-gradient(left top, #FAFAFA, #DDDDDD);
}


.ui-state-hover .linearrow  {
    background-color: #DDDDDD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DDDDDD));
    background-image: -webkit-linear-gradient(left top, #FAFAFA, #DDDDDD);
    background-image: -moz-linear-gradient(left top, #FAFAFA, #DDDDDD);
    background-image: -ms-linear-gradient(left top, #FAFAFA, #DDDDDD);
    background-image: -o-linear-gradient(left top, #FAFAFA, #DDDDDD);
    background-image: linear-gradient(left top, #FAFAFA, #DDDDDD);
}

/*breadcrumb text hover */
.ui-state-hover a, .ui-state-hover a:hover { color:#000000; }

.ui-tabs-selected .linearrow  {
    border-top:2px #9E9E9E solid;
    border-right:2px #9E9E9E solid;
    background-color: #9E9E9E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D4D4D4), to(#9E9E9E));
    background-image: -webkit-linear-gradient(left top, #D4D4D4, #9E9E9E);
    background-image: -moz-linear-gradient(left top, #D4D4D4, #9E9E9E);
    background-image: -ms-linear-gradient(left top, #D4D4D4, #9E9E9E);
    background-image: -o-linear-gradient(left top, #D4D4D4, #9E9E9E);
    background-image: linear-gradient(left top, #D4D4D4, #9E9E9E);
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
    background-color: #9E9E9E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9E9E9E), to(#9E9E9E));
    background-image: -webkit-linear-gradient(top, #D4D4D4, #9E9E9E);
    background-image: -moz-linear-gradient(top, #D4D4D4, #9E9E9E);
    background-image: -ms-linear-gradient(top, #D4D4D4, #9E9E9E);
    background-image: -o-linear-gradient(top, #D4D4D4, #9E9E9E);
    background-image: linear-gradient(top, #D4D4D4, #9E9E9E);
    outline: none;
    border-top:2px #9E9E9E solid;
    border-left:2px #9E9E9E solid;
    border-bottom:2px #9E9E9E solid;
}

.ui-state-active a.lasttab {
    border-right:2px #9E9E9E solid;
}

.breadcrumb .linearrow{
    background-color:#FFF;
    border-bottom:0px;
    border-left:0px;
    outline:none;
    height:25px;
    width:25px;
    position:absolute;
    margin-top:-6px;
    margin-left:0px;
    transform: rotate(45deg);
    border-top:2px #DDDDDD solid;
    border-right:2px #DDDDDD solid;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    z-index:1;
}

.breadcrumb a.firsttab{
    padding-left:12px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.breadcrumb a.smsfirsttab{
    padding-left:12px;
    padding-right:20px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.breadcrumb a.lasttab{
    padding-right:12px;
    border-right:2px #DDDDDD solid;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.crumb{
    padding: 2px 15px 3px 24px;
    width:108px;
    height:30px;
}

.breadcrumb .secondtab {
    width:125px;
}

.breadcrumb .secondtab .crumbTxtContainer{
    width:125px;
}

.crumbTxtContainer{
    width:105px;
    height:30px;
    overflow:hidden;
}

.crumbTxt{
    word-wrap:break-word;
}

.breadcrumb  a:hover {
    text-decoration: none;
}

.breadcrumb .crumb .linearrow  {
    margin-left:107px;
    margin-top:-28px;
}

.breadcrumb .fourthtab .linearrow{
    margin-left:105px;
}

.breadcrumb .secondtab .linearrow{
    margin-left:122px;
}

.breadcrumb .smsfirsttab .linearrow{
    margin-left:168px;
}

.breadcrumb .smsfirsttab {
    width:165px;
}

.breadcrumb .smsfirsttab .crumbTxtContainer {
    width:155px;
}

.breadcrumb .smsfirsttab .crumbTxtContainer .crumbTxt{
    width:150px;
}

.ui-state-hover .linearrow  {
    z-index:11;
}


.breadcrumb .linearrow{
    background-color: #FFF;
    border-top:2px #c7c7c7 solid;
    border-right:2px #c7c7c7 solid;
    border-bottom:0px none;
    border-left:0px none;
}

.ui-tabs-selected .linearrow  {
    background-color: #CCC;
    border-top:2px #c7c7c7 solid ;
    border-right:2px #c7c7c7 solid ;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    outline: none;
    background-color: #CCC;
    border-top:2px #c7c7c7 solid ;
    border-left:2px #c7c7c7 solid;
    border-bottom:2px #c7c7c7 solid;
    border-right:0px;
}

.ui-state-active a.lasttab {
    border-right:2px #c7c7c7 solid;
}


.breadcrumb .crumb .smlTxt{
    padding-top:8px;
    height:22px;
}

.pipsContainer{
    float:right;
    padding-right:2px;
}

.crumbling{
    padding:4px 10px;
}

.clear.breadCrumbFix {
    height: 25px;
}

.breadcrumb.floatAutoFix {
    overflow: hidden;
    padding-left: 2px;
}


/*******************
* Breadcrumb drop down *
*******************/

#tooltip1{
    width:250px;
}

#tooltip2{
    width:200px;
}

.breadFade{
    display:none;
    opacity:0;
    -moz-opacity:0;
    -khtml-opacity: 0;
}

.breadTip {
    display:block;
    background-color:#CCCCCC;
    opacity:0.8;
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    color:#333;
    border:0;
    padding-left:4px;
    padding-right:4px;
    margin-top:35px;
    margin-left:-25px;
    font-size:11px;
    height:0px;
    overflow:hidden;
    position:absolute;
    z-index:100;
    font-weight:normal;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius:  0 0 4px 4px;
    border-radius:  0 0 4px 4px;
}

.breadTip .tipText {
    vertical-align:text-top;
}

.breadTip img{
    padding-right:5px;
    display:inline;
}

#tipPadding1, #tipPadding2 {
    display:block;
    height:10px;
}

/***********************
* drop down *
***********************/

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0; top: 35px;
    background: #333;
    margin: 0; padding: 0;
    display: none;
    float: left;
    width: 170px;
    border: 1px solid #111;
}

ul.topnav li ul.subnav li{
    margin: 0; padding: 0;
    border-top: 1px solid #252525; /*--Create bevel effect--*/
    border-bottom: 1px solid #444; /*--Create bevel effect--*/
    clear: both;
    width: 170px;
}

html ul.topnav li ul.subnav li a {
    float: left;
    width: 145px;
    background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
    padding-left: 20px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
    background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}

/*******************
/*email validation*/
/********************/

label.hidden {
    visibility:hidden;
}

label.error {
    text-align:left;
    vertical-align:text-top;
    vertical-align:top;
    padding-top:4px;
    padding-right:2px;
    padding-bottom:4px;
    margin-left:460px;
    line-height:normal;
    vertical-align:middle;
    display:block;
    height:12px;
    float:right;
    color:red;
    background-image:none;
}

label.success {
    background:url(/assets/img/icons/accept.png) no-repeat 0px 0px;
    background-repeat:no-repeat;
    background-position: 4px 2px, top left;
    background-position-x:4px;
    background-position-y:2px;
    line-height:normal;
    vertical-align:middle;
    padding-left:24px;
    padding-top:4px;
    padding-right:2px;
    padding-bottom:4px;
    margin-left:330px;
    width:25px;
    height:12px;
    border:0px;
}

input.errorBorder { border: 1px solid red; }

input.successBorder { border: 1px solid green; }

textarea.errorBorder { border: 1px solid red; }

textarea.successBorder { border: 1px solid green; }

/*****************
*multi subject line*/
/*****************/
#subjectLineContent {
    padding: 3px 0px;
}

p.subjInput{
    margin-top:10px;
    display:block;
}

.subjectinput{
    height:16px;
    width:368px;
}

/*******************
/* email editor */
/******************/

.messageContentButtonLrg {
    padding-bottom:30px;
}

.nextArrowImg{
    position:relative;
    background-image:url(/assets/img/icons/arrow_right2.png);
    background-position:right;
    vertical-align:middle;
    vertical-align:text-middle;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    padding-right: 16px;
}

a:hover .nextArrowImg{
    background-image:url(/assets/img/icons/arrow_right2over.png);
    background-position:right;
    vertical-align:middle;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    padding-right: 16px;
}

.prevArrowImg{
    position:relative;
    background-image:url(/assets/img/icons/arrow_left2.png);
    background-position:left;
    vertical-align:middle;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    padding-left: 18px;
    text-align:right;
}

a:hover .prevArrowImg{
    background-image:url(/assets/img/icons/arrow_left2over.png);
    background-position:left;
    vertical-align:middle;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    padding-left:18px;
    text-align:right;
    cursor:pointer;
}

.downArrowImg {
    background-image:url(/assets/img/icons/topnav_link_bg.png);
    background-position:right;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    padding-right:16px;
}

a:hover .downArrowImg {
    background-image:url(/assets/img/icons/topnav_linkover.png);
    background-position:right;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    padding-right: 16px;
}

.emailSettingBtn{
    margin-bottom:10px;
}

.testingBtns{
    width:800px;
    height:32px;
}

#testingBlock > p {
    width: 740px;
}

/*****************/
/* inbox preview tabs */
/*****************/
.inboxPreviewRow {
    display: table-row;
}

.inboxPreviewLeftColumn {
    margin-top: 25px;
    padding-right: 2%;
    display: table-cell;
    padding-top: none;
    vertical-align: top;
}

.inboxPreviewLeftColumn h2 {
    margin: 10px 0px 10px 0px;
}

.inboxPreviewLeftColumn .formBlock .variationNames {
    margin-left: 20px;
    margin-right: 2%;
    margin-bottom: 8px;
}

.inboxPreviewTabs {
    background-color:#fff;
    margin-top:20px;
}

.inboxPreviewTabsBox{
    display: table-cell;
    margin-top:25px;
    overflow: hidden;
    width: 690px;
    vertical-align: top;
}

@media all and (max-width: 1100px) {
    .contentMin .inboxPreviewTabsBox {
        width: 400px;
    }
    .contentMin .inboxPreviewTabsBox .column:first-child, .contentMin .inboxPreviewTabsBox .column:first-child {
        width: 400px;
    }
}

.inboxPreviewTabsBox .column:first-child {
    width: 41%;
}

.inboxPreviewTabsBox .column {
    padding: 0px 0px 0px 3.5%;
    margin:1.5%;
    float: left;
    border-left: 1px solid #ddd;

}

.error_message_notifier {
    color: #ce0000;
    font-weight: bold;
}
/*****************/
/* schedule page 3/3 social network integration */
/*****************/

.show{
    display:block;
}

.hide{
    display:none;
}

.topMarginTen{
    margin-top:10px;
}

/****************/
/* login error */
/***************/

.errorContainer {
    width:472px;
    margin:auto;
}

.errorBox{
    margin-left:11px;
    margin-top:20px;
    position:relative;
}

/********************/
/* email test config */
/********************/

.formBlock #testAddressesEmailArea {
    background-image:url(/assets/img/backgrounds/txt_bx_bg.jpg);
    background-repeat:repeat;
    line-height:25px;
    border:1px solid #AAAAAA;
    padding-left:8px;
}

.formBlock li {
    padding-top:4px;
    padding-bottom:4px;
}

.formBlock li .radioInput{
    vertical-align:top;
}

div.formBox {
    padding-top:8px;
    background: #F4F4F4;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.blockList li{
    margin-top:-4px;
    margin-bottom:0px;
    padding:0;
}

/***********************/
/*facebook signup form */
/***********************/

.indentPadding {
    margin-left:8px;
}

.tdExtraPadding {
    padding-top:10px;
    padding-bottom:6px;
    width:256px;
    min-height:40px;
}

.minwidthSelect select{
    min-width:145px;
}

input[name^="custFieldExtra"] {
    width:145px;
}

a[id^="link_to_add_option"] {
    margin-left:12px;
    vertical-align:middle;
    padding-right:4px;
}

a[id^="link_to_del_option"] {
    vertical-align:middle;
    padding-left:2px;
}

span[id^="custDivC"] {
    position:relative;
    visibility:hidden;
    margin:10px 4px 6px 7px;
    padding:5px 4px 3px 2px;
}

input[id^="custFieldExtra"] {
    margin-top:4px;
    margin-left:4px;
    width:117px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
}

input[id^="select_category"] {
    max-width:170px;
}

.smallFormTitle{
    margin-bottom:18px;
    font-size:14px;
    margin-right:8px;
    padding:4px 6px 4px 6px;
    line-height:20px;
}

.buttonList li {
    border-top: 2px solid #e1e1e1;
    padding-top:10px;
    padding-bottom:15px;
    padding-left:4px;
    background-image:url(/assets/img/backgrounds/FieldsetGrad_10x64.png);
    background-repeat:repeat-x;
}

.buttonList li h2 {
    border-bottom: 1px solid #e1e1e1;
    margin-right:8px;
    margin-bottom:12px;
    padding-left:8px;
    padding-bottom:4px;
    padding-top:4px;
}

.socialImgFrame img{
    padding:2px;
    border:1px solid #e1e1e1;
    height:54px;
    width:54px;
    margin-right:4px;
    margin-left:15px;
    margin-bottom:15px;
}

.socialImgFrame h2{
    vertical-align:top;
    margin-left:6px;
}

.fbListEditBtns {
    margin-left:15px;
    margin-bottom:4px;
}

.social_name h2 {
    margin-left:6px;
}

.fieldBox {
    border-bottom: 1px solid #e1e1e1;
    padding-top:6px;
    padding-bottom:6px;
}

.formBtnBox{
    padding-top:12px;
    padding-bottom:6px;
    margin-left:75%;
}

.fieldSeparator{
    display:inline;
    margin-left:8px;
}

.radioList li .listSelect{
    display:block;
    padding-top:6px;
}

#fbSignUpCompleteTable{
    position:relative;
    left:50px;
    border:#ccc;
    border-style:solid;
    border-width:1px;
    margin-bottom:20px;
}

#fbSignUpCompleteTable thead {
    border-bottom:1px solid #e1e1e1;
    background-image:url(/assets/img/backgrounds/gradient.png)
}

#fbSignUpCompleteTable thead th{
    border-right:1px solid #e1e1e1;
}

#fbSignUpCompleteTable tbody tr td{
    border-right:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}

.rightBtns{
    text-align:right;
    display:block;
    padding-top:20px;
}

/****************************/
/*split content optimisation*/
/****************************/
#configureSplitTest .hidden {
    display: none;
}

#configureSplitTest #message {
    display: block;
}

#configureSplitTest #splitTestDetails {
    padding-bottom: 10px;
}

#configureSplitTest #splitTestContainer {
    display: none;
}

#configureSplitTest #splitTestContainer #splitTestAdvanced {
    display: none;
}

#configureSplitTest #splitTestTableContainer {
    background: #f4f4f4;
    width: 97%;
    padding: 10px;
    border: 1px solid #dddddd;
    overflow:hidden;
}




#configureSplitTest #splitTestTableContainer #splitTestSummary {
    margin-bottom: 10px;
}

#configureSplitTest table.split_test_table .split_times td {
    text-align: right;
}

#configureSplitTest table.split_test_table .split_content td {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    height: 25px;
    text-align: center;
    width: 4%;
}

#configureSplitTest #variationList  {
    background: #f4f4f4;
    display: block;
    padding: 10px;
    margin-top: 5px;
    clear: both;
}

#configureSplitTest #variationList span {
    border: 1px solid #e1e1e1;
    display: block;
    float: left;
    height: 12px;
    width: 12px;
    margin-top:2px;
}

#splitTestTable {
    width: 100%;
}

.splitTestDurationMetricContainer {
    float: right;
}

.variationColor0 {
    background: #39ABF7 !important;
    border: 1px solid #999999 !important;
}

.variationColor1 {
    background: #F7F739 !important;
    border: 1px solid #999999 !important;
}

.variationColor2 {
    background: #85AB5F !important;
    border: 1px solid #999999 !important;
}

.variationColor3 {
    background: #ABD1F7 !important;
    border: 1px solid #999999 !important;
}

.variationColor4 {
    background: #D13939 !important;
    border: 1px solid #999999 !important;
}

#defaultVariationCheckbox {
    border: 1px solid #e1e1e1;
    display: block;
    float: left;
    height: 12px;
    width: 12px;
    margin-left: 10px;
    margin-right: 4px;
}

.connectBg .radioInput, .connectBg .checkboxInput{
    vertical-align:bottom;
    margin-right:4px;
}

#splitTestContainer .ui-slider-horizontal {
    margin: 0 2%;
}
#splitTestContainer .ui-slider-handle{
    background: url("/assets/img/icons/slider-icon.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 20px;
    margin-left: -16px;
    top: -5px;
    width: 32px;
}
#slide_rail {
    background: url("/assets/img/icons/slider-background.png") repeat-x scroll center center transparent;
    margin: 0 2px;
    zoom: 1;
}
#splitTestContainer {
    zoom: 1;
}

/****RSS to email *****/

.disabledPrimaryButtons {
    vertical-align:middle;
    display: inline-block;
    margin:12px 6px 12px 0px;
    line-height:normal;
    font-size: 15px;
    padding: 4px;
    text-decoration: none;
    background-image: url(/assets/img/backgrounds/pageNavUpGradFade_10x20.png);
    background-position: bottom;
    background-repeat: repeat-x;
    border-color: #e6e6e6 #d0d0d0 #cacaca;
    border-width: 1px;
    border-style: solid;
    color: #acacac;
    cursor: no-drop;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.disabledPrimaryButtons img{
    vertical-align:middle;
    margin:0px 4px 0 2px;
    padding:0 0 2px 0;
}

#overlay {
    width:100%;
    height:120%;
    background: url("/assets/img/backgrounds/bg_opacity.png");
    top:-10px;
    position: absolute;
    float:left;
    z-index:2000;
}

/* feedback */
#feedback{
    position:absolute;
    top:195px;
    right:97px;
    z-index:1000;
    width:30px;
}

#feedbackTab{
    position:relative;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    /*background-image: url(/assets/img/backgrounds/bg_opacity_dark.png);*/
    padding: 6px 15px 6px 4px;
    -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
    -moz-transform: rotate(-90deg);  /* FF3.5+ */
    -o-transform: rotate(-90deg);  /* Opera 10.5 */
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);  /* IE9 */
    zoom: 1;
    font-size: 20px;
    min-width:249px;
    margin-left:-25px;
}

.feedbackButton{
    color:#999999;
    display:inline;
    margin-right:-3px;
    padding:0px 7px 7px 5px;
    vertical-align: middle;
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    background-color: #f4f4f4;
    border-color:#676767;;
    text-decoration:none;
    border-left:  1px solid black;
    border-right:1px solid black;
    border-top: 1px solid black;
}

#feedbackBtn{
    margin-left:20px;
}

#supportBtn{
    margin-left:2px;
}

.feedbackButtonImg{
    margin-top: 3px;
    position: absolute;
    height:24px;
    width:20px;
}

a.feedbackButton:link{
    color:#676767;
    text-decoration:none;
}

a.feedbackButton:hover{
    /*color:#ffffff;
    border-color:#fff;
    background-color: #000000;
    text-decoration:none;
    text-shadow: #878787 0px 2px 4px;*/
}

#supportPopUp{
    -webkit-border-radius:16px 0px 16px 16px;
    -moz-border-radius:16px 0px 16px 16px;
    border-radius:16px 0px 16px 16px;
    background-color:#FFF;
    -webkit-box-shadow: 0px 0px 50px 0px #000;
    -moz-box-shadow: 0px 0px 50px 0px #000;
    box-shadow: 0px 0px 50px 0px #000;
    padding: 10px 15px;
}

#feedbackPopUp, #supportPopUp{
    background-repeat:no-repeat;
    margin: 0 auto;
    z-index: 90000;
    width:626px;
    min-height:526px;
    position:absolute;
    left: 30%;
    top:10%;
    display:none;
}

#supportPopUpClose img{
    padding:3px 0px 0px 3px;
}

#supportPopUpClose {
    -webkit-border-radius:12px ;
    -moz-border-radius:12px;
    border-radius:12px;
    width:18px;
    height:18px;
    border-color:#afafaf;
    border-width:2px;
    border-style:solid;
    background-image:url(/assets/img/icons/close.png);
    background-repeat:no-repeat;
    background-position:-42% 58%;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    -moz-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 10px 0px #000;
    background-color: #e7e7e7;
    z-index:3000;
    position:relative;
    float:right;
    margin: -22px -27px;
    overflow:hidden;
}

#supportPopUpClose:hover {
    background-color:#999;
    background-position:155% 58%;
    cursor:pointer;
}

.supportSubmit{
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    font-weight: normal;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 4px 4px 4px 0;
    cursor: pointer;
    color: #333;
    outline: 0;
    margin-left: 520px;
    min-width: 87px;
}

.subjectBlock{
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:0px 8px 8px 8px ;
    margin: 8px 0px;
    padding: 8px;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
}

.feedbackBlock{
    height:426px;
}

.supportBlock{
    height:426px;
}


.contactBlock{
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px ;
    margin: 8px 0px 0px 0px;
    padding: 8px;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
}

#ticketDescription, #ticketSubject, #feedbackFormSubject, #feedbackFormDescription, #bugFormSubject, #bugFormDescription {
    width:604px;
}

.subjectBlock label{
    font-weight:normal;
}

#supportSubject,#feedbackSubject,#supportDescription,#feedbackDescription{
    width:99%;
}

ul#feedbackTabs{
    width:625px;
    margin:auto;
    position:absolute;
    background:none;
    margin-top:-30px;
    height:32px;
    overflow:hidden;
}

ul#feedbackTabs li{
    float:left;
    border-radius:8px 8px 0px 0px;
    -moz-border-radius:8px 8px 0px 0px;
    background-color:#f4f4f4;
    border-width: 1px 1px 0px 1px;
    border-style:solid;
    border-color:#DDDDDD;
    z-index:5000;
}

ul#feedbackTabs li a:link {
    opacity:0.6;
}

ul#feedbackTabs li a:hover{
    opacity:0.8;
}

ul#feedbackTabs li a img{
    vertical-align:top;
    padding-right:3px;
    margin-top:-2px;
    margin-left:-3px;
}

ul#feedbackTabs li.ui-tabs-selected a{
    opacity:1;
}

ul#feedbackTabs li:last-child{
    border-radius:0px 8px 0px 0px;
    -moz-border-radius:0px 8px 0px 0px;
    border-width: 1px 1px 0px 0px;
}

ul#feedbackTabs li:first-child{
    border-radius:8px 0px 0px 0px;
    -moz-border-radius:8px 0px 0px 0px;
    border-width: 1px 1px 0px 1px;
}

ul#feedbackTabs li a{
    display:block;
    padding:8px;
    color:#666666;
}

#feedbackTabs li.ui-state-active a, #feedbackTabs li.ui-state-active a:link, #feedbackTabs li.ui-state-active a:visited{
    border:none;
    color:#666666;
    background-image: url(/assets/img/backgrounds/pageNavDownGrad_10x20.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color:#F4F4F4;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

ul#feedbackTabs li:last-child{
    position: relative;
    display:inline;
}

#supportPopContent{
    margin-top:35px;
}

#radioFeature{
    margin-left:20px;
}

.subjectBlock h4{
    font-size:28px;
    font-weight:normal;
    margin-top:0px;
    color:#666;
}

#feedbackTabs li.ui-state-active{
    background:none;
}

#feedbackTabs li.ui-state-active a{
    cursor:default;
}

#feedbackTabs li a:hover{
    color:#333;
}

#feedbackTabs li.ui-tabs-selected a:hover{
    color:#666;
}


#imageupload{
    border:hidden;
    border-style:none;
    border-width:0px;
}

.tooltip{
    padding:4px 8px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color:#FFF;
    border:1px solid #999;
    width:92px;
    background-image: url(/assets/img/backgrounds/pageNavUpGrad_10x20.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.tooltipSpan{
    display:inline-block;
}

div.tooltip:after {
    width: 9px;
    height: 9px;
    background-color:#FFF;
    margin-left:4px;
    margin-top:2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6IE9 */
        M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
    zoom: 1;
    border-right:1px solid #999;
    border-top:1px solid #999;
    position:absolute;
    content:"";
}

/* moz hack for feedback tab */
@-moz-document url-prefix() {

    #feedback {
        right: 99px;
    }

    #feedbackTab {
        margin-right: -99px;
        min-width:252px;
    }

    .feedbackMozContent {
        margin-right: -99px;
    }

    #supportPopUp{
        min-height:546px;
        line-height:normal;
    }

    #supportSubmitBtn{
        margin-top:10px !important;
    }

    #feedbackSubmitBtn{
        margin-top:3px !important;
    }

    #supportPopUpClose{
        background-position:-50% 54%;
    }

    #supportPopUpClose:hover{
        background-position:149% 54%;
    }

    .feedbackBlock{
        height:448px;
    }

    .supportBlock{
        height:448px;
    }

}

.errorBorder { color: red; }
.uploadError { color: red; width: 350px; }

.searchFieldset input, .searchFieldset textarea{border-color: #AAAAAA;}

.facebookButton{
    background-color: rgb(130, 194, 194);
    border: 0px;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: auto;
    margin-right: 4px;
    padding: 6px 5px;
    outline: none;
    text-decoration: none solid #FFFFFF;
    text-transform: none;
    vertical-align: top;
    width: auto;
}

.facebookButton:hover {
    background-color: #339999;
}

.buttonIconPlusRight {
    background: url('/assets/img/icons/plus.png') no-repeat 96% center;
    padding: 5px 23px 6px 5px !important;
}

.buttonIconPlusLeft {
    background: url('/assets/img/icons/plus.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconAdd {
    background: url('/assets/img/icons/plus.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconDisconnect {
    background: url('/assets/img/icons/disconnect_button.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconAcceptRight {
    background: url('/assets/img/icons/accept.png') no-repeat 90% center;
    padding: 5px 26px 6px 5px !important;
}

.buttonIconAcceptLeft {
    background: url('/assets/img/icons/accept.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconMagnifier {
    background: url('/assets/img/icons/magnifier_white.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconCloneMsg {
    background: url('/assets/img/icons/clone_msg.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconNewMsg {
    background: url('/assets/img/icons/new_msg.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconHtml {
    background: url('/assets/img/icons/html.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconPlainText {
    background: url('/assets/img/icons/plain-text.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconCode {
    background: url('/assets/img/icons/code.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconPlainTextActive {
    background: url('/assets/img/icons/plain-text-active.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconEdit {
    background: url('/assets/img/icons/edit.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconLink {
    background: url('/assets/img/icons/link.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconWorld {
    background: url('/assets/img/icons/world.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconDisabled {
    background: url('/assets/img/icons/disabled.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconDynamicContent {
    background: url('/assets/img/icons/dynamic_content.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconSnippets {
    background: url('/assets/img/icons/snippets.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconsLoadWebContent {
    background: url('/assets/img/icons/load-web-content.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconArrowRefresh {
    background: url('/assets/img/icons/arrow_refresh.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconNext {
    background: url('/assets/img/icons/arrow_right.png') no-repeat 90% center;
    padding: 5px 26px 6px 5px !important;
}

.buttonIconPrev {
    background: url('/assets/img/icons/back.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconSaveDelete {
    background: url('/assets/img/icons/save_delete.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconSaveConfirm {
    background: url('/assets/img/icons/save_confirm.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconPreview {
    background: url('/assets/img/icons/preview.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconBin {
    background: url('/assets/img/icons/white-bin.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconDisk {
    background: url('/assets/img/icons/disk.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconListEdit {
    background: url('/assets/img/icons/list_edit.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconNewListRight {
    background: url('/assets/img/icons/new_list.png') no-repeat 90% center;
    padding: 5px 23px 6px 5px !important;
}

.buttonIconSendMsg {
    background: url('/assets/img/icons/send_message.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconReport {
    background: url('/assets/img/icons/report.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconSaveRSS {
    background: url('/assets/img/icons/save_rss.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconRSS {
    background: url('/assets/img/icons/rss.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconPdf {
    background: url('/assets/img/icons/pdf.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconSaveClose {
    background: url('/assets/img/icons/save-close.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconSendSMS {
    background: url('/assets/img/icons/send_test.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconCancel {
    background: url('/assets/img/icons/cancel.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconDeliveryCheck {
    background: url('/assets/img/icons/delivery_check.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconInboxPreview {
    background: url('/assets/img/icons/inbox_preview.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconSendTest {
    background: url('/assets/img/icons/send_test.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconCog {
    background: url('/assets/img/icons/cog.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconToggleClose {
    background: url('/assets/img/icons/close.png') -13px center no-repeat;
    padding: 5px !important;
}

.buttonIconToggleClose:hover {
    background-position: -1px center;
}

.buttonIconRefresh {
    background: url('/assets/img/icons/arrow_refresh.png') center center no-repeat;
    padding: 5px 11px !important
}

.buttonIconArrowDown {
    background: url('/assets/img/icons/arrow_down.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconPrinter {
    background: url('/assets/img/icons/printer.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconWhiteBin {
    background: url('/assets/img/icons/white-bin.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconWhiteCancel {
    background: url('/assets/img/icons/cancel-white.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconFacebookListEdit{
    background: url('/assets/img/icons/list_facebook.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonIconUpload {
    background: url('/assets/img/icons/upload.png') no-repeat 4px center;
    padding: 5px 6px 6px 26px !important;
}

.buttonUploadLibDelete {
    margin-bottom: 10px;
    display: inline-block;
}

.controlPanelToggle {
    vertical-align: middle !important;
    margin-top: 0;
}

.formBlockDropDown label {
    vertical-align: middle;
}

.formBlock .buttonDefault {
    line-height: 24px;
}

.formBlock .removeThisInput {
    line-height: 22px;
}

td.automation-rule-filter div {
    display: inline-block;
}

.binGreyIcon {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.binGreyIcon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.selected-panel {
    background: #339999 !important;
    color: #ffffff;
}

.ui-state-default .linearrow {
    border-radius: 1px;
}

.ui-state-active .linearrow {
    border-radius: 0;
}

.fileUpload a {
    vertical-align: middle;
}

.fileUpload label {
    vertical-align: middle;
    font-weight: normal;
}

.chooseFile {
    position: absolute;
    left: -400px;
}

.selectedFile {
    vertical-align: middle;
}

@-moz-document url-prefix() {
    .ui-state-active .linearrow {
        border-radius: 1px;
    }
}

/** Apps and add-ons **/
.integrations h3 {
    margin-bottom: 10px;
}

.integrations .rows {
    margin-bottom: 30px;
    width: 806px;
}

.integrations.fullWidth .rows
{
    width: 100%;
}

.integrations .rows .row {
    margin-bottom: 3px;
    background: #F4F4F4;
}

.integrations .rows .row .header {
    padding: 10px;
    position: relative;
}

.integrations .rows .row .header > div {
    display: inline-block;
}

.integrations .rows .row .header .title.iconAnnouncementActive {
    background: url('/assets/img/icons/viralpromo_active.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconAnnouncementInactive {
    background: url('/assets/img/icons/viralpromo_inactive.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}
.integrations .rows .row .header .title.iconBehaviouralActive {
    background: url('/assets/img/icons/behaviouraltargeting_active.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconBehaviouralInactive {
    background: url('/assets/img/icons/behaviouraltargeting_inactive.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconFacebookActive {
    background: url('/assets/img/icons/facebook_active.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconFacebookInactive {
    background: url('/assets/img/icons/facebook_inactive.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconTwitterActive {
    background: url('/assets/img/icons/twitter_active.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconTwitterInactive {
    background: url('/assets/img/icons/twitter_inactive.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconSalesforceActive {
    background: url('/assets/img/icons/salesforce_active.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconSalesforceInactive {
    background: url('/assets/img/icons/salesforce_inactive.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconDynamicsActive {
    background: url('/assets/img/icons/dynamics_active.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconDynamicsInactive {
    background: url('/assets/img/icons/dynamics_inactive.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconBitlyInactive {
    background: url('/assets/img/icons/bitly_inactive.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title.iconBitlyActive {
    background: url('/assets/img/icons/bitly_active.png') center left no-repeat;
    padding-left: 40px;
    height: 25px;
}

.integrations .rows .row .header .title {
    font-weight: bold;
    color: #289595;
    font-size: 14px;
    line-height: 25px;
}

.integrations .rows .row .header .description {
    font-weight: bold;
    font-size: 14px;
    color: #AAAAAC;
    position: absolute;
    left: 280px;
    top: 15px;
}

.integrations .rows .row .header .description.viralPromotionDescription {
    font-size: 13px;
    left: auto;
	margin-left:15px;
}
.integrations .rows .row .header .description.behaviouralTargetingDescription {
    font-size: 13px;
    left: auto;
	margin-left:15px;
}

.integrations .row .row .header .description.hide
{
    display: none;
}

.integrations .rows .row .header .statusIcon {
    position: absolute;
    right: 10px;
    top: 11px;
}

.integrations .rows .row .header .statusIcon a {
    margin-right: 10px;
    margin-top: 5px;
}

.integrations .rows .row .header .statusIcon .icon {
    background: url('/assets/img/icons/check-integration.png') 0 0 no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.integrations .rows .row .header .statusIcon .iconGrey {
    background-position: 1px 0;
}

.integrations .rows .row .header .statusIcon .iconGreen {
    background-position: -25px 0;
}

.integrations .rows .row .content {
    margin-left: 10px;
}

.integrations .rows .row .content > img {
    width: 767px;
    height: 300px;
    display: block;
    margin:auto;
}

.integrations .rows .row .footer {
    margin-top: 10px;
    padding-bottom: 10px;
}

.integrations .rows .row .footer .buttonEnquire {
    background: url('/assets/img/icons/icon_enquire.png') 5px center no-repeat;
    padding-left: 35px;
    padding-right: 10px;
    display: block;
    width: 45px;
    margin: 0 auto;
}

.integrations .rows .row .bodyWrapper {
    display: none;
}

.integrations .rows .row .bodyDisplay {
    display: block;
}

.integrations .rows .row .content {
    margin-right: 10px;
    height: 300px;
    position:relative;
}

.integrations .rows .row .content .left-image {
    width: 252px;
    display: inline-block;
    height: 178px;
}

.integrations .rows .row .content .left-image img {
    width: 252px;
    height: 178px;
}

.integrations .rows .row .content .info {
    width: 510px;
    height: 178px;
    display: inline-block;
    vertical-align: top;
}

.integrations .rows .row .content .info .new {
    background: #F44647;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.integrations .rows .row .bodyWrapper.viralPromotion {
    background: #E1E1E1;
}

.integrations .rows .row .bodyWrapper.viralPromotion label {
    margin-left: 10px;
}

.integrations .rows .row .bodyWrapper.viralPromotion form input[type="submit"] {
    margin: 10px;
    background-color: #4cbf7e;
    outline: none;
    color: white;
    padding:5px;
    border: none;
}

.integrations .rows .row .bodyWrapper.viralPromotion form input[type="submit"]:hover {
    background-color: #399e66;
}

.integrations .rows .row .content .info h4 {
    color: white;
    font-weight: bold;
    margin-top: 20px;
}

.integrations .rows .row .config {

}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500;
}

.overlay.show {
    display: block;
}

.alertbox {
    background: white;
    width: 300px;
    position: relative;
    margin: 20% auto;
    padding: 0 10px\9;
}

.alertbox h4 {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.alertbox .text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.alertbox .footer {
    width: 100%;
    padding-bottom: 15px;
}

.alertbox.shareInfo .footer .buttons {
    width: 160px;
    margin: 5px auto 0;
}

.alertbox.shareInfo .text {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}

.alertbox.shareInfo .footer .buttons .buttonDefault {
    display: inline-block;
    width: 40px;
}

.alertbox a {
    width: 53px;
    display: block;
    margin: 0 auto;
}

.integrations .rows .row .bodyWrapper .integrationSettings {
    padding: 11px;
}

.alertbox.viralPromotion {
    width: 500px;
    padding: 0 10px;
    margin: 10% auto;
}

.alertbox.viralPromotion .text {
   text-align: justify;
   padding: 10px;
   margin-bottom: 0;
}

.alertbox.viralPromotion .terms-text {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #F4F4F4;
    padding: 10px;
    text-align: justify;
}

.alertbox.viralPromotion .terms-accept {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-weight: bold;
}

.alertbox.viralPromotion .terms-accept input[type="checkbox"] {
    vertical-align: middle;
}

.alertbox.viralPromotion .terms-accept.error {
    color: red;
}

.alertbox.viralPromotion .buttons {
    margin: 0 auto;
    width: 250px;
}

.alertbox.viralPromotion .buttons .buttonDefault {
    display: inline-block;
    margin-right: 10px;
    width: auto;
}

/** New apps button **/
#topnav .apps {
    float: right;
}

#topnav .apps a {
    border-right: none;
    border-left: 1px dotted;
}

#topnav .apps.new {
    background: orange;
    border-radius: 2px;
}

#topnav .apps.new a {
    color: white;
}

#socialMediaMessageDiv .description {
    font-size: 13px;
}

/** Token field(Account details page) **/
#uploadTokenText {
	font-weight: bold;
	color: #444;
	font-size: 14px;
}

/** Tooltip ui **/
#tooltip {
    min-width: 60px;
    max-width: 620px;
    word-break: break-all;
    background: #596b7f;
    color: white;
    padding: 5px;
    border-radius: 2px;
}

/** Fix for IE8/9 . The Upload Library popup , on the Load Web Page Content **/
#surround #leftColumn{
	min-width: 267px;
}

#surround #rightColumn{
	min-width: 267px;
}

#surround .selectFile{
	display: inline-block;
	height: 15px;
}

#rightColumn .fileDetails{
	background: none;
	border: 0;
	width: 100px;
}

.hiveListsContainer{
	max-height: 400px;
	overflow-y: auto;
}

/** General Tooltip **/
.general_tooltip_placeholder{
	position: relative;
}

.general_tooltip{
	cursor: pointer;
}
.general_tooltip_content{
	width: 200px;
	background-image: none;
	top: 30px;
	position: absolute;
	z-index: 10;
	background: #a97ab3;
	color: #ffffff;
	border-radius: 3px;
	border-color: #a97ab3;
}
.general_tooltip_content .tooltipSpan{
	white-space: normal;
	text-align: center;
}
div.general_tooltip_content:after{
	transform: rotate(-45deg);
	top: -8px;
	left: 47%;
	background: #a97ab3;
}
#chooseEditorDialogShort h1{text-align: center;}

.okButton {background: #a97ab3!important; border-color: #a97ab3!important; color: #ffffff;}
.cancelButton {background: #309999!important; border-color: #309999!important; color: #ffffff;}
