html, body, #withscript
{
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: black;
	font-family: Segoe UI ,Helvetica Neue, Helvetica, Segoe UI;
	font-size: 12px;
	color: #333333;
}
body{
	/* background-image: url('../media/NS_bg_1280x1024.jpg'); */
	background-image: url('./citix-background.jpg');
	background-position:0px -325px;
	background-repeat: no-repeat;
	background-color: black;
}
div {
	padding: 0px;
}
::-ms-clear {
	display: none !important;
}
::-ms-reveal  {
   display: none !important;
}
input::-ms-clear{
   display:none;
}
.loaderimage
{
	left: 920px;
	top: 284px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-image: url("./Loader.gif");
	background-repeat: no-repeat;
	width: 55px;
	height: 54px;
}

div.custombutton
{
	padding-top: 4px;
}



.epabutton
{	
    float:right;
}

.CTX_ContentTitleHeader
{
    font-size: 12pt;
    font-weight: bold;
}


.topBar{
	background-color:#024136;
	width: 100%;
	height: 60px;	
}

.left_logo{
	background-image: url(./logo_CR.png);	
	background-repeat: no-repeat; 
	background-position: center left;
	height: 60px;
	width: 154px;
	margin-left:20px;
}

.mainPane
{
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    left:0;
    right:0;
    border-top: 2px #999999 solid;
    border-bottom: 2px #999999 solid;
}

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

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

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

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

/*
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: #000000;
    text-decoration: none;
    padding: 20px 20px 20px 120px;
    display: block;
    border: 1px solid white;
    /*
    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(/vpns/images/AccessGateway_icon.png) no-repeat top left;
}

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


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

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

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

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

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

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

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

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

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

#VPN a.LogoffLink:hover
{
    background: url(/vpns/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(/vpn/images/BulletArrow.gif) no-repeat center left;
    padding: 0 0 5px 15px;

}
/*
end: for VPN choices page
*/

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

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

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

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


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

.navBar li
{
    display: inline;
}

.navBar a
{
    float: left;
    border-left:1px solid #646464;
    border-right:1px solid black;
    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(/vpn/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(/vpn/images/NavCurrentBarLink.gif) top left repeat-x;
    text-decoration: none;
}

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

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

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

.CTX_CaxtonButtonLink_Hover
{
	height: 18px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: black;
	background-color: #d4d4d4;
	cursor: hand;
	border: 0px;
	text-decoration:underline;
}
/*
end: for homepage
*/
.changePasswordNameColumn
{
	width: 24ex;
}

.changePasswordPane
{
  padding: 0;
  background: url(/vpn/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(/vpn/images/FadeLine.gif) no-repeat top left;
}

#tabularView
{
    clear:both;
    float:left;
    width:100%;
    margin: 0;
    padding: 0;
	margin-bottom: 10px;
    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: black;
}

#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;
}

.buttonRow
{
	padding-top: 20px;
	padding-left: 20px; 
}

/* for changepwd page */
#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: black;
    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(/vpn/images/Tick32.gif) no-repeat 21px 8px;
    border: solid 1px #005707;
    float: left;
    color: #C5C5C5;
}

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

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

div.feedbackStyleError
{
    background: #121212 url(/vpn/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;
}

.changePwdSuccess
{
    background-image: url('../media/tick.png');
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 20px;
}

.warning
{
	background-image: url('/vpn/images/WarningAlert32.gif');
	background-repeat: no-repeat;
	background-position: left top;
    padding-left: 40px;
}


/* authentication stuff...*/
#logonbox-logonform .field
{
    clear: both;
    padding: 6px 0 10px;
    color: #FFF;
    height:40px;
    margin-bottom:8px;
    background-color:#000;
	border: 1px solid #555;
}

#logonbox-logonform .field .left
{
    float: left;
    padding-top: 3px;
}

#logonbox-logonform .field .right
{
    float: right;
}

/* messages: errors, warnings, information etc...*/
#logonbox-logonform .error,
#logonbox-logonform .warning,
#logonbox-logonform .information,
#logonbox-logonform .confirmation,
#logonbox-logonform .plaink
{
    margin: 0 0 8px 0;
    padding: 1px 0;
    vertical-align:middle;
    text-align:left;
    background-repeat: no-repeat;
    background-position: left top;
}

#logonbox-logonform .error
{
    background-image: url('../media/error.png');
}

#logonbox-logonform .error, 
#logonbox-logonform .warning,
#logonbox-logonform .information,
#logonbox-logonform .confirmation,
#logonbox-logonform .plain
{
    font-size:20px;
}

#logonbox-logonform .warning
{
    background-image: url('../media/warning.png');
}

#logonbox-logonform .information
{     
    background-image: url("../media/info.png");
    background-position: 1px 50%;
    display: list-item;
    list-style: none outside none;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 0;
    
}

#logonbox-logonform .error
{
    background-image: url("../media/error.png");
    background-position: 1px 1px;
    display: list-item;
    list-style: none outside none;
    margin-bottom: 11px;
    padding-left: 20px;
    padding-top: 0;
}

