﻿@font-face{
	font-family: MyriadPro-Bold;
    src: url('/font/MyriadPro-Bold.eot');
}
@font-face{
	font-family: MyriadPro-Bold;
    src: url('/font/MyriadPro-Bold.otf') format('opentype');
}
@font-face{
	font-family: MyriadPro-Regular;
    src: url('/font/MyriadPro-Regular.eot');
}
@font-face{
	font-family: MyriadPro-Regular;
    src: url('/font/MyriadPro-Regular.otf') format('opentype');
}
.customMainMenu
{
    padding: 0px;
    border: none;
    margin: 0px;
    padding-left: 10px;
}

.classicMenuCustomized .dxm-content 
{
    width: auto;
    height: auto;
 }
.customMainMenuItem
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.7em;
    color: #f3f3f3;
    padding: 0 1px 0 0;
    text-align: center;
    background-color: transparent;
}

.CustomRootMenu-Item-Row
{
    cursor: pointer;
}

.CustomRootMenu-Item-Row-Standard
{ 
}

.CustomRootMenu-Item-Left {
    width: 4px;
    background-color: green;
    border:none;
}

.CustomRootMenu-Item-Center {
    line-height: 32px;
    padding: 0px 3px;
    background-color: green;
    border: none;
}

.dxm-item .customMainMenuItem {
    position: relative;
    top: -3px;
}

.CustomRootMenu-Item-Right {
    width: 4px;
    background-color: green;
    border: none;
}

.CustomRootMenu-Item-Table {
    border: 1px solid green;
    position: relative;
    top: -3px;
}

.CustomRootMenu-Item-Table-Selected {
    border: 1px solid green;
    border-bottom-width: 0;
    height: 34px;
    position: relative;
    top: -3px;
}

.CustomRootMenu-Item-Left-Selected
{
    background-color: #fff;
}

.CustomRootMenu-Item-Center-Selected
{
    background-color: #fff;
}

.CustomRootMenu-Item-Right-Selected
{
    background-color: #fff;
}

.CustomRootMenu-Item-Row-Selected
{
    color: #000000;
}

.CustomRootMenu-Item-Link:link, .CustomRootMenu-Item-Link:visited, .CustomRootMenu-Item-Link:hover, .CustomRootMenu-Item-Link:active
{
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    font-weight: bold;
}
.CustomRootMenu-Item-Link-Selected:link, .CustomRootMenu-Item-Link-Selected:visited, .CustomRootMenu-Item-Link-Selected:hover, .CustomRootMenu-Item-Link-Selected:active
{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    font-weight: bold;
}

.CustomRootMenu-Item-Link-Selected:link, .CustomRootMenu-Item-Link-Selected:visited, .CustomRootMenu-Item-Link-Selected:hover, .CustomRootMenu-Item-Link-Selected:active
{
    color: #000000;
}

.customMainMenuItem a
{
    color: #fff;
    text-decoration: none;
}

.customMainMenuSubMenu-Table {
    border-left: 1px solid purple;
    border-right: 1px solid purple;
}

.customMainMenuSubMenu
{
    background-color: transparent;
    padding: 1px 0 0 0px;
    border: 0px;
}

.customMainMenuSubMenu-Item
{
    padding: 10px 8px;
    white-space: nowrap;
    cursor: pointer;
    background-color: green;
}

.customMainMenuSubMenu-Item-Left, .customMainMenuSubMenu-Item-Right
{
    width: 4px;
}

.customMainMenuSubMenu-Item-Seperator > td
{
    height: 1px;
    background-color: purple;
}

.customMainMenuSubMenu-Item-Last-Left
{
    background-color: purple;
}
.customMainMenuSubMenu-Item-Last-Right
{
    background-color: purple;
}

.customMainMenuSubMenu-Item-Last-Row:hover .customMainMenuSubMenu-Item-Last-Left
{
}
.customMainMenuSubMenu-Item-Last-Row:hover .customMainMenuSubMenu-Item-Last-Right
{
}

.customMainMenuSubMenuLink:link, .customMainMenuSubMenuLink:visited, customMainMenuSubMenuLink:hover, customMainMenuSubMenuLink:active
{
    text-decoration: none;
    margin-right: 3px;
}

