/* added styles from basic.css */
@import url("basic.css");
@import url("basic_form.css");
/* - */


/* -- Lake Management Services Intranet Lead Style Sheet By Tyndall Wakeham http://www.blackpulp.com -- */
html, body
{
	margin: 0;
}
.border
{
	border: 1px solid red;
}
pre.debug
{
	padding: 30px;
	font-family: Courier, Arial;
	font-size: medium;
}
body
{
	background: #fff;
	color: #000;
	font-size: medium;
	font-family: Tahoma, Lucida Grande, Trebuchet, Arial, sans-serif;
	margin: 0 0 0 0;
}
p .bw
{
	margin: 0;
	padding: 0;
}
ul .bw
{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
ul li .bw
{
	display: block;
	margin: 0 0 4px 0;
}
h1, h2, h3, h4, h5, h6 .bw
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h2.bw
{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -05em;
	font-family: Lucida Grande, Times, sans-serif;
	text-transform: capitalize;
}
a.bw
{
	text-decoration: none;
}
a.bw:hover
{
	color: #e4e3e3;
	text-decoration: underline;
}
a img .bw
{
	border: none;
	outline: none;
}

#site_search_form input
{
  width: 200px;
  background: url(/images/icn_search.png) #fff center right no-repeat;
  background-position: 205px 2px;
  padding-right: 20px;
}

/* -- Colors -- */

.dkgrey
{
	color: #9b9b9b;
}
.white
{
	color: #fff;
}
.black
{
	color: #000;
}
.blue
{
	color: #10619e;
}
.green
{
	color: #24651c;
}
.red
{
	color: #ae2929;
}
.yellow
{
	color: #BAB73B;
}
.orange
{
	color: #AF6C31;
}
.pink
{
	color: #C97874;
}
.mdgrey
{
	color: #9f9f9f;
}
.ltgrey
{
	color: #e4e3e3;
}
.bgblack
{
	background: #000;
}
.bgwhite
{
	background: #fff;
}
.bgoffwhite
{
  background: #F5F5F5;
}





/* -- Design Elements -- */
.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}
.clear
{
	clear: both;
}
.none
{
	clear: none;
}
.block
{
	display: block;
}
.inline
{
	display: inline;
}
.centertext
{
	text-align: center;
}
.lefttext
{
	text-align: left;
}
.righttext
{
	text-align: right;
}

.ptop4
{
  padding-top: 4px;
}
.ptop10
{
	padding-top: 10px;
}
.ptop12
{
	padding-top: 12px;
}
.ptop15
{
	padding-top: 15px;
}
.ptop25
{
	padding-top: 25px;
}
.pbottom15
{
	padding-bottom: 15px;
}
.pbottom20
{
	padding-bottom: 20px;
}

.pleft15
{
  padding-left: 15px;
}
.pleft33
{
  padding-left: 33px;
}
.pright15
{
  padding-right: 15px;
}

.mtop-5
{
	margin-top: -5px;
}
.mtop-10
{
	margin-top: -10px;
}
.mtop-20
{
	margin-top: -20px;
}
.mtop-30
{
	margin-top: -30px;
}
.mtop5
{
	margin-top: 5px;
}
.mtop10
{
	margin-top: 10px;
}
.mtop12
{
	margin-top: 12px;
}
.mtop15
{
	margin-top: 15px;
}
.mtop16
{
	margin-top: 16px;
}
.mtop19
{
	margin-top: 19px;
}
.mtop21
{
	margin-top: 21px;
}
.mtop25
{
	margin-top: 25px;
}
.mtop30
{
	margin-top: 30px;
}
.mtop50
{
	margin-top: 50px;
}
.mtop0
{
  margin-top: 0;
}
.mtop-10
{
  margin-top: -10px;
}
.mtop-20
{
  margin-top: -20px;
}
.mbottom10
{
  margin-bottom: 10px;
}
.mbottom0
{
  margin-bottom: 0;
}
.mbottom15
{
  margin-bottom: 15px;
}
.mbottom20
{
	margin-bottom: 20px;
}
.mbottom25
{
	margin-bottom: 25px;
}
.mbottom35
{
	margin-bottom: 35px;
}
.mbottom70
{
	margin-bottom: 70px;
}
.mbottom100
{
	margin-bottom: 100px;
}
.mbottom170
{
	margin-bottom: 170px;
}

