/* CSS Document */
/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic_ie.css 238 2010-03-11 05:56:57Z emartin24 $
 *
 */

/* IE 6 hacks */
#simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cms/assets/x.png',sizingMethod='scale');}

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#FFFFFF; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/cms/assets/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}


.caption
{
	font-size:10px;
	color:#000000;
	height:auto;
	text-align:left;
	text-decoration: none;
	}
	
.caption:a
{
	font-size:10px;
	color:#003399;
	height:auto;
	text-align:left;
	text-decoration: underline;
	}
	
.picture { 
	border:none;
	text-align:center;
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	} 

.picture img { 
	border:none;  
	vertical-align:middle; 
	} 
	
.right { 
	margin:0em 0pt 0.5em 0.8em; 
	float:right; 
	} 


.feedburnerFeedBlock
{
            background-color:#ffffff;
            color:#000000;
            text-align:left;
            text-decoration: none;
            margin-bottom: -25px;
            display:inline;
            }

ol
{
            font-family: Verdana, Arial, Helvetica, sans-serif;
            background-color:#ffffff;
            color:#000000;
            list-style-position:outside;
            list-style-type:circle;
            }

li
{
            font-family: Verdana, Arial, Helvetica, sans-serif;
            background-color:#ffffff;
            color:#000000;
            list-style-position:outside;
            list-style-type:circle;
            padding: 10px 5px 15px 5px;
            }
            
li.normal
{
	            font-family:Helvetica,Arial,sans-serif;
	            background-color:#ffffff;
	            color:#000000;
	    list-style-position:outside;
            list-style-type:disc;
		            padding: 0px 0px 0px 0px;

	}
	
li.numbered
{
	font-family:Helvetica,Arial,sans-serif;
	background-color:#ffffff;
	color:#000000;
	list-style-position:outside;
    list-style-type:decimal;
	padding: 0px 0px 0px 0px;
	margin-left:5px;
}

li.nospace
{
	font-family:Helvetica,Arial,sans-serif;
	background-color:#ffffff;
	color:#000000;
	list-style-position:outside;
	list-style-type:disc;
	margin-top:-13px;
	padding: 0px 0px 0px 0px;
	}

.headline
{
            font-weight:bold;
            font-size:larger;
            }

p.date 
{           
            font-weight:bold;
            padding: 3px 0px 0px 0px;
            font-size:smaller;
            }

p.enclosure 
{           
            font-weight:bold;
            padding: 0px 0px 0px 0px;
            }

.creditfooter
{
            border-bottom-width:thin;
            border-color:#ffffff;
            border-style:solid;
            }

.footerTop
{	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	height:auto;
	text-align:left;
	line-height:175%;
	margin-bottom: 0px;
	text-decoration: none;
	}

.footerLink
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	height:auto;
	text-align:left;
	line-height:175%;
	margin-bottom: 0px;
	text-decoration: none;
	}
	
.footerLink:visited
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	height:auto;
	text-align:left;
	line-height:175%;
	margin-bottom:0px;
	text-decoration:none;
	}


.footerLink:hover
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#003399;
	height:auto;
	text-align:left;
	line-height:175%;
	margin-bottom:0px;
	text-decoration:underline;
	}

.copyright
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	height:auto;
	text-align:left;
	line-height:175%;
	margin-bottom: 0px;
	text-decoration: none;
	}

.copyrightActive
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#003399;
	height:auto;
	text-align:left;
	line-height:175%;
	margin-bottom: 0px;
	text-decoration: underline;
	}

.leftNav
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:150px;
	float:left;
	height:auto;
	text-align:right;
	margin-right:20px;
	padding:5px;
	margin-bottom:0px;
	text-decoration:none;
	}
	
.leftNavLink
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:150px;
	float:left;
	height:auto;
	text-align:right;
	margin-right:20px;
	padding:5px;
	margin-bottom:0px;
	text-decoration:none;
	}
	
