
.CTXMSAM_ContentTitleHeader
{
	background-color:#BAC0CE; height:8; font-weight:bold;font-size: 9pt; color: white; font-family: Arial; 
}

.CTXMSAM_ContentArea
{	
	border-style:solid; border-color:Black; border-width:1pt;
}

.CTXMSAM_ContentFont
{
	font-size: 9pt; 
	font-family: Arial;
	color: Black;
}

.CTXMSAM_LogonFont
{
	font-size: 8pt; 
	font-family: Arial;
	color: White;
}

.CTXMSAM_ErrorFont
{
	font-size: 9pt; font-family: Arial; color:Red;
}

Div.PopupBlockerMessage
{
	background:#ffd149; 
	margin-bottom: 0px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	font-size: 9pt; 
	font-family: Arial;
	border-style: solid;
	border-color: #dfdfdf;
	border-width: 2pt;
	padding: 5pt;
}

/*
for Caxton
*/
.CTX_ContentFont
{
	color: white;
}

.CTX_LogonFont
{
	color: White;
}

/.full_width
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
 
.full_width_height
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.header_ctx
{
	width: 265px;
	height: 62px;
	background-image: url(/images/maint/images/ctxHeader.gif);
	background-repeat: no-repeat;
}

/.header_left_for_tm
{
	width: 265px;
	height: 62px;
	background-image: url(/images/maint/images/tdc_logo.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
}
/.tdclogo
{
	
	background-image: url(/images/maint/images/tdc_logo.gif);
}


.header_left
{
	width: 265px;
	height: 62px;
	background-image: url(/images/maint/images/tdc_logo.gif);
	background-repeat: no-repeat;
}

/.header_middle
{
	height: 62px;
	/*background-image: url(/images/maint/images/ctxHeader02.gif);*/
	background-repeat: repeat-x;
	background-color:#FFF;
}

.header_right
{
	height: 62px;
	background-image: url(/images/maint/images/ctxHeader03.gif);
	background-repeat: repeat-x;
}

/.watermark
{
	width: 192px;
	height: 62px;
	background-position:bottom center;
	background-image: url(/images/maint/images/CitrixWatermark.gif);
	background-repeat: no-repeat;
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li
{
    margin: 0;
    padding: 0;
}

.navBarDiv
{
  padding: 0;
  background: #3D3D3D url(/images/maint/images/NavBarLink.gif) repeat-x top left;
  overflow:auto;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  height: auto;
}


/.navbar
{
	height: 26px;
	background-image: url(/images/maint/images/NavBarLink.gif);
	background-repeat: repeat-x;	
}

.navBar li
{
    display: inline;
}

.navBar a
{
    float: left;
    border-left:1px solid #646464;
    border-right:1px solid white;
    margin: 0;
    padding: 6px 6px;
	width:87px;
    text-align:center;
    white-space: nowrap;
    color: #FFFFFF;
	text-decoration: none;
}

.navBar #navEtchFiller
{
    float: left;
    width: 0px;
    border-left: 1px solid #646464;
    margin: 0;
    padding: 6px 0pt;
}

.navBar a:link,
.navBar a:visited,
{
  color: #FFFFFF;
  background: #3D3D3D url(/images/maint/images/NavBarLink.gif) repeat-x top left;
  text-decoration: none;
}

.navBar a:hover,
.currentLink a:link,
.currentLink a:visited,
.currentLink a:hover
{
    color: #FFFFFF;
    background: #52ACEE url(/images/maint/images/NavCurrentBarLink.gif) top left repeat-x;
    text-decoration: none;
}

.currentLink a:link,
.currentLink a:visited,
.currentLink a:hover
{
  font-weight: bold;
}

.logon_spacing
{
	height: 1.5em;
}

.CTX_ContentTitleHeader
{
    font-family: Segoe UI, Tahoma,Verdana, Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
    color: #999;
}

body
{
    color: black;
    /* per Derek - remove background for Chelsea 9/23/2019 background-image: url(/images/maint/images/vpn_bg.jpg); */
    margin: 0px;
    padding: 0px;
    font-family: Segoe UI, Tahoma,Verdana, Helvetica, Arial, sans-serif;
    font-size: 70%;
    text-align: center;
    height: 100%;
 }

.mainPane
{
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    /* background: #003C96 url(/images/maint/images/CenterBlueBkg.jpg) repeat top left; */
    left:0;
    right:0;
    border-top: 2px #999999 solid;
    border-bottom: 2px #999999 solid;
}

.mainPanePadding
{
    padding: 20px;
}

#loadingMainPane {
    margin: 0;
    padding-top: 50px;
    height: 100%;
    background: transparent url(/images/maint/images/ProgressWindow.gif) no-repeat top center;
}
#loadingMainPanePNG {
    margin: 0;
    padding-top: 50px;
    height: 100%;
    background: transparent url(/images/maint/images/ProgressWindow.png) no-repeat top center;
}

