/* ================================
    CSS STYLES FOR PORTAL 
    v1.0, 01/2001

    PROJECT TRACKER (gamehost.ecm.solidserve.com)

    Modifications:
    18-Aug-2014: SDSJBM: Infinite Addresses
    28-Oct-2014: SDSJBM: Mobile friendly
    08-Jan-2015: SDSJBM: Email Preferences back to normal (not like the old website)
    03-Feb-2015: SDSJBM: Updated interface, 20297
    02-Dec-2015: SDSJBM: MDScreen, 22042
    14-Dec-2015: SDSJBM: MDRefLink, 22042, CommandButton spacing for EmailPreferences only
    24-Jun-2016: SDSJBM: Autocomplete
    29-Jul-2016: SDSJBM: MultiUploadControl, Progress bar, Green
    29-Jul-2016: SDSJBM: Account and Payment
    22-Aug-2016: SDSJBM: [Enter] key, DefaultCommandButton, Size
    25-Aug-2016: SDSJBM: Reduce form width on small screens
    04-Oct-2016: SDSJBM: RecentCases, detail table format
    13-Oct-2016: SDSJBM: MDCustomerRefLink
    17-Jan-2017: SDSJBM: Hide "All Documents Read" message on home page
    15-Feb-2017: SDSJBM: 22754, 2column and 3column fix (skipped)
    28-Feb-2017: SDSJBM: 21786, help system colour
    23-Feb-2018: SDSJBM: 25772, PWLogin
    20-Jun-2018: SDSJBM: 26235, Firefox drag-drop
    25-Jun-2018: SDSJBM: 26260, Checklist entry problem
    10-Jul-2018: SDSJBM: 26295, PWCookieTray
    13-Jul-2018: SDSJBM: 26361, PWEvent, close-window, tabs
    03-Aug-2018: SDSJBM: 26383, PWForm CheckList

   ================================ */

form.tabId-85 #SM_MainContent_ctl02_NoDocumentsFound {
   display: none;
}

.VirtualPage {
    min-width: 320px;
}

.HeadBg {
    background-repeat:no-repeat;
    vertical-align:bottom;
    width: 100%;
}

    form.LoggedIn .HeadBg {
        background-color: #e0dfea;
    }

.TabMain {
    float:left;
    width: 100%;
}

.LoginPanel {
    height: 30px;
    float: right;
    margin-top: 13px;
}

.AuthButton {
    margin-right:3px;
    margin-top:3px; 
}

.TabHeaderPanel {
    float: left;
}

.AdvertisingMain {
    width: 100%;
    display: inline-block;
}

/* Allow the banner image to scale with the screen size */
.Advertising
{
    width: 100%;
    min-height: 100px;
}

    /* Turn off the banner image on the other tabs and make it a background */
    .AdvertisingPanel
    {
        background-image: url('/Portal/Project/PWPreview.aspx?fileId=31');
        background-position: center center;
        background-size: cover;
        height: 110px;
    }    

    .Advertising.fileId-31
    {
        display: none;
    }

    form.tabId-85 .AdvertisingPanel
    {
        background: none;
        height: auto;
    }

    form.tabId-85 .Advertising.fileId-31
    {
        display: inherit;
    }

.SocialMediaMain {
    visibility: hidden;
    display: none;
    float:left;
    padding-top: 5px;
    width: 100%;
}

.SocialMediaPanel {
    float:right;
    margin-right: 5px;
}

.SearchHeaderMain {
    float: right;
    margin-top: 19px;
    display: none;
}

/* SDSJBM:19623: New website, hide the extra control on the ECM pages */
body.LoggedIn .SubscribeNewsPanel
{
    visibility: hidden;
    display: none;
}

body.Weblink .ResponseTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    color: #0053a1;
    font-size: 24px;
    padding: 5px;
}

body.Weblink .ResponseMessage
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
}

/* background color for the content part of the pages */
body
{
    background-color: #e3e3e3;
    /* background: #e3e3e3 url(/Portal/Project/PWPreview.aspx?fileId=58) repeat; */
    background: #e3e3e3 url(/Portal/Project/PWPreview.aspx?fileId=110);
    background-size: cover;
    height: 100%; 
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    body.LoggedIn {
        background: none;
        background-color: white;
    }

form {
    /* background-color: lightgray; */
    height: 100%; 
    width: 100%; 
    margin: 0px;
}

/* Trim color of the EditCase screen */
.Trim
{
	background-color: #A4ADCB;
}

/* TabContainer */
.ajax__tab_header,
.ajax__tab_body {
    background-color: #D2DBF8 !important;
}

.AddressPanel
{
    margin-left: 10px;
    margin-top: 10px;
}

/* SDSJBM:21786: Help System */
#SM_PortalHelpSystem_FloatingFullHelpUpdatePanel .HeadPanel {
    background-color: lightBlue;
}

/* The header of list in an aspx page */
.InnerListHeader
{
	border-bottom: black thin solid;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
}

/* The header of list in an aspx page */
.ActionTable
{
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
}

/* The button table */
.ActionTable2
{
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #A4ADCB;
	background-image:url(../images/comment-bg.png);
	background-position:right;
	background-repeat:repeat-y;
}

/* The button table for subitems */
.ActionTable3
{
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #A4ADCB;
	background-image:url(../images/comment-bg.png);
	background-position:right;
	background-repeat:repeat-y;
	
}

/* The button table for subitems editing*/
.ActionTable3Edit
{
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-image:url(../images/edit-comment-bg.png);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#FFCC00;
}
.timesheetTable, .timesheetTabble
{
	background-image:url(../images/blue-gradient.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
}
.popUpWindow
{
	background-image:url(../images/blue_bg_popup.png);
	background-repeat:repeat-x;
	background-position:top;
	width:250px;
	height:150px;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
/* WAS #cccc99 CHANGED TO #330099 */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#e4b31a
}

.SiteMainPanel {
    width: inherit;
    padding: 20px;
}

    form.LoggedIn .SiteMainPanel {
        background-color: white;
    }

    /* Customer PWContactUs page */
    form.PWContactUs .SiteMainPanel {
        background-color: inherit;
    }

.SiteMainTable {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;         
    border-collapse:collapse;
    background-color: #009ddc; /* was #fbfde6; */
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #330099;
    border-color:#004890;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:Maroon;
    font-weight: bold;
    text-decoration:none;
}

	
/* text style for the unselected tabs */
.OtherTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #DEDFDE;
    text-decoration: none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    margin-right: 5px;
    color:#000084;
}   

form.NotLoggedIn .SiteLink {
    /* SDSJBM:18794: Better look, larger button */
    font-size: larger;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: Green;
    color: lightgray;
}

.TopSiteLink {
    font-family: Arial;
    font-size: 12px;   
    color:#000084;   
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
}

A.SiteLink:visited  {
    text-decoration: none;
}

A.SiteLink:active   {
    text-decoration: none;
}

A.SiteLink:hover    {
    color: #d69e29;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

.Accent2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000084;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}



/* GENERAL */
/* style for module titles */
.Head   {
    /* SDSJBM:23517: Match the ActionBarHeader
    font-family: Arial;
    font-size:  15px;
    color: #D6A014;
    */

    font-family: Verdana,Helvetica,sans-serif;
    font-size: 21pt;
    color: #0c2e61;

}

.HeadPanel 
{
    margin:0;
    padding:0;
    overflow:hidden;
    width:auto !important;
    border: 1px solid Black;
    border-radius: 10px 10px 0px 0px;
    background-color: #A4ADCB;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* Fixed size */
.Fixed
{
    font-family: Courier;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

form.NotLoggedIn .Normal
{
    font-size: 13px;  /* Was 15, 19 */
    line-height: 17px    
}

/* text style used for titles */
.NormalTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox,
.NormalTextbox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalTextBoxSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

.NormalTextBoxNoWrap
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}

.NormalMaroon
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Maroon;
}