.leftNavLink:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:150px;
	float:left;
	height:auto;
	text-align:right;
	margin-right:20px;
	padding:5px;
	margin-bottom:0px;
	text-decoration:underline;
	}	

.leftNavLink:visited
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:150px;
	float:left;
	height:auto;
	text-align:right;
	margin-right:20px;
	padding:5px;
	margin-bottom:0px;
	text-decoration:none;
	}

.leftNavLinkActive
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d6d6d6;
	color:#000000;
	width:150px;
	float:left;
	height:auto;
	text-align:right;
	margin-right:20px;
	padding:5px;
	margin-bottom: 0px;
	text-decoration: none;
	}

.leftNavLinkActive:visited
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:150px;
	float:left;
	height:auto;
	text-align:right;
	margin-right:20px;
	padding:5px;
	margin-bottom: 0px;
	text-decoration: none;
	}
	
.leftNavLinkBIG
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	float:left;
	padding: 5px;
	width:160px;
	height:auto;
	text-align:right;
	text-indent:20px;
	text-decoration: none;
	margin-right:20px;
	margin-bottom:0px;
	}
	
.leftNavLinkBIG:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding: 5px;
	width:160px;
	height:auto;
	text-align:right;
	text-indent:20px;
	text-decoration:underline;
	margin-right:20px;
	margin-bottom:0px;
	}	

.leftNavLinkBIG:visited
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding: 5px;
	width:160px;
	height:auto;
	text-align:right;
	text-decoration:none;
	margin-right:20px;
	margin-bottom:0px;
	}

.leftNavLinkActiveBIG
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color: #d6d6d6;
	color: #000000;
	float:left;
	padding: 5px;
	width:160px;
	height:auto;
	text-align:right;
	text-decoration: none;
	margin-right:20px;
	margin-bottom:0px;
	}

.leftNavLinkActiveBIG:visited
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding: 5px;
	width:160px;
	height:auto;
	text-align:right;
	text-decoration: none;
	margin-right:20px;
	margin-bottom:0px;
	}	

	
A{
color:#003399;
font-family:Helvetica,Arial,sans-serif;
margin-top:0px;
}
A:visited{
color:#003399;
}
A:active{
color:#003399;
}
A:hover{
color:#FF0000;
}

A.faqtop{
font-size:9px;
margin-top:0px;
margin-left:3px;
text-decoration:none;
font-weight:bold;
}
A.arrow{
text-decoration:none;
font-family:Verdana,Arial,sans-serif;
}
A.header1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

a.phone /* The prevents phone numbers from appearing as links on Vectren.com, but will show as dialable on the mobile devices. */
{  
	text-decoration:none;
	color:#000;
}

a.phone:hover /* The prevents phone numbers from appearing as links on Vectren.com, but will show as dialable on the mobile devices. */
{
	text-decoration:none;
	color:#000;
}

a.phone:visited /* The prevents phone numbers from appearing as links on Vectren.com, but will show as dialable on the mobile devices. */
{
	text-decoration:none;
	color:#000;
}

.boilerPlate{
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
color:#383838;
line-height: 16.5pt;
text-align: justify
}
.chart table{
    border: 1px solid #6699CC;
	font-size: 1em;
	color: #000000;
	padding: 0.2em;
	width: 100%;
	border-collapse: collapse;
}
.chart th
{
	border: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
    background: #C4DEFB;
	text-align: left;
	vertical-align: top;
	padding: 0.3em;
	font-weight: bold;
	white-space: nowrap;
	text-transform: capitalize;	
}

.chart td
{
	border: 1px solid #6699CC;
	padding: 0.3em;
}

div{
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
margin-top:0px;
padding-left:1px;
}
.holdingPromo {
padding-top: 10px;
}
.holdingPromo table{
background-color: #F0F7FF;
}
.holdingPromo td{
padding-left: 5px;
}
.holdingPromo .title, .holdingPromo .title a{
font-weight: bold;
color:#000000;
text-decoration: none;
}
.holdingPromo .description, .holdingPromo .description a{
color:#000000;
padding-bottom: 5px;
text-decoration: none;
}

