.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
} /* IE6 */

*:first-child+html .clearfix {
  zoom: 1;
} /* IE7 */

:focus {
  outline: 1px dotted #036;
}

body {
  font-size: .6875em;
  line-height: 1.5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003366;   /* color was # 000 */
  margin: 0px 0px;
  padding: 0;
  background-color: #FFF;
}
h1 {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0px;
  font-size: 125.01%;
  color: #003366;    /* color was # 000 */
}
h2 {
  margin-top: 1.2em;
  color: #003366;
  font-size: 110.01%;
  font-weight: bold;
}
h3 {
  font-size: 110.01%;
  color: #7D9931;
  font-weight: normal;
}

a,
a:link,
a:visited,
a:active {
  color: #003366;
  text-decoration: underline;
}
p {
  line-height: 1.5em;
}
ul {
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
}
img {
  border: none;
}
fieldset {
  margin-bottom: 20px;
}
legend {
  font-weight: bold;
  font-size: 1.3em;
}
th.noth {
  font-weight: normal;
  text-align: left;
}
/***********************************************/
/* HEADER                                      */
/***********************************************/
div.header {
  margin-right: 7px;
}
/***********************************************/
/* HEADER LOGO                                 */
/***********************************************/
div.header div.logo {
  background-color: #FFF;
  padding-bottom: 10px;
}
div.header div.logo a {}
div.header div.logo a img {
  border: 0;
}
/***********************************************/
/* HEADER NAVIGATION                           */
/***********************************************/
div.header div.navigation {
  background-color: #036;
  padding-left: 20px;
}
div.header div.navigation ul {
  margin: 0;
  padding: 0;
}
div.header div.navigation ul li {
  float: left;
}
div.header div.navigation ul li a {
  color: #FFF;
  text-decoration: none;
  padding: 3px;
  display: block;
  font-weight: bold;
}
div.header div.navigation ul li a:hover,
div.header div.navigation ul li a:focus {
  background-color: #B0D7DE;
  color: #036;
}
/***********************************************/
/* Container,                                  */
/***********************************************/
#container {
  background: #EBF5F6 url(pics/shadow-body_right.gif) repeat-y right;
  margin-bottom: 16px;
  width: 1000px;   /* width was 73.55em */
  padding: 0; /* padding was 12px */
  margin: 0 120;  /* change margin for positioning layout */
  max-width: 98%;
}
#container div.contentContainer {
  background: #EBF5F6 url(pics/dots.gif) repeat-y 315px bottom;
  margin-right: 10px;
}
#container div.leftContent {
  width: 315px;
  float: left;
}
#container div.rightContent {
  float: left;
  width: 655px;
}
#content {
  padding: 0 0 20px 25px;
  
  margin-bottom: 10px;
  margin-top: 25px;
}

#image-logo-right {
  margin-right: 10px;
  float: right;
}
#footer {
  width: 100%;
  background: url(pics/shadow-body_bottom.gif) no-repeat right bottom;
  padding-bottom: 7px;
}
.darkblue {
  background-color: #FFF;
  color: #FFF;
}
.lightblue {
  background-color: #EEF4DE;
  color: #FFF;
}
/***********************************************/
/* Tables           */
/**********************************************/
table.lines {
  border-collapse: collapse;
}

table.lines td,
table.lines th {
  border: 1px solid #808080;
}
select {
  width: 300px;
  color: #003366;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.97em;
}

/*table.survey {
  background: url(pics/shadow-body_bottom.gif) no-repeat right bottom;
} */
/***********************************************/
/* menu , submenu     */
/**********************************************/
div.menu {
  padding: 2px 10px;
  background: #EBF5F6 url(pics/fan_left.gif) no-repeat left top;
}
/* Image Menu Left */
div.menu img {
  padding: 100px 10px;
}
div.menu div.left_menu {
  width: 220px;
}
div.menu div.left_menu a.menu,
div.menu div.left_menu a.menu:active,
div.menu div.left_menu a.menu:visited,
div.menu div.left_menu a.menu:hover {
  font-size: 12px;
  color: #003366;
  display: block;
  line-height: 15px;
  padding: 3px 0 2px 14px;
  background: url(pics/arrow-small.gif) no-repeat left center;
}

div.menu div.left_menu a.submenu,
div.menu div.left_menu a.submenu:active,
div.menu div.left_menu a.submenu:visited,
div.menu div.left_menu a.submenu:hover {
  font-size: 12px;
  color: #003366;
  display: block;
  padding: 2px;
  line-height: 15px;
  margin-left: 10px;
  padding: 3px 0 2px 14px;
  background: #EBF5F6 url(pics/arrow-small.gif) no-repeat left center;
}

/**********************************************/
/* Statistics             */
/**********************************************/
div.stats h3 {
  margin-left: 20px; 
} 
.stats h1 {
  margin-top: 1em;
} 
table.stats {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 20px;
  border-collapse: collapse;
  width: 100%;
  
  box-shadow: 0 0 5px rgba(191, 191, 191, 0.8);
  -moz-box-shadow: 0 0 5px rgba(191, 191, 191, 0.8);
  
}

table.stats td,
table.stats th {
  border: 1px solid #DDD;
  padding: 3px;
}
table.stats th {
  background-color: #EBF5F6;
  color: #003366;
}
table.stats tr.data_low td {
  background-color:  #F7F7F7;
  text-align: right;
}
table.stats tr.data_high td {
  background-color: #FFF;
  text-align: right;
}

table.stats tr.data_low td.rowcap,
table.stats tr.data_high td.rowcap {
  text-align: left;
  font-weight: bold;
}
/***********************************************/
/* Questions            */
/***********************************************/
.questions h2 {
  padding-top: 1.5em;
  margin-top: 1.5em;
  background: #EBF5F6 url(pics/line_rast.gif) repeat-x left top; /* color was #fff*/
}
.questions h2.blank {
  padding-top: 0em;
  margin-top: 0.5em;
  background: none;
}

.last {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  background: #FFF url(pics/line_rast.gif) repeat-x left bottom;
}
p.error { 
  line-height: 20px;
}
.error img {
  padding: 0 6px 4px 6px;
}
/***********************************************/
/* Input                                       */
/***********************************************/
input.button {
  width: 14em;
  font-weight: bold;
  color: #003366;
  margin-left: 0;
  font-size: 1em;
}

/***********************************************/
/* Period                                      */
/***********************************************/

form.period {
  padding: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: white;
  border: 1px solid #036;
  box-shadow: 0 0 5px rgba(191, 191, 191, 0.8);
  -moz-box-shadow: 0 0 5px rgba(191, 191, 191, 0.8);
}
form.period fieldset {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
form.period fieldset legend{
  font-weight: bold;
}
form.period span.line {

}
form.period span.line input {
  margin-right: 10px;
}

