body {
    background-color: rgb(240, 245, 247);
	font-family: Arial, Helvetica, Segoe UI, Tahoma, Sans Serif;
	font-size: 15px;
    margin:	0px;
}
TABLE {
    font-family: Arial, Helvetica, Segoe UI, Tahoma, Sans Serif;
    font-size: 15px;
    margin: 0px;
}
select {
    font-family: Arial, Helvetica, Segoe UI, Tahoma, Sans Serif;
    font-size: 15px;
    margin: 0px;
}
input {
    font-family: Arial, Helvetica, Segoe UI, Tahoma, Sans Serif;
    font-size: 15px;
    margin: 0px;
}
fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
a:link, a:visited {
	color:#0072aa;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
	font-size:0.75em;
}
a:hover {
	border-bottom: 1px solid #e08e18;
	color:#e08e18;
}
a:active {
	border-bottom: 1px solid #004b71;
	color:#004b71;
}

#signin-wrapper{
	background:rgb(255, 255, 255);
	text-align:center;
	overflow:hidden;
	height:100%;
}
#signin-wrapper-inner{
	background:#FFFFFF url(sign_in_body_background.png) repeat-y left top;
	margin:3em auto 0 auto;
	width:705px;
	overflow:hidden;
}
#signin-wrapper-bottom{
	background:#F1F2F2 url(sign_in_footer_background.png) repeat-x left top;
	overflow:hidden;
	height:100%;
}
#signin-bottom{
	background:transparent url(sign_in_bottom_background.png) no-repeat left top;
	margin:0 auto;
	width:705px;
	overflow:hidden;
	height:100%;
}
#signin{
	background:transparent url(sign_in_alt_branding.png) no-repeat left bottom;
	overflow:hidden;
	min-height:16em;
	padding-bottom:3em;
}
#signin-top{
    background:transparent url(sign_in_top_background.png) no-repeat left top;
}
#ot-logo{
	padding-top:53px;
	padding-left:53px;
	max-height:86px;
}
#logo-holder{
	text-align: left;
}
#signin-branding{
	width: 705px;
	text-align:left;
	padding:2em 0 0 0;
}
#signin_body_background {
    width:705px;
	height:1px;
	background-image:url(sign_in_body_background.png);
	background-repeat: repeat-y;
	vertical-align: top;
}
#signin-submit {
	padding-top:5px;
}
#signin-links {
	display:inline-block;
}
#signin-links a {
	margin-left: 10px;
}
#signin-links a:first-child {
	margin-left: 40px;
}
#signin-label {
	padding-top:15px;
}
#signin-with-label {
	padding-left:10px;
	padding-right:10px;
	width:150px;
	text-align:right;
	color:#666666;
	font-size:13px;
}
#signin-input {
    padding-top:2px;
}
#signin-footer {
	height:60px;
    color:#666666;
}
#footer {
	height:28px;
	padding:0 1em;
	color:#666666;
}
#copyright {
	font-size:.625em;
}
#error{
	color:#DF3324;
}
#instruction{	
	color:#000000;
}
#info{
	color:#0072AA;
}

.fieldlabel {
	padding:.2em 0em;
	margin-right:.5em;
}

.field-form-input {
	width: 310px;
	height: 28px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;  border: 1px  solid #E2EAF2;
    padding-left: 0.4em;
    font-family: inherit;
    font-size: 1em;
    -moz-box-sizing: border-box;
}
.field-form-tall-select {
	width: 318px;
	height: 120px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;  border: 1px  solid #E2EAF2;
    padding-left: 0.4em;
    font-family: inherit;
    font-size: 1em;
    -moz-box-sizing: border-box;
}
.prompts {
	width:150px;
	text-align:right;
}
.inputs {
    width:360px;
}


