@charset "utf-8";
html, body{border: 0px;font-family: Arial, Helvetica, Utkal, sans-serif;
         font-style: inherit;font-weight: inherit; margin: 0px;padding: 0px;vertical-align: baseline;
         color:#333;text-align: center; background-color:rgb(242,249,245);}   
          

#forgotPwUAC{font-size: 10px;text-align: center;margin-top: 0px;padding: 0px;}
#pwC{font-weight: bold;color: #006666; text-decoration: none;}
#pwC:hover{color: #f7941d;text-decoration: underline;}

a.buttonNewUser		{ padding:2px 4px; border:1px solid; margin:7px 0px 0px 0px; width:80px;
					  font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
					  background: #77ae99; border-radius:5px; color:white; font-size: 12px; border:1px solid #006666; text-decoration: none;}

a.buttonNewUser:hover	{ background:#f7941d none repeat scroll 0% 0%; color:white; border:1px solid black;
					  font-weight: bold;font-size: 12px;text-decoration: none;}
/*
a.buttonNewUserL		{ padding:2px 4px; border:1px solid; margin:7px 0px 0px 0px; width:80px;
					  font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
					  background: red; border-radius:5px; color:white; font-size: 12px; border:1px solid #006666; text-decoration: none;}

a.buttonNewUserL:hover	{ background:#f7941d none repeat scroll 0% 0%; color:white; border:1px solid black;
					  font-weight: bold;font-size: 12px;text-decoration: none;}
*/

a.buttonNewUserL		{ padding:2px 4px; border:1px solid; text-decoration: none;
    font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
    background: red;/*#CCC*/ border-radius:5px; color:white; font-size: 12px; border:1px solid #006666}

a.buttonNewUserL:hover	{ background:#f7941d none repeat scroll 0% 0%; color:white; border:1px solid black;
    font-weight: bold;font-size: 12px; text-decoration: none;}



td#homeSubmitB {vertical-align:middle;}
					  
/*Standard cell style; Styles the text referencing the input-text box*/
.sCellText{text-align: right;font-weight: bold;	}
/*Standard cell style; Styles the text to the left*/
.sCellTextLeft{text-align: left; padding: 0px; margin: 0px;}
.lthp{text-align: left;}

/*Standard cell style; Styles the text referencing the input-text box*/
.sCellTextR{text-align: right;font-weight: bold; width:130px;}
/*Standard cell style; Styles the text to the left*/
.sCellTextLeftR{text-align: left;}
  
.sCellTextRR{text-align: right;font-weight: bold; width:50%;}
.sCellTextLeftRR{text-align: left; width:50%;}
  
.scican-hdr-nav{background: #fff;border-top: 2px solid #fff;display: block;padding: 0px 10px;position: relative;}

.errorMessageLogin {color: red;font-size: 14px; font-weight: bold;}
 
.errorMessageLoginR {color: red;font-size: 14px; font-weight: bold; text-align: left;}
 
.sButtonsH{padding-bottom: 0px; text-align: left;}

li#nav-logoutL{margin-right: 0px;}
      
#main{ width: 670px; float: right;padding:20px;}
      
#content{width: 1000px;}
      
#content table td{color:#222;}
      
div.logo{width: 200px;}
      
img.logo{display: block; margin-left: auto;margin-right: auto;max-width: 200px;}

.tickLabel { font-size: 80% }

#mainContent { padding:13px;}

/*Iput text validation; error message style */
.error {
    height:15px;
    background-color: #FF8000;/*#77AE99;*/
    font-size:12px;
    border:2px solid red;
    padding:1px 2px;
    color:#000;
    display:none;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
}
/*Iput text validation; error message style 
.error {
    height:15px;
    background-color:#77AE99;
    font-size:15px;
    border:1px solid #77AE99;
    padding:4px 10px;
    color:#000;
    display:none;

    border-radius:4px;
    border-bottom-left-radius:0px;
    border-top-left-radius:0px;

    box-shadow:0 0 6px #ddd;
}
*/
.error p {
    margin:0;
}