#appMainPane
{
    padding: 7px 20px 40px 20px;
}

#commonMainPane
{
    padding: 20px;
}

div#commonBoxTop
{
    background: transparent url(/images/maint/images/TitleHeaderCarbon.gif) repeat top left;
    height: 5px;
    border: solid 1px #999999;
    border-top: none;
}

#commonBox
{
    border: solid 1px #999999;
    background-color: #FFF;
    color: white;
    padding: 0;
}

#commonBox a,
#commonBox a:link,
#commonBox a:visited
{
    color: #3F3F3F;
    text-decoration:underline;
}

#commonBox a:hover
{
    color: #3F3F3F;
    text-decoration: underline;
}

.commonInnerBox
{
    padding: 0 10px 10px 20px;
}

div#commonBoxFoot
{
    border: solid 1px #999999;
    background-color: white;
    height: 5px;
}

.messagesScreen
{
     background-color: #FFF;
     color: #FFF;
     padding-left: 20px;
     padding-right: 20px;
	 padding-top: 20px;
     padding-bottom:32px;
}

#messagesContent ul
{
     margin-bottom:10px;
}

.messagesScreen h2
{
     margin: 7px 0 12px 0;
     padding: 3px 15px;
     background: #F0F6FB url(/images/maint/images/TrailBackground.gif) repeat-x bottom left;
     border-top: solid 1px #BBC6D6;
     font-size:100%;
     font-weight: normal;
}

.messagesScreen h3
{
     padding:0 0 0 10px;
     font-size:120%;
     margin: 0;
     background-repeat: no-repeat;
     background-position: left center;
     color: #012861;
}

.loginButtonText
{
	text-decoration: none;
	color: White;
}
.loginButtonText a:link,
.loginButtonText a:visited,
.loginButtonText a:hover
{
    text-decoration: none;
}

.CTX_CaxtonButton
{
	height: 28px;
	width: 75px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: White;
	cursor: default;
	border: 0px;
	background-image: url("/images/maint/images/LoginButtonGlow.gif");
}

.CTX_CaxtonButton_Hover
{
	height: 28px;
	width: 75px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: White;
	cursor: hand;
	border: 0px;
	background-image: url("/images/maint/images/LoginButtonRolloverGlow.gif");
}

.CTX_BlackButton
{
	height: 22px;
	width: 17ex;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: White;
	cursor: default;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #5F5F5F;
	border-collapse: collapse;
	background-image: url("/images/maint/images/BlackButton.gif");
	background-repeat: repeat-x;
}

.CTX_BlackButton_Hover
{
	height: 22px;
	width: 17ex;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: White;
	cursor: hand;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #ACACAC;
	border-collapse: collapse;
	background-image: url("/images/maint/images/BlackButtonRollover.gif");
	background-repeat: repeat-x;
}

.CTX_CaxtonButtonLink
{
	height: 18px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: white;
	background-color: #d4d4d4; 
	cursor: default;
	border: 0px;
}