.input{
font-family:Courier New, Courier, monospace;
font-size:11px;
}
.info{
font-weight: bold; 
background-color: #E0EAF4; 
text-decoration: none;
padding-left: 2px;
padding-right: 2px;
}
input.search {  
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
font-weight: bold; 
border-color: #ffffff; 
color: white; 
background-color: #6699CC;
}
p{
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
margin-top:0px;
padding-left:1px;
color:#000000;
}
select{
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
}
sup.small{
font-size:8px;
}
td{
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
margin-top:0px;
padding-left:0px;
color:#000000;
}
td.manage{
background-color:#ffd895;
}
td.learnAbout{
background-color:#7CD684;
}
td.learnAboutRule{
background-color:#D6FFC0;
}
.learnAbout{
background-color:#7CD684;
color:#7CD684;
height: 3px;
border: 0px;
margin: 0px;
padding: 0px;
}
textarea{
font-size:11px;
font-family:Courier New, Courier, monospace;
color:#000000;
}
.accountInfo{
color:#000000;
font-size:12px;
font-weight:bold;
}
.accountInfoRed{
color:#cc0000;
font-size:12px;
font-weight:bold;
}
.corporatelist{
margin-left:32px;
margin-right:68px;
}
.error{
color:#FF0000;
font-size:13px;
font-weight:bold;
margin-top:20px;
}
.notices{
color:#8D511F;
font-size:12px;
font-weight:bold;
font-family:Helvetica,Arial,sans-serif;
}
.commNotices{
color:#FF0000;
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
}
.fontblack{
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
color:#000000;
}
.gtitle{
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
color:#000000;
}
.hang{
margin-left:12px;
text-indent:-9px;
}
.home{
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
color:#336699;
}
.indent0{
margin-left:6px;
}
.indent1{
margin-left:25px;
}
.tabBold{
font-family:Helvetica,Arial,sans-serif;
font-size:10px;
font-weight:bold;
color:#000000;
}
.tabContent{
font-family:Helvetica,Arial,sans-serif;
font-size:10px;
color:#000000;
}
.tabTitle{
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-weight:bold;
color:#000000;
}
.title{
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
color:#000000;
}
.login11{
font-size:11px;
margin-left:12px;
}
.login2{
font-size:10px;
margin-left:10px;
color:#000000;
}
.name{
color:#9B9B9B;
font-size:18px;
font-weight:bold;
margin-left:10px;
}
.note{
margin-top:8px;
margin-left:10px;
margin-right:10px;
}
.wfix{
padding-left:1px;
}
.paddingTop{
margin-top: 10px;
}
.blackBold{
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
color:#000000;
}

