/* ----- FRAMEWORK ------------------------------------------------- */
html {
  color:#000000;
  background-color: #114d95;
}
#doc3 {
  margin: auto;
}
#nav-panel, #nav-panel-top, #nav-panel-bottom {
  position: absolute;
  width: 210px;
  color: white;
}
#nav-panel {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 5px 0px 5px 5px;
  background-image: url(../images/bg-left-col.png);
  background-position: top right;
  background-repeat: repeat-y;
  z-index: 1;
}
#nav-panel-top {
  height: 105px;
  overflow: hidden;
}
#nav-panel-bottom {
  width: 199px;
  top: 105px;
  bottom: 0px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
#main-map {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}
#disclaimer {
	position: absolute;
	right: 5px;
	z-index: 1;
}
#disclaimer {
	bottom: 5px;
}

/* ----- PAGE LINKS --------------------------------------------- */
a:link, a:visited {
  text-decoration: none;
}
a:visited {
}
a:hover {
  text-decoration: underline;
}
a:active {
}
#map-icon-menu a:link, #map-icon-menu a:visited {
  color: #114d95;
}
#nav-panel a:link, #nav-panel a:visited {
  color: white;
}
a.login {
  color: #114d95;
  font-weight: bold;
}

/* ----- FONTS --------------------------------------------- */
html,body,a,select,input,button,textarea,button{
  font-family: Arial, Helvetica, sans-serif
}
h1,h2,h3,h4,h5,ul.actionMessage li, ul.errorMessage li,
.label, .required, .required-star,
.required .wwlbl .label {
  font-weight: bold;
}
.legend, .wwgrp, .wwlbl, .wwlbl .label {
  font-weight: normal;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em
}
h3 {
  font-size: 2em
}
h4 {
  font-size: 1.5em
}
h5 {
  font-size: 1.38em
}
.required-star {
	color: red;
}
.font-med {
  font-size: 85%;
}
.font-small {
  font-size: 70%;
}
.displayTitle {
	margin-bottom: 0.5em;
}
ul.errorMessage li {
  color: #ff0000;
}
ul.actionMessage li {
  color: green;
}
#disclaimer {
  color: #000000;
}
#nav-panel-top a {
	font-size: 85%;
}
/* ----- FORM ELEMENTS --------------------------------------------- */
input.typText, input.typTextSm, select.typText, select.typTextSm {
  border: 1px solid #41647d;
}
input.typText, select.typText {
  border: 1px solid #41647d;
  height: 20px;
  width: 200px;
}
input.typTextSm, select.typTextSm {
  height: 20px;
  width: 75px;
}
fieldset {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 1.5em;
}
.legend {
	margin: 0 0 1em 0;
	padding: .5em 0 .5em 1em;
	width: 100%;
	background-color: #f5f5f5;
	border-top: 1px solid #BFBAB0;
	border-bottom: 1px solid #BFBAB0;  
}
fieldset ol {  
	padding: 1em 1em 0 1em;
	list-style: none;
}
/* ensure a parent contains any of its floated children is to also float the parent */
fieldset li {  
	padding-bottom: 0.5em;
}
fieldset.submit {
	float: left;
	width: auto;  
	border-style: none;  
	padding-left: 9em;  
	background-color: transparent;
	background-image: none;
}
.form-grp {
	margin-bottom: 1em;
}
.form-label {
    margin-bottom: 0.15em;
}
/* Left-aligning Text Labels */
#loginControls label {
    float: left;
	width: 7em;
	margin-right: 1em;
}
#form-line {
	clear:both;
	margin-bottom:1em;
	width:100%;
	height:3px;
    background-image: url(../images/bg-hrz-line.png);
    background-position: left;
    background-repeat: repeat-x;
}
#loginForm {
  position: absolute;
  top: 165px;
}
#loginForm h5 {
  float: left;
  margin-left: 5.75em;
}
#loginForm .wwctrl {
  float: left;
  margin-top: 0.5em;
}
#loginForm label {
  margin-top: 0.5em;
  text-align: right;
  font-weight: bold;
}
#loginBtn {
  float: left;
  width: 12.25em;
  margin-top: 0.5em;
}
#loginControls {
	display: none;
}
#loginControls .lc-links {
	float: left;
	margin-left: 8em;
	margin-top: 0.25em;
	clear: both;
}
#jsNotice {
	border: 1px dotted #000000;
	background-color: #ffffff;
	margin: 0.5em;
	padding: 1em;
    text-align: left;
}

/* ----- EXTRAS -------------------------------------------------- */