.CTX_CaxtonButtonLink_Hover
{
	height: 18px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: white;
	background-color: #d4d4d4;
	cursor: hand;
	border: 0px;
	text-decoration:underline;
}
}

/*
from Caxton
*/

/*
.mainPane
{
    color: white;
    background-color: #000000;
    border-bottom: none;
    padding: 0;
    overflow: auto;
}
*/

#bottomPane
{
    background-color: #FFFFFF;
}

.simpleMainPane
{
    border: none;
}

#usefulPane,
#sysMessage
{
    margin: 0 auto;
}

.titleHead,
.titleGradient,
.titleTail
{
    background: none;
    margin: 0;
    padding: 0;
    height:auto;
    width:auto;
}

.messageTitle
{
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
}

.welcomeText
{
    clear: left;
    width: auto;
    text-align: left;
    padding: 5px 0 10px 0;
    margin: 0;
}

.actionPane
{
    background: transparent url(/images/maint/images/LoginIcon.gif) no-repeat 10px 8px;
    margin:0;
    padding:0;
    padding-top:6px;
    padding-left:100px;
}

.actionPanePng
{
    background: transparent url(/images/maint/images/LoginIcon_tdc.png) no-repeat 10px 0;
    margin:0;
    padding:0;
    padding-top:6px;
    padding-left:100px;
}

.actionpane_min_height
{
    min-height: 80px;    
    height: auto !important;
    height: 80px;
}

.loginForm
{
    text-align: left;
}
.loginForm label
{
    text-align: right;
}
.loginForm input,
.loginForm select
{
    margin-left: 0.5em;
    text-align: left;
}
.loginTypeOptionEntries
{
    width: 28.75ex;
}
.loginEntries
{
    width: 28ex;
}
.loginTreeEntry
{
    color: #FFFFFF;
    background-color: #A7A7A7;

    width: 28ex;

}

.dockRight
{
    clear:both;
    float:right;
    margin:4px 0px;
}
#accountSS a:link,
#accountSS a:visited,
#accountSS a:hover
{
    text-decoration:underline;
}

.loginButtonPane
{
   position:relative;
   text-align:right;
   overflow:hidden;
   margin: 0px;
   padding:0px;
   border: 0px;
   height:5ex;

   width: 42.5ex;
}
#accountSS {
    height:auto;
}
.loginButtonPane a:link,
.loginButtonPane a:visited,
.loginButtonPane a:hover
{
    text-decoration:none;
}

#loginButtonBg
{
    vertical-align:top;
    border:0px;
    padding:0px;
    margin:0px;
    width: 15ex;
    height: 5ex;
    z-index: -1;
    float: right;
}

#loginButtonWrapper
{
    text-align:center;
    display:block;
    margin:0px;
    padding:0px;
    border:0px;
    line-height:5ex;
    position: relative;
    right: -15ex;
    width: 15ex;
    height: 5ex;
    z-index: 1;
    cursor:pointer;
    float: right;
}

td.glowBoxLeft {
  width:40px
}
td.glowBoxRight {
  width:40px
}
td.glowBoxTop {
  height:40px
}
td.glowBoxFooter {
  height:40px
}
td.glowBoxMid {
  padding: 7px 15px 15px 15px;
  background-repeat: repeat-x;
  background-image:url(/images/maint/images/LoginPaneCenterMidGlow.gif);
}
td.glowBoxTopLeft {
  background-position:bottom right;
  background-repeat:no-repeat;
  background-image:url(/images/maint/images/LoginPaneTopLeftBorderGlow.gif);
}
td.glowBoxTopMid {
  background-position:bottom center;
  background-repeat:repeat-x;
  background-image:url(/images/maint/images/LoginPaneTopMidBorderGlow.gif);
}
td.glowBoxTopRight {
  background-position:bottom left;
  background-repeat:no-repeat;
  background-image:url(/images/maint/images/LoginPaneTopRightBorderGlow.gif);
}
td.glowBoxMidLeft {
  background-position:center right;
  background-repeat:repeat-y;
  background-image:url(/images/maint/images/LoginPaneCenterLeftBorderGlow.gif);
}
td.glowBoxMidRight {
  background-position:center left;
  background-repeat:repeat-y;
  background-image:url(/images/maint/images/LoginPaneCenterRightBorderGlow.gif);
}
td.glowBoxFooterLeft {
  background-position:top right;
  background-repeat:no-repeat;
  background-image:url(/images/maint/images/LoginPaneFooterLeftBorderGlow.gif);
}
td.glowBoxFooterMid {
  background-position:top center;
  background-repeat:repeat-x;
  background-image:url(/images/maint/images/LoginPaneFooterMidBorderGlow.gif);
}
td.glowBoxFooterRight {
  background-position:top left;
  background-repeat:no-repeat;
  background-image:url(/images/maint/images/LoginPaneFooterRightBorderGlow.gif);
}

