/********** Begin aux_header **********/
body{
	height: 100%;
	margin: 0;
	padding: 0;
}

div#header{
	background-image: url('/images/header/bg_header.png');
	height: 130px;
}

/* Top Nav Bar **********************/
div#top_nav_container{
	height: 35px;
	width: 100%;
	background-image: url('/images/header/bg_top_bar.png');
}

div#top_nav_shadow_container{
	height: 22px;
	width: 100%;
	background-image: url('/images/header/bg_top_bar_shadow.png');
}

div#top_nav{
	width: 960px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}

div.top_nav_start_button{
	height: 35px;
	border-right: 1px solid #21526d;
}

div.top_nav_end_button{
	height: 35px;
	border-left: 1px solid #0d334f;
}

a.top_nav_button{
	text-decoration: none;
	display: block;
	height: 24px;
	padding-top: 11px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #0d334f;
	border-right: 1px solid #21526d;
	color: #e7e7e7;
	font: normal 11px/1 Verdana, sans-serif;
}

a.top_nav_button:hover{
	cursor: pointer;
	background-image: url('/images/header/bg_top_nav_button.png');
	text-decoration: none;
}

/* Login Form & Logo **********************/
div#logo_login{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	margin-top: -5px;
}

a#logo{
	width: 80px;
	height: 80px;
	background-image: url('/images/header/ul_logo.png');
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	float: left;
}

div#login{
	float: right;
	text-align: right;
	width: 322px;
	font: normal 9px/1 "Verdana", sans-serif;
	color: #4e8abe;
	margin-top: 1px;
}

div#login_input_container{
	float: left;
}

input.login{
	color: #777;
	height: 19px;
	width: 110px;
	border: 1px solid #dedede;
	border-radius: 6px;
	/*box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;*/
	padding-left: 10px;
	margin-right: 10px;
	box-shadow: inset 0 1px 0px 0px #b3b3b3;
	background: #fff;
	font-size: 9px;
}

div#header_support_number{
	margin-top: 5px;
}

div#login_form{
	margin-top: 8px;
	height: 23px;
	line-height: 1;
}

div#login_links{
	margin-top: 8px;
	text-align: left;
}

div#login_links a{
	color: #4e8abe;
	text-decoration: none;
}

div#login_links a:hover{
	text-decoration: underline;
}

button#login_button{
	width: 50px;
	font-size: 9px;
	margin-top: 2px;
	padding: 4px 0 5px 0;
}

button#login_button:active{
	padding: 5px 0 4px 0;
}


/********** End aux_header ************/

/********** Begin common_aux_pages **********/
html{
	height: 100%;
}

body{
	background: url('/images/header/bg_header.png');
	height: 100%;
}

div#container{
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	margin-bottom: -188px;
}

div#page_container{
	padding-left: 37px;
	padding-right: 37px;
	width: 886px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

div#breadcrumb_trail{
	height: 18px;
	width: 960px;
	color: #3d3d3d;
	font: 14px Verdana;
	margin-bottom: 15px;
	text-shadow: 0px 1px 1px #bbbbbb;
}

div#breadcrumb_trail #box{
	height: 12px;
	width: 12px;
	background-color: #1cb6e7;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 1px #bbbbbb;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

div#page_title{
	height: 30px;
	color: #3d3d3d;
	font: normal 30px/1 "Oswald", Verdana, sans-serif;
	margin-top: 15px;
	text-shadow: 0px 1px 1px #bbbbbb;
}

div#page_sub_title{
	color: #4e8abe;
	font: normal 11px/1 Verdana, sans-serif;
	margin-top: 10px;
	margin-left: 3px;
}

#page_sub_title a{
	color: #4e8abe;
	text-decoration: none;
}

#page_sub_title a:hover{
	text-decoration: underline;
}

div.page_info_blurb{
	margin-top: 30px;
	color: #3d3d3d;
	font: 16px "Lora", serif;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px #dddddd;
}