/* CHANGED red to #330099 */
.NormalLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #330099
}

/* CHANGED red to #330099 */
.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalGreen
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: green
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* Line spacing on the case screen */
.LineSpacer
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 3px;
	width: 3px;
	height: 3px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.OrigCommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.OrigCommandButton:link {
    text-decoration:    underline;
    color: Maroon;
}

A.OrigCommandButton:visited  {
    text-decoration:    underline;
    color: Maroon;
}

A.OrigCommandButton:active   {
    text-decoration:    underline;
    color: Maroon;
}

A.OrigCommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

.CommandButton
{
	border:outset 3px #D5D5DE;
	padding:1px 2px;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #D5D5DE;
	text-align: center;	
	color: black;	
        line-height: 1.2em;
        min-width: 59px;
}

	form.LoggedIn .CommandButton {
	       display: inline-block;
	}

A.CommandButton:hover 
{
	 text-decoration:underline;  
	 background-color: #D5D5DE;  

}


A.CommandButton:link {
    color: black;
}

A.CommandButton:visited  {
    color: black;
}

A.CommandButton:active   {
    color: black;
}

A.CommandButton:hover
{
	color: black;
}
    
        
    
    
/* Debugging */
.Debug
{
	font-weight: bold;
	font-size: 11px;
	color: fuchsia;
	font-family: Verdana, Helvetica, sans-serif;
}


/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Maroon;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Maroon;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Maroon;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: Maroon;
}

th {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: Maroon;
    padding: 4px;
}

td {
    padding: 2px;
}

A:link  {
    text-decoration:    none;
}

A:visited   {
    text-decoration:    none;
}

A:active    {
    text-decoration:    none;
}

A:hover {
    text-decoration:    underline;
}

SMALL   {
    font-size:  6px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR
{
    color: #000000;
    height: 1pt;
    text-align: left;
}

.MainMenuButton
{
	border-right: thin solid;
	border-top: thin solid;
	margin-bottom: 2px;
	border-left: thin solid;
	width: 96%;
	/*cursor: hand;*/
	color: black;
	border-bottom: thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: buttonface;
	text-align: center;
}
A.MainMenuButton:hover
{
	color: red;
}

.CookieTrayButton
{
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	/*cursor: hand;*/
	color: black;
	background-color: buttonface;
	border-bottom: thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}
A.CookieTrayButton:hover
{
	color: red;
}

.CookieTraySeparator
{
	font-size: 12pt;
	font-family: Symbol, 'Times New Roman';
	position: static;
	height: 21px;
	text-align: center;
}

/* text style for HTML reports */
.ReportTitle
{
	font-size: 16pt;
	font-family: Arial;
}

.ReportLabel
{
	font-weight: bolder;
	font-size: 12pt;
	font-family: Arial;
}

.ReportFixedText
{
    font-size: 10pt;
    font-family: 'Courier New';
    white-space: pre-line;
}

.ReportText
{
	font-size: 12pt;
	font-family: Arial;
}

.LoginLabel
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}

.LoginText
{
	font-family: Verdana, Helvetica, sans-serif;
}

.ActionLabel
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
}

.ActionHyperLink
{
	padding-top: 3px;
}

.CustomerHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.CaseHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.CaseHeaderTable
{
	width: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.CommentList
{
	border-right: darkseagreen thin solid;
	border-top: darkseagreen thin solid;
	border-left: darkseagreen thin solid;
	border-bottom: darkseagreen thin solid;
        border-collapse: separate;
}

    /* EditCaseQC */
    form.EditCaseQC .CaseDescription {
        background-color: Ivory;
        width: 100%;        
    }
    form.EditCaseQC .CommentList {
        background-color: #538135; /* dark green */
    }

        form.EditCaseQC .CommentList.Attention {
            background-color: Orange; 
        }
        form.EditCaseQC .CommentList.Urgent {
            background-color: Red; 
        }

    form.EditCaseQC .DisplayComment {
        padding: 10px;
        background-color: Ivory;
    }
    form.EditCaseQC .CustomEditor {
        background-color: inherit;
    }
    form.EditCaseQC .ActionTable3,
    form.EditCaseQC .ActionTable3Edit {
        margin-bottom: 0px;
    }
    form.EditCaseQC .CommentTextBox {
        width: 95%;
    }

/* SDSJBM:18435: Text/HTML comment entry.  Format text to display in an HTML page */
.CommentListText
{
    font-family: courier new,courier, monospace;
    font-size: 10pt;
    white-space: pre-wrap;
}

.CommentHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.CommentDate
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.CommentName
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.DebugText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 6pt;
	color: fuchsia;
}
.cellCenter
{
	text-align: center;
	
}
.centerVerticalAlignmet
{
	vertical-align:middle;
}
.editCustomer 
{
    background-image:url(../images/backgrounds/customerEdit.gif);   
    background-repeat:repeat-x;
    background-position:top;
    background-color:#A4ADCB;
    border:5px outset #ffffff ;
    margin-bottom:20px;
	 
   
}
.closeWindow
{
	float:right;	
	margin:0px;
	position:relative;
	top:-15px;
}
.leftSpace
{
	margin-left:10px;
}
.panelDisplay 
{
	padding:5px;
	width:95%;
}
.taskTable
{
	width:100%;
}
.serverDowntimeLabels
{
    font-family:Arial;
    font-size:8pt;
    color:Navy;
    clear:both;
    float:none;
}
#Error {
  top: 0px;
  right: 0px;
  width: 125px;
  background-color: yellow;
  border: solid 1px Black;
  padding: 10px;
  font-family: Sans-Serif;
  font-size: 10pt;
  position: absolute;
  margin: 5px;
}
#CloseButton {
  float: right;
  /*cursor: pointer; */
}

.ModalPopup
{
    background-repeat: repeat;
    background-position: 15px 15px;
    background-image: url('../images/dot.png');
}

.DRMenuTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #330099;
    border-bottom-style: groove;
    border-bottom-width: medium;
    text-align: left;
    padding-top: 10px;
}


.DRTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	background-color: #99cc66;
}

.DRTableHeader
{
    background-color: #99cc66;
    text-align: left;    
    height: 30px;
    vertical-align: middle;
}

.DRTableContent
{
	background-color: #cae6bb;
}


.DRTableDetail1:hover,
.DRTableDetail2:hover {
    background-color: #fff3c1;
}

/* Display HButtonList on hover */
.DRTableDetail1 .HButtonList,
.DRTableDetail2 .HButtonList {
    display: none;
    max-height: 23px;
}

/* SDSJBM:22754: Always display the first command controls */
.SearchCCC .DRTableDetail1 .FirstCommand .HButtonList,
.SearchCCC .DRTableDetail2 .FirstCommand .HButtonList {
    display: inline;
}

.FirstCommand div {
    display: inline;
}

.DRTableDetail1 .HButtonList img,
.DRTableDetail2 .HButtonList img {
    max-height: 23px;
}

.DRTableDetail1:hover .HButtonList,
.DRTableDetail2:hover .HButtonList {
    display: inline;
}

.DRTableDetail1
{
    background-color: white;
    height: 30px;
}

    .WorkScheduleItem .DRTableDetail1 {
        height: 40px;
    }

.DRTableDetail2
{
    background-color: #d5e4f1; /* #f0f8ff; */
    height: 30px;
}
    .WorkScheduleItem .DRTableDetail2 {
        height: 40px;
    }

.DRToolBar
{
    border: solid;
    border-width: thin;
    border-color: Green;
    background-color: #CCFFCC;
    width: 100%;
    overflow: hidden;
    float:left;
}

.DRToolBarSpacer
{
    overflow: hidden;
    float: right;
}

/* SDSJBM:23480: Detail table should be all green */
.PanelFormTable .PanelFormTable .DRTableHeader
{
    height: auto;
    background-color: #70ad47;
}