#map-nav-control {
	position:absolute;
	left:220px;
	top:10px;
	z-index:1;
}
#map-icon-control {
	cursor: pointer;
	position: absolute;
	left: 305px;
	top: 32px;
	z-index: 1;
}
#map-icon-menu {
	position: absolute;
    left: 305px;
    top: 65px;
    z-index: 1;
}
#map-legend {
    position: absolute;
    left: 450px;
    top: 35px;
    z-index: 1;
    padding: 5px;
    background-color: white;
}
#legend-content {
	/*color: white;*/
}
#legend-content-table {
	margin: 5px 0 0 0;
	padding: 0px;
}
#legend-content-container {
	position: absolute;
	x: -500;
	y: -500;
	z-index: -1000;
	visibility: hidden;
}
#login-area {
  width: 640px;
  height: 430px;
  background-image: url(../images/login-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
#loginMsg {
  position: absolute;
  top: 80px;
  text-align:left;
  width:100%;
  z-index:1000;
}
#device-detail-content, #device-archive-content {
  margin-top:-0.75em;
  float:left;
  width:100%;
  height:360px;
  overflow:auto;
}
#device-archive-content {
  height:300px;
}
.errorMessage {
  background-image: url(../images/icon-error-32.png);
  background-repeat: no-repeat;
  background-position: 8px;
  padding: 15px 15px 15px 50px;
  background-color: #ffecec;
  border: 1px solid #ff0000;
}
.actionMessage {
  background-image: url(../images/icon-ok-32.png);
  background-repeat: no-repeat;
  background-position: 8px;
  padding: 15px 15px 15px 50px;
  background-color: #dcffdc;
  border: 1px solid green;
}
ul.errorMessage, ul.actionMessage {
	margin: 1em 0;
}
.debug {
  border: 1px solid red;
}
.dots-blue {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  background-image: url(../images/dot-blue.gif);
  background-position: left;
  background-repeat: repeat-x;
  clear: both;
}
.header, .cell {
  float: left;
  line-height: 1.5em;
}
.header {
  font-weight: bold;
}
.w50 {
  width: 50px;
}
.w75 {
  width: 75px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w175 {
  width: 175px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w375 {
  width: 375px;
}
.w450 {
  width: 450px;
}
.data-table td {
  padding-bottom: .5em;
  font-size: 1.25em;
}
li .label, li .value {
  margin: 0.25em 0;
}
li .label {
  float: left;
  padding-left: 1em;
  width: 45%;
}
li .value {
  float: right;
  width: 40%;
  padding-right: 1em;
  text-align: left;
}
div.wwgrp br {
	/* overcome struts br tag */
	display: none;
}
div.wwctrl {
    /*position: relative;
	display: inline;*/
}
.tab-icon, .status-icon {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: none;
}
.map-callout-bg, .map-callout-bg-top, .map-callout-bg-btm {
	width: 226px;
} 
.map-callout-bg {
	background-image: url(../images/map-callout-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.map-callout-bg-top {
	height: 21px;
    background-image: url(../images/map-callout-bg-top.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.map-callout-bg-btm {
    height: 53px;
    background-image: url(../images/map-callout-bg-btm.png);
    background-position: top center;
    background-repeat: no-repeat;
}
/* ----- YUI OVERRIDES --------------------------------------------- */

/* sam skin container.css overrides */
.mask {
  background-image: url(../images/bg-mask-75.png);
  background-repeat: repeat;
}
.yui-skin-sam .yui-panel .hd,.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft {
	border-style: solid;
	border-width: 0 1px;
	border-color: #808080;
	margin: 0 -1px; *
	margin: 0; *
	border: 0;
}
.yui-skin-sam .yui-panel .hd {
	border-bottom: solid 1px #808080;
}
.yui-skin-sam .yui-panel .hd {
	padding: 0 10px;
	font-size: 93%;
	letter-spacing: 0.5px;
	line-height: 2; *
	line-height: 1.9;
	font-weight: bold;
	color: #ffffff;
  background-image: url(../images/bg-panel-hd.png);
  background-position: left;
  background-repeat: repeat-x;
}
.yui-skin-sam .yui-panel .bd {
    background-color: #ffffff;
    background-image: url(../images/bg-panel.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
.yui-skin-sam .yui-panel .ft {
    background-color: #caedff;
}

/* sam skin tabview.css overrides */
.yui-skin-sam .yui-navset .yui-nav,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
	border: solid #114d95;
	border-width: 0 0 3px;
	zoom: 1;
}
.yui-skin-sam .yui-navset .yui-nav a,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
	background: #ffffff
		url("../images/awosweb-sprite.png")
		repeat-x;
	border: solid #a3a3a3;
	border-width: 0 1px;
	color: #000;
	position: relative;
	text-decoration: none;
}
.yui-skin-sam .yui-navset .yui-nav a em,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em	{
	border: solid #e9e9e9;
	border-width: 1px 0 0;
	cursor: hand;
	padding: .25em .75em;
	left: 0;
	right: 0;
	bottom: 0;
	top: -1px;
	position: relative;
}
.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a:focus,.yui-skin-sam .yui-navset .yui-nav .selected a:hover {
	background: #426fd9
		url("../images/awosweb-sprite.png")
		repeat-x left -1400px;
	color: #fff;
}
.yui-skin-sam .yui-navset .yui-content {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
}
.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    border: none;
    padding: 0.25em 0.5em;
}