/*
.customMainMenuSubItem:hover
{
    background-color: #013A60;
    border-color: #01264E;
}

.CustomRootMenu-Item-Left-Over
{
    background-color: green;
}

.CustomRootMenu-Item-Center-Over
{
    background-color: green;
}

.CustomRootMenu-Item-Right-Over
{
   background-color: green;
}
*/

.customMainMenuSubMenu-Item:hover > a {
    color: white;
}
.customMainMenuSubMenu-Item:hover > a:link {

}
.customMainMenuSubMenu-Item:hover > a:active {

}
.customMainMenuSubMenu-Item:hover > a:visited {

}
.customMainMenuSubMenu-Item > a {

}
.customMainMenuSubMenu-Item > a:link {

}
.customMainMenuSubMenu-Item > a:active {

}
.customMainMenuSubMenu-Item > a:visited {

}
.customMainMenuSubMenu-Item-Row:hover > td
{
    background-color: #013A60;
}


.customMain-header
{
    height: 124px;
    background-color: purple;
    border-bottom-style: solid; 
    border-bottom-width: 1px;
    border-bottom-color:purple;
}
.customStatus-middle
{
    background-color: green;
    height: 30px;
    width: auto;
    float: right;
    color: #ededed;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 5px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border: 1px solid #000000;
 }
.customHeader-logo-image
{
    width: 270px;
    height: 100px;
    float: left;
    margin: 5px 10px;
}

.customStatus-name
{
    font-weight: bolder;
    color: #fff;
}

.customStatus-line
{
    float: left;
    width: 1px;
    background-color: #eee;
    margin: 7px 4px 0px 4px;
    height: 15px;
}

.customLogoutLink:link, .customLogoutLink:visited
{
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
}

.intronis-power-logo
{
    /*width: 143px;*/   
    margin-top:0px;
    margin-left:55%;
    font-size:7px;  
    font-weight:bold;
    float: right;  
}
.img-logo
{
    margin-left:7px;
    vertical-align: middle; 
}


.customMainMenu-preview
{
    padding: 0px;
    border: none;
    margin: 0px;
    padding-left: 0px;
}

.customMainMenuItem-preview
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: bold;
    font-size: 9px;
    line-height: 1.7em;
    color: #f3f3f3;
    padding: 0 1px 0 0;
    text-align: center;
    background-color: transparent;
}

.CustomRootMenu-Item-Row-preview
{
    cursor: pointer;
}

.CustomRootMenu-Item-Center-preview
{
    line-height: 21px;
    padding: 0px 3px;
    background-color: green;
}

.CustomRootMenu-Item-Right-preview
{
}

.CustomRootMenu-Item-Table-preview {
    border: 1px solid green;
    margin-right:-8px;
}

.CustomRootMenu-Item-Table-Selected-preview {
    border: 1px solid green;
    border-bottom-width: 0;
    height: 23px;
}

.CustomRootMenu-Item-Left-Selected-preview
{
    background-color: #fff;
}

.CustomRootMenu-Item-Center-Selected-preview
{
    background-color: #fff;
}

.CustomRootMenu-Item-Right-Selected-preview
{
    background-color: #fff;
}

.CustomRootMenu-Item-Row-Selected-preview
{
    color: #000000;
}

.CustomRootMenu-Item-Link-preview:link, .CustomRootMenu-Item-Link-preview:visited, .CustomRootMenu-Item-Link-preview:hover, .CustomRootMenu-Item-Link-preview:active
{
    text-decoration: none;
}
.CustomRootMenu-Item-Link-preview:link, .CustomRootMenu-Item-Link-preview:visited, .CustomRootMenu-Item-Link-preview:hover, .CustomRootMenu-Item-Link-preview:active, .CustomRootMenu-Item-Link-Selected-preview:link, .CustomRootMenu-Item-Link-Selected-preview:visited, .CustomRootMenu-Item-Link-Selected-preview:hover, .CustomRootMenu-Item-Link-Selected-preview:active
{
    font-size: 8px;
    font-weight: normal;
    letter-spacing: 0px;
    font-weight: bold;
}

