@import url("basic.css");
@import url("basic_form.css");

/* -- Basin Water 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;
}
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: #10619e;
	text-decoration: underline;
}
a img .bw
{
	border: none;
	outline: none;
}

/* -- Colors -- */

.dkgrey
{
	color: #9b9b9b;
}
.white
{
	color: #fff;
}
.black
{
	color: #000;
}
.blue
{
	color: #10619e;
}
.green
{
	color: #24651c;
}
.red
{
	color: #ae2929;
}
.mdgrey
{
	color: #9f9f9f;
}
.ltgrey
{
	color: #e4e3e3;
}
.bgblack
{
	background: #000;
}
.bgwhite
{
	background: #fff;
}






/* -- 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;
}

.ptop12
{
	padding-top: 12px;
}
.ptop25
{
	padding-top: 25px;
}

.pbottom20
{
	padding-bottom: 20px;
}

.pleft33
{
  padding-left: 33px;
}
.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;
}

.mbottom10
{
  margin-bottom: 10px;
}
.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;
}

.mleft0
{
  margin-left: 0px;
}
.mleft5
{
	margin-left: 5px;
}
.mleft15
{
	margin-left: 15px;
}
.mleft33
{
	margin-left: 33px;
}
.mleft55
{
	margin-left: 55px;
}
.mleft142
{
	margin-left: 142px;
}

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


/* -- Font sizes -- */
.size12
{
	font-size: 12px;
}
.size10
{
	font-size: 10px;
}
.size1em
{
  font-size: 1em;
}
.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;
}
/* -- line heights -- */
.lineheight10
{
  line-height: 10px;
}
.lineheight22
{
  line-height: 22px;
}
/* -- Blocks -- */
#loginhome
{
  margin: 25px auto 25px auto;
}
#header
{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#bwheader
{
	position: fixed; 
	width: 100%;
	height: 49px;
	background: url(/images/intranet/header_bg.jpg) repeat-x top center;
}
#bwcontainer {
	padding: 49px 0 0 142px;
}
.bwcol_wrapper
{
	width: 142px;
	right: 142px;
	margin-left: -142px;
	float: left;
	overflow: hidden;
}
.bwcol_wrapper2
{
  background: #fff;
	width: 100%;
	float: left;
	overflow: hidden;
}
#bwsidebar
{
	position: fixed;
	background: #000;
	width: 142px;
	padding-bottom: 10500px;
	margin-bottom: -10500px;
}
#bwmain
{
	width: 100%;
	height: 100%;
	float:left;
	padding-bottom: 10500px;
	margin-bottom: -10500px;
	background: #fff;
	color: #000;
}
#bwlogo
{
	margin: 0 0 0 20px;
	background: #000;
	float: left;
}
#bwlogo a
{

}
#bwlogo a:hover
{

}
#bwsearch
{
	height: 23px;
	margin-right: 15px;
}
.bwprobability
{
  font-size: 2.3em;
}
#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-bottom: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
}
#listfooter
{
	background: url(/themes/default/images/projectheaderBG.jpg) repeat-x;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 3px;
  height: 10px;
  width: 92%;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
}
#projectheader
{
  margin-right: 0;
  margin-left: 4%;
}
#projectheaderRight
{
  margin-right: -43px;
  border: 1px solid red;
}
#tabs
{
  margin-top: -38px;
  clear: none;
}
#tabs a
{
  float: right;
  text-decoration: none;
  color: #9f9f9f;
  font-size: .75em;
  letter-spacing: -0.05em;
  background: #fff;
  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: right;
  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;
}
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");
}
#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");
}
#addProduct
{
  margin-right: -10px;
  margin-top: -23px;
  height: 36px;
  padding-left: 52px;
  padding-top: 5px;
  background: no-repeat left top url("/themes/default/images/bwicons/add_product_icon.jpg");
}
#addRole
{
  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_role.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_overdue
{
  background: #EEE1E6;
  border-bottom: #D6C7CE solid 1px;
  border-right: #D6C7CE solid 1px;
  margin-top: 3px;
  padding: 10px;
}
#list_overdue:hover
{
  background: #E5D4DB;
}
.list
{
  background: #f2f2f2;
  border-bottom: #e4e3e3 solid 1px;
  border-right: #e4e3e3 solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.list:hover
{
  background: #e4e3e3;
}
.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;
}


.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;
}