.product_sample{
	width: 160px;
	text-shadow: 0px 1px rgba(255, 255, 255, 1);
	cursor: pointer;
}

.product_sample:hover{
	text-decoration: underline;
	text-shadow: 0px 1px rgba(255, 255, 255, 0);
}

.product_sample .sample_label{
	font: normal 16px/1.0 "Oswald", sans-serif;
	padding-top: 2px;
}

.product_sample .sample_label a{
	color: #000000;
	text-decoration: none;
}

.product_sample .sample_label a:hover{
	text-decoration: underline;
}

.product_sample .sample_image {
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 5px;
}

.product_sample .sample_image_gis{
	background-image: url('/images/icons/gis.png');
}

.sample_image_vmm{
	background-image: url('/images/icons/vmm_or_wrg.png');
}

.product_sample .sample_image_wrg{
	background-image: url('/images/icons/vmm_or_wrg.png');
}

.product_sample .sample_image_report{
	background-image: url('/images/icons/report.png');
}

div#page_content_outer_border{
	margin-top: 20px;
	position: relative;
	width: 896px;
	background-color: #fdfdfd;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
}

div#page_content{
	width: 844px;
	border: 1px solid #d8d8d8;
	background-color: #ebebeb;
	padding: 25px;
	font: 12px "Lora", serif;
}

.page_info_blurb a{
	color: #4e8abe;
	text-decoration: none;
}

.page_info_blurb a:hover{
	text-decoration: underline;
}


/********** End common_aux_pages ************/

/********** Begin common_styles **********/
html {
    overflow-y: scroll;
}

a{
	color: #4e8abe;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input::-ms-clear{
  display: none;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.fancy_border{
	border: 1px solid #bfbfbf;
	background-color: #d1d1d1;
	box-shadow: 0px -1px rgba(255, 255, 255, 1), 0px 1px rgba(255, 255, 255, 1), 1px 0px rgba(255, 255, 255, 1), -1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px -1px rgba(255, 255, 255, 1), 0px 1px rgba(255, 255, 255, 1), 1px 0px rgba(255, 255, 255, 1), -1px 0px rgba(255, 255, 255, 1);
}

.align-right{
	text-align: right;
}

.align-left{
	text-align: left;
}

.align-center{
	text-align: center;
}

.jslink{
	color: #4e8abe;	
	cursor: pointer;
}

.jslink:hover{
	text-decoration: underline;
}

.noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.display-none{
	display: none;
}

.bold{
	font-weight: bold;
}

.padding-none{
	padding: 0px;
}

.popup_container{
	display: none;
}

div.form_errors{
	margin-top: 5px;
	color: red;
	font: 11px "Lora", serif;
}

div.form_errors ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.numeric{
	text-align: right;
}

input[type="text"]:disabled
{
	background: #dddddd;
}

#error_message{
	width: 700px;
	color: #ff0000;
	font: normal 14px/18px "Lora", sans-serif;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF, 0 -1px 0 #DDDDDD;
}

.duplicates_error {
    display: none;
    color: #ca0123;
    font-style: italic;
    width: 350px;
}
.visually_hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/********** End common_styles ************/

/********** Begin login **********/
div#login_page_container{
	width: 240px;
	background: #d5e7f5;
	background-image: -ms-linear-gradient(top, #d5e7f5, #d1dee9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5e7f5), color-stop(100%, #d1dee9));
	background-image: -webkit-linear-gradient(top, #d5e7f5, #d1dee9);
	background-image: -moz-linear-gradient(top, #d5e7f5, #d1dee9);
	background-image: -o-linear-gradient(top, #d5e7f5, #d1dee9);
	background-image: linear-gradient(top, #d5e7f5, #d1dee9);

	border: 1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);

	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div#login_page_container .title{
	color: #3d3d3d;
	font: 20px "Lora", serif;
	margin-left: 0px;
}

input.email_address{
	height: 25px;
	width: 190px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 6px;
	box-shadow: inset 0 1px 0px 0px #b3b3b3;
	color: #777;
	margin-top: 5px;
	margin-right: 10px;
	padding-left: 10px;
}

input.password{
	height: 25px;
	width: 190px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 6px;
	box-shadow: inset 0 1px 0px 0px #b3b3b3;
	color: #777;
	margin-top: 5px;
	margin-right: 10px;
	padding-left: 10px;
}

div.blurb{
	color: #4e8abe;
	font: 12px Verdana, sans-serif;
	padding-left: 1px;
	clear: both;
	margin-top: 3px;
}

button#login_page_button{
	width: 80px;
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 18px;
}

div#login_page_button_container{
	position: relative;
	width: 100%;
	float: right;
	margin-top: 15px;
	width: 90px;
}

div#login_message{
	color: #333333;
	font-family: "Lora", sans-serif;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 6px;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px #dddddd;
}