.mright0
{
  margin-right: 0px;
}
.mright10
{
	margin-right: 10px;
}
.mright4p
{
  margin-right: 4%;
}
.mleft6p
{
  margin-left: 6%;
}
.mleft0
{
  margin-left: 0px;
}
.mleft5
{
	margin-left: 5px;
}
.mleft10
{
	margin-left: 10px;
}
.mleft15
{
	margin-left: 15px;
}
.mleft20
{
	margin-left: 20px;
}
.mleft25
{
	margin-left: 25px;
}
.mleft30
{
	margin-left: 30px;
}
.mleft33
{
	margin-left: 33px;
}
.mleft55
{
	margin-left: 55px;
}
.mleft95
{
	margin-left: 95px;
}
.mleft142
{
	margin-left: 142px;
}

.w85p
{
  width: 85%;
  margin: 0 auto 0 auto;
}
.w100p
{
  width: 100%;
}
.w142
{
	width: 142px;
}
.w250
{
	width: 250px;
}
.w35
{
  width: 35px;
}

.h50
{
  height: 50px;
}
/* -- Font sizes -- */
.size32
{
  font-size: 32px;
}
.size18
{
	font-size: 18px;
}
.size12
{
	font-size: 12px;
}
.size10
{
	font-size: 10px;
}
.size1em
{
  font-size: 1em;
}
.sizep9em
{
  font-size: 11px;
}
.sizep8em
{
  font-size: 10px;
}
.sizep7em
{
  font-size: 10px;
}
.sizep6em
{
  font-size: 0.6em;
}
.bold
{
  font-weight: bold;
}
.ital
{
  font-style: italic;
}
.reg
{
  font-weight: normal;
}
.underline
{
  text-decoration: underline;
}
.nounderline
{
  text-decoration: none;
}
.blueunderline
{
  text-decoration: underline;
  color: #10619e;
}
.blueunderline:hover
{
  text-decoration: underline;
  color: #10619e;
}

/* -- line heights -- */
.lineheight100p
{
  line-height: 100%;
}
.lineheight10
{
  line-height: 10px;
}
.lineheight22
{
  line-height: 22px;
}
/* -- Blocks -- */
#budget_warning
{
  height: 100%;
  padding: 3px;
}
.list_indent
{
  width: 89%;
  margin-left: 6%;
  border-left: solid 10px #B1B1B1;
}
#tabs
{
  clear: none;
}
#tabs a
{
  float: left;
  text-decoration: none;
  font-size: .75em;
  letter-spacing: -0.05em;
  padding: 3px 5px 6px 5px;
  margin: 7px 0 0 5px;
  border-top: solid 2px #9b9b9b;
  border-left: ridge 2px;
  border-right: ridge 2px;
  border-bottom: solid 1px #e4e3e3;
}
#tabs a:hover
{
  background: #10619e;
  color: #fff;
}
#tabs #active
{
  float: left;
  text-decoration: none;
  font-size: .75em;
  letter-spacing: -0.05em;
  padding: 3px 5px 6px 5px;
  margin: 7px 0 0 5px;
  border-top: solid 2px #9b9b9b;
  border-left: ridge 2px;
  border-right: ridge 2px;
  background: #10619e;
  color: #fff;
  border-bottom: solid 1px #e4e3e3;
}

#loginhome
{
  margin: 25px auto 25px auto;
}
#header
{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#dash_header
{
  height: 25px;
	background: url(/themes/default/images/projectheaderBG.jpg) repeat-x;
}
#intranet_header
{
	position: fixed; 
	width: 100%;
	height: 49px;
	background: url(/images/intranet/header_bg.jpg) repeat-x top center;
}
#intranet_container {
	padding: 49px 0 0 142px;
}
.intranet_col_wrapper
{
	width: 142px;
	right: 142px;
	margin-left: -142px;
	float: left;
	overflow: hidden;
}
.intranet_col_wrapper2
{
  background: #fff;
	width: 100%;
	float: left;
	overflow: hidden;
}
#intranet_sidebar
{
	position: fixed;
	background: #2A403C;
	width: 142px;
	padding-bottom: 10500px;
	margin-bottom: -10500px;
}
#intranet_main
{
	width: 100%;
	height: 100%;
	float:left;
	padding-bottom: 10500px;
	margin-bottom: -10500px;
	background: #fff;
	color: #000;
}
#intranet_logo
{
	margin: 2px 0 0 10px;
	background: #000;
	float: left;
}
#leadsbar
{
  font-size: 10px;
  color: #fff;
  padding: 15px;
	background: url(/themes/default/images/projectheaderBG.jpg) repeat-x;
}
#subbar
{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: .8em;
}
#listheader
{
	background: url(/themes/default/images/projectheaderBG.jpg) repeat-x;
  color: #fff;
  font-size: .6em;
  text-decoration: underline;
  font-weight: bold;
  padding: 7px 10px 7px 10px;
  border-left: solid 1px #B1B1B1;
  border-bottom: solid 1px #B1B1B1;
}
#listheader2
{
	background: url(/themes/default/images/projectheaderBG.jpg) repeat-x;
  color: #fff;
  font-size: .6em;
  font-weight: bold;
  padding: 7px 10px 7px 10px;
  border-left: solid 1px #B1B1B1;
  border-bottom: solid 1px #B1B1B1;
}