td.glowBoxMidPng {
  padding: 7px 15px 15px 15px;
  background-repeat: repeat-x;
  background-image:url(/images/maint/images/LoginPaneCenterMidGlow.png);
}
td.glowBoxTopLeftPng {
  background-position:bottom right;
  background-repeat:no-repeat;
  background-image:url(/images/maint/images/LoginPaneTopLeftBorderGlow.png);
}
td.glowBoxTopMidPng {
  background-position:bottom center;
  background-repeat:repeat-x;
  background-image:url(/images/maint/images/LoginPaneTopMidBorderGlow.png);
}
td.glowBoxTopRightPng {
  background-position:bottom left;
  background-repeat:no-repeat;
  background-image:url(/images/maint/images/LoginPaneTopRightBorderGlow.png);
}
td.glowBoxMidLeftPng {
  background-position:center right;
  background-repeat:repeat-y;
  background-image:url(/images/maint/images/LoginPaneCenterLeftBorderGlow.png);
}
td.glowBoxMidRightPng {
  background-position:center left;
  background-repeat:repeat-y;
  background-image:url(/images/maint/images/LoginPaneCenterRightBorderGlow.png);
}
td.glowBoxFooterLeftPng {
  background-position:top right;
  background-repeat:no-repeat;
  background-image:url(/images/maint/images/LoginPaneFooterLeftBorderGlow.png);
}
td.glowBoxFooterMidPng {
  background-position:top center;
  background-repeat:repeat-x;
  background-image:url(/images/maint/images/LoginPaneFooterMidBorderGlow.png);
}
td.glowBoxFooterRightPng {
  background-position:top left;
  background-repeat:no-repeat;
  background-image:url(/images/maint/images/LoginPaneFooterRightBorderGlow.png);
}

table.carbonBox {
    left:0;
    right:0;
    width: 100%;
}
.carbonBoxTop {
    padding-top: 30px;
    background: white url(/images/maint/images/LoginCarbonFiberBgTop.gif) no-repeat bottom center;
}
.carbonBoxBottom {
    text-align:center;
    padding-top: 10px;
    padding-bottom: 14px;
    /*background: white url(/images/maint/images/LoginCarbonFiberBgFooter.gif) no-repeat bottom center;*/
}

.loginTableMidWidth
{
    width: 38em;
}
.boxed {
  width: 45em;
  margin:0px auto;
  border: 1px solid black;
  font-size: 18pt; 
  font-family: Arial;
  color: #000;
  background-color: white;
}

#feedbackArea
{
    margin:0;
    left:0;
    right:0;
    text-align:center;
}
#feedbackArea.feedback
{
    display: inline;
    width: 33.5em;
}
#feedbackArea.noFeedback
{
    display: none;
}

div.feedbackStyleSuccess, 
div.feedbackStyleInfo, 
div.feedbackStyleWarning, 
div.feedbackStyleError
{
    margin:0;
    left:0;
    right:0;
    max-width:none;
    text-align:left;

    width: 33.5em;
}