.PanelFormTable .PanelFormTable .DRTableDetail1
{
    background-color: #c5e0b3;
}

.PanelFormTable .PanelFormTable .DRTableDetail2
{
    background-color: #e2efd9
}

.PanelFormTable .PanelFormTable .DRTableDetail1:hover,
.PanelFormTable .PanelFormTable .DRTableDetail2:hover {
    background-color: #fff3c1;
}

/* CGVSRL:031111 modify the float alignment of image buttons */
.image_pad1  {float:left;}
.image_pad  {float:right;}

/* ActionBar(tm) formatting */
.PanelHeader {
     margin:0;
     padding-left:0; 
     overflow: hidden; 
     width:100%;
     border: 1px solid black;
     border-radius: 10px 10px 0px 0px;
}

.PanelContent {
    padding: 0;
    margin: 0; 
    border: 1px solid Black; 
    border-top: none; 
    width:100%;
    background-color: #D2DBF8;
}

    /* EditCaseQC */
    form.EditCaseQC .CaseDescription {
        background-color: Ivory;
        width: 100%;     
        height: 100px;   
    }

    .CommentPanelContent {
        background-color: #c5e0b3  /* soft green */
    }

.PopInPanelForm {
    width: 75%;
    max-width: 800px;
    padding: 0;
    margin: 0; 
    border: 1px solid Black; 
    border-radius: 10px;
    background-color: #A4ADCB;
}

.PopInPanelContent {
    padding: 10px;
    margin: 0px 10px 10px 10px;
    border: 1px solid LightGray; 
    background-color: #D2DBF8;
}

.PopInButtonCell
{
    text-align: right;
}

/* SDSJBM:26260: Checklist entry problem, remove height 100% */
.PanelFormTable {
    border-spacing: 2px;
    border-collapse: collapse;
    border: 0px solid transparent; 
    width: 100%;
}

.PanelFormTableRow {
    vertical-align: top;
}

    form.EmailPreferences .PanelFormTableRow {
        min-height: 30px;
    }

.PanelFormTableCell {
    /* padding: 4px; */
}

.PanelFormButton {
    margin-bottom: 5px;
    margin-left: 10px;
}

.PanelFormLabel {
    width: 150px;
    text-align: right;
}

.PanelFormData {
    width: auto;
    min-width: 300px;
}

    /* SDSJBM:19359: Map Control needs some room */
    .AddressControl .PanelFormData {
        width: 18%;
    }

.OneLine {
    vertical-align: middle;
}

.TextboxMedium {
    width: 50%;
    min-width: 200px;
}

.TextboxSingleLarge {
    width: 90%;
    min-width: 300px;
}

.TextboxLarge {
    width: 90%;
    min-width: 200px;
    height: 200px;
}

    /* SDSJBM:19359: Map Control needs some room */
    .AddressControl .TextboxLarge {
        height: 50px;
        min-width: 300px;
    }

/* Vertical List */
.VList {
    padding-top: 10px;
}

    .VList:first-child {
        padding-top: 0px;
    }

/* Horizontal List */
.HList {
    margin-left: 10px;
}

    .HList:first-child {
        margin-left: 0px;
    }

.ActionArea {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

    .ActionArea:last-child {
        padding-bottom: 10px;
    }

    /* RecentCases */
    .OptionPanel.ActionArea {
        float:left;
    }

    div.WorkSchedule.PanelContent {
        background-color: lightgreen;
    }
    div.WorkSchedule.ActionArea {
        float:left;
    }
    div.WorkSchedule.clearfix {
        height: 10px;
    }

    div.EditScheduleDay.ActionArea {
        background-color: #deebf6 /* Very light blue */
    }

    div.EditScheduleDay {
        padding-bottom: 10px;
    }

    div.EditScheduleDetail.ActionArea {
        float:left;
    }
    div.EditScheduleDetail.clearfix {
        height: 10px;
    }

.ActionBarHeader
{
    padding-left: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:14pt; 
    color: Black;
    line-height: 1.4em;
}

.ActionBarFooter
{
    margin: 0px;
    padding: 0px;
    border-top: 1px solid Black;
}

.ActionBarContent
{
    border-top: 1px solid Black;
}

.ActionBarHeaderSmall
{
    padding-left: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:8pt; 
    color: Black;
}

/* SDSJBM:19623: Portal Module Controls */
form.NotLoggedIn .HeadPanel
{
    border: none;
    border-radius: none;
    background-color: inherit;
}

form.NotLoggedIn .PanelHeader
{
    background-color: inherit !important;
    border: none;
    border-radius: none;
}

form.NotLoggedIn .ActionBarHeader
{
    padding-left: 8px !important;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 24px;
    color: #0053a1; /* Standard Gray #333;*/
}

form.NotLoggedIn .PanelContent
{
    background-color: inherit !important;
    border: none;
    border-radius: none;
}

form.NotLoggedIn .DesktopModuleContent
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    color: #333;
    border: none;
    background-color: inherit;
}

.DRSelectedPanel
{
    padding: 5px;
    background-color:#f0f8ff;
    border: 1px solid #a1c2ff;
}

.DREditPanel
{
    padding: 5px;
    background-color:#fffdcf;
    border: 1px solid #fff950;
}

.HelpPanel
{
    padding: 5px;
    background-color:#f0f8ff;
    border: 1px solid #a1c2ff;
}

.HelpContent
{
    background-color:#f0f8ff;
}

.MessagePanel
{
    padding: 5px;
    background-color:#fff3c1;
    border: 1px solid #ffbf27;
}

.MessageContent
{
    background-color:#fff3c1;
    max-width: 800px;
    z-index: 30;
}

/* SDSJBM:18794: Site Logo */
.SiteLogoMain {
   padding-top: 10px;
   padding-left: 10px;
   float:left;
}

.SiteFooter
{
    background-color: transparent; /* Was #e3e3e3; */
    /* border-top: 1px solid #808080; */
    text-align: right;
    width: 100%;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 7pt;
    color: lightgray; /* #808080; */
}

.SiteFooter A:hover {
    color: black !important;
}

.SiteFooter A:link {
    text-decoration: none;
    color: lightgray; /* #808080; */
}

.SiteFooter A:visited {
    text-decoration: none;
    color: lightgray; /* #808080; */
}

    form.LoggedIn .SiteFooter {
        background-color: white;
        border-top: 1px solid gray;
        color: gray;
    }

    form.LoggedIn .SiteFooter A:link {
        color: gray;
    }
    form.LoggedIn .SiteFooter A:visited {
        color: gray;
    }

.SearchWatermark
{
    color:Gray;
}

/* MainContent column padding */
.padleft {
    margin-left: 20px;
}

.padright {
    margin-right: 20px;
}

/* DesktopModuleTitle content */
.DesktopModuleContent {
    padding: 10px;
    border: 1px solid black;
    border-top: none;
    background-color:rgba(210,219,248,0.5);
}

/* Resources table (DRResources) */
.DRResource { 
    list-style-type: none;
    display: block;
    width: auto;
    padding-left: 5px;
}

.DRResource li { 
    display: inline-table;
    height: 30px;
    width: 200px;
    margin-top:3px;
}

.DRResource li:hover { 
    background-color: inherit;
}

.DRResource li a { 
    color: darkblue;
    display:table-cell;
    vertical-align: middle;
}

.DRResource li a:hover { 
    text-decoration: none;
}

/* Support table (DRSupport) */
.DRSupport { 
    list-style-type: none;
    display: block;
    width: auto;
    padding-left: 5px;

    font-size: 11px;
    line-height: 12px;
}

.DRSupport li { 
    display: inline-table;
    width: 150px;
    margin: 5px;
}

.DRSupport li:hover { 
    background-color: lightblue;
}

.DRSupport li a { 
    color: darkblue;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}

