#GWTopTabsLayer {
  position:absolute;
  left:434;
  top:93px;
  height:12px;
  z-index:1;
  padding:0px;
  margin:0px;
}

#GWControlsLayer {
  position:absolute;
  left: 434px;  
  top: 131px;
  width: 325px;
  z-index:1;
  padding:0px;
  margin:0px;
  visibility:visible;
  border-right: 1px silver solid;
  border-top: 1px silver solid;
}

#GWPlotsLayer {
  position:absolute;
  left:434px;
  top: 131px;
  width: 325px;
  z-index:2;
  padding:0px;
  margin:0px;
  visibility:hidden;
  border-right: 1px silver solid;
  border-top: 1px silver solid;
}

#GWLayersLayer {
  position:absolute;
  left:434px;
  top: 131px;
  width: 100%;
  z-index:2;
  padding:0px;
  margin:0px;
  visibility:hidden;
  border-right: 1px silver solid;
  border-top: 1px silver solid;
}

.grey_border {
  border: 1px solid #cccccc;
}

.boldlabel
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #339;
}

/* .title
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
} */ 

/* these classes are from the new gulf of maine council web site. */ 
.title
{
	font-size: 14px;
	font-weight: bold;
	color: #333399;
	margin: 0 0 8px 0;
	}
	
.subtitle
{
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	margin: 0 0 8px 0;
	font-style: italic; 
	}

a#title
{
	font-size: 14px;
	font-weight: bold;
	color: #333399;
	margin: 0 0 8px 0;
	text-decoration: none; 
	}

a#title:hover 
{
	font-size: 14px;
	font-weight: bold;
	color: #333399;
	margin: 0 0 8px 0;
	text-decoration: underline; 
	}
	
.title_a
{
	font-size: 14px;
	font-weight: bold;
	color: #c60;
}

.inputBox
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  border-width: 0px;
  background-color: #ffffff;
}

.gw_qzoom_label
{
  font-family: sans-serif, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #339;
} 

.gmc_text
{
  font-family: sans-serif,Arial;
  font-size: 11px;
  font-weight: bold;
  color: #909090;
} 

.gmc_text_lt
{
  font-family: sans-serif; Arial;
  font-size: 11px;
  color: #909090;
} 

.gmc_text_blk
{
	font-family: sans-serif; Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
} 

.gmc_qry_text
{
	font-family: sans-serif,Arial;
	font-size: 14px;
	font-weight: bold;
	color: #606060;
} 

.gmc_qry_lbl
{
	font-family: sans-serif,Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333399;
	margin: 0 0 8px 0;
} 

.gmc_text_tiny
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
} 

.gmc_list
{
	height:13px;
	list-style-type: disc;
}

.gmc_text_orange
{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c60;
	text-decoration: underline; 
}

.text_orange
{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic; 
	color: #c60;
}

/* GRAPHING AND DOWNLOAD STYLES */

/* reasonable attempt to prevent wrapping, and
   set std styles */
#center { min-width: 625px; font-size: 10px; }

#center a, a:visited { color: #06F; text-decoration: none; }
#center a:visited { color: #06F; text-decoration: none; }
#center a:active { color: #FFF; background-color: #69F }
#center a:hover { color: #FFF; background-color: #69F }

/* Main frame & tabs */
.tabcell {
	float: left;
	position: relative;
	vertical-align: bottom;
}

#tabs {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	max-width: 900px;
	width:expression(document.body.clientWidth > 630 ? "630px" : "auto");
}

div.active {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #F5F5F5;
	color: #000;
	height: 16px;
	padding-top: 8px;
	border-top: solid 1px #69C;
	border-bottom: solid 1px #F5F5F5;
}

div.inactive a { padding-top: 2px; }
div.inactive {
	background-color: #E8E8E8;
	margin-top: 4px;
	height: 16px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #69C;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
}

img.tabcorner {
	border: 0px;
	padding: 0px;
	margin-bottom: -3px;
}

/* structural interior of work area */

#workarea {
	width: 90%;
	margin-top: -1px;
	border: solid 1px #69C;
	padding: 14px;
	background-color: #F5F5F5;
	max-width: 1100px;
	min-width: 610px;
	min-height: 350px;
}

#workleftcol {
	float: left;
	max-width: 58%;
	width:expression(document.body.clientWidth < 640 ? "300px" : "auto");
}

/*
	max-width: 280px;
*/
#workrightcol {
	float: right;
	max-width: 38%;
	width:expression(document.body.clientWidth > 640 ? "300px" : "auto");
}

div.clearer {clear: both; line-height: 0; height: 0;}

/* styles of boxes... */

div.workleft {
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #AAA;
}

div.workright {
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #69C;
	background-color: #ECF1F9;
}

div.workright_in {
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #999;
	background-color: #F5F5F5;
	color: #666;
}

div.workleft input {
	margin-bottom: 0em;
	margin-top: 0.5em;
}

/* smaller items */
.gndinput { color: #333; font-size: x-small; }
.gndoutput { color: #333; font-size: 12px; }


.has_some { color: #633; }
.has_none { color: #933; }
.action_completed {
	color: #3A3;
	font-weight: bold;
}
.nudge_radio {
	margin-bottom: -4px;
	margin-left: 2px;
	margin-right: 2px;
}

.datat {
	empty-cells: show;
	margin: 10px;
	border: 1px gray solid;
	text-align: center;
}

tr.datat {
	font-size: 75%;
}

th.datat {
	background-color: #AAA;
}

td.datat {
	background-color: #F0F0F0;
}

#aboutDiv {
	visibility: hidden;
	position: absolute;
}

#helpDiv {
	visibility: hidden;
	position: absolute;
}

#graphDiv {
	visibility: visible;
	position: absolute;
}


