

a:focus ,a:active ::-moz-focus-inner{
    outline : 0;
}

.buttonstyle:focus {
  outline: none !important;
}



html,body {
	font: 100%/1.4 sans-serif, Tahoma, Arial, Helvetica;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #333;
	width:100%;
	height:100%;
	overflow:hidden;
	//background-image:url(../../../PublicFiles/view/images/common/bgimage.jpg);
	//background-repeat:no-repeat;
	//opacity: 0.98;
	//background-size: 80%;
}



input {
    font-family: sans-serif,Tahoma, Tahoma, Tahoma;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
    text-indent: 1px;
    text-decoration: none;
}





.mainTable {
    font-family: sans-serif,Tahoma, Tahoma, Verdana;
    color: #56778F;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    background: #f8f8f8;
	//border-bottom:1px solid #E5E5E5;
}

.mainHeading {
    font-family: sans-serif ,Tahoma, Tahoma, Verdana;
    color: #777;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
	padding-left: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	white-space: nowrap;

}


.mainHeadingSmall {
    font-family: sans-serif ,Tahoma, Tahoma, Verdana;
    color: #777;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
	//padding-left: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	

}




.messageTable {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:2px;
}

.messageError{
		
	width:40%;    
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    color: #CC3300;
    font-family: sans-serif,Tahoma,Tahoma,Tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
	box-shadow: 1px 0px 10px 1px #d6d6d6;
	//word-break: break-all;
    word-wrap: break-word;
}

.footer {
 font-family:sans-serif,Tahoma,Tahoma,Tahoma;font-size:0.7em; font-weight:normal;
 text-decoration : none;
 padding-left: 7px;
 padding-right: 7px;
 padding-top: 3px;
 padding-bottom:3px;
 text-align:right;
 white-space:nowrap;
 background-color: #ffffff;
 //border-top: 1px solid #E5E5E5;
 color: #999;
}




.signInForm {
        width:250px;
		height:18px;
		font-family:sans-serif,Tahoma;
		font-size:14px;
		border-style:solid;
		border-width:1px;
		border-color:#BCBCBC;
		background-color:#FCFCFC;		
		margin-left:0px;
		margin-right:0px;
		
		padding-left: 2px;
        padding-right: 2px;
        text-indent: 1px;
       

        }
        
        
        
.jwtta {
       
		font-family:sans-serif,Tahoma;
		font-size:14px;
		border-style:solid;
		border-width:1px;
		border-color:#BCBCBC;
		background-color:#FCFCFC;		
		margin-left:0px;
		margin-right:0px;
		
		padding-left: 2px;
        padding-right: 2px;
        text-indent: 1px;
       

        }
        
		

.brownBold {
	text-align: right;
	font-family:sans-serif,Tahoma, Helvetica;color:#333;font-weight:normal;
	font-size:14px;
	line-height:17px;
	white-space:nowrap;
	color: #777;
	font-weight: bold;
	white-space: nowrap;
	

}

.buttonstyle {
    font-family: sans-serif,Tahoma, Tahoma, Tahoma;
    color: #FFFFFF;
    font-size: 14px;
    //font-weight: normal;
	padding: 6px 12px;
    text-indent: 1px;
    text-decoration: none;
	background-color: #0081c5;
	border-radius:4px;
	border: 1px #056EA9 solid;
	line-height: 1.5;
	cursor:pointer;
	font-weight: bold;
}
.buttonstyle:hover{
background-color:#056EA9;
}


.blueLink {
    font-family: sans-serif,Tahoma,Tahoma,Verdana;
    color: #0082c9;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
	display:inline;
}



.blueLink14bold {
    font-family: sans-serif,Tahoma,Tahoma,Verdana;
    color: #0082c9;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	display:inline;
	
}


.blueLink14bold:hover{
 background-color: #E5E5E5; 
}