div.feedbackStyleSuccess,
div.feedbackStyleInfo,
div.feedbackStyleWarning,
div.feedbackStyleError
{
    color: white;
    padding-top: 8px;
    padding-right: 11px;
    padding-bottom: 8px;
    padding-left: 64px;
    font-size: 100%;
    max-width: 600px;
}


div.feedbackStyleSuccess a,
div.feedbackStyleInfo a,
div.feedbackStyleWarning a,
div.feedbackStyleError a,
div.feedbackStyleSuccess a:link,
div.feedbackStyleInfo a:link,
div.feedbackStyleWarning a:link,
div.feedbackStyleError a:link,
div.feedbackStyleSuccess a:visited,
div.feedbackStyleInfo a:visited,
div.feedbackStyleWarning a:visited,
div.feedbackStyleError a:visited,
div.feedbackStyleSuccess a:hover,
div.feedbackStyleInfo a:hover,
div.feedbackStyleWarning a:hover,
div.feedbackStyleError a:hover
{
    color: #1260D4;
}


div.feedbackStyleSuccess
{
    background: #121212 url(/images/maint/images/Tick32.gif) no-repeat 21px 8px;
    border: solid 1px #005707;
    float: left;
    color: #C5C5C5;
}

div.feedbackStyleInfo
{
    background: #121212 url(/images/maint/images/Info32.gif) no-repeat 21px 8px;
    border: solid 1px #579BE6;
    float: left;
    color: #C5C5C5;
}

div.feedbackStyleWarning
{
    background: #121212 url(/images/maint/images/WarningAlert32.gif) no-repeat 21px 8px;
    border: solid 1px #9C371A;
    float: left;
    color: #C5C5C5;
}

div.feedbackStyleError
{
    background: #121212 url(/images/maint/images/Error32.gif) no-repeat 21px 8px;
    border: solid 1px #820A0A;
    float: left;
    color: #C5C5C5;
}

.messageStyle
{
	display: block;
	width: 33.5em;
	min-height: 32px;
	height: auto !important;
	height: 32px;
}

#usefulPane
{
    width: 38em;
}
#sysMessage
{
    width: 35em;
    padding: 10px 0 10px 0;
}

input.Apply_Cancel_OK
{
    width: 12ex;
}

input.Install_Skip
{
    width: 16ex;
}

.changePasswordNameColumn
{
	width: 24ex;
}

.changePasswordPane
{
  padding: 0;
  background: url(/images/maint/images/GreyGradient.gif) repeat-y;
  background-position: 24ex 0;
}

.changePasswordButtonPaddingLeft
{
	padding-left: 24ex;
}

.buttonPaddingTop
{
	padding-top: 10px;
}

.topSolidBorder
{
   border-top: 1px solid #9baac0;
}

.topDottedBorder
{
   border-top: 1px dotted #9baac0;
}

.fadeLineSeparator
{
    clear: both;
    width: 100%;
    height: 1px;
    background: #FFF url(/images/maint/images/FadeLine.gif) no-repeat top left;
}


/*
begin: for VPN choices page
*/
#VPN
{
    /*
    width: 710px;
	*/
    width: 60em;
}

.VPNcell
{
    /*
    float: left;
	*/
    /*
    width: 329px;
	*/
    width: 28em;
    min-height: 176px;
    height: auto !important;
    /*
    height: 176px;
	*/
    height: 16em;
    padding: 0px;
}

#VPN a
{
    color: #FFFFFF;
    text-decoration: none;
    padding: 20px 20px 20px 120px;
    display: block;
    border: 1px solid black;
    /*
    width: 190px;
	*/
    min-height: 176px;
    height: auto !important;
    /*
    height: 176px;
	*/
    height: 16em;
}

#VPN a:link,
#VPN a:visited,
#VPN a:hover
{
    text-decoration: none;
}

#VPN a:hover
{
    border: 1px dotted silver;
}

#VPN a.AccessGatewayLink,
#VPN a.AccessGatewayLink:link,
#VPN a.AccessGatewayLink:visited
{
    background: url(/images/maint/images/AccessGateway_icon.png) no-repeat top left;
}