.DRSupport li a img {
    height:120px; 
    width:146px;    /* 150 with border included */
    border:2px solid #0053a1;
    border-bottom: 0;
}

.DRSupport li a div.thumb {
    display: inline-block;
    height: 204px;
    width: 206px;
    border:2px solid #0053a1;
    border-bottom: 0;
    background-position: center center;
    background-size: cover;
}

.DRSupport li a div.label {
    padding-top:10px;
    padding-bottom:10px;
    color:white; 
    background:#0053a1; 
    text-align:center; 
    max-height: 40px;
    width:210px; 
    margin:0;
}

/* Less padding for a larger label */
/* DISABLED
.DRSupport li a div.label.label_2_lines {
    padding-top:4px;
    padding-bottom:4px;
}
*/

/* Fix the PDF display */
.FolderSelectionPanel
{
    margin-right: -1px;
}

.PWSupportersContent {
    background-color: black;
}

/* Supporters table (PWSupporters) */
.PWSupporters { 
    list-style-type: none;
    display: block;
    width: auto;
    padding-left: 5px;
}

.PWSupporters li { 
    display: inline-table;
    width: 150px;
    margin: 5px;
}

.PWSupporters li:hover { 
    background-color: lightblue;
}

.PWSupporters li a { 
    color: darkblue;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}

.PWSupporters li a img {
    height:auto; 
    width:150px;    /* 150 with border included */
    border:none;
    border-bottom: 0;
}

.PWSupporters li a div.thumb {
    display: inline-block;
    height:120px; 
    width:146px;    /* 150 with border included */
    border:2px solid darkblue;
    border-bottom: 0;
    background-position: center center;
    background-size: cover;
}

.PWSupporters li a div.label {
    padding-top:10px;
    padding-bottom:10px;
    color:white; 
    background:darkblue; 
    text-align:center; 
    max-height: 40px;
    width:150px; 
    margin:0;
}

/* Less padding for a larger label */
.PWSupporters li a div.label.label_2_lines {
    padding-top:4px;
    padding-bottom:4px;
}


.SingleDocumentCookieTray
{
    font-size: larger;
    margin-bottom: 10px;
    float: left;
}

.DocumentActionPanel {
    float: right;
}

.SingleDocumentLeftPanel {
    float: left;
    max-width: 200px;
}

.SingleDocumentBodyPanel {
    clear:both;
}

.FolderSelectionPanel {
    display:inline-block;
    vertical-align: top;
    width: 100%;
}

.SingleDocumentPDFPreviewPanel {
    display:inline-block;
}

.FolderSelectionTable {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.FileImage {
    float:left;
}

    .FileImage.selected {
        border: 2px solid #6eb43f !important;
        border-radius: 5px;
        background: #6eb43f; /* LightGreen */
    }

.FileLabel {
    float:left;
    line-height: 38px;
}

.DRCorporate .SingleDocumentBodyPanel .FileLabel {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
}

/* Cookies */
.DRCorporateFirstCookie
{
    text-decoration: underline;
}

/* Search feature */
.SearchHeaderTextBox {
}

/* All text input boxes */
input[type="text"] 
{
    margin-right: 5px;
    margin-bottom: 5px;
}

.SearchHeaderWatermark {
    color:gray;
}

.SearchHeaderImage {
}

.SearchPageWatermark {
    color:gray;
}

.SearchPageImage {
}

/* Slideshow on home page */
table.SlideShow {
   border-spacing: 0px;
}

#ImageDisplay {
    border: none;
    padding-left: 5px;
}

#ImageAtag {
    text-decoration: none;
}

#ImageLabel {
    border: none;
    color: #333 !important;
    background: inherit !important;
    opacity: 1 !important;
    text-align: inherit !important;
    width: auto !important;
    margin: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    padding-left: 5px;
    font-size: inherit !important;
}

/* Social media icons */
.fb-like {
    margin-right: 5px;
}

.WebStatHeader {
    vertical-align: middle;
}

.WebStatTable {
    width: 100%;
}

.WebStatGridView {
    border: 1px solid black;
}

.CenterText {
    text-align: center;
    text-align: -webkit-center;
}

.RightJustifyText {
    text-align: right;
    text-align: -webkit-right;
}

/* Search screen */
.SearchOptions {
    margin-left: 20px;
}

/* Announcement/News separation of the 2nd/3rd items */
#SM_MainContent_ctl04_myDataList td {
    padding-top: 5px;
    border-top: 1px dashed black;
    padding-bottom: 8px;
}

#SM_MainContent_ctl04_myDataList tr:first-child td {
    padding-top: 0px;
    border-top: none;
}

#SM_MainContent_ctl04_myDataList tr:last-child td {
    padding-bottom: 0px;
}

/* Portal Columns */
.PortalMainColumn {
    float:left;
}

.LeftPane {
    width: 170px;
}

.RightPane {
    width: 230px;
}

.clearfix {
    clear:both;
}

.ddlMenu {
    visibility: hidden;
    display: none;
}

/* SDSJBM:18794: EditCustomer for a controlled-width page */
form.EditCustomer .inputField {
    width: 70%;
}

.StatusList {
    float:right;
}

.Hidden {
    visibility: hidden;
    display: none;
}

.RecentCasesGrid tr {
    height: 40px;
}

/* SDSIS-19184: 3D CommandButton
form.EmailPreferences .SiteMainPanel .CommandButton {
    position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: #2d6b94;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 24px; 
    display: inline-block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px #1e3646, 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px #1e3646, 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px #1e3646, 0px 9px 25px rgba(0,0,0,.7);
    line-height:25px;
    margin-bottom:20px;
        width: 80px;
        text-align: center;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    border : none;
}

form.EmailPreferences .SiteMainPanel .CommandButton:active {
    -webkit-box-shadow: 0px 3px 0px #1e3646, 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px #1e3646, 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px #01e3646, 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}
*/

form.EmailPreferences .SiteMainPanel .NormalLabel, 
form.EmailPreferences .SiteMainPanel .Normal {
    color: #333 !important;
    font-size:12px;
}

form.EmailPreferences .SiteMainPanel .CommandButton {
    line-height: 3em;
}

/* SDSJBM:19184: EmailPreferences */
form.EmailPreferences .PanelFormTable {
    border-spacing: 10px;
}

.EmailPreferenceChoice {
    padding: 10px 0;
}

.PreferencesNameLabelSpacer {
    height: 15px;
}

/* SDSJBM:19184: Captcha */
.CaptchaPanel {
    padding: 5px;
    padding-bottom: 0px;
    border: 2px solid gray;
    border-radius: 10px;
    float:left;
    background-color: #d53535;
}

.CaptchaTable {
    border-collapse: collapse;
}

.CaptchaTextBox {
    background-color: #ebedbb;
    width: 96%;
}

/* The read-to-me button is not working after publishing, so disable for now */
.CaptchaReadBtn {
    visibility: hidden;
    display:none;
}

/* SDSJBM:19359: Infinite Addresses */
.AddressActionBarHeader
{
    /* NormalTitle */
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;    

    padding-left: 0;
}

form.EditCustomer .ActionBarToggleSection
{
    padding-left: 0;
}

form.EditCustomer .AddressControl .PanelHeader
{
    background-color:#ffbb8f !important;   /* Orange */
    border-radius: 0;
}

form.EditCustomer .AddressControl .PanelContent,
form.EditCustomer .AddressControl .ActionBarContent
{
    background-color:#ffd7bd !important;   /* Orange */
}

/* SDSJBM:19569 Mock Website */
form.NotLoggedIn .HeadBg
{
    background-color: gray;
}

