/*@import "osh_jquery-ui.css";*/
@import "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css";

input:not([type]):focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=submit]:focus, textarea:focus, select:focus {
    background: #fcf3ba;
    outline: none;
	border:1px solid black;
    box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    -o-box-shadow: 0 0 5px #333;
    -ms-box-shadow: 0 0 5px #333;
}

input[type=radio]:focus,input[type=checkbox]:focus{
	outline: 1px solid black;
}

a:focus>img,a:hover>img{	
    border:1px solid black;
    box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    -o-box-shadow: 0 0 5px #333;
    -ms-box-shadow: 0 0 5px #333;
}

html,button,input,select,textarea,a,.buttonLink,p,div,label,legend,li,td {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	outline: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	min-width: 14em;
}

body {
	background: #fff;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}
#alert,#alert1,#alert2#alert3#alert4{background-color: #fff; border:none; color: #910A0A;}

.alert{background-color: #fff; border:none; color: #910A0A;}

#anonalert {
    background: #FEE8D6;
    padding: 8px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bluehighlight{
	background-color: #d0e1ef;
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

a {
	color: #005696;
    font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
}

a img {
	outline : none;
	border: 0;
	}

a:hover {
    color: #2a6496;
	text-decoration: underline;
}

iframe {
	border: 0px;
}

.s1{
	background-color:#91aaaa;
}
.s2{
	color: #101010;
}
h1 {
/*	font-size: 4.1em; */
	font-size: 1.545em;
	letter-spacing: -0.03em;
/*	text-transform: uppercase;*/
	color: #000;
	line-height: 0.9;
	margin: 0 0 0.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	margin: 0.6em 0 !important;
	letter-spacing: -0.03em;
/*	text-transform: uppercase;*/
	color: #000;
	line-height: 1;
    font-weight: normal;
}

h3 {
	font-size: 1.6em;
	color: #000;
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
}

h5 {
	font-size: 1.2em;
	margin: 0;
	color: #000;
	font-weight: normal;
}

h6 {
	font-size: 1em;
	margin-bottom: 2px;
	font-weight: 700;
	color: #000;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color: #000;
	text-decoration: underline;
}
/*	copied from document.css*/
h1 {
	font-size: 1.545em;
	font-weight: bold;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom:0.727em;
}

h2 {
	font-size: 1.364em;
	line-height: 1.455em;
	margin-top:1em;
	margin-bottom:0.60em;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-size:1.091em;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0;
}

p {
    font-size: 1em;
    line-height: 1.3em;
}

/*	copied from document.css end*/
/*input[type="text"],textarea,select{min-width:75%;}*/

input[type="text"],textarea{min-width:75%;}

input[type="submit"] {
    min-width: 10em;
    background: #284F91 !important;
    border-color: #BDC710 !important;
    color: #FFF !important;
    border-radius: 3px;
    border-width: 0;
    text-shadow: none;
    padding: 0.4em 1.2em;
    margin: 0.1em 0em;
	-webkit-appearance: button;
}

input[type="checkbox"] {
    min-width: 2em;
}

select[disabled], input[disabled], textarea[readonly] {
	-webkit-text-fill-color: rgba(85, 85, 85, 1); 
	-webkit-opacity: 1; 
	color: rgba(85, 85, 85, 1); 
	background: rgb(235, 235, 228) !important;
	
	/* background-color: rgb(235, 235, 228) !important;
    color: #555 !important;
	-webkit-text-fill-color: #555 !important;
	-webkit-opacity: 1 !important; */
}

/*address search results table*/
tr:nth-child(odd) {background-color: #f2f2f2}
th {
    background-color: #d0e1ef;
    color: #005696;
}

/*class for hidden elements*/
.hidden {
    visibility: hidden;
	display: none;
}

li {
    padding-bottom: 2px;
	padding-top: 2px;
}

ul {
    margin-top: 0;
}


/* tooltip styling */
.ui-tooltip, .arrow:after {
    background: #ffc;
    border: 1px solid black;
  }
  .ui-tooltip {
    padding: 10px 10px;
    color: white;
    border-radius: 5px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

a, a:link, a:visited {
    color: #005696;
    font-weight: 600;
    text-decoration: none;
}
  
a:hover, a:active, a:focus {
    text-decoration: underline;
}

.ui-tooltip-content ul{
	list-style-position: inside;
    padding-left:0;
}

.ui-progressbar {
    position: relative;
  }

.ui-progressbar-value {
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    padding-left: 10px;
}

.progresslabel {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background-color: #6FE180;
    background: -moz-linear-gradient(center top, #ACFFB9, #6FE180) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ACFFB9), to(#6FE180) );
	/*background: #6FE180 url(images/ui-bg_highlight-soft_75_#6FE180_1x100.png) 50% 50% repeat-x;*/
    color: #222222;
    font-weight: bold;
}

#lock
{
    display: none;
    z-index: 1001;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000000;
    filter: alpha(Opacity=10);
    opacity:0.1;
    padding-top: 0px;
    font-weight: bold;
}

#lockMsg {
    z-index: 2000;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 2px;
    width: 100%;
    text-align: center;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

.mapcontainer {
    position: relative;
    width: 100%;
    height: 500px;
	border: solid 1px #ccc;
}
#mapframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

/* styling of the confirm statements */
[for*="tckConfirm"] {
    font-style: italic;
}

[for*="tckConfirm"] + ul li {
    font-size: 12px;
}

#privacystatement {
    font-size: 12px;
	background: #efefef;
    padding: 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