table.board {
background-image: url(/cms/assets/board/content_images/background.jpg);
background-repeat: no-repeat;
}
table.investor {
background-image: url(/cms/assets/ir/background.jpg);
background-repeat: no-repeat;
}
table.investor2 {
background-image: url(/cms/assets/ir/big_box_background.jpg);
background-repeat: no-repeat;
}
table.search {
border: 1px solid #FFBB48;
background-color:#F9EBD4;
vertical-align:middle;
}
td.search{ 
text-align: center; 
font-weight: bold;
color:#ffffff;
background-color:#FFBB48;
}
div.noResults{
color:#000000;
text-align:center;
font-size:12px;
font-weight:bold;
}
table.results{
border-collapse: collapse;
}
th.results{
border: 1px solid #6699cc;
font-size:10px;
text-align:center;
color:#000000;
background-color:#dee9f5;
padding-top:3px;
padding-bottom:3px;
}
tr.resultsAlternate{
background-color:#dee9f5;
}
tr.resultsAlternate2{
background-color:#ffffff;
}
td.results{
font-family:Helvetica,Arial,sans-serif;
font-size:9px;
text-align:left;
color:#000000;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
}
table.resultsDetail{
border-collapse: collapse;
padding-top:3px;
padding-bottom:3px;
}
th.resultsDetail{
border: 1px solid #6699cc;
font-family:Helvetica,Arial,sans-serif;
text-align:center;
font-size:10px;
color:#000000;
background-color:#dee9f5;
}
td.resultsDetail{
border: 1px solid #6699cc;
font-family:Helvetica,Arial,sans-serif;
text-align:center;
font-size:9px;
color:#000000;
}
#black{
color:#000000;
}
#white{
color:#ffffff;
font-weight:bold;
}
#corporateintro{
margin-left:55px;
margin-right:68px;
margin-bottom:3px;
}
#navlink{
color:#000000;
}
#small{
font-size:9px;
}
#requiredfield{
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #cc0000;
}
tr.resultsPool{
background-color:#F9DEB1;
vertical-align:middle;
height: 30px;
}
td.resultsPool{
font-family:Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}
.warning{
color:#FF0000;
font-weight:bold;
}
/* CSS Document */


.login1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.login2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.login3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/*Top Three Column Titles Beginning*/

.column1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	padding-left:11px;
}
.column11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	padding-left:22px;
}
.column12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	padding-left:60px;
}


/*Top Three Column Titles Ending*/


.column2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:15px
	
}
.column3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:25px
			
}
.column4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5px;
	padding-left:25px;
			
}








.investor1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left:23px;
}
.investor2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;

}
.investor3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
	
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

/*Left Menus*/

.box1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/*Center Menus*/

.box2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/*Right Menus*/

.box3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999
}

.welcomeTitle  /* The is a thin gold line under bolded text used as the title New Hire Orientation and Benefits pages. */
{
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFD895;		
	font-size:11px;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
}

.greenbar  /* The is a thin green line under bolded text used as the title on some pages. */
{
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #7CD684;		
}

#pendingrequest {
	color:#038948;
	font-weight:bold;
}

.snippet  {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#FFFFFF;
	text-decoration: none;
	}
	
.ccenergize  {
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
	margin-left:12px;
	margin-top:85px;
	margin-right:20px;
	margin-bottom:35px;
}

.energizecallout {
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#5c8727;
	margin-left:5px;
	margin-right:5px;
}

.energizecallout li {
	font:Verdana, Geneva, sans-serif;
	font-size:10px;;
	color:#000000;
	list-style-type:disc;
	padding:0px 0px 5px 0px;
	margin-top:3px;
	margin-left:30px;
	background-color:transparent;
}

.splitfix ul  {
	margin-top:0px;
	padding:0px 0px 0px 0px;
}

#green  {
	color:#5c8727;
	font-weight:bold;
}
	
.mtvernon	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:159px;
	margin-left:34px;
	}

.northwest	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:147px;
	margin-left:156px;
	z-index:10;
	}

.west	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:154px;
	margin-left:147px;
	}

.southwest	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:225px;
	margin-left:184px;
	}

.southeast	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:251px;
	margin-left:233px;
	}

.southoflloyd	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:220px;
	margin-left:232px;
	}

.northoflloyd	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:196px;
	margin-left:233px;
	}

.northeast	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:146px;
	margin-left:234px;
	}

.ftbranch	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:59px;
	margin-left:190px;
	}

.newburgh	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:214px;
	margin-left:285px;
	}

.boonville	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:111px;
	margin-left:301px;
	}

.hatfield	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:252px;
	margin-left:337px;
	}

.rockport	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:216px;
	margin-left:406px;
	}

.dale	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:83px;
	margin-left:398px;
	}

.winslow	/* The this formats the position of the transparent color overlay of the territory on the outage map. */
{
	position:absolute;
	margin-top:16px;
	margin-left:329px;
	}



