@import "../scripts/dojo-release-1.1.1/dojo/resources/dojo.css";
@import "../scripts/dojo-release-1.1.1/dijit/themes/tundra/tundra.css";

/*-------------------- General Formatting --------------------*/

html, body {
	height: 100%;
	width: 100%;
    overflow: hidden;   /* erase window level scrollbars */
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.feedbackPanelERROR { 
	color: red;
}

/*-------------------- Header Formatting --------------------*/

.header {
    font-family:Verdana, Arial, sans-serif;
    color:#ffffff;
    font-family:Verdana, Arial, sans-serif;
    font-size: xx-large;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 3px;
    width: 100%;
    background-image: url("../images/ripples.jpg");
    background-repeat: repeat-x;
}

.headermenu {
    font-family:Verdana, Arial, sans-serif;
    color:#ffffff;
    font-family:Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 1px;
    width: 100%;
    text-align: right;
    background-image: url("../images/ripples.jpg");
    background-repeat: repeat-x;
}

.header table, .header td, .header th {
	background-color:#000066;
	font-family:Verdana, Arial, sans-serif;
	color:#ffffff;
	border: 0px;
	padding: 0px;
	font-size: medium;
}

.header td a, .header td a:visited {
    color:#ffffff;
    font-size: small;
    text-decoration: none;
}

.header td a:hover {
    color: cyan;
}

.headermenu a, .headermenu a:visited {
    color:#ffffff;
    font-size: small;
    text-decoration: none;
}

.headermenu a:hover {
    color: cyan;
}

/*-------------------- Footer Formatting --------------------*/

.footer {
    background-image: url("../images/ripples.jpg");
    background-repeat: repeat-x;
    font-family:Verdana, Arial, sans-serif;
    font-size: x-small;
    color:#ffffff;
    padding: 1px;
    width:100%;
}   

.footer a {
    background-image: url("../images/ripples.jpg");
    background-repeat: repeat-x;
    font-family:Verdana, Arial, sans-serif;
    font-size: x-small;
    color:#ffffff;
    padding: 1px;
    width:100%;
    text-decoration: none;
}   

.footerRight {
    background-color:#000066;
    font-family:Verdana, Arial, sans-serif;
    color:#ffffff;
    float: right;
}   

.footerLeft {
    background-color:#000066;
    font-family:Verdana, Arial, sans-serif;
    color:#ffffff;
    float: left;
}   

/*-------------------- Accordian Layout Formatting --------------------*/

.accBody {
	overflow: auto;
}

.accLabel {
	border: 1px solid #663333;
	background: #cc9966;
	color: #fff;
	font-weight: bold;
	text-indent: 2px;
}

.accLabel :hover {
	cursor: pointer;
}

/*-------------------- Data Form Formatting --------------------*/

.formOptionalQuestion {
    background-color:#d0e3f5;
    padding:0px;
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
    color:#5a5a5a;
    text-align: left;
}

.formRequiredQuestion {
    background-color:#d0e3f5;
    padding:0px;
    font-weight:bold;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
    color:#5a5a5a;
    text-align: left;
}

.formTable {
	background-color:#f5eede;
	padding:0px;
	margin-top:1px;
	margin-left:3em;
	margin-bottom:1px;
}

.formRow {
	background-color:#f5eede;
}

.formAnswer {
    background-color:#f5eede;
    padding:0px;
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
}

.formNormalAnswer {
    padding:0px;
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
}

.formWideAnswer {
    padding:0px;
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
    width: 220px;
}

.formWideAnswer option {
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
}

.formWideTextArea {
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
    width:100%;
}

.formDoubleWideAnswer {
    padding:0px;
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
    width: 360px;
}

.formWideHighAnswer {
    padding:0px;
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
    width: 360px;
    height: 100%;
    overflow:auto;
}

.formFullWideHighAnswer {
    padding:0px;
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
    width: 100%;
    height: 100%;
    overflow:auto;
}

.formDateAnswer {
    padding:0px;
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
    width: 10em;
}

.formTimeAnswer {
    padding:0px;
    font-weight:normal;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
    width: 8em;
}

.small {
	width: 2.5em;
}

.medium {
	width: 10em;
}

.long {
	width: 20em;
}

.myValidateColorValid {
    background-color: #ffffff;
}
.myValidateColorInvalid {
    background-color: #ff9966;
}

.myValidateColorEmpty {
    background-color: #ffffff;
}

.inline {
	display: inline;
	float: none;
	clear: none;
}

span.invalid, span.missing {
	display: inline;
	margin-left: 1em;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
	color: #f66;
	font-size: 0.9em;
}

/*-------------------- "View Live" Formatting --------------------*/

#MainMap {
    width: 99%;
    height: 99%;
    border: 1px solid black;
}

#MainLists {
	height: 100%;
	width: 100%;
	left: 0%;
	top: 0%;
	position: relative;
}