.Section1Main
{
    height: 40px;
}
    .SiteLogoMain
    {
        position: absolute;
        margin-top: 10px;
        margin-left: 10px;
    }

    .SiteLogoPlaceholder
    {
        float: left;
        width: 25%;
    }

    .SubscribeNewsPanel
    {
        float: left;
        width: 50%;
        height: 40px;

        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 15px;
    }

    .SubscribeNewsInnerPanel
    {
        margin-top: 0;
    }

    .SubscribeNewsLabel
    {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: lightgray;
    }

    .SubscribeNewsTextBox,
    .SubscribeNewsTextBoxSearchWatermark
    {
        margin: 0;
        margin-right: -3px !important;
        padding: 10px 5px 10px 5px;
    }

    .SubscribeNewsTextBoxSearchWatermark
    {
        background-color: #aeabab;
    }

    .LoginPanel
    {
        height: 40px;
        margin-top: 0px;
        margin-right: -5px;
    }

    form.NotLoggedIn .SiteLink
    {
        font-size: 15px;
        padding-top: 15px;
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 12px;
        background-color: #0053a1;
    }

    form.NotLoggedIn .SiteLink:hover
    {
        color: white;
    }

.AdvertisingPanel
{
    float: none;
}

/* Allow the banner image to scale with the screen size */
.Advertising
{
    width: 100%;
    min-height: 100px;
}

.TabMain
{
    background-color: #aeabab; /* Gray 2 */
}

.TabHeaderPanel
{
    float: none;
}

.Section1Main a.CommandButton,
.Section1Main a.CommandButton:visited,
.ContactMain a.CommandButton,
.ContactMain a.CommandButton:visited,
.moduleId-110 a.CommandButton,
.moduleId-110 a.CommandButton:visited,
.EmailPreferences a.CommandButton,
.EmailPreferences a.CommandButton:visited
{
    font-family: ProximaNovaRegular, Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    color: lightgray;

    border: none;

    margin: 0;
    margin-right: 5px;

    padding-top: 12px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 12px;

    background-color: #0053a1;
}

.Section1Main a.CommandButton:hover,
.ContactMain a.CommandButton:hover,
.moduleId-110 a.CommandButton:hover,
.EmailPreferences a.CommandButton:hover
{
    color: white;
    text-decoration: none;
}

.SiteMainPanel
{
    background-color: #e3e3e3;
    border-top: 1px solid whitesmoke;
    border-bottom: 1px solid whitesmoke;
}

.MainPane
{
    width: 100%;
    padding: 0;
}

form.NotLoggedIn .MainPane
{
    margin: auto;
    text-align: center;
}

form.NotLoggedIn .LeftPane
{
    width: 31%;
    text-align: left;
}

form.NotLoggedIn .ContentPane
{
    width: 33%;
    text-align: left;
}

form.NotLoggedIn .RightPane
{
    width: 31%;
    text-align: left;
}

/* Market Quote */
.moduleId-98,
.moduleId-105 {
    overflow: overlay;
}

.MarketQuoteSmall,
.MarketQuoteMedium
{
    display: none;
}

/* Contact Mockup */
.ContactModule
{
/* REMOVED UNTIL module-groups are implemented
    float: left;
    width: 50%;
    margin-top: 20px;
*/
}

.ContactInfoDetail
{
    margin-top: 10px;
}

.ContactInfoDetail:first-child
{
    margin-top: 0px;
}

/* News */
.NewsItem
{
    margin-bottom: 10px;
    font-size: 13px;
}

.NewsTitle
{
    font-weight: bold;
    font-size: 12px;
}

/* Footer */
.SiteFooterPanel
{
    background-color: gray;
    padding: 20px;
}

    form.LoggedIn .SiteFooterPanel
    {
        display:none;
    }

.FooterColumn
{
    float:left;
    width: 23.5%;
    margin-right: 10px;
}

.SiteFooterPanel .ActionBarHeader
{
    font-size: 18px !important;
}

.SiteFooterPanel .DesktopModuleContent
{
    font-size: 12px  !important;
    color: lightgray !important;
}

/* Hide the Contact Telephone header */
form.NotLoggedIn .HeadPanel.moduleId-102
{
    visibility: hidden;
}

/* Hide the Customer Footer header */
form.NotLoggedIn .HeadPanel.moduleId-104
{
    display:none;
}

.CustomerFooter .DesktopModuleContent
{
    color: lightgray;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px !important;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Custom footer link colours */
.SiteFooterPanel a,
.SiteFooterPanel a:visited
{
    color: lightgray ;
}

.SiteFooterPanel a:hover
{
    text-decoration: none;
    color: #0053a1;
}

/* Custom Market link colours */
.SiteMainPanel a,
.SiteMainPanel a:visited
{
    color: #333 ;
}

.SiteMainPanel a:hover
{
    text-decoration: none;
    color: #0053a1;
}

/* Property */
.PropertyPanel a:hover
{
    text-decoration: none;
    color: inherit;
}

.PropertyModule
{
    float:left;
    width:47%;          /* was 23% for a 4 column display */
    margin-right: 20px;
}

/*
.PropertyModule:first-child
{
    margin-left: 0px;
}
*/

.PropertyTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 18px;
    color: #0053a1;
    margin-bottom: 5px;
}

.PropertyContent
{
    font-size: 12px;
}

.PropertyAddress
{
    font-size: 12px;
    font-weight: bold;
}

/* About Us */
.tabId-86 .DRResource li
{
    display: block;
}

.tabId-86 .DRResource li a
{
    width: 100%;
    padding-top: 5px;
}

.tabId-86 .DRCorporate a.selected .FileLabel
{
    background-color: white;
}

.tabId-86 .FileImage
{
    display: none;
}

.tabId-86 .FolderSelectionPanel .FileLabel
{
    width: 100%;
    border-bottom: 1px dashed white;
    font-size: 13px;
}

table.GamehostManagment td:first-child {
    width: 150px;
}

/* Investor Relations */
.tabId-87 .DRResource li
{
    display: block;
}

.tabId-87 .DRResource li a
{
    width: 100%;
    padding-top: 5px;
}

.tabId-87 .DRCorporate a.selected .FileLabel
{
    background-color: white;
}


.tabId-87 .FileImage
{
    display: none;
}

.tabId-87 .FolderSelectionPanel .FileLabel
{
    width: 100%;
    border-bottom: 1px dashed white;
    font-size: 13px;
}

/* Contact Us */
.moduleId-110 .ActionArea
{
    padding-left: 5px;
}

.moduleId-110 .NormalGreen {
    font-size: 15px;
}

.moduleId-110 .PWContactUsContactNameWatermark,
.moduleId-110 .PWContactUsContactEmailWatermark,
.moduleId-110 .PWContactUsMessageWatermark
{
    background-color: #aeabab;
}

.moduleId-110 .PanelFormTableCell .NormalTextBox
{
    padding: 8px;
    font-size: 15px;
}

.moduleId-110 .CaptchaPanel .NormalTextBox
{
    padding: inherit;
    font-size: 12px;
}

.CaptchaPanel
{
    border-radius: 0;
}

.moduleId-110 a.CommandButton
{
    margin-top: 10px;
}

.moduleId-110 .PanelFormTableRow:last-child
{
    /* SDSJBM:19623: Space for the button */
    height: 36px;
    vertical-align: bottom;
}

/* About Us */
.AboutUsGraphicPanel
{
    max-width: 585px;       /* Each segment is 193 + 2 = 195 */
    margin-left: auto;
    margin-right: auto;
}

.AboutUsGraphicSegment
{
    width: 193px;
    padding: 0;
    margin: 0;
    float:left;

    border: 1px solid transparent;
    border-radius: 10px;
}

.AboutUsGraphicSegment:hover
{
    background-color: whitesmoke;
    border: 1px solid white;
    border-radius: 10px;
}

.AboutUsGraphicFloatingArea
{
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;

    width: 170px;
}

.AboutUsGraphicTitle
{
    color: #0053a1;
    font-weight: bold;
    font-size: 25px;
}

.AboutUsGraphicContent
{
    font-size: 18px;
    margin-top: 20px;
}