#listheader3
{
	background: url(/themes/default/images/projectheaderBG.jpg) repeat-x;
  color: #fff;
  font-size: .6em;
  font-weight: bold;
  padding: 7px 10px 7px 10px;
  border-bottom: solid 1px #B1B1B1;
  width: 89%;
  margin-left: 6%;
  border-left: solid 10px #B1B1B1;
}

#listfooter
{
	background: url(/themes/default/images/projectheaderBG.jpg) repeat-x;
	font-size: 5px;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 3px;
  height: 10px;
  padding: 0 10px 0 10px;
  border-left: solid 1px #B1B1B1;
  border-bottom: solid 1px #B1B1B1;
}
a.iconlink
{
  text-decoration: none;
}
a.iconlink:hover
{
  text-decoration: underline;
  color: #10619e;
}
#contactheader
{
  padding-bottom: 8px;
}
#addContact
{
  margin-right: -10px;
  margin-top: -27px;
  height: 36px;
  padding-left: 40px;
  padding-top: 9px;
  background: no-repeat left top url("/themes/default/images/bwicons/add_contact.jpg");
}
#removeContact
{
  margin-top: -25px;
  height: 36px;
  padding-right: 32px;
  padding-top: 5px;
  background: no-repeat right top url("/themes/default/images/bwicons/delete.jpg");
}
#removeEntry
{
  height: 36px;
  padding-right: 32px;
  padding-top: 5px;
  background: no-repeat right top url("/themes/default/images/bwicons/delete.jpg");
}
#addMilestone
{
  margin-right: -10px;
  margin-top: 25px;
  height: 36px;
  padding-left: 40px;
  padding-top: 9px;
  background: no-repeat left top url("/themes/default/images/bwicons/add_contact.jpg");
}
#editMilestone
{
  margin-right: -10px;
  margin-top: 25px;
  height: 36px;
  padding-left: 40px;
  padding-top: 9px;
  background: no-repeat left top url("/themes/default/images/bwicons/edit.jpg");
}
#editDouble
{
  margin-right: -10px;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 36px;
  padding-left: 40px;
  padding-top: 0px;
  padding-bottom: 5px;
  background: no-repeat left bottom url("/themes/default/images/bwicons/edit.jpg");
}
#editSellingLogic
{
  margin-right: -10px;
  margin-top: 25px;
  height: 36px;
  padding-left: 40px;
  padding-top: 9px;
  background: no-repeat left top url("/themes/default/images/bwicons/edit.png");
}
#editContact
{
  margin-right: 15px;
  margin-top: -25px;
  height: 36px;
  padding-right: 40px;
  padding-top: 6px;
  background: no-repeat right top url("/themes/default/images/bwicons/edit.jpg");
}
#addContaminant
{
  margin-right: -10px;
  margin-top: 10px;
  height: 36px;
  padding-left: 40px;
  padding-top: 9px;
  background: no-repeat left top url("/themes/default/images/bwicons/add_contact.jpg");
}
#addRole
{
  margin-right: -10px;
  margin-top: 25px;
  height: 36px;
  padding-left: 40px;
  padding-top: 5px;
  background: no-repeat left top url("/themes/default/images/bwicons/role.jpg");
}
#attachment
{
  margin-right: -10px;
  margin-top: -23px;
  height: 36px;
  padding-left: 40px;
  padding-top: 5px;
  background: no-repeat left top url("/themes/default/images/bwicons/add_file.jpg");
}
#attachment2
{
  margin-right: -10px;
  margin-top: 25px;
  height: 36px;
  padding-left: 40px;
  padding-top: 5px;
  background: no-repeat left top url("/themes/default/images/bwicons/add_file.jpg");
}
#attachment3
{
  margin-left: 30px;
  margin-right: -10px;
  margin-top: 25px;
  height: 36px;
  padding-left: 40px;
  padding-top: 9px;
  background: no-repeat left top url("/themes/default/images/bwicons/add_file.jpg");
}
a.editproduct
{
  color: #ae2929;
  font-size: 10px;
  text-decoration: none;
}
a.editproduct:hover
{
  color: #10619e;
  text-decoration: underline;
}
a.removeproduct
{
  color: #9f9f9f;
  font-size: 10px;
  text-decoration: none;
}
a.removeproduct:hover
{
  color: #ae2929;
  text-decoration: underline;
}
a.markcomplete
{
  color: #24651c;
  font-size: 10px;
  text-decoration: none;
}
a.markcomplete:hover
{
  color: #ae2929;
  text-decoration: underline;
}
a.removefile
{
  color: #9f9f9f;
  font-size: 10px;
  text-decoration: none;
}
a.removefile:hover
{
  color: #ae2929;
  text-decoration: underline;
}
a.downloadfile
{
  color: #ae2929;
  font-size: 10px;
  text-decoration: none;
}
a.downloadfile:hover
{
  color: #10619e;
  text-decoration: underline;
}
.list
{
  background: #f2f2f2;
  border-bottom: #e4e3e3 solid 1px;
  border-right: #e4e3e3 solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.list:hover
{
  background: #e4e3e3;
}
.list_tiny
{
  display: inline;
}
.list_tiny:hover
{

}
.list_yellow
{
  background: #EDECE1;
  border-bottom: #D5D2C7 solid 1px;
  border-right: #D5D2C7 solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.list_yellow:hover
{
  background: #F0EDC4;
}
.list_orange
{
  background: #E5DBC5;
  border-bottom: #D3CEC7 solid 1px;
  border-right: #D3CEC7 solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.list_orange:hover
{
  background: #E9DDA9;
}
.list_pink
{
  background: #E7D3DC;
  border-bottom: #D6C7CE solid 1px;
  border-right: #D6C7CE solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.list_pink:hover
{
  background: #E8CDDF;
}
.list_red
{
  background: #E0BEBD;
  border-bottom: #C9ABAA solid 1px;
  border-right: #C9ABAA solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.list_red:hover
{
  background: #D9B2AF;
}
.list_dark
{
  background: #cbcbcb;
  border-bottom: #e4e3e3 solid 1px;
  border-right: #e4e3e3 solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.list_dark:hover
{
  background: #b3b3b3;
}

.highlight_yellow
{
  background: #EDECE1;
  border-bottom: #D5D2C7 solid 1px;
  border-right: #D5D2C7 solid 1px;
  padding: 10px;
}
.highlight_yellow:hover
{
  background: #F0EDC4;
}
.highlight_orange
{
  background: #E5DBC5;
  border-bottom: #D3CEC7 solid 1px;
  border-right: #D3CEC7 solid 1px;
  padding: 10px;
}
.highlight_orange:hover
{
  background: #E9DDA9;
}
.highlight_pink
{
  background: #E7D3DC;
  border-bottom: #D6C7CE solid 1px;
  border-right: #D6C7CE solid 1px;
  padding: 10px;
}
.highlight_pink:hover
{
  background: #E8CDDF;
}
.highlight_red
{
  background: #E0BEBD;
  border-bottom: #C9ABAA solid 1px;
  border-right: #C9ABAA solid 1px;
  padding: 10px;
}
.highlight_red:hover
{
  background: #D9B2AF;
}

a.sortby
{
  color: #fff;
}

#legend h5
{
  font-size: 10px;
  font-weight: bold;
}
.legend_yellow
{
  background: #EDECE1;
  border-bottom: #D5D2C7 solid 1px;
  border-right: #D5D2C7 solid 1px;
  margin-top: 3px;
  padding: 10px;
  font-size: 10px;
  width: 175px;
}
.legend_orange
{
  background: #E5DBC5;
  border-bottom: #D3CEC7 solid 1px;
  border-right: #D3CEC7 solid 1px;
  margin-top: 3px;
  padding: 10px;
  font-size: 10px;
  width: 175px;
}
.legend_pink
{
  background: #E7D3DC;
  border-bottom: #D6C7CE solid 1px;
  border-right: #D6C7CE solid 1px;
  margin-top: 3px;
  padding: 10px;
  font-size: 10px;
  width: 175px;
}
.legend_red
{
  background: #E0BEBD;
  border-bottom: #C9ABAA solid 1px;
  border-right: #C9ABAA solid 1px;
  margin-top: 3px;
  padding: 10px;
  font-size: 10px;
  width: 175px;
}





#list_overdue
{
  background: #EEE1E6;
  border-bottom: #D6C7CE solid 1px;
  border-right: #D6C7CE solid 1px;
  margin-top: 3px;
  padding: 10px;
}
#list_overdue:hover
{
  background: #E5D4DB;
}
#listbottom
{
  height: 50px;
}
.projectcontaminant
{
  background: #f2f2f2;
  border-bottom: #e4e3e3 solid 1px;
  border-right: #e4e3e3 solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.projectcontaminant:hover
{
  background: #e4e3e3;
}
.user_tickets
{
  background: #f2f2f2;
  border-bottom: #e4e3e3 solid 1px;
  border-right: #e4e3e3 solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.user_tickets:hover
{
  background: #e4e3e3;
}
span.callout_fields
{
  font-size: .8em;
  color: #10619e;
  font-weight: bold;
}
.overdue
{
  background: #EEE1E6;
  border-bottom: #D6C7CE solid 1px;
  border-right: #D6C7CE solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.overdue:hover
{
  background: #E5D4DB;
}
.milestone
{
  background: #f2f2f2;
  border-bottom: #e4e3e3 solid 1px;
  border-right: #e4e3e3 solid 1px;
  margin-top: 3px;
  padding: 10px;
}
/* -- Generated Classes -- */
span.User
{
	color: #9f9f9f;
}
span.date_created
{
  font-size: 10px;
	color: #9f9f9f;
}
div.last
{
  padding-bottom: 30px;
}
a.list
{
  text-decoration: none;
}
a.list:hover
{
  text-decoration: underline;
}
span.listtitle
{
  letter-spacing: -.05em;
}
span.filedate
{
  font-weight: normal;
  font-size: .6em;
}
a.listfilter
{
  font-weight: bold;
  color: #fff;
}
a.listfilter:hover
{

}
#content
{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
/*-- Forms --*/
.large_select
{
  width: 100%;
  margin: 5px auto 5px auto;
  font-size: 15px;
}

form#aggregated_wells
{
  display: inline;

}
.form label#add_reading_empty_label
{
	display:block;
	
	font-size:10px;
	font-weight: bold;
	color:#fff;
}
#addwell_form
{
  height: 100%;
}
.formlabel4
{
  margin-left: 4%;
  margin-bottom: 0;
}
.formlabel3
{
  margin-left: 4%;
}
.formlabel2
{
  margin-left: 4%;
  margin-top: 25px;
}
.formlabel
{
  margin-left: 4%;
}
.formsublabel
{
  margin-left: 4%;
  margin-top: 10px;
  color: #9f9f9f;
}
div.form_border
{
  width: 90%;
  margin-left: 4%;
  margin-right: 4%;
  padding: 15px;
  border: 3px solid #e4e3e3;
  text-align: center;
}
div.form
{
  width: 90%;
  margin-left: 4%;
  margin-right: 4%;
  padding: 15px;
  border: 3px solid #e4e3e3;
  margin-top: 25px;
  margin-bottom: 50px;
}
div.form_welcome
{
  padding: 4%;
  border: 3px solid #e4e3e3;
  margin-top: 25px;
  margin-bottom: 50px;
}
div.form2
{
  width: 90%;
  margin-left: 4%;
  margin-right: 4%;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 50px;
}
div.formborder3
{
  padding: 15px;
  border: 3px solid #e4e3e3;
  margin-bottom: 25px;
}
div.formborder2
{
  width: 90%;
  margin-left: 4%;
  margin-right: 4%;
  padding: 15px;
  border: 3px solid #e4e3e3;
  margin-bottom: 25px;
}
div.formborder
{
  border: 3px solid #e4e3e3;
  margin-top: 25px;
  margin-bottom: 50px;
}
#home
{
  width: 92%
  margin-left: auto;
  margin-right: auto;
  height: 350px;
}
#homelogo
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 237px;
}
/* custom forms */
.error{
    color: #ff0000;
    text-decoration: none;
    text-transform: uppercase;
}
#Reading_value {
    padding: 7px;
    font-size: 32px;
    text-align: right;
}
#cReading_value {
    padding: 7px;
    font-size: 32px;
    text-align: right;
}
#search_well_id
{
    padding: 7px;
    font-size: 32px;
    width: 96%;
}
form#search_wells_form
{
  height: 14px;
  margin: 0;
  padding: 0;
}
#search_wells
{
    padding: 0;
    margin: 0;
    height: 14px;
}
#search_wells_button
{
  height: 16px;
  font-size: 9px;
  line-height: 9px;
}

.bightml {
  height: 100%
  border: solid 1px red;
  color: blue
  background: black;
}
div#my_form_heading_container
{
  margin-top: 35px;
}
.form_asterisk
{
  clear: none;
  float: left;
  display: block;
  font-size: 10px;
  margin-right: 3px;
}
.form_asterisk2
{
  clear: none;
  float: left;
  display: block;
  font-size: 10px;
  margin-right: 3px;
  margin-left: 1.5%;
  margin-top: 25px;
  margin-bottom: 25px;
}
#form_activetab
{
  height: 24px;
  background: white;
  border: 3px solid grey;
}
#form_inactivetab
{
  height: 24px;
  background: grey;
  border: 3px solid grey;
}
#form_tabs
{
  height: 30px;
  margin-bottom: 0;
  width: 90%;
  margin-left: 8%;
  margin-right: 4%;
  border: 3px solid #e4e3e3;
  margin-top: 25px;
}
textarea#Well_comments
{
  height: 300px;
}
textarea#TicketMessage_message
{
  height: 300px;
}
.faux_formlabel
{
	display:block;
	
	font-size:10px;
	font-weight: bold;
	color:rgb(51, 153, 204);
	text-decoration: underline;
}
.faux_formlabel_inline
{
	display:inline;
	
	font-size:10px;
	font-weight: bold;
	color:rgb(51, 153, 204);
	text-decoration: underline;
}
#reading_suffix
{
  font-size: 36px;
  padding-top: 15px;
  display: inline;
  height: 40px;
}

/* DASHBOARD */
div#dash_prospect
{
  margin-top: 20px;
  margin-bottom: 10px;
  height: 18px;
}
div#dash_bottom
{
	background: url(/themes/default/images/projectheaderBG.jpg) repeat-x;
  color: #fff;
  font-size: .6em;
  text-decoration: underline;
  font-weight: bold;
  padding: 7px 7px 7px 7px;
  height: 18px;
}
.dashtab
{
    background: #fff;
    color: #9f9f9f;
}

.dashtab:hover
{
  background: #10619e;
  color: #fff;
}

.activetab
{
  background: #10619e;
  color: #fff;
}

/* GRAPHS */
#readings_graph
{
  width: 75%;
  height: 300px;
  margin: 0 5% 0 0;
}
#readings_legend
{
  margin-top: -290px;
}
#readings_graph_print
{
  width: 85%;
  height: 300px;
  margin: 0 auto 0 auto;
}
#readings_legend_print
{

}
.graph_label
{
  font-size: 9px;
  line-height: 1;
  color: #c5c5c5;
}
#graph_avg_monthly_usage
{
  background: #0000ff;
  padding: 7px 7px 7px 7px;
  width: 14px;
  height: 10px;
  margin: 1px;
  border: 2px solid #ffffff;
}
#graph_actual_monthly_usage
{
  background: #A0D1F0;
  padding: 7px 7px 7px 7px;
  width: 14px;
  height: 10px;
  margin: 1px;
  border: 2px solid #ffffff;
}
#graph_previous_year
{
  background: #8692B7;
  padding: 7px 7px 7px 7px;
  width: 14px;
  height: 10px;
  margin: 1px;
  border: 2px solid #ffffff;
}
#graph_trendline
{
  background: #E3C24D;
  padding: 7px 7px 7px 7px;
  width: 14px;
  height: 10px;
  margin: 1px;
  border: 2px solid #ffffff;
}
#graph_current_usage
{
  background: #4D7D70;
  padding: 7px 7px 7px 7px;
  width: 14px;
  height: 10px;
  margin: 1px;
  border: 2px solid #ffffff;
}
#graph_projected_usage
{
  background: #88AA9F;
  padding: 7px 7px 7px 7px;
  width: 14px;
  height: 10px;
  margin: 1px;
  border: 2px solid #ffffff;
}
#graph_last_reading
{
  background: #A82B12;
  padding: 7px 7px 7px 7px;
  width: 14px;
  height: 10px;
  margin: 1px;
  border: 2px solid #ffffff;
}
.legend_border
{
  margin-right: 5px;
  height: 14px;
  width: 18px;
  border: 1px solid #c5c5c5;
}
.faux_form_text_field
{
  margin-top: 5px;
	padding:5px;
	border:1px solid #999;
	font-size:14px;
	width:100%;
	background: #eee;
}


.hidden
{
  display:none;
  visibility: hidden
}