/*-------------------- List Table Formatting --------------------*/

.listTable {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}

.listTable caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}

.listTable td, .listTable th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}

.listTable thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}

.listTable tfoot th, .listTable tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}

.listTable tfoot th {
	font-weight: bold;
}

.listTable tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}

.listTable tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}

.listTable tbody th a {
	/* background: transparent; */
	background: #ffffd9;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}

.listTable tbody th a:visited {
	color: #b98b00;
}

.listTable tbody th, .listTable tbody td {
	vertical-align: top;
	text-align: left;
}

.listTable tfoot td {
	border: 1px solid #996;
}

/*
.listTable tbody tr:hover {
	background: #ffffd9;
}
*/

/*-------------------- Icon Table Formatting --------------------*/

.iconTable {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}

.iconTable td, .iconTable th {
	border: 1px solid #e0e0e0;
	padding: 0px;
}

.iconTable thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}

.iconTable tbody th, .iconTable tbody td {
	vertical-align: middle;
	text-align: center;
}

/*-------------------- Tight Table Formatting --------------------*/

.tightTable {
	background-color:#fff;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	border: 0px;
}

.tightTable td {
	border: 0px;
	padding: 0px;
}

/*-------------------- OpenLayers Formatting --------------------*/

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;  
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;   
}
.olControlAttribution {
    font-size: smaller; 
    right: 3px; 
    bottom: 4.5em; 
    position: absolute; 
    display: block;
}
.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
}
.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
} 

div.olControlMousePosition {
    bottom: 0em;
    right: 3px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
}

.olControlOverviewMapContainer {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.olControlOverviewMapElement {
    padding: 10px 18px 10px 10px;
    background-color: #00008B;
    -moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton {
    right: 0px;
    bottom: 80px;
}    

.olControlOverviewMapMaximizeButton {
    right: 0px;
    bottom: 80px;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size:1.2em;
    margin-right:6px;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding:5px;
}    
.olControlNavToolbar { 
    width:0px;
    height:0px;
}    
.olControlNavToolbar div { 
  display:block;
  width:  28px;
  height: 28px;
  top: 300px;
  left: 6px;
  position: relative;
}

.olControlNavToolbar .olControlNavigationItemActive { 
  background-image: url("img/panning-hand-on.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlNavigationItemInactive { 
  background-image: url("img/panning-hand-off.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemActive { 
  background-image: url("img/drag-rectangle-on.png");
  background-color: orange;
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemInactive { 
  background-image: url("img/drag-rectangle-off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar  {
    float:right;
    right: 0px;
    height: 30px; 
    width: 200px;
}
.olControlEditingToolbar div { 
  float:right;
  width:  24px;
  height: 24px;
  margin: 5px;
}
.olControlEditingToolbar .olControlNavigationItemActive { 
  background-image: url("img/pan_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlNavigationItemInactive { 
  background-image: url("img/pan_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive { 
  background-image: url("img/draw_point_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive { 
  background-image: url("img/draw_point_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive { 
  background-image: url("img/draw_line_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive { 
  background-image: url("img/draw_line_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { 
  background-image: url("img/draw_polygon_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { 
  background-image: url("img/draw_polygon_on.png");
  background-repeat: no-repeat;
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}

.olControlScaleBar {
    bottom: 10px;
    left: 15px;
    font-family: sans-serif;
    color: #00008B;
}

.olControlScaleBarBar {
    height: 11px;
    top: 12px;
    background-color: #00008B;
    background-image: url('img/scalebar-bar.png');
    background-position: 0 0;
    background-repeat: repeat-x;
}

.olControlScaleBarBarAlt {
    height: 11px;
    top: 12px;
    background-color: #00008B;
    background-image: url('img/scalebar-bar.png');
    background-position: 0 0;
    background-repeat: repeat-x;
}

.olControlScaleBarMarkerMajor {
    height: 13px;
    width: 13px;
    top: 12px;
    background-image: url('img/scalebar-marker.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 5000;
}

.olControlScaleBarMarkerMinor {
    height: 13px;
    width: 13px;
    top: 12px;
    background-image: url('img/scalebar-marker.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 5000;
}

.olControlScaleBarNumbersBox {
    height: 13px;
    width: 40px;
    top: 24px;
    font-size: 9px;
}

.olControlScaleBarLabelBox {
    height: 15px;
    top: -2px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.olControlScaleBarLabelBoxSingleLine {
    height: 15px;
    width: 35px;
    top: 0px;
    left: 10px;
    font-size: 13px;
}

.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

/*-------------------- dojo Formatting --------------------*/

.dojoPopupContainer {
    border: solid 1px rgb(240, 240, 240);
    background: rgb(250, 250, 250);
    font: normal 12px Arial;
    padding: 10px;
}