.CustomRootMenu-Item-Link-Selected-preview:link, .CustomRootMenu-Item-Link-Selected-preview:visited, .CustomRootMenu-Item-Link-Selected-preview:hover, .CustomRootMenu-Item-Link-Selected-preview:active
{
    color: #000000;
}

.customMainMenuItem-preview a
{
    color: #fff;
    text-decoration: none;
}

.customMainMenuSubMenu-Table-preview {
    border-left: 1px solid purple;
    border-right: 1px solid purple;
}

.customMainMenuSubMenu-preview
{
    background-color: transparent;
    padding: 1px 0 0 0px;
    border: 0px;
}

.customMainMenuSubMenu-Item-preview
{
    padding: 7px 8px;
    white-space: nowrap;
    cursor: pointer;
    background-color: green;
}

.customMainMenuSubMenu-Item-Left-preview, .customMainMenuSubMenu-Item-Right-preview
{
    width: 4px;
}

.customMainMenuSubMenu-Item-Seperator-preview > td
{
    height: 1px;
    background-color: purple;
}

.customMainMenuSubMenu-Item-Last-Left-preview
{
    background-color: purple;
}
.customMainMenuSubMenu-Item-Last-Right-preview
{
    background-color: purple;
}

.customMainMenuSubMenu-Item-Last-Row-preview:hover .customMainMenuSubMenu-Item-Last-Left-preview
{
}
.customMainMenuSubMenu-Item-Last-Row-preview:hover .customMainMenuSubMenu-Item-Last-Right-preview
{
}

.customMainMenuSubMenuLink-preview:link, .customMainMenuSubMenuLink-preview:visited, customMainMenuSubMenuLink-preview:hover, customMainMenuSubMenuLink-preview:active
{
    text-decoration: none;
    margin-right: 3px;
    font-size:8px;
}

.customMainMenuSubMenu-Item-preview:hover > a {
    color: white;
}
.customMainMenuSubMenu-Item-preview > a{}

.customMainMenuSubMenu-Item-Row-preview:hover > td
{
    background-color: #013A60;
}


.customMain-header-preview
{
    height: 86px;
    background-color: purple;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color:purple;
}
.customStatus-middle-preview
{
    background-color: green;
    height: 20px;
    width: auto;
    float: left;
    color: #ededed;
    font-size: 9px;
    padding-left: 7px;
    padding-right: 5px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border: 1px solid #000000;
    margin-top:-4px;
 }
.customHeader-logo-image-preview
{
   /* background: url(      '../images/shell/logo.png' ) no-repeat 8px 16px;*/
    width: 270px;
    height: 100px;
    float: left;
    margin: 2px 1px;
}

.customStatus-name-preview
{
    font-weight: bolder;
    color: #fff;
}

.customStatus-line-preview
{
    float: left;
    width: 1px;
    background-color: #eee;
    margin: 6px 4px 0px 4px;
    height: 11px;
}

.customLogoutLink-preview:link, .customLogoutLink-preview:visited
{
    font-weight: normal;
    font-size: 9px;
    text-decoration: underline;
}


.sub-header-preview
{
    background-color: #EFEFEF;
    padding-left: 0px;
    margin: 6px 0px 7px 0px;
    height: 30px;
}

.sub-header-content-preview
{
    height: 30px;
    width: 654px;
}

.sub-header-left-preview
{
    float: left;
    height: 30px;
}

.sub-header-right-preview
{
    float: right;
    height: 30px;
}

.main-headline-wrap-preview
{
    text-transform: none;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    font-family: Tahoma, Arial, Helvetica, Sans Serif;
    padding-top: 0px;
    padding-left: 12px;
}

.sub-headline-wrap-preview
{
    text-transform: none;
    font-weight: normal;
    color: #000000;
    font-size: 9px;
    padding-top: 0px;
    line-height: 12px;
    font-family: Tahoma, Arial, Helvetica, Sans Serif;
    padding-bottom: 6px;
    padding-left: 12px;
}