div#login_error_message{
	color: red;
	font-family: "Lora", sans-serif;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 6px;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px #dddddd;
}

.success{
	background-color: #9de494;
	border: 1px solid #30c41c;
}

.error{
	background-color: #f06464;
	border: 1px solid #ea1b1b;
}

div#email_input_container{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

div#password_input_container{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

div#remember_input{
	float: left;
	margin-top: 22px;
	width: 110px;
	font: 12px "Lora", serif;
}

div.login_page_links{
	margin-top: 20px;
	text-align: center;
	font: 12px "Lora", serif;
	text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px #dddddd;
}
.page_info_blurb a{
	font-size: 12px;
}

div#login_button_container{
	height: 65px;
}

/********** End login ************/

/********** Begin popup **********/
div.jqiwnfade{
	background-color: #999;
}

div.jqiwn{
	background: url('/images/header/bg_header.png');
	background-color: #ebebeb;
	font: normal 14px/1.5 "Lora", serif;
	border: 1px solid #999;
	padding: 10px;
	border-radius: 6px;
	min-width: 300px;
	max-width: 1500px;
	max-height: 500px;
	overflow-y: auto;
	width: 500px;
}

div.jqiwn #prompt {
	max-height: 400px;
	overflow-y: auto;
	max-width: 1500px;
	width: auto;
}

div.jqiwnclose{
	float: right;
	cursor: pointer;
	font: normal 10px/1 Verdana, sans-serif;
}

div.jqiwn .jqiwnbuttons{
	background: none;
	border-width: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 3px;
}

div.jqiwneula .jqiwnbuttons{
	background: none;
	border-width: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 3px;
}

div.jqiwnstate{
	padding-top: 10px;
	margin-left: 10px;
}

div.jqiwnmessage .popup_title{
	font: normal 20px/1 "Oswald", Verdana, sans-serif;
}

div.jqiwnmessage .popup_body{
	color: #3d3d3d;
	font: normal 14px/1.5 "Lora", serif;
	margin-top: 15px;
	margin-right: 10px;
}

div.jqiwnmessage .popup_subtitle{
	margin-top: 4px;
	font-size: 12px;
}

div.jqiwnmessage .section_header{
	color: #3d3d3d;
	font: normal 16px/1.5 "Lora", serif;
	margin-top: 15px;
	margin-left: 5px;
}

div.jqiwnmessage .api_header{
	color: #3d3d3d;
	font: normal 14px/1.5 "Lora", serif;
	margin: 10px 0px 10px 5px;
}

div.jqiwnmessage .section_content{
	margin-left: 10px;
	margin-right: 20px;
}

div.jqiwnbuttons{
	clear: both;
	height: 30px;
}

div.jqiwnbuttons button{
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	float: right;
	margin-left: 10px;
}

div.jqiwnmessage #popup_errors{
	color: #ff0000;
	margin: 10px 20px 0px 10px;
}

#popup_errors ul {
	padding-left: 20px;
}

.help_tool_icon{
	-moz-transform:scale(0.4);
    -webkit-transform:scale(0.4);
    transform:scale(0.4);
}


/********** End popup ************/