#VPN a.AccessGatewayLink:hover
{
    background: url(/images/maint/images/AccessGatewayHover_icon.png) no-repeat top left;
}


#VPN a.ActiveXLink,
#VPN a.ActiveXLink:link,
#VPN a.ActiveXLink:visited
{
    background: url(/images/maint/images/ActiveX_icon.png) no-repeat top left;
}

#VPN a.ActiveXLink:hover
{
    background: url(/images/maint/images/ActiveXHover_icon.png) no-repeat top left;
}

#VPN a.JAVALink,
#VPN a.JAVALink:link,
#VPN a.JAVALink:visited
{
    background: url(/images/maint/images/JAVA_icon.png) no-repeat top left;
}

#VPN a.JavaLink:hover
{
    background: url(/images/maint/images/JAVAHover_icon.png) no-repeat top left;
}

#VPN a.WebUILink,
#VPN a.WebUILink:link,
#VPN a.WebUILink:visited
{
    background: url(/images/maint/images/WebUI_icon.png) no-repeat top left;
}

#VPN a.WebUILink:hover
{
    background: url(/images/maint/images/WebUIHover_icon.png) no-repeat top left;
}

#VPN a.ClientlessLink,
#VPN a.ClientlessLink:link,
#VPN a.ClientlessLink:visited
{
    background: url(/images/maint/images/Clientless_icon.png) no-repeat top left;
}

#VPN a.ClientlessLink:hover
{
    background: url(/images/maint/images/ClientlessHover_icon.png) no-repeat top left;
}

#VPN a.LogoffLink,
#VPN a.LogoffLink:link,
#VPN a.LogoffLink:visited
{
    background: url(/images/maint/images/Logoff_icon.png) no-repeat top left;
}

#VPN a.LogoffLink:hover
{
    background: url(/images/maint/images/LogoffHover_icon.png) no-repeat top left;
}

.linkH4,
.linkP,
.linkBullet
{
    display: block;
}

.linkH4
{
    font-size: 120%;
    margin-bottom: 10px;
    font-weight: bold;
}

.linkP
{
    padding-bottom: 5px;
}

.linkBullet
{
    background: transparent url(/images/maint/images/BulletArrow.gif) no-repeat center left;
    padding: 0 0 5px 15px;

}
/*
end: for VPN choices page
*/

.CTX_CaxtonButtonBar
{
	height: 20px;
	background-color: #d4d4d4;
}

#tabularView
{
    clear:both;
    float:left;
    width:100%;
    margin: 0;
    padding: 0;
    border-top: 1px #BBC6D6 solid;
    border-bottom: 1px #BBC6D6 solid;
}
#tabularView table
{
   width:100%;
   border-collapse: collapse;
}

#tabularView .leftColumn {
  width: 40%;
  padding: 2px 0px 2px 20px;
  vertical-align: top;
}

#tabularView .descriptionColumn {
  width: 55%;
  padding: 2px 20px 2px 0;
}

#tabularView .noLeftBorder {
    padding-left:0px;
}

#tabularView th
{
    padding: 5px 25px;
    color: #1C5492;
    text-align: left;
    background-color: #efefef;
}

#tabularView table td
{
   padding: 2px 20px;
   vertical-align: top;
}

#tabularView tr.row1 td
{
   background-color: #F7F7F7;
   color: white;
}

#tabularView img
{
    float: left;
    padding-right: 5px;
}

#tabularView p
{
   margin: 0 10px 0 20px;
}

#tabularView tr
{
    padding-left: 20px;
}

/*  For kernel dialogue*/
.dialogueForm
{
	margin:0;
}


.dialogueChallengeCell
{
	text-align:left;
}

.dialogueResponseCell
{
	text-align:right;
}

.dialogueSubmitCell
{
	padding-top:10px;
	text-align:right;
}

.transferLogonButtonRow
{
	text-align:center;
	padding-left:20px;
}