.custom-branding-step-left {
    margin-top: 5px;
    margin-right: 49px;
    width:975px;
}
.custom-branding-step-icon
{
    background: transparent url(../images/icons/active-wizard-step.png) no-repeat;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.custom-branding-step-icon-inactive
{
    background: transparent url(../images/icons/inactive-wizard-step.png) no-repeat;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.custom-branding-div {
    /*border:2px solid #000000; */
    height: 700px;
}
.custom-branding-title {
    margin-left: 30px;
    margin-top: 32px;
    font-family: MyriadPro-Bold, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    font-size:30px !important;
}
.custom-branding-close {
    float: right;
    padding-right: 24px;
    margin-top: 26px;
}
.custom-branding-step-text {
    font-size: 13px;
    font-family: MyriadPro-Regular, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    margin-top:-1px;
}
.custom-branding-line {
     height: 1px; 
     background-color: #CACACA; 
     margin-top: 12px;
     margin-left:31px;
     margin-right:39px;
}
.custom-branding-step-float {
    float: right;
}
.custom-branding-step-div {
    color: #999999;
}
.custom-branding-step-div-current {
    color: #000000;
}
.custom-branding-welcome {
    margin-top: 25px;
    margin-left:31px;
    margin-right:39px;
    color:#444444;
    font-size:14px;
}
.custom-branding-next {
    position: absolute; 
    bottom: 38px;
    right: 41px;
}

.loading-indicator
{
    width: 110px;
    height: 38px;
    background: url(../images/ajax-loader.gif) no-repeat bottom right;
    position:absolute;
    top:210px;
    left:700px;
    z-index: 10000;
}
.loading-indicator-font
{
    font-size: 14px;
    color: white;
    padding-top: 10px;
    position: relative;
    padding-left: 35px;
    font-weight: bold;
}
.custom-color-radio-button label
{
    font-weight:normal !important;
}
.custom-color-display
{
    height:15px; 
    width:20px; 
    margin-left:2px; 
    position:relative;
    top:3px;
}
.custom-color-required-image
{
    margin-left:2px; 
    position:relative;
    top:4px;
}
.main-header-preview
{
    height: 86px;
    background: url(      '../images/shell/header-bg.png' ) repeat-x 0 0;
}
.status-middle-preview
{
    background: url(      '../images/shell/status-middle.png' ) repeat-x;
    height: 20px;
    width: auto;
    float: left;
    color: #ededed;
    font-size: 9px;
    padding-left: 7px;
    padding-right: 5px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
 }
.menu-item-preview
{
    font-size:8px !important;
}

.RootMenu-Item-Center-preview
{
    background: transparent url(  '../images/shell/main-menu.png' ) repeat-x 0 -588px;
    line-height: 22px;
    padding: 0 3px;
    position:relative;
    top: -3px;
}

.dxm-item mainMenuItem dxm-selected mainMenuItemSelected
{
    width:auto;
    height:auto;
}

.mainMenuSubMenu-Item-preview, .mainMenuSubMenu-Item-Left-preview, .mainMenuSubMenu-Item-Right-preview {
    cursor: pointer;
    background: transparent url( '../images/shell/submenu-bottom-preview.png' ) repeat-x 0 -56px;
}

.mainMenuSubMenu-Item-Left-preview, .mainMenuSubMenu-Item-Right-preview
{
    width: 4px;
}

.mainMenuSubMenu-Item-Row-preview:hover > td
{
    background: transparent url(  '../images/shell/submenu-bottom-preview.png' ) repeat-x 0 0;
}

.mainMenuSubMenu-Item-Last-Left-preview
{
    background: transparent url(  '../images/shell/submenu-bottom-preview.png' ) no-repeat 0 -169px;
}
.mainMenuSubMenu-Item-Last-Right-preview
{
    background: transparent url(  '../images/shell/submenu-bottom-preview.png' ) no-repeat 0 -282px;
}

.mainMenuSubMenu-Item-Last-Row-preview:hover .mainMenuSubMenu-Item-Last-Left-preview
{
    background: transparent url(  '../images/shell/submenu-bottom-preview.png' ) no-repeat 0 -113px;
}
.mainMenuSubMenu-Item-Last-Row-preview:hover .mainMenuSubMenu-Item-Last-Right-preview
{
    background: transparent url(  '../images/shell/submenu-bottom-preview.png' ) no-repeat 0 -226px;
}
.mainMenuSubMenu-Item-preview
{
    padding: 6px 4px;
    white-space: nowrap;
}
.specify-logo-left-div
{
    width: 460px;
    float: left;
}
.bold-font
{
    font-family: MyriadPro-Bold, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    font-size:15px;
}
.logo-upload-div
{
    margin-left: 15px;
    margin-top: 10px;
}
.specify-logo-left-margin
{
    margin-left: 12px;
}
.browse-icon-div
{    
    font-family: MyriadPro-Bold, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    font-size:15px;
    margin-top:6px;
}
.logo-preview-div
{
    border: 1px solid #444444;
    float: right;
    width: 399px; 
    height: 133px;
    margin-top:17px;
    margin-right:30px;
}
.preview-width-div
{
    text-align:center; 
    font-family:Tahoma; 
    font-size:12px; 
    color:#444444;
}
.preview-height-div
{
    font-family:Tahoma; 
    font-size:12px; 
    color:#444444; 
    margin-top:46px;
}
.preview-text-div
{
    text-align:center; 
    font-family:Tahoma; 
    font-size:12px; 
    color:#999999; 
    font-style:italic; 
    margin-top:-14px;
}
.logo-text
{
    margin-left: 25px;
    margin-top: 18px;
}
.logo-img-div
{
    margin-left: 0px;
    margin-top: 0px;
    height: 300px;
}
.icon-text
{
    margin-left: 15px;
    margin-top: 6px; 
    position: absolute; 
    top: 350px;
}
.icon-img-div
{
    margin-left: 15px;
    height: 145px;
}
.specify-logo-div
{
    visibility: hidden;
    display:none;
}
.customize-portal-div
{
    visibility: hidden;
    display:none; 
    margin-top:10px;
}
.custom-color-table
{
    margin-left:22px;
    margin-top:9px;
}
.custom-color-tr
{
    height:41px;
}
.custom-color-textbox
{
    width:94px;
    margin-left:6px;
}
.preview-frame-div
{
    border: 1px solid #CACACA;
    float: right;
    width: 654px; 
    height: 406px !important; 
    margin-top:22px;
}
.company-info-left-div
{
    width: 400px;
    float: left; 
    margin-top:18px;
}
.company-name-div
{
    width:112px;
    float:left;
    margin-top:2px;
}
.company-name-error-div
{
    float:right;
    margin-top:2px; 
    margin-right:4px;
}
.company-name-textbox
{
    width:249px;
    margin-left:4px;
}
.about-screen-preview-div
{
    border: 1px solid #CACACA;
    float: right;
    width: 515px; 
    height: 400px; 
    margin-top:23px;
    margin-left:20px;
    margin-bottom: 70px;
}
.about-img-div
{
    margin-left:25px;
    margin-top:5px; 
    background: url(      '../images/branding/about.png' ) no-repeat;
    width:480px;
    height:300px;
}
.installation-path
{
    word-wrap:break-word;
    overflow:hidden;
    width:268px;
    float:left;
    text-align:left;
    padding-left:2px;
    max-height:51px;
    text-overflow: ellipsis; 
}
.create-company-info-help-text-div
{
    font-size:10px; 
    color:Gray;
    margin-left:4px;
    font-family: MyriadPro-Regular,Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
}
.about-screen-title
{
    padding-top:6px;
    padding-left:26px;
}
.about-screen-text
{
    float:left; 
    position:relative;
    top:15px;
    left:5px;
}
.about-ok-button
{
    float:right; 
    position:relative;
    top:3px;
    right:50px;
    font-family: MyriadPro-Regular,Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    font-size:11px;
    width:74px;
    text-align:center;
}
.portal-footer-preview
{
    margin-left:15px;
    margin-top:10px;
}
.portal-footer-text
{
    margin-left:15px;
    margin-top:2px; 
    float:left;
}
.portal-footer-preview-width
{
    width:516px;
}
.support-number-footer
{
    margin-right:15px; 
    margin-top:2px;
    float:right;
}
.about-logo-img
{
    margin-left:15px;
    margin-top:15px;
    float:left;
}
.email-template
{
    margin-left:0px;
    margin-top:11px;
}
.congratulation-text
{
    font-size: 15px;
    font-family: MyriadPro-Bold, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    margin-top: 21px;
}
.finish-text
{
    margin-top:20px;
}
.welcome-title-div
{
    width:110px !important;
}
.specify-logo-title-div
{
    width:140px !important;
}
.customize-portal-title-div
{
    width:160px !important;
}
.create-company-info-title-div
{
    width:190px !important;
}
.setup-customer-notification-title-div
{
    width:185px !important;
}
.logo-upload
{
    width:88px !important;
    filter:alpha(opacity=0);
    opacity:0;
    position:absolute; 
    top:342px;
    left:44px; 
    height:26px;
}
.logo-upload-button
{
    position:absolute; 
    top:342px;
    width:88px; 
    height:26px;
}
.error-icon-position
{
    position:absolute;
    top:347px;
    left:135px;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
	border:none;padding:0;
}
.specify-logo-top-margin
{
    margin-top:4px;
}
.supply-logo-icons-div
{
    margin-top:14px;
    width:460px;
}
.specify-logo-text
{
    margin-top:14px;
    width:445px;
    font-family: MyriadPro-Regular,Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    font-size:14px;
}
.specify-color-text
{
    padding-left:-5px; 
}
.provide-contact-info-div
{
    margin-top:20px;
}
.support-number-div
{
    margin-top:11px;
}
.specify-color-scheme-text
{
    font-size: 15px;
    font-family: MyriadPro-Bold, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
}
.custom-url-text
{
    font-size: 14px;
    font-family: MyriadPro-Regular, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    font-weight: normal !important;
}
.ptext
{
    font-family: MyriadPro-Regular,Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    font-size:14px;
}

.branding-wizard-ellipsis
{
    width:498px;
    margin-left:15px;
}
.branding-wizard-ellipsis td
{  
    overflow: hidden;
    white-space: nowrap;
}
.branding-wizard-small-font
{
    font-size:13px !important;
}
.title-text-intent
{
    text-indent: -1em; 
    padding-left:1em;
}
.branding-alert
{
    padding-top: 10px;
}
.branding-alert p
{
    font-size: 13px;
    color: #000000;
    text-align: left;
    padding: 3px 17px;
}
.branding-alert .button
{
    float: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
.branding-alert .center-buttons
{
    margin: 0 auto 9px;
}
.branding-alert .center-buttons td
{
    padding-right: 5px;
}
.branding-slideout
{
    filter:progid:DXImageTransform.microsoft.gradient(gradienttype=0,startColorStr=#EDEDED,endColorStr=#DCDCDC);
    background: -moz-linear-gradient(top, #EDEDED, #DCDCDC); 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDEDED), to(#DCDCDC));
}
.branding-slideout-warning
{
    float:left; 
    margin-left:16px; 
    margin-top:6px;
}
.branding-slideout-text-div
{
    float:left; 
    width:630px;
    text-align:left;
}
.company-name-about-div
{
    word-wrap:break-word;
    overflow:hidden;
    width:260px;
    text-overflow: ellipsis; 
}       
.footer-div
{
    padding:0px 9px 7px 7px; 
    font-size: 11px; 
    color:#646464;
}
.logo-file-name-div
{
    width: 450px; 
    float: right;
    margin-top:0px; 
}
.logo-file-name
{
    display:inline;
    font-family: MyriadPro-Regular, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    font-size:15px;
}
.branding-light-box-font
{
    font-family: MyriadPro-Regular, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
    color:#444444;
    font-size:13px;
    height:26px;
    width:100px;
    border:1px solid #CACACA;
    filter:progid:DXImageTransform.microsoft.gradient(gradienttype=0,startColorStr=White,endColorStr=#EEEEEE);
    background: -moz-linear-gradient(top, White, #EEEEEE); 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(White), to(#EEEEEE));
	/*border-radius: 3px;*/
}
#CustomBrandingClose_Contents p
{
    font-family: MyriadPro-Regular, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
}
#CustomBrandingAlert_Contents p
{
    font-family: MyriadPro-Regular, Lucida Sans, Segoe UI, Calibri, Sans-Serif !important;
}