/* Popup message */
#SM_PopInMessage_FloatingMessageUpdatePanel .NormalTextBox
{
    height: 75px !important;
}

/* SDSJBM:19623: Page border */
.SiteBorderPanel 
{
    padding-left: 40px;
    padding-right: 40px;

    /* background: url('/Portal/Project/PWPreview.aspx?fileId=63') repeat-y; */

    /* http://www.colorzilla.com/gradient-editor/#ebf1f6+0,abd3ee+4,abd3ee+96,ebf1f6+100;Custom
    background: rgba(0,83,161,0.5); 
    background: -moz-linear-gradient(left,  rgba(235,241,246,0.5) 0%, rgba(0,83,161,0.5) 4%, rgba(0,83,161,0.5) 96%, rgba(235,241,246,0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(235,241,246,0.5)), color-stop(4%,rgba(0,83,161,0.5)), color-stop(96%,rgba(0,83,161,0.5)), color-stop(100%,rgba(235,241,246,0.5)));
    background: -webkit-linear-gradient(left,  rgba(235,241,246,0.5) 0%,rgba(0,83,161,0.5) 4%,rgba(0,83,161,0.5) 96%,rgba(235,241,246,0.5) 100%);
    background: -o-linear-gradient(left,  rgba(235,241,246,0.5) 0%,rgba(0,83,161,0.5) 4%,rgba(0,83,161,0.5) 96%,rgba(235,241,246,0.5) 100%);
    background: -ms-linear-gradient(left,  rgba(235,241,246,0.5) 0%,rgba(0,83,161,0.5) 4%,rgba(0,83,161,0.5) 96%,rgba(235,241,246,0.5) 100%);
    background: linear-gradient(to right,  rgba(235,241,246,0.5) 0%,rgba(0,83,161,0,0.5) 4%,rgba(0,83,161,0.5) 96%,rgba(235,241,246,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#ebf1f6',GradientType=1 ); 

    background: rgba(0,83,161,0.5); 
    background: -moz-linear-gradient(left,  rgba(227,227,227,0.5) 0%, rgba(0,83,161,0.5) 4%, rgba(0,83,161,0.5) 96%, rgba(227,227,227,0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(227,227,227,0.5)), color-stop(4%,rgba(0,83,161,0.5)), color-stop(96%,rgba(0,83,161,0.5)), color-stop(100%,rgba(227,227,227,0.5)));
    background: -webkit-linear-gradient(left,  rgba(227,227,227,0.5) 0%,rgba(0,83,161,0.5) 4%,rgba(0,83,161,0.5) 96%,rgba(227,227,227,0.5) 100%);
    background: -o-linear-gradient(left,  rgba(227,227,227,0.5) 0%,rgba(0,83,161,0.5) 4%,rgba(0,83,161,0.5) 96%,rgba(227,227,227,0.5) 100%);
    background: -ms-linear-gradient(left,  rgba(227,227,227,0.5) 0%,rgba(0,83,161,0.5) 4%,rgba(0,83,161,0.5) 96%,rgba(227,227,227,0.5) 100%);
    background: linear-gradient(to right,  rgba(227,227,227,0.5) 0%,rgba(0,83,161,0,0.5) 4%,rgba(0,83,161,0.5) 96%,rgba(227,227,227,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#ebf1f6',GradientType=1 ); 
    */

    /* Blue to transparency */
    background: rgba(0,83,161,0.5); 
    background: -moz-linear-gradient(left,  transparent 0%, rgba(0,83,161,0.5) 4%, rgba(0,83,161,0.5) 96%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,transparent), color-stop(4%,rgba(0,83,161,0.5)), color-stop(96%,rgba(0,83,161,0.5)), color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,  transparent 0%,rgba(0,83,161,0.5) 4%,rgba(0,83,161,0.5) 96%,transparent 100%);
    background: -o-linear-gradient(left,  transparent 0%,rgba(0,83,161,0.5) 4%,rgba(0,83,161,0.5) 96%,transparent 100%);
    background: -ms-linear-gradient(left,  transparent 0%,rgba(0,83,161,0.5) 4%,rgba(0,83,161,0.5) 96%,transparent 100%);
    background: linear-gradient(to right,  transparent 0%,rgba(0,83,161,0,0.5) 4%,rgba(0,83,161,0.5) 96%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#ebf1f6',GradientType=1 ); 
}

.SitePagePanel
{
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

/* Error Message */
#SM_PopInMessage_MessageCaption
{
    padding-top: 15px;
}

#SM_PopInMessage_MessageContentPanel
{
    height: 80px !important;
}

/* Email Organizer */
.GetEmailHistoryGridView
{
    width: 100%;
}

/* PopInAttachment */
.PopInAttachment.PopInPanelForm
{
    max-width: 700px;
}

.PopInPanelForm 
{
    max-width: 800px;
}

.PopInButtonCell
{
    text-align: right;
}

.NameLabelSpacer
{
    height: 10px;
}

/* Shift */
.ShiftScheduleTable
{
    width: 100%;
}

.ShiftScheduleHeaderTitle
{
    background-color: transparent;
    vertical-align: middle;
}

.ShiftScheduleTable .ShiftScheduleHeaderDate
{
    min-width: 100px;
    vertical-align: middle;
}

.ShiftScheduleTable .DRTableHeader .HeaderRow1
{
    background-color: #D2DBF8; /* PanelContent */
}

    .HeaderRow1 {
        text-align: center;
    }

    .HeaderRow2 {
        text-align: center;
        height: 40px;
    }

.ShiftScheduleTable .DRTableDetail1
{
    background-color: blanchedalmond;
}

.ShiftScheduleTable .DRTableDetail2
{
    background-color: cornsilk;
}

.ShiftScheduleTable tbody tr:hover
{
    background-color: white;
}

.ShiftScheduleRow
{
    vertical-align: top;
}

.ShiftScheduleShiftPanel 
{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /* min-width: 120px; */
    font-size: 10px;
}

.ShiftTime
{
    font-size: 10px;
    font-weight: bold;
}

.ShiftScheduleShiftPanel:last-child
{
    padding-bottom: 5px;
}

.ShiftScheduleDetailDay
{
    width: 12.5%;
}

.ShiftScheduleShiftContent
{
    border: 3px solid transparent;
    border-radius: 5px;
    padding: 5px;
}

.ShiftScheduleShiftSelectShift
{
    float:left;
    zoom: 1.3;
}

.ShiftScheduleShiftContent.NotPublished
{
    border: 3px dotted gray;
}

.ShiftScheduleShiftContent.NotApproved
{
    border-left: 3px solid red;
}

.ShiftScheduleAdd
{
    margin: 10px;
    text-align: center;
}

/* In/Out Shift */
.ShiftScheduleInOutTable .ShiftScheduleDetailDay
{
    width: 100%;
}

.ShiftScheduleInOutTable .ShiftScheduleShiftSelectShift
{
    margin-top: -5px;
}

.ShiftScheduleInOutTable .ShiftScheduleShiftPanel,
.ShiftScheduleInOutTable .ShiftTime
{
    font-size: inherit;
}

.ShiftTimePassed
{
    font-weight: normal;
    color: slateGray;
}

/* AutoComplete flyout */
.autocomplete_completionListElement 
{  
    margin : 0px !important;
    padding: 0px !important;
    background-color : white;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : 'default';
    overflow : auto;
    height : 200px;
    text-align : left; 
    list-style-type : none;
    font-size: 0.8em;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding : 1px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
    background-color : window;
    color : windowtext;
    padding : 1px;
}

/* SDSJBM:22909: Shared MultiUploadControl */
.MultiUploadControl #drop_zone {
    border: 2px dashed gray;
    width: 100%;
    text-align:center;
    padding-top:25px;
    padding-bottom:25px
}
.MultiUploadControl #drop_zone:hover {
    border: 2px solid gray;
}
.MultiUploadControl #debug {
    font-size: 8px;
}
.MultiUploadControl .uploadFile {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid green;
    width: auto;

    /* Progress bar - Change background-size to the % complete */
    background-image: url("../images/multiupload-progress.png");
    background-repeat: no-repeat;
    background-size: 0% auto;
}
.MultiUploadControl .fileName {
    font-weight: bold;
}
.MultiUploadControl .progress {
    font-size: 0.8em;
    color: blue;
}
.MultiUploadControl .button {
    float:right;
}
.MultiUploadControl .hidden {
    display: none;
}