#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;
}
.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;
}
.projectfile
{
  background: #f2f2f2;
  border-bottom: #e4e3e3 solid 1px;
  border-right: #e4e3e3 solid 1px;
  margin-top: 3px;
  padding: 10px;
}
.financial_calc_fields
{
  background: #f2f2f2;
  border-bottom: #e4e3e3 solid 1px;
  border-right: #e4e3e3 solid 1px;
  margin-top: 3px;
  padding: 10px;
}
/* -- Generated Classes -- */
#person
{
  background: no-repeat left center url("/themes/default/images/bwicons/role.jpg");
  padding-left: 38px;
  height: 50px;
  margin-bottom: 15px;
}
.productinfo
{
  background: no-repeat left top url("/themes/default/images/bwicons/product_icon.jpg");
  padding-left: 52px;
  height: 50px;
}
.comment
{
  margin: 0;
  padding-top: 30px;
  background-color: #f7f7f7;
}
.nocomments
{
  margin: 0;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
  font-size: .8em;
  color: #9b9b9b;
}
#newcomment
{
  margin-right: 4%;
  margin-top: -15px;
}
span.User
{
	color: #9f9f9f;
}
span.date_created
{
  font-size: 10px;
	color: #9f9f9f;
}
span.comment_fields
{
  font-size: .8em;
  line-height: 15px;
}
div.contact
{
  border: 3px solid #e4e3e3;
  padding: 15px;
  width: 100%;
  margin: 10px 0 20px 15px;
  font-weight: bold;
}
div.competitor
{
  border: 3px solid #e4e3e3;
  padding: 15px;
  width: 82%;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 10px;
  margin-bottom: 20px;  font-weight: bold;
}
div#thirdparty
{
  border: 3px solid #e4e3e3;
  padding: 15px;
  width: 82%;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
div.last
{
  padding-bottom: 30px;
}
span.project_props
{
  font-weight: bold;
  font-size: 1em;
}
span.techdataair_fields
{
  font-weight: bold;
}
span.techdatapotwat_fields
{
  font-weight: bold;
}
span.projectcontaminant_fields
{
  font-weight: bold;
  font-size: .8em;
}
span.financial_fields
{
  font-weight: bold;
}
span.milestone_fields
{
  font-weight: bold;
  font-size: .8em;
}
span.projectfile_fields
{
  font-weight: bold;
  font-size: .8em;
}
span.project_fields
{
  font-size: .8em;
  font-weight: bold;
}
span.contact_fields
{
  font-size: 1em;
  font-weight: bold;
}
span.step_fields
{
  font-size: .8em;
  font-weight: bold;
}
span.Contaminant
{
  color: #10619e;
}
a.list
{
  text-decoration: none;
}
a.list:hover
{
  text-decoration: underline;
}
span.listtitle
{
  letter-spacing: -.05em;
}
div#steps
{
  border: 3px solid #e4e3e3;
  background: #e4e3e3;
}
h5#laststep
{
  background: #e4e3e3;
}
div#laststep
{
  background: #fff;
  float: right;
  width: 47%;
  padding: 15px;
  height: 100%;
}
div#nextstep
{
  float: right;
  height: 100%;
  width: 47%;
  padding: 15px;  
}
div#othersteplist
{
  width: 90%;
  background: #e4e3e3;
  padding: 15px;
  margin-bottom: 25px;
}
h5#commentlog
{
  padding-left: 4%;
  padding-top: 15px;
  background: #f7f7f7;
}
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 --*/
.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
{
  width: 90%;
  margin-left: 4%;
  margin-right: 4%;
  padding: 15px;
  border: 3px solid #e4e3e3;
  margin-top: 25px;
  margin-bottom: 50px;
}
.contactlist_link
{
  text-align: right
  float: right
  margin-top: 25px;
}
#home
{
  width: 92%
  margin-left: auto;
  margin-right: auto;
  height: 350px;
}
#homelogo
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 237px;
}
ul#tracking
{
  margin: 0 0 0 0;
}
.contact_title
{
  font-weight: normal;
  color: #9b9b9b;
}



