/* log in styles - start */
html {
	height: 100%;
	min-width: 1010px;
	}

body {
	display: block;
	position: relative;
	background-color: #ffffff;
	height: 100%;
	min-height: 100%;
	
	width: 100%;
	min-width: 970px;
	
	margin: 0px;
	padding: 0px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
	
.form_frame {

	display: block;
	position: relative;
	width: 288px;
	height: 369px;
	background-color: #ffffff;
	
	}
	

.form_frame .form_labelTitle {
	
	display: block;
	width: 200px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	color: gray;
	margin-bottom: 5px;

	}
	
.form_frame .form_label {
	
	display: block;
	width: 200px;
	text-align: left;
	float: left;
	padding-left: 30px;
	font-size: 12px;
	font-family: Verdana;
	color: gray;
	margin-bottom: 5px;

	}

  	
.form_frame input.form_input_username {

	background-color: #ffffff;
	color: #656565;
	border: 1px solid #999999;
	width: 230px;
	padding: 5px;
	font-size: 12px;
	font-family: Verdana;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	margin-bottom: 15px;
	background-image: url('../../../Content/icons/portal/LoginIcon.png');
	background-repeat: no-repeat; 
	vertical-align: middle; 
	background-position:left;
	}
	
	
.form_frame input.form_input_password {

	background-color: #ffffff;
	color: #656565;
	border: 1px solid #999999;
	width: 230px;
	padding: 5px;
	font-size: 12px;
	font-family: Verdana;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	margin-bottom: 15px;
	background-image: url('../../../Content/icons/portal/PasswordIcon.png');
	background-repeat: no-repeat; 
	vertical-align: middle; 
	background-position:left;
	}

	
.form_frame .button {
	display: block;
	width: 95px;
	height: 30px;
	font-size: 12px;
	margin-top: 10px;
	padding: 3px 9px;
	font-family: Verdana;
	border: none;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
	border-radius: 6px;
	color: white;
	background-color: gray;
	}
	

.tableHeader {
    width:100%; 
    height: 45px;
    background-color: #2E6DA4; 
    color: white; 
    text-align: center; 
    font-family: Verdana; 
    font-size: 14px; 
    }

.tableFooter {  
    width:100%; 
    height: 35px; 
    background-color: #2E6DA4; 
    color: white;
    text-align: center;
    font-family: Verdana; 
    font-size: 12px;
    }
    
    
.guest {  
    color: gray; 
    text-align: center;
    font-family: Verdana; 
    font-size: 12px;
    cursor:pointer;
    }
    
.message {  
    text-align: center;
    font-family: Verdana; 
    font-size: 12px;
    color: red;
    }

.poweredby-logo {
  max-width: 75px;
  filter: saturate(0%);
  margin-left: 5px;
  vertical-align: middle;
}