/* SDSJBM:23340: Account and Payment */
/* Non-outlined CommandButton */
.GhostButton 
{
	border: none;
	padding: 0;
	font-size: 11px;
	background-color: none;
	text-align: center;	
	color:#D5D5DE;	
}
A.GhostButton:hover 
{
    text-decoration:underline;  
    background-color: #D5D5DE;  
}


A.GhostButton:link {
    color: black;
}

A.GhostButton:visited  {
    color: black;
}

A.GhostButton:active   {
    color: black;
}

A.GhostButton:hover
{
	color: black;
}

A.CheckoutButton {
    padding: 10px;
    background-color: green;
    margin-right: 10px;
    margin-left: 10px;
    color: lightgray;
}

A.SubmitButton {
    margin-left: 0px;
}

.AcctSubscription .CheckoutSummary {
    height: 40px;
    border: 1px solid LightGreen;
    border-radius: 10px;
    background-color: LightCyan;
}

.AcctSubscription .CheckoutAmount {
    font-weight: bold;   
}

A.FreeTrialButton,
A.FreeTrialButton:link,
A.FreeTrialButton:active,
A.FreeTrialButton:visited
{
    margin-left: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding:1px 4px;
    font-size: 16px;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: orange;
    text-align: center;	
    color: green;	
}

A.FreeTrialButton:hover {
    text-decoration:underline;  
}        

.DRProductNote {
    font-size: 9px;
    color: green;
}

.DRShowHideImage
{
    width: 20px;
    text-align: center;
    padding-bottom: 8px;
}

.AcctSubscription .DRTableTitle
{
    text-align: left;
}

.ScrollBars {
    overflow: auto;
}

/* SDSJBM:23371: [Enter] button */
.DefaultCommandButton,
.DesktopDefault.NotLoggedIn a.DefaultCommandButton {
    color: black;
    background-color: yellowGreen;
}

input[type='image'].DefaultCommandButton {
    padding: 2px;
}

/* SDSJBM:23450: Search screen */
table.GotoCase .CaseNumber {
    width: 61px;
}

