
/* CSS Document */
@import url("layout.css");
/*@import url("timeseries.css");
@import url("revise_plan.css");
@import url("user_admin.css");
@import url("timeseries_admin.css");
@import url("user_profile.css");*/
@import url("logon.css");

body {
  margin-top: 0;
  margin-left: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.80em;
  color: black;
  padding: 0 0 0 0;
}

/* settings for specified tags */
p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

fieldset {
  border-style: none;
  padding: 0 0 0 0;
}

a:link, a:visited {
  color: #464646;
}

a:hover {
  text-decoration: none;
}

/* highlights the input elements, which are currently focused */
input[type=text]:focus, input[type=password]:focus, textarea:focus {
   background-color: #FFFAFA;
}

/* overall background settings - background color settings for layout containers */
body {
  background-color: white;
}

.moduleMenu, .moduleContent {
   background-color: white;
}

#mainMenu li.selected, #content,#contentMap, #logonContent {
	background-color: #DCDCDC;
}

.menu li, #mainMenu {
  background-color: gray;
}

/* overall border settings - border setting for layout containers */
.moduleMenu, .moduleContent, #content,#contentMap, #logonContent, #mainMenu li.selected {
  border: 1px solid #708090;
}

/* header img */
#header {
  background-image:  url("../images/logo.jpg");

}

/* selectors on menu items appearance */

li {
	font-weight: bold;
}

.menu a:link, .menu a:visited {
	text-decoration: none;
	color: white;
}

.menu a:hover {
	text-decoration: underline;
}

/* mainMenu specifics */
#mainMenu {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#mainMenu li {
	padding: 2px 0.5em 0 0.5em;
	margin: 0 0 0 0;
	height: 1.6em;
}

#mainMenu li.selected {
	border-bottom: none;
}

#mainMenu .selected a:link, #mainMenu .selected a:visited {
	color: #708090;
}
/*content for logon page. */
#logonContent {
	padding: 0.6em 0.6em 0.6em 0.6em;
	border-top: none;
	/*height:100%; set to fix IE bug*/
}

/* content - container for moduleMenu + moduleContent */
#content {
	padding: 0.6em 0.6em 0.6em 0.6em;
	border-top: none;
	min-height:56em; /*opera hack*/
	height:100%;/* set to fix IE bug*/
	width: expression((documentElement.clientWidth < 1024) ? "1024px" : "auto" ); /* set to fix IE shortcomings for resizing browser*/
	min-width: 935px;

	/*overflow: scroll;*/

}

/* content - container for map content */
#contentMap {
	padding: 0.6em 0.6em 0.6em 0.6em;
	border-top: none;
	min-height:56em; /*opera hack*/
	height:100%;/* set to fix IE bug*/
	width: expression((documentElement.clientWidth < 1200) ? "1200px" : "auto" ); /* set to fix IE shortcomings for resizing browser*/
	/*min-width: 935px;*/

	/*overflow: scroll;*/

}



/* moduleMenu - contains module-specific menu */
.moduleMenu {
	margin-right: 0.3em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 18em;
}

.moduleMenuList a:link, .moduleMenuList a:visited {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.moduleMenuList a:hover {
  background: gray;
  color: white;
}

.moduleMenuList {
  list-style: none;
  margin: 0 0 0 0;
  font-weight: bold;
  padding: 0 0 0 0;
}

.moduleMenuList li {
  text-align: left;
  border-bottom: 1px solid gray;
}

.moduleMenuList a {
  display: block;
  width: 100%;
}

/* moduleContent - contains module-specific content */
.moduleContent {
	padding: 0.1em 0.1em 0.1em 0.1em;
	height: 26em;
}

/*IExplorer min-height hack - sets the min-height for Opera and Mozilla */
html>body .moduleContent {
  height: auto;
  min-height: 26em;
}

.expanderHeader {
   width: 100%;
   background-image:  url("../images/arrow_down.png");
   background-position: right center;
   background-repeat: no-repeat;
   background-color: white !important;
   border-top: 1px solid black !important;
   border-bottom: 1px solid black !important;
   text-align: left !important;
   font-weight: bold;
}

.expanderHeader:hover {
   cursor: pointer;
}

.expanderHeader2 {
   width: 100%;

   background-position: right center;
   background-repeat: no-repeat;
   background-color: white !important;
  /* border-top: 1px solid black !important;*/
   border-bottom: 1px solid gray;
   text-align: left !important;
   font-weight: bold;
   font-size:   130% !important;
}

.expanderHeader2:hover {
   cursor: pointer;
}

/* display of forms within the main content */
.moduleContent label {
  display: block;
  float: left;
  width: 12em;
  font-weight: bold;
}

.moduleContent input {
  margin: 0.2em 0 0.2em 0;
}

.moduleContent table {
  /*margin-top: 1em;
  margin-bottom: 1em;*/
  margin-top: 0;
  margin-bottom: 0;
  border-spacing: 0;
}

.moduleContent table caption {
  font-weight: bold;
  text-align: left;
}

.moduleContent th, .moduleContent td, .moduleContent caption {
  padding: 0 0.2em 0 0.2em;
}

.moduleContent th, .moduleContent td {
  text-align: left;
}

.moduleContent table, .moduleContent caption {
  border-top: 1px solid gray;
}

.moduleContent table, .moduleContent table thead th {
  /*border-bottom: 1px solid black;*/
}

.moduleContent #graphContainer {
  text-align: left;
}

.moduleContent #graphSettingsContainer {
/*  text-align: left;*/
/*  background-color: #e6edfa;*/
  padding: 0.3em 0.3em 0.3em 0.3em;
/*  width: 20em;*/
  border-top: 1px solid #708090;
  border-bottom: 1px solid #708090;
}

/* basic styles for table rows in data presentations */
.maxValue {
    border-right: solid 1.5pt red;
    /*color: red;*/
}

.minValue {
    border-right: solid 1.5pt blue;
    /*color: blue;*/
}

input.timeValueInput {
    text-align: right;
    margin-right: 0.3em; /* To make the min-max border color be closer to its cell than the following cell */
}

.cellError {
    border: solid 1.5pt red;    
}

.evenRow {
	background-color: #FFF6E5;
}

.oddRow {
	background-color: #e6edfa;
}

.oddSection tr.oddRow td {
    background-color: #FFFFE0;
}
.oddSection tr.evenRow td {
    background-color: #f1f1a9;
}

.moduleContent caption {
	background-color: #FFEDD2;
}

.moduleContent thead tr {
  background-color: #FFCC99;
}

.errormsg {
    color: red;
}

.infomsg {
    color: blue;
}
