/* contains styles for all modules that live on the right hand side of pages throughout site */


#residential .commit_module {
	border:10px solid #c4e16b;
}
#business .commit_module {
	border:10px solid #ffcd62;
}
#utility .commit_module { 
	border:10px solid #a1a5e2;
}

#residential .lead_module {
	border:10px solid #c4e16b;
}
#business .lead_module {
	border:10px solid #ffcd62;
}
#utility .lead_module { 
	border:10px solid #a1a5e2;
}

#general .commit_module { 
	border:10px solid #ebebeb;
}

/* commit_module - styles for all modules that are placed on right hand side of pages */
.commit_module {
	background-color:#ffffff;
	width:200px;
	padding:10px 0 0 0;
	height:138px;
}

#mod_res{ /*id to determine the border color based on segment - residential */
	border:11px solid #c4e16b;
}

#mod_bus{/*id to determine the border color based on segment - business/government */
	border:10px solid #ffcd62;
}

#mod_util{/*id to determine the border color based on segment - utility*/
	border:10px solid #a1a5e2;
}

.commit_module .header {
	font-family:arial;
	color:#666666;
	font-size:15px;
	margin:0 0 7px 10px;
	font-weight:bold;
}

.commit_module .arrow {
	color:#33cccc;
	text-decoration:underline;
}

/*specific to commitment_path_anon.php */

.commit_module .subhead {
	font-family:arial;
	color:#333333;
	font-size:12px;
	margin:12px 0 16px 10px;
	line-height:13px;
}
.commit_module form {
	margin:0 0 14px 10px;
}

.commit_module .text_input {
	width:142px;
	height:18px;
	border:1px solid #cccccc;
	margin:0 0 9px 0;
	padding:3px 0 0 2px;
}

.commit_module .text_input_address {
	width:176px;
	height:18px;
	border:1px solid #cccccc;
	margin:0 3px 9px 0;
	padding:3px 0 0 2px;
}

.commit_module .text_input_zip {
	width:74px;
	height:18px;
	border:1px solid #cccccc;
	margin:0 3px 9px 0;
	padding:3px 0 0 2px;
}

.commit_module .copy {
	font-family:arial;
	margin:2px 2px 18px 0;
	font-size:12px;
}

.commit_module .button {
	margin:0 0 12px 0;
	padding:0;
}

.commit_module .cta_button {
	margin:0 0 0 10px;
	padding:12px 0 0 0;
}

.commit_module .go_button {
	position:relative;
	margin:-32px 5px 0 90px;
	padding:0;
}

.commit_module .cta {
	margin:0 0 0 0;
	padding:0 0 8px 0;
}

.commit_module .cta .icon {
	width:43px;
	height:35px;
	margin:0 0 0 17px;
}

.commit_module .cta .tagline {
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	margin:-35px 0 13px 44px;
	line-height:13px;
}

.commit_module .tagline a {
	color:#33cccc;
}

