.t_results {
  font-size: 14px;
  font-weight: bold;
}

.t_titles {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  background-color:#336699;
  border:1px solid black;
}

#edit {
  background-image: url(../img/edit.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 30px;
  float: left;
}

#del {
  background-image: url(../img/delete.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 40px;
}
#m_links {
  height: 20px;
  background-color: #FFFFCC;
  text-align: center;
}

.s_head {
  font-size: 20px;
  font-weight: bold;
  color: red;
  text-align: center;
}

.noresults {
  font-size: 20px;
  font-style: italic;
  color: #FF0000;
  font-weight: bold;
}

#detail_row {
  height: 50px;
}


.f_label {
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
  height: 30px;
}

.f_data {
  font-size: 18px;
  font-weight: 300;
  vertical-align: top;
  height: 30px;
}

.form_label {
  font-size: 18px;
  font-weight: 400;
}

.form_data {
  font-size: 18px;
  font-weight: 300;
}

#inupresults {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  font-size: 16px;
  font-weight: 400;
  color: blue;
  text-align: center;
}

/* Stylish FieldSet */
fieldset {
  -moz-border-radius: 7px;
  border: 1px #dddddd solid;
  padding: 10px;
  width: 330px;
  margin-top: 10px; }

fieldset legend {
  border: 1px #1a6f93 solid;
  color: black;
  font: 13px Verdana;
  padding: 2px 5px 2px 5px;
  -moz-border-radius: 3px;
}


/* Input form style  */
#loginform {
  font-size: 14px;
  text-align: center;
  width: 580px;
  position: fixed;
  display: none;
  background-color: #EEEEEE;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 2px solid #3399CC;
  top: 40%;
  left: 36%;
  z-index: 9999;
  box-shadow: 10px 10px 10px black;
}

#loginform .form_header
{
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  width: 580px;
  height: 30px;
  line-height: 19px;
  vertical-align: middle;
  background-color: #3399CC;
  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  18px;
  text-align: left;
  padding-top: 5px;
  color:   #FFFFFF;
  cursor:  default;
}

#loginform .form_body
{
  width: 500px;
  border: 1px solid black;
  background-color: #FFFFFF;
}

#loginform .form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

#loginform .status
{
  width: 500px;
  margin-top: 10px;
}

#loginform input {
  margin: 5px;
  padding: 0px;
  float: left;
  border: 1px solid #cdcdcd;
  background-color: white;
  -moz-border-radius: 2px;
}

/* 'Login' Button */
#submit {
  margin: 5px;
  padding: 0px;
  float: left;
  width: 50px;
  background-color: white;
}

#error_notification {
  border: 1px #A25965 solid;
  height: auto;
  padding: 4px;
  background: #F8F0F1;
  text-align: center;
  -moz-border-radius: 3px;
}

#login_response { overflow: auto; }

#ajax_loading { display: none; font-size: 12px; font-family: Tahoma; }

#logged_in { border: 1px solid #dddddd; -moz-border-radius: 3px; padding: 5px; width: 500px; }

fieldset {
  width:  300px;
  margin: auto;
  margin-bottom: 2em;
  display: block;
}

h1 {
  text-shadow: 0 1px 0 white;
}

/* Project form */
#pform {
  width: 500px;
  margin: 190px 0 0 800px;
  text-align: center;
  min-height: 200px;
  border: 2px solid #8080ff;
  background-color: #DDDDDD;
}

.pftable {
  width: 450px;
  text-align: left;
  margin-left: 10px;
}

.pftable td {
  vertical-align: top;
}

.center {
  text-align: center;
}

.ptable {
  width: 1050px;
  margin: 10px auto 0 auto;
  border-spacing:0;
  border-collapse:collapse;
}

.ptable td {
  vertical-align: top;
  font-size: 12px;
}

.ptitles {
  background-color: #8080ff;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
}
.pcat {
  background-color: #FFCC33;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.sel_head {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #8080ff;
}

.pdetails {
  font-size: 14px;
  text-align: center;
  width: 580px;
  position: fixed;
  display: none;
  background-color: #EEEEEE;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 2px solid #3399CC;
  top: 20%;
  left: 36%;
  z-index: 3000;
  box-shadow: 10px 10px 10px black;
}

.pdetails .form_header
{
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  width: 580px;
  height: 30px;
  line-height: 19px;
  vertical-align: middle;
  background-color: #3399CC;
  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  18px;
  text-align: left;
  padding-top: 5px;
  color:   #FFFFFF;
  cursor:  default;
}

.pdetails .pd_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

.pdtable {
  width: 520px;
  text-align: left;
  margin: 10px auto 0 auto;
  font-family: Times New Roman, Serif;
  font-size:  16px;
  text-align: left;
}

.pdtable td {
  vertical-align: top;
}



/* Consumption Styles */
.conheadtext{
  font-size: 26px;
  font-weight: bold;
  color: #0115D9;
}
.consubheadtext{
  font-size: 22px;
  font-weight: bold;
  color: #D9172E;
}
.contitles{
  font-size: 18px;
  font-weight: bold;
}
.headertext{
  font-size: 22px;
  font-weight: bold;
}
.underline {
  border-top:none;
	border-right:none;
	border-bottom:1pt solid windowtext;
	border-left:none;
}
.titles {
  font-size: 18px;
  font-weight: bold;
}
.titleunder {
  font-size: 18px;
  font-weight: bold;
  color: #0115D9;
  border-top:none;
	border-right:none;
	border-bottom:1pt solid windowtext;
	border-left:none;
}
.titleunder2 {
  font-size: 1px;
  font-weight: bold;
  border-top:none;
	border-right:none;
	border-bottom:1pt solid windowtext;
	border-left:none;
}
.totals {
  font-size: 18px;
  font-weight: bold;
  border-top:1pt solid windowtext;
	border-right:none;
	border-bottom:none;
	border-left:none;
}
.tops {
  font-size: 18px;
  font-weight: bold;
  color: #0115D9;
  border-top:1pt solid windowtext;
	border-right:1pt solid windowtext;
	border-bottom:1pt solid windowtext;
	border-left:1pt solid windowtext;
}
.results {
  font-size: 12px;
}
.tops2 {
  font-size: 13px;
  font-weight: bold;
  color: #0115D9;
  border-top:1pt solid windowtext;
	border-right:1pt solid windowtext;
	border-bottom:1pt solid windowtext;
	border-left:1pt solid windowtext;
}


#critbg{
	background-image: url(images/aerators.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
}