div.linelabel{
  font-size: .8em;
}
div.slider {
	width: 200px;
	height: 21px;
	background: #eee;
}
div.slider div.knob {
	background: #000;
	width: 21px;
	height: 21px;
}
div.advanced {
	width: 85%;
	margin: 5px 0;
  background: url(sliderBG.png) 0 center repeat-x;
}
div.advanced div.knob {
	background: no-repeat center center;
	cursor: pointer;
}
div#red div.knob {
	background-image: url(sliderKnob.png);
}
div#green div.knob {
	background-image: url(sliderKnob.png);
}
div#blue div.knob {
	background-image: url(sliderKnob.png);
}
div#black div.knob {
	background-image: url(sliderKnob.png);
}
div#cms_heading_container {
  margin-top: 50px;
}
img.cms_icon {
  width: 66px;
  height: 50px;
  border: 1px solid white;
}
div.webtechimages {
  background: white;
  display: block;
  float: left;
  width: 79px;
  height: 90px;
  margin-right: 10px;
  margin-bottom: 20px;
}
div.webtechimage_empty {
  display: block;
  float: left;
  width: 77px;
  border: solid white 2px;
  margin-bottom: 10px;
  background: black;
}
img.webtechimg {
  border: white solid 2px;
  margin-bottom: 0;
}
h1.webtechimage_add {
  color: gray;
  display: block;
  width: 79px;
  text-align: center;
  font-size: 48px;
  padding-top: 23px;
  padding-bottom: 24px;
}
span.webtechimage_link {
  display: block;
  background: white;
  width: 79px;
  text-align: center;
  padding-bottom: 1px;
  margin-top: 0;
  margin-bottom: 10px;
}
a.webtechimage_link {
  display: block;
  background: white;
  width: 79px;
  text-align: center;
  padding-bottom: 1px;
  margin-top: 0;
  margin-bottom: 10px;
}
a.webtechimage_add {
  display: block;
  background: white;
  width: 79px;
  text-align: center;
  padding-bottom: 1px;
  margin-top: 0;
}
div#webtechimage_cont {
  height: 100%;
  margin-bottom: 6px;
}
/* custom forms */

.bightml {
  height: 100%
  border: solid 1px red;
  color: blue
  background: black;
}

#theurlinput {
  margin-left: 0px;
}
#theurltitle {
  margin-right: 0px;
}
.form textarea.text#WebVariable_value
{
	padding:5px;
	border:1px solid #999;
	font-size:14px;
	height:500px;
	width:430px;
	width:100%;
}
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;
}
#status_title
{

}
#status_submit
{
  width: 18px;
  height: 18px;
  margin-top: 7px;
}
#update_status_link
{
  text-decoration: none;
  font-size: 10px;
}
#update_status_link.hover
{
  text-decoration: underline;
}
#update_status
{
  text-decoration: none;
  font-size: 10px;
}
#update_status.hover
{
  text-decoration: underline;
  color: #000;
}

#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#Comment_description
{
  height: 400px;
}
span.comment_meta
{
  font-weight: normal;
  font-size: .8em;
}
/* Probability Matrix */


.prob_matrix
{
  height: 550px;
  padding-top: 25px;
}

.prob_matrix h4
{
  margin-top: 5px;
}
.prob_questionline
{
  width: 85%;
  margin: 0 auto 0 auto;
}
.setValue
{
  margin-left: 10px;
}
div.linelabel{
  font-size: .8em;
}
div.slider {
	width: 200px;
	height: 21px;
	background: #eee;
}
div.slider div.knob {
	width: 21px;
	height: 21px;
}
div.advanced {
	width: 85%;
	margin: 25px 0;
  background: url(/themes/default/images/sliderBG.png) 0 center repeat-x;
  margin: 20px auto 40px auto;
}
div.advanced div.knob {

}
div#red div.knob {
	background: url(/themes/default/images/sliderKnob.png) no-repeat center center;
}
div#green div.knob {
	background: url(/themes/default/images/sliderKnob.png) no-repeat center center;
}
div#blue div.knob {
	background: url(/themes/default/images/sliderKnob.png) no-repeat center center;
}
div#black div.knob {
	background: url(/themes/default/images/sliderKnob.png) no-repeat center center;
}

.selling_logic
{
  width: 100%;
  overflow-y:auto;
}
.selling_logic_item
{
  width: 85%;
  margin: 25px auto 0 auto;

}
div.edit_image_display
{
  margin: 0 auto 0 auto;
  border:1px solid #999;
  padding: 10px;
}
div.edit_image_display img
{
  margin: 0 auto 0 auto;
  display: block;
  
}
div#edit_image
{

}

a#v2_toggle
{
  color: #fff;
  text-decoration: none;
}
a#v2_toggle:hover
{
  text-decoration: underline;
}



/* 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;
}