.commit_module .tagline a:link { color:#33cccc; text-decoration:none; }
.commit_module .tagline a:visited { color:#33cccc; text-decoration:none; }
.commit_module .tagline a:hover { color:#33cccc; text-decoration:none;background-image:url(/common/chrome/border_dot_grey.gif); background-position:100% 100%; background-repeat:repeat-x; }
.commit_module .tagline a:active { color:#33cccc; text-decoration:none;background-image:url(/common/chrome/border_dot_grey.gif); background-position:100% 100%; background-repeat:repeat-x; }

.commit_module .tagline .italic {
	font-style:italic;
	font-weight:normal;
}

/*specific to quick_estimate_saved_authuser.php */
.commit_module .save {
	width:180px;
	margin:0 auto 0 auto;
	padding:0 0 3px 0;
	border-bottom:1px solid #cccccc;
}

.commit_module .save .number {
	margin-top:-5px;
	font-size:30px;
	font-family:georgia;
	font-weight:normal;
}

.commit_module .save .number .percent {
	font-size:16px;
	vertical-align:30%;
}

.commit_module .save .copy {
	margin:-27px 0 0 54px;
	
}

.commit_module .row {
	width:180px;
	margin:0 auto 0 auto;
	padding:5px 0 4px 0;
	border-top:1px solid #cccccc;
	height:21px;
}

*html .commit_module .row { padding:5px 0 0 0; } /* ie 6 */
html>body .commit_module .row {*padding:5px 0 0 0; }/* ie 7 */



.commit_module .row a:link { color:#33cccc; text-decoration:none; }
.commit_module .row a:visited { color:#33cccc; text-decoration:none; }
.commit_module .row a:hover { color:#33cccc; text-decoration:none;background-image:url(/common/chrome/border_dot_grey.gif); background-position:100% 100%; background-repeat:repeat-x; }
.commit_module .row a:active { color:#33cccc; text-decoration:none;background-image:url(/common/chrome/border_dot_grey.gif); background-position:100% 100%; background-repeat:repeat-x; }

.commit_module .row .icon_container {
	margin:0 5px 0 8px;
	width:24px;
}

.commit_module .row .icon_house {
	margin-top:-2px;
	position:relative;
	z-index:1;
}

.commit_module .row .icon_graph {
	margin:1px 0 0 3px;
}

.commit_module .row .icon_phone {
	margin:-1px 0 0 4px;
}

.commit_module .row .copy {
	margin:-18px 0 0 35px;
	width:150px;
	font-size:13px;
	color:#333333;
}

.commit_module .row .copy .bar {
	color:#666666;
}

.commit_module .row .copy_number {
	margin:-18px 0 0 35px;
	width:155px;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
}


.commit_module .row .copy .edit {
	font-size:10px;
	font-weight:bold;
}

.commit_module .row .copy .view {
	font-size:11px;
}

.commit_module .options {
	width:180px;
	margin:0 auto 0 auto;
	padding:5px 0 8px 12px;
	font-family:arial;
	font-size:12px;
}

.commit_module .options ul {
	margin:0;
	padding:0;
}

.commit_module .options li {
	list-style-type:none;
	display:inline;
	padding-right:5px;
}

.commit_module .options li img {
	padding-right:4px;
	vertical-align:bottom;
}

/* specific to disqualified_lead.php, lead_form_submitted.php, qualified_lead.php, consideration_phase.php,  */
.commit_module .main_copy {
	font-family:arial;
	margin:2px 4px 14px 10px;
	font-size:12px;
}

.commit_module .questions {
	width:180px;
	margin:0 auto 9px auto;
	padding:11px 0 0 0;
	border-top:1px solid #cccccc;
}

.commit_module .questions .icon {
	margin:0 0 0 5px;
}

.commit_module .questions .tagline {
	margin:-25px 0 0 45px;
	font-weight:normal;
	color:#333333;
	font-family:arial;
	font-size:12px;
}

.commit_module .questions .tagline .italic{
	font-family:georgia;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.commit_module .questions .tagline a:link { color:#000000; text-decoration:none; }
.commit_module .questions .tagline a:visited { color:#000000; text-decoration:none; }
.commit_module .questions .tagline a:hover { color:#000000; text-decoration:none; }
.commit_module .questions .tagline a:active { color:#000000; text-decoration:none; }

/*end mod_evaluation*/

/* styles for right side modules that have 1px grey border */

.content_module_fixed a {
font-family:Arial;
font-size:12px;
font-weight:bold;

}

.content_module_fixed a:link, .content_module a:link { color:#666666; text-decoration:none; }
.content_module_fixed a:visited, .content_module a:visited { color:#666666; text-decoration:none; }
.content_module_fixed a:hover, .content_module a:hover { color:#666666; text-decoration:none; background-image:url(/common/chrome/border_dot_grey.gif); background-position:100% 100%; background-repeat:repeat-x; }
.content_module_fixed a:active, .content_module a:active { color:#666666; text-decoration:none; background-image:url(/common/chrome/border_dot_grey.gif); background-position:100% 100%; background-repeat:repeat-x; }

.content_module {
	background-color:#ffffff;
	border:1px solid #d5d5d5;
	width:218px;
	font-family:georgia;
	color:#333333;
	min-height:172px;
	margin-top:12px;
}

.content_module_top {
	margin-top:0px;
}

.content_module .content {
	min-height:91px;
	padding:0 0 0 0;
	margin:18px 0 14px 20px;
}

.content_module .content .image {
	float:right;
	padding:5px 21px 14px 0;
	margin:0 0 0 0;
}

html>body .content_module .content .image {padding:5px 21px 0 0;}

.content_module .content h1 {
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0 0 22px 0;
}

.content_module .content p {
	margin:0 0 0 0;
	padding:0 18px 0 0;
}

.content_module .cta {
	background-image:url(/common/img/modules/border_dot_blue.gif);
	background-repeat:repeat-x;
	background-position:top center;
	width:181px;
	margin:0 auto 20px 20px;
	padding:6px 0 0 0;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
}

.content_module .content .company_name {
	font-size:12px;
	font-style:italic;
	margin:0 0 5px 0;
}

.content_module .content .copy {
	font-size:14px;
}

.content_module .content .copy_small {
	font-size:13px;
}

.content_module .content .copy_right {
	font-size:13px;
	width:85px;
	position:relative;
	margin:-47px 10px 0 100px;
	padding:0;
	min-height:60px;
}

.content_module .content .story_container {
	padding-bottom:30px;
}

.content_module .content .story_container .copy_story {
	font-size:13px;
	width:85px;
	position:relative;
	margin:-90px 10px 0 100px;
	padding:0;
	min-height:70px;
}

.content_module .content .story_container .image_story {

}


.content_module .content .number {
	font-size:55px;
	line-height:55px;
	margin:-10px 0 0 0;
	padding:0;
}

.content_module .content .number .percent {
	font-size:22px;
	vertical-align:middle;
}

.content_module .content.quote_img .quote_container {
	width:116px;
}

.content_module .content .quote_container {
	
}

.content_module .content .quote_container .quotation_left {
	color:#ebe9ea;
	font-size:100px;
	margin:-28px 0 0 -10px;
	padding:0;
}

.content_module .content .quote_container .quote {
	font-size:13px;
	margin:-78px 0 0 4px;
	padding:0 15px 0 0;
	position:relative;
	z-index:1;
}

.content_module .content .quote_container .quotation_right {
	color:#ebe9ea;
	font-size:70px;
	text-align:right;
	margin:-20px 13px 0 0;
	padding:0;

}

.content_module .content .quote_container .quote_name {
	margin:-45px 0 0 0;
	padding:0;
	line-height:12px;
	color:#000000;
}

.content_module .content .quote_container .quote_name .name {
	font-family:times;
	font-size:13px;
	font-style:italic;
}

.content_module .content .quote_container .quote_name .city {
	text-transform:uppercase;
	font-family:arial;
	font-size:9px;
}

.content_module .content .quote_image {
	margin:-112px 0 0 101px;
}

.content_module .content .video {
	padding-bottom:7px;
}

.content_module .content .button_video {
	width:32px;
	height:32px;
	margin:-46px 25px 0 0;
	position:relative;
	z-index:1;
	float:right;
}

*html .content_module .content .button_video {margin:-46px 11px 0 0;}

.content_module .content .copy_video {
	font-size:12px;
	background-image:url(/common/img/modules/border_dot_blue.gif);
	background-repeat:repeat-x;
	background-position:top center;
	width:181px;
	margin:0 auto 10px 0;
	padding:6px 0 0 0;
}

.content_module .cta_link {
	
}

.content_module .cta_link .arrow {
	color:#33cccc;
	text-decoration:underline;
}

.content_module .download_link {
	
}

.content_module .download_link .icon {
	margin:0 7px 0 0;
	vertical-align:bottom;
}

.content_module .click_to_call {
	padding:0 0 0 0;
	margin:18px 0 14px 20px;
}

.content_module .click_to_call h1 {
	font-size:16px;
	margin:0 0 15px 0;
	padding:0;
	font-weight:normal;
}

.content_module .click_to_call_top {
	background-image:url(/common/img/modules/border_dot_blue.gif);
	background-repeat:repeat-x;
	background-position:top center;
	width:181px;
	margin:0 auto 5px 20px;
	padding:6px 0 0 0;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	color:#666666;
}

.content_module .click_to_call_bottom {
	background-image:url(/common/img/modules/border_dot_blue.gif);
	background-repeat:repeat-x;
	background-position:top center;
	width:181px;
	margin:0 auto 20px 20px;
	padding:6px 0 0 0;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	color:#666666;
}

.content_module .values_rail {
	padding:0 0 0 0;
	margin:18px 0 14px 20px;
}

.content_module .values_rail h1 {
	font-size:16px;
	margin:0 0 15px 0;
	padding:0;
	font-weight:bold;
}

.content_module .values_rail_top {
	background-image:none;
	width:181px;
	margin:0 auto 5px 20px;
	padding:6px 0 0 0;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	color:#666666;
}

.content_module .values_rail_mid {
	background-image:url(/common/img/modules/border_dot_blue.gif);
	background-repeat:repeat-x;
	background-position:top center;
	width:181px;
	margin:0 auto 5px 20px;
	padding:6px 0 0 0;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	color:#666666;
}

.content_module .values_rail_bottom {
	background-image:url(/common/img/modules/border_dot_blue.gif);
	background-repeat:repeat-x;
	background-position:top center;
	width:181px;
	margin:0 auto 20px 20px;
	padding:6px 0 0 0;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	color:#666666;
}

.content_module .blue {
	color:#33cccc;
}

/* qa specific content module */
.content_module textarea {
	font-family:arial;
	padding:3px;
	font-size:12px;
}

.content_module .qa_submit {
	margin-top:10px;
}

.qa_grey_bg {
	background-color:#e0e4e4;
	background-image:url(/common/img/qa/arrow_module.gif);
	background-repeat:no-repeat;
	background-position:-1px 16px;
}

/* end styles for right side modules that have 1px grey border */

/* styles for modules not included in Documentum */
.tools_module {
	background-color:#ffffff;
	width:200px;
	padding:10px 0 0 0;
	height:138px;
	border:11px solid #e3e5e4;
}

.dijitDialog {
	background-color:#ffffff !important;
	opacity:1;
	border:11px solid #999999;
	font-family:arial;
	color:#333333;
	font-size:13px;
	padding:15px !important;
}

.tools_module .header {
	font-family:arial;
	color:#666666;
	font-size:15px;
	margin:0 0 7px 10px;
	font-weight:bold;
}

.tools_module ul {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:11px;
	color:#666666;
	margin:0 0 0 10px;
}

.tools_module li {
	list-style-type:none;
	margin:0 0 3px 0;	
}

.tools_module li img {
	padding-right:4px;
	vertical-align:middle;
}

.tools_module a:link { color:#666666; text-decoration:none; }
.tools_module a:visited { color:#666666; text-decoration:none; }
.tools_module a:hover { color:#33cccc; text-decoration:none; background-image:url(/common/chrome/border_dot_grey.gif); background-position:100% 100%; background-repeat:repeat-x; }
.tools_module a:active { color:#33cccc; text-decoration:none; background-image:url(/common/chrome/border_dot_grey.gif); background-position:100% 100%; background-repeat:repeat-x; }

.lead_module .header {
	font-family:arial;
	color:#666666;
	font-size:15px;
	margin:5px 10px 7px 10px;
	font-weight:bold;
	border-bottom:1px solid #ebebeb;
	padding:0 10px 5px 0;
}

.lead_module .subhead {
	font-weight:bold;
	font-family:arial;
	color:#666666;
	font-size:12px;
	margin:0 0 0 10px;
}

.lead_module .main_copy {
	font-family:arial;
	margin:2px 4px 14px 10px;
	font-size:12px;
}

.lead_module a:link { color:#33cccc; text-decoration:none; }
.lead_module a:visited { color:#33cccc; text-decoration:none; }
.lead_module a:hover { color:#33cccc; text-decoration:none; background-image:url(/common/chrome/border_dot_grey.gif); background-position:100% 100%; background-repeat:repeat-x; }
.lead_module a:active { color:#33cccc; text-decoration:none; background-image:url(/common/chrome/border_dot_grey.gif); background-position:100% 100%; background-repeat:repeat-x; }

.monitor_module {
	margin-top:15px;
	border:10px solid #e3e5e5;
	padding:10px;
}

.monitor_module h2 {
	font-size:14px;
	color:#666666;
	font-family:arial;
	font-weight:bold;
	padding:0;
	margin:0;
}
.monitor_module .sun {
	background-image:url(/common/img/modules/monitor_sprite.gif);
	height:25px;
	width:30px;
	float:left;
	background-repeat:no-repeat;
}

.monitor_module .grid{
	background-image:url(/common/img/modules/monitor_sprite.gif);
	background-position:0px -30px;
	height:25px;
	width:30px;
	float:left;
	background-repeat:no-repeat;
}

.monitor_module .bar {
	height:15px;
	background-color:#44cece;
	text-align:right;
	padding:3px;
	float:left;
}

.monitor_module .block {
	height:25px;
}


/* end styles for modules not included in Documentum */