.button{
    clear:both;
    color:#fff;
    margin: 0 0 0 0px;
    font:0.875em Arial, Helvetica, Segoe UI, Tahoma, Sans Serif;
    font-size:0.875em;

    height:26px;
    padding-top:0;
    padding-bottom:0;
    padding-left:12px;
    padding-right:12px;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);


    /***  Background Gradient  ***/
    background: rgb(0,114,170); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,114,170,1) 51%, rgba(0,75,113,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,rgba(0,114,170,1)), color-stop(100%,rgba(0,75,113,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,114,170,1) 51%,rgba(0,75,113,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,114,170,1) 51%,rgba(0,75,113,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,114,170,1) 51%,rgba(0,75,113,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,114,170,1) 51%,rgba(0,75,113,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072aa', endColorstr='#004b71',GradientType=0 ); /* IE6-9 */

    /***  Shadow  ***/
    box-shadow:0 0 0 1px #005077;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/***  Button Hover  ***/
.button:hover {

    background: rgb(224,142,25); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(224,142,25,1) 0%, rgba(188,88,6,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,142,25,1)), color-stop(100%,rgba(188,88,6,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(224,142,25,1) 0%,rgba(188,88,6,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(224,142,25,1) 0%,rgba(188,88,6,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(224,142,25,1) 0%,rgba(188,88,6,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(224,142,25,1) 0%,rgba(188,88,6,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08e19', endColorstr='#bc5806',GradientType=0 ); /* IE6-9 */

    height:26px;
    padding-top:0;
    padding-bottom:0;
    padding-left:12px;
    padding-right:12px;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 1px #e18e18;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.button:active {
    clear:both;
    color:#fff;
    margin: 0 0 0 1px;
    background: #0080bb;
    
    height:26px;
    padding-top:0;
    padding-bottom:0;
    padding-left:12px;
    padding-right:12px;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 1px #005077;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.button_secondary {
    clear:both;
    color:#0071A9;
    margin: 0 0 0 0px;
    font:0.875em Arial, Helvetica, Segoe UI, Tahoma, Sans Serif;
    font-size:0.875em;

    height:26px;
    padding-top:0;
    padding-bottom:0;
    
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);

    
    background: #ffffff;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    outline: none;
}

.button_secondary:hover {
    box-shadow: 0em 0em 0em 1px #E08E18;
    border: 1px solid #E08E18;
    background: #f9fbfc;
    background: -webkit-linear-gradient(top, #ffffff 50%, #f3f6f8 100%);
    background: -moz-linear-gradient(top, #ffffff 50%, #f3f6f8 100%);
    background: -o-linear-gradient(top, #ffffff 50%, #f3f6f8 100%);
    background: -ms-linear-gradient(top, #ffffff 50%, #f3f6f8 100%);
    background: linear-gradient(top, #ffffff 50%, #f3f6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f3f6f8",GradientType=0);
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    color: #0071A9;
    outline: none;
}


.button_secondary:focus {
    border: 1px solid #00A4D8;
    color: #0071A9;
    outline: none;
}


.button_secondary:active {
    color:#FFFFFF;
    background: #0072AA  !important;
    box-shadow: 0em 0em 0em 1px #0072AA;
    border: 1px solid #0072AA;
}


ul.secondary-menu {
    list-style-type: none;
    line-height: 30px;
    /***  CSS Box Model  ***/
    margin-top:0;
    padding:0;

    /***  CSS Borders  ***/
    border: 1px solid #B2C4D0;

    /***  CSS Text and Font  ***/
    background-color:#FFFFFF;

    /***  CSS Rounded Corners  ***/
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;

    /***  CSS Box Shadow  ***/
    -moz-box-shadow: 0px 1px 4px rgba(0,63,103,0.2);
    -webkit-box-shadow: 0px 1px 4px rgba(0,63,103,0.2);
    box-shadow: 0px 1px 4px rgba(0,63,103,0.2);

    display: none;
    position: relative;
    z-index: 200;
}

.secondary-menu > li {
    
	/***  CSS Text and Font  ***/
	background-color:#FFFFFF;

	/***  CSS Rounded Corners  ***/
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.secondary-menu > li:hover{
   
	/***  CSS Text and Font  ***/
	background-color:#FBF2CA;

	/***  CSS Rounded Corners  ***/
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	
    cursor: pointer;
}

.secondary-menu > li:focus{
    
	/***  CSS Text and Font  ***/
    background-color:#FBF2CA;

	/***  CSS Rounded Corners  ***/
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	
    cursor: pointer;
}

.secondary-menu > li:active{

	/***  CSS Text and Font  ***/
    background-color:#EAF6FC;
	
	/***  CSS Rounded Corners  ***/
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;

}



.divider-h{
    /***  CSS Box Model  ***/
    width:auto;
    height:1px;

    /***  CSS Gradient  ***/
    /*  Chrome 1-9 and Safari 4-5.0  */
    background-image: -webkit-gradient(linear, left top, right top,
    color-stop( 0.0, #FFFFFF ),
    color-stop( 0.500, #D9E2E8 ),
    color-stop( 1.0, #FFFFFF ));

    /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
    background-image: -webkit-linear-gradient(left,
    #FFFFFF,
    #D9E2E8 50.0%,
    #FFFFFF );

    /*  Firefox 3.6+  */
    background-image: -moz-linear-gradient(left,
    #FFFFFF,
    #D9E2E8 50.0%,
    #FFFFFF );

    /*  IE 10+  */
    background-image: -ms-linear-gradient(left,
    #FFFFFF,
    #D9E2E8 50.0%,
    #FFFFFF );

    /*  Opera 11.10+  */
    background-image: -o-linear-gradient(left,
    #FFFFFF,
    #D9E2E8 50.0%,
    #FFFFFF );

    /*  W3C  */
    background-image: linear-gradient(left,
    #FFFFFF,
    #D9E2E8 50.0%,
    #FFFFFF );
}

.dropdown {
    position: absolute;
}

.more-button-icon-primary {
    background: url("button_function_primary12.png") no-repeat right;
    padding-right: 0.25em;
    padding-left: 1.5em;
}
.more-button-icon-secondary {
    background: url("button_function_secondary12.png") no-repeat right;
    padding-right: 0.25em;
    padding-left: 1.5em;
}

.language-button-icon {
    background: url('button_language16_sprite.png') no-repeat right;
	background-position: 0px 0px;
	width: 24px;
    height: 16px;
    vertical-align: bottom;
    display: inline-block;
}

.normal-field {
}

.mandatory-field {
    background: url("mandatory_16.png")  no-repeat right;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    left: 0.5em;
}

.mandatory-field-ok {
    background: url("success_16.png")  no-repeat right;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    left: 0.5em;
}

.field-form-input-mandatory {
    width: 310px;
	height: 28px;
    border: 1px solid #f29d38;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;  border: 1px solid #f29d38;
    padding-left: 0.4em;
    font-family: inherit;
    font-size: 1em;
    -moz-box-sizing: border-box;
}

input.field-form-input-mandatory:focus {
    -webkit-border: 1px solid transparent;
    -webkit-border-radius: 2px;

    -moz-border: 2px solid #f29d38;
    -moz-border-radius: 2px;
    -moz-box-sizing: border-box;
}

.field-form-input-mandatory-ok {
	width: 310px;
    height: 28px;
    border: 1px solid #11DD11;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;  border: 1px solid #11DD11;
    padding-left: 0.4em;
    -moz-box-sizing: border-box;
}

input.field-form-input-mandatory-ok:focus {
    -webkit-border: 1px solid transparent;
    -webkit-border-radius: 2px;

    -moz-border: 2px solid #11DD11;
    -moz-border-radius: 2px;
    -moz-box-sizing: border-box;
}

.third_party_custom {
	background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 0px 0px;
	width:32px;
	height:32px;
	margin: 0 0 0 0px;
	border:0px solid white;
    cursor: pointer;
}

.third_party_facebook {
	background-image:url('third_party_facebook32_sprite.png');
	background-position: 0px 0px;
	width:32px;
	height:32px;
	margin: 0 0 0 0px;
	border:0px solid white;
    cursor: pointer;
}
.third_party_facebook:hover {
	background-position: 0px -32px;
}
.third_party_facebook:active {
	background-position: 0px -64px;
}

.third_party_google{
	background-image:url('third_party_google32_sprite.png');
	background-position: 0px 0px;
	width:32px;
	height:32px;
	margin: 0 0 0 0px;
	border:0px solid white;
    cursor: pointer;
}
.third_party_google:hover {
	background-position: 0px -32px;
}
.third_party_google:active {
	background-position: 0px -64px;
}

.third_party_twitter{
	background-image:url('third_party_twitter32_sprite.png');
	background-position: 0px 0px;
	width:32px;
	height:32px;
	margin: 0 0 0 0px;
	border:0px solid white;
    cursor: pointer;
}
.third_party_twitter:hover {
	background-position: 0px -32px;
}
.third_party_twitter:active {
	background-position: 0px -64px;
}

.third_party_yahoo{
	background-image:url('third_party_yahoo32_sprite.png');
	background-position: 0px 0px;
	width:32px;
	height:32px;
	margin: 0 0 0 0px;
	border:0px solid white;
    cursor: pointer;
}
.third_party_yahoo:hover {
	background-position: 0px -32px;
}
.third_party_yahoo:active {
	background-position: 0px -64px;
}

.third_party_linkedin{
	background-image:url('third_party_linkedin32_sprite.png');
	background-position: 0px 0px;
	width:32px;
	height:32px;
	margin: 0 0 0 0px;
	border:0px solid white;
    cursor: pointer;
}
.third_party_linkedin:hover {
	background-position: 0px -32px;
}
.third_party_linkedin:active {
	background-position: 0px -64px;
}

.third_party_microsoft{
	background-image:url('third_party_microsoft32_sprite.png');
	background-position: 0px 0px;
	width:32px;
	height:32px;
	margin: 0 0 0 0px;
	border:0px solid white;
    cursor: pointer;
}
.third_party_microsoft:hover {
	background-position: 0px -32px;
}
.third_party_microsoft:active {
	background-position: 0px -64px;
}


.ellipsis {
  font-size: 50px;
}

.ellipsis:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026";
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

.password-strenth {
    
}
.password-strength span {
  font-size: 70%;
  opacity: 0.5;
  padding-right: 10px;
  margin-right: 5px;
  background-image: url("Symbol-Waiting.svg");
  background-repeat: no-repeat;
  background-position: center right;
  width: 3px; }
.password-strength span.valid {
  opacity: 1;
  background-image: url("Symbol-Check.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.hidden {
  display:none;
}
.larger-text {
  font-size:18px !important;
}
.top-padded {
  padding-top:20px !important;
}
.left-padded {
  padding-left:10px !important;
}
.logoutiframe {
  visibility:hidden;
  width:0;
  height:0;
  border:0;
}
.langspan {
  margin-left:-175px;
}
.langitemdiv {
  padding-left: 0.5em;
}
.langslist {
  min-width:100px;
  bottom: 450px;
}
.btn-left-pad {
  padding-left: 0.5em;
}
.authproviderbtn {
  margin-right: 0.5em;
}
.authproviderdiv {
  height:32px;
  width:0px;
}
.moreprovidersbtn {
  padding-left:0.5em;
  margin-top:0.2em;
}
.providerdiv {
  padding-left: 0.5em;
  padding-right:0.5em;
}