#logonbox-logonform .confirmation
{
    background-image: url('../media/tick.png');
    padding-left: 20px;
}

#logonbox-logonform .plain
{
    background-image: none;
    padding-left: 15px;
	width:110px;
}

#logonbox-logonform .assistiveText
{
    padding: 5px;
    float: left;
}

#logonbox-logonform .assistiveText img
{    
    padding-top: 4px;
}

#logonbox-logonform .field .checkbox
{
    margin: 0 0 5px 0;
}
#logonbox-logonform .field .checkbox input
{
    margin:0;
}
#logonbox-logonform .field .checkbox label
{
    margin-left:2px;
    vertical-align: baseline;
}

#logonbox-logonform .spinner
{
    text-align:right;
    padding: 6px 0px;
    padding-right: 20px;
    position: absolute;
} 
/*
#logonbox-logonform 
.ctxsui-authentication-formTitle
{
    color: #79B9E7;
    font-size: 30px;
    font-weight: normal;
    margin: 55px 0 20px;
}*/

#logonbelt-topshadow {
/*    background: url("../../../media/Screen_shadow_top.png") no-repeat transparent;*/       /*Image doesn't exist on server */
	position: relative;
	top: 205px;
	margin: 0 auto;
	width: 1009px;
	height: 15px;
}

#logonbelt-bottomshadow {
	position: relative;
	bottom: 0;
	margin: 100px auto;
	height: 30px;
}

/*Sign on Box*/
#logonbox-container
{
    background: none;
    min-height: 230px;
    margin: auto;
    min-width: 654px;
    position: relative;
	margin-top:150px;
}

#logonbox-innerbox {
    background: none;
    display: table;
    height:242px;
    position: relative;
    width: 100%;
 }

/*End of Authentication Box*/

#authentication
{background: url("./citix-CWT-Transparent-Logo-2.png") no-repeat center 50px;height: 100%;width: 100%;} 
}
#logonbox-logonform
{
    width: 650px;
    padding: 30px;
    margin: auto;
   
}

.fr #logonbox-logonform
{
    width: 330px;
}

.es #logonbox-logonform
{
    width: 310px;
}

.ru #logonbox-logonform
{
    width: 340px;
}

#logonbox-logoarea
{
    color: white;
    display: table-cell;
    font-size: 13px;
    width: 38%;
    display:none;
}

#logonbox-logoimage
{
    border: 0 none;
    float: right;
    height: 51px;
    position: absolute;
    right: 71%;
    top: 80px;
    width: 215px;
} 

#logonbox-logonform label
{ 
    color: white;
    display: table-cell;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}  

#logonbox-logonform input[type=text],
#logonbox-logonform input[type=password]
{
    background-color: black;
    outline: none;
    border: 0;
    width: 500px;
    height: 40px;
    line-height: 40px;
    padding:2px 10px 2px 10px;
    font-size:20px;
    color: white;
}
 
#logonbox-logonform input[type=text]:focus,
#logonbox-logonform input[type=password]:focus
{
    color: white;
}


#logonbox-logonform .buttons .centeredButtons
{
    text-align: center;
}

.buttons{
	text-align:right;
}

#logonbox-logonform .buttons .centeredButtons .right
{
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline;
}

.logofferrors
{	
    font-size: 12px;
    margin: 30px auto;
}

.logoff-errormessage
{
    margin-top: 10px;
    text-align: center;
}

#logonbelt-bottomshadow {
  color:#ffffff;
  font-size:16px;
  text-align:center;
  padding-left: 20px;
  height:30px;
  margin-top:100px;
}

#footer-wrapper {
  display:none;
  width: 500px;
  position: absolute;
  right: 5%;
  top: 630px;
}

#footer {
  color:#ffffff;
  font-size:14px;
  text-align:left;
  height:150px;
  margin-top: 30px;
}

.custombutton {
	clear: left;
	width: 150px;
	height: 60px;
	margin-top: -10px;
	font-size: 20px;
	background-color: #00306b;
	border:2px solid #555;
	cursor: pointer;
	text-align: center;
	min-width: 75px;
	color:white;
	font-weight:bold;
}

.custombutton:hover {
	font-weight:bold;
	background-color: #1c306b;
}

#logon-graphic {
	height:200px;
	width:100%;
/*	background-image: url("./NS_logon_image.jpg");  */
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	margin-top: 175px;
}

#logonbelt-bottomshadow > a {
	color:rgb(96,184,230);
	text-decoration:underline;
}
#logonbox-policy{
    width: 650px;
    padding: 30px;
    margin: auto;
	color: white;
	font-size: 16px;
}
#policy-content {
	width: 650px;
	margin: auto;
	color: white;
	font-size: 16px;
	margin-top: 300px;
}

#return {
	margin-top:25px;
}

#return a {
	color:rgb(96,184,230);
	text-decoration:underline;
}
	
.errField {
	color:red;
	font-size:18px;
}

#logonbox-logonform .error {
	background-size:24px;
	background-position:140px 1px;
	color:white;
	font-size:18px;
	padding-left:175px;	 
}
