/* Body and wrapper styles */
body {
    background: #FFFFFF;
    color: #000000;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt;
    text-align: center;
}

.wrapper  {
	text-align:center;
	margin-top: 20px;
	}

/* Page Styles */
.page {
	background-color: #fff;
	border:1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0, 0.15);
	box-shadow: 0px 3px 0px rgba(0,0,0, 0.15);
	padding-bottom: 15px;
	}


.main_module_header {
	background-color:#144276;
}

.navigation_tab {
	background-color:#4ea5db;
}

.tab_selected {
	background-color:#6db337;
}

.main_wrapper {
	border:5px solid #6db337;
	min-height:75px;
}

.page .left {
	float:left;
	width:49%;
}

.page .right {
	float:right;
	width:49%;
}

.clear {
	clear:both;
}

/*** controls image size within parent section for resizing in fluid mode ***/
.logo img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
	}

/* User login header */
.userlogintophead {
	color:#000000;
	background-color: #E4E4E4;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	font-size: 1.2em;
    font-weight: bold;
	height: 30px;
    line-height: 30px;
	margin-bottom: 15px;
	margin-top: 0px;
    	}

/* login section */
.content {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
.note {
	display: block;
	text-align: center;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	}
	.note_long {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}

	.label{
		font-weight: bold;
		margin-bottom: 5px;
		}

	.field input {
		width: 100%;
		height: 20px;
		}
		.field input, textarea {
			  -webkit-transition: all 0.30s ease-in-out;
			  -moz-transition: all 0.30s ease-in-out;
			  -ms-transition: all 0.30s ease-in-out;
			  -o-transition: all 0.30s ease-in-out;
			  outline: none;
			  padding: 3px 0px 3px 3px;
			  margin: 5px 1px 3px 0px;
			  border: 1px solid #DDDDDD;
			}
			.field input:hover, textarea:hover {
			  box-shadow: 0 0 5px #D9D9D9;
			  padding: 3px 0px 3px 3px;
			  margin: 5px 1px 3px 0px;
			  border: 1px solid #D9D9D9;
				}
				.field input:focus, textarea:focus {
				  box-shadow: 0 0 5px #7AB7D6;
				  padding: 3px 0px 3px 3px;
				  margin: 5px 1px 3px 0px;
				  border: 1px solid #7AB7D6;
				}

	.row {
		margin-top: 15px;
		}
		.hide_resetuserdata {
			text-align: center;
			}

/* submit button */
.submit_button {
	margin-top: 10px;
	text-align:center;
	}


/* Error Message */
#checkUserMessage {
	color: #0673B8;
	text-align:center;
	width: 90%;
   	}
	
.error {
	margin-top: 8px;
	text-align: center;
	color: red;
	}

/* 401 page */
.unauthorized {
	color:#D61E1E;
	background-color: #E4E4E4;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	font-size: 1.2em;
    font-weight: bold;
	height: 30px;
    line-height: 30px;
	margin-bottom: 15px;
	}

/* changes for range_1 and range_0 */

html#range_1 input {
	width: 90%;
	}

html#range_1 .button input{
	width: auto;
	}

html#range_0 input {
	width: 90%;
	}

html#range_0 .button input{
	width: auto;
	font-size: 1em;
	}

.failedlogin {
	text-align:left;
	padding-left: 10px;
}

.failedlogin p {
	margin:10px 0;
}

.failedlogin ol {
	list-style-type:decimal;
	margin-left:20px;
}

.failedlogin ol li {
	margin:5px 0;
}