/* SDSJBM:23427: MDCustomerRefLink */
.MDCustomerRefLink .ReferralPanel { padding-left: 5px; }
.MDCustomerRefLink .ReferralPanel:hover { background-color: #fff3c1; }
.MDCustomerRefLink .ReferralPanel.VList { padding-top: 00px; margin-top: 10px; }
.MDCustomerRefLink .ReferralPanel.VList:first-child { padding-top: 0px; margin-top: 0px; }
.MDCustomerRefLink .ServicePanel { font-size: 0.75em }
.MDCustomerRefLink .ServiceLabel { font-weight: bold }
.MDCustomerRefLink .CustomerNote { color: darkslategray; }

/* SDSJBM:22754: CustomerContactSummary - Minimal view */
.CustomerContactSummary .ActionArea {
    padding: 0;
    margin: 0;
}

/* Always keep the contact details at a max height of 200px, even on narrow screens */
.CCSummaryDetail,
.CCSummaryContact {
    background-color: #e2efd9;
    height: 200px;
}

.CustomerSummary,
.ContactSummaryList {
    height: 155px;
}

.ContactSummary {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid darkGreen;
    border-left: 1px solid darkGreen;
}

.ContactSummary:first-child {
    padding-top: 0px;
}

.ContactSummary:last-child {
    border-bottom: none;
}

.inner-label,
.inner-data {
    display: inline-block;
}

.inner-label {
    min-width: 40px;
    color: darkGreen;
    font-size: 0.7em;
    text-align: right;
    padding-right: 5px;
}

/* ======== */
/* Printing */
.PrintOnlyContent {
    visibility: hidden !important;
    display: none !important;
}

/* Slideshow */
.DesktopModuleContent.moduleId-107
{
    margin-bottom: -29px;
}

/* mgf2Column formatting */
.mgf2ColumnMain
{
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
}

.mgf2ColumnPanel
{
    text-align: left;
}

.mgf2ColumnModule
{
    width: 48%;
    margin-left: 20px;
    float: left;
}

.mgf2ColumnModule:first-child
{
    margin-left: 0;
}

/* mgf3Column formatting */
.mgf3ColumnMain
{
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
}

.mgf3ColumnPanel
{
    text-align: left;
}

.mgf3ColumnModule
{
    width: 30.8%;
    margin-left: 20px;
    float: left;
}

.mgf3ColumnModule:first-child
{
    margin-left: 0;
}

.mgContentArea
{
    margin-top: 20px;
}

.mgContentArea:first-child
{
    margin-top: 0;
}

/* =========================
   SDSJBM:25772: PWLogin
   ========================= */

.PWLogin.horizontal,
.PWLoginError.horizontal {
    text-align: center;
}

.PWLogin.horizontal > *,
.PWLogin.horizontal .PWLogin-LoginLabel,
.PWLogin.horizontal .PWLogin-PasswordLabel {
    display: inline-block;
}

.PWLogin.vertical > * {
    padding-bottom: 10px;
}

.PWLogin input {
    margin: 0;
    padding: 11px 5px 12px 5px;
    text-align: center;
}


/* =========================
   SDSJBM:26295: PWCookieTray
   ========================= */

.PWCookieTray > * {
    vertical-align: middle;
}

.PWCookieTray img {
    vertical-align: text-top;
}

.PWCookieTray .right-menu {
   float: right;
}

.PWCookieTray .right-menu .HList {
   margin-left: 0px;
   margin-right: 10px;
}

.PWCookieTray .right-menu input.HList:last-of-type {
   margin-left: 0px;
   margin-right: 0px;
}


/* Horizontal List (right-aligned) */
.RList {
    margin-right: 10px;
}

    .RList:first-child {
        margin-right: 0px;
    }

/* =========================
   SDSJBM:26361: PWEvent
   ========================= */

.PWEventTable {
    border-collapse: collapse;
    width: 100%;
}

.PWEventTable .DRTableHeader,
.PWEventTable .HeaderRow2 {
    height: auto;
}

.PWEventTable .event {
    background-color: white;
    padding: 5px;
    border: 2px solid black;
    border-radius: 5px;
    margin-bottom: 5px;
}

    .PWEventTable .event:last-of-type {
        margin-bottom: 0px;
    }

.PWEventTable .event .title {
    font-size: 0.8em;
    color: black;
    font-weight: bold;
}

.PWEventTable .event .time {
    font-size: 0.7em;
}

.PWEventTable .Today {
    background-color: #c8eca6;
}

.PWEventTable .OtherMonth {
    color: grey;
    background-color: lightGrey;
}

.PWEvent .PWEventHeaderTitle {
    font-size:1.5em;
}

.PWEvent td.ShiftScheduleDetailDay {
    min-height: 50px;
}

.PWEvent td.ShiftScheduleDetailDay:hover {
    background-color: #c9c9ff; /* light blue off #0000ff */
}

form.NotLoggedIn .PopInViewEvent .CaptionLabel {
    padding-left: 10px !important;
}

.PopInViewEvent .PanelFormLabel {
    width: auto;
}

.PWEvent .close-window {
    float: right;
}

.ajax__tab_header {
    background-color: inherit !important;
}

.ajax__tab_panel .SingleDocumentPDFPreviewPanel {
    width: 100%;
    min-height: 500px;
}

/* =========================
   SDSJBM:26383, PWForm CheckList
   ========================= */

.CheckList label {
   font-weight: bold;
}

.CheckList .sub-text {
   font-weight: normal;
   margin-left: 20px;
}


/* =========================
   CUSTOM
   ========================= */

/* EditContact */
form.EditContact div.GeneralPhoneForm,
form.EditContact div.GeneralWorkForm {
    border-top: 1px dashed;
    margin-top: 5px;
}
form.EditContact div.GeneralWorkForm {
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}
form.EditContact .TextboxLarge,
form.EditCustomer .TextboxLarge {
    height: 50px; 
}
.PTEmailPanel {
    display: inline;
}


/**************************************************************/
@media screen and (max-width: 1250px) {
    /* Show the medium Market Quote */
    .MarketQuoteMedium {
        display: block;
    }

    .MarketQuoteLarge,
    .MarketQuoteSmall {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    /* Show the small Market Quote */
    .MarketQuoteSmall {
        display: block;
    }

    .MarketQuoteLarge,
    .MarketQuoteMedium {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    /* Show the large Market Quote */
    .MarketQuoteLarge {
        display: block;
    }

    .MarketQuoteMedium,
    .MarketQuoteSmall {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    /* Show the medium Market Quote */
    .MarketQuoteMedium {
        display: block;
    }

    .MarketQuoteLarge,
    .MarketQuoteSmall {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    /* Show the small Market Quote */
    .MarketQuoteSmall {
        display: block;
    }

    .MarketQuoteLarge,
    .MarketQuoteMedium {
        display: none;
    }
}

/**************************************************************/
@media screen and (max-width: 1040px) {
    /* Adjust the SiteBorder */
    .SiteBorderPanel{
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media screen and (max-width: 1030px) {
    /* Adjust the SiteBorder */
    .SiteBorderPanel{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1020px) {
    /* Adjust the SiteBorder */
    .SiteBorderPanel{
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 1010px) {
    /* Adjust the SiteBorder */
    .SiteBorderPanel{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1000px) {
    /* Adjust the SiteBorder */
    .SiteBorderPanel{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 990px) {
    /* Adjust the SiteBorder */
    .SiteBorderPanel{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 980px) {
    /* Adjust the SiteBorder */
    .SiteBorderPanel{
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 970px) {
    /* Remove the SiteBorder */
    .SiteBorderPanel{
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 896px) {
    /* Investor Relations Tab */
    .DRCorporate .FolderSelectionPanel {
        max-width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .SiteLogoMain {
        margin-top: 22px;
    }
}

/**************************************************************
 * Overrides for small screen
 * This is for pages below 750px
 * Remove the columns
 **************************************************************/
@media screen and (max-width: 749px) {
    .HeadBg {
        border-bottom: none;
    }

    .SiteLogoMain {
        margin-top: 42px;
    }

    .SiteLogo {
        height: 92px;
    }

    .SiteLogoPlaceholder {
        display: none;
    }

    .SubscribeNewsPanel {
        width: auto;
    }

    .SubscribeNewsInnerPanel {
        margin-left: 20px;
        text-align: left;
        text-align: -webkit-left;
    }

    .SocialMediaPanel {
        padding-top: 50px;
    }

    .TabMain {
        margin-top: -7px;
    }
    
    .TabHeaderPanel {
        float: none;
    }
        
    .SearchHeaderMain {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .PortalMainColumn {
        float: none;
    }

    .LeftPane {
        width: 100% !important;
    }

    .ContentPane {
        width: 100% !important;
    }

    .RightPane {
        width: 100% !important;
    }

    .padleft {
        margin-left: 0px;
    }

    .padright {
        margin-right: 0px;
    }

    /* About Us Tab */
    .AboutUsGraphicSegment {
        width: 30%;
    }
 
    .AboutUsGraphicFloatingArea {
        width: 21%;
    }

    .AboutUsGraphicContent {
        font-size: 9px;
    }

    /* Property Tab */
    .PropertyModule {
        float: none;
        width: 100%;
        margin-left: 0px;
    }

    /* Contact Us Tab */
    .mgf2ColumnModule:first-child {
        margin-left: 10px;
    }

    .mgf2ColumnModule {
        margin-left: 10px;
        width: 100%;
        float: none;
    }
    
    /* Customer Footer */
    .mgf3ColumnModule:first-child {
        margin-left: 10px;
    }

    .mgf3ColumnModule {
        margin-left: 10px;
        width: 100%;
        float: none;
    }

    form.NotLoggedIn .HeadPanel.moduleId-102{
        display: none;
    }

    /* SDSJBM:23458: Reduce form size */
    .PanelFormLabel {
        width: auto;
	max-width: 150px;
    }

    .PanelFormData {
        min-width: auto;
    }

    .TextboxMedium {
        min-width: auto;
    }

    .TextboxSingleLarge {
        min-width: auto;
    }

    .AddressControl .TextboxLarge {
        min-width: auto;
    }

    .CommandButton
    {
        min-width: 29px;
    }

    /* Hide the tab menu */
    .sdsDropDown {
        visibility: hidden;
        display: none !important;
    }

    /* Display the DropDownList menu */
    .ddlMenu {
        visibility: visible;
        display: block;
        width: 100%;

        font: bold 18px Verdana Bold, Helvetica, sans-serif;
        margin-top:10px;
        margin-bottom: 3px;

        color:#0053a1;
        background-image:url(../images/menu_bg-active.png);
        background-color:#fcfbfb;

        /* Gradient */
        background: #f6f8f9; /* Old browsers */
        background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 61%, #d7dee3 100%, #f5f7f9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(61%,#e5ebee), color-stop(100%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 61%,#d7dee3 100%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 61%,#d7dee3 100%,#f5f7f9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 61%,#d7dee3 100%,#f5f7f9 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 61%,#d7dee3 100%,#f5f7f9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    }

    /* SDSJBM:22754: CustomerContactSummary */
    .CCSummaryDetail,
    .CustomerSummary  {
	height: auto;
    }
    .CCSummaryContact {
	height: 200px;
    }
    .ContactSummary {
	border-left: none;
    }

    /* =========================
       SDSJBM:25772: PWLogin
       ========================= */

    .PWLogin.horizontal > *,
    .PWLogin.horizontal .PWLogin-LoginLabel,
    .PWLogin.horizontal .PWLogin-PasswordLabel {
        display: block;
	padding-bottom: 10px;
    }
}

@media screen and (max-width: 580px) {
    .SubscribeNewsLabel {
        font-size: 8px;
    }
}

@media screen and (max-width: 480px) {
    .LoginPanel img {
        display: none;
    }

    .LoginPanel {
        margin-top: 10px;
        margin-bottom: -12px;
    }

    .SubscribeNewsPanel {
        width: 215px;
    }

    .SubscribeNewsInnerPanel {
        margin-left: 5px;
    }

    .SubscribeNewsTextBox {
        width: 50px;
        font-size: 12px;
    }
}

@media screen and (max-width: 380px) {
    .SiteMainPanel {
        padding: 5px;
    } 

    .SiteFooterPanel {
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /* Contact Us Tab */
    .mgf2ColumnModule:first-child {
        margin-left: 0px;
    }

    .mgf2ColumnModule {
        margin-left: 0px;
    }

    .moduleId-110 .PanelFormTableCell .TextboxLarge
    {
        min-width: 200px;
        height: 140px;
    }
}

@media screen and (max-width: 280px) {
}

/**************************************************************
 * Overrides for the public website tabs
 * Create a virtual page so the maximum width is 970 
 * => 1050 with 40x2 Site borders
 * => 1400 with 40x2 Site borders
 **************************************************************/
@media screen and (min-width: 1400px) {
    form.VirtualPage.NotLoggedIn
    {
        height: 100%; 
        width:  1400px; 
        margin: auto;
    }
}
