FORM {
	margin: 0;
	padding: 0;
}

#body_content p.more a { 
	display: inline; 
	width: 90px; 
	height: 22px; 
	padding: 7px 18px 5px 18px; 
	background: #f00 url(../images/arrow-white-red.gif) 9px 50% no-repeat; 
	color: #fff; 
	border: none; 
	cursor: pointer; 
	text-transform: uppercase; 
	line-height: 23px; 
	font-size: 100%; 
	text-decoration: none;
	font-weight: bold;
}

#body_content p.more_gray a { 
	display: inline; 
	width: 190px; 
	height: 22px; 
	padding: 7px 18px 5px 18px; 
	background: #b4b4b4 url(../images/arrow-white-gray.jpg) 9px 50% no-repeat; 
	color: #fff; 
	border: none; 
	cursor: pointer; 
	text-transform: uppercase; 
	line-height: 23px; 
	font-size: 100%; 
	text-decoration: none;
	font-weight: bold;
}

#index_player {
/*	background: url('../images/index_player.jpg') no-repeat;*/
	height: 312px;
	width: 830px;
}



#index_feed, #index_creating_change, #index_polls{
	float: left;
}

#index_feed .head, #index_creating_change .head, #pacific_feed .head{
	margin: 26px 0 0 3px;
	padding-bottom: 12px;
	font-size: 1.7em;
}

#pacific_feed {
	margin-top: 40px;
}

#pacific_feed .head{
	margin: 26px 0 0 3px;
	padding-bottom: 12px;
	font-size: 1em;
	font-weight: normal;
}

#index_feed {
	width: 351px;
}

#index_creating_change {
	margin-left: 34px;
	width: 230px;
}


#index_creating_change H3 {
	font-size: 17px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 9px;
}




.feed_entry {
	border-bottom: dotted 1px #c9c9c9;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-right: 14px;
}


.feed_entry_l, .feed_entry_r {
	float: left;
}

.feed_entry_l {
	width: 58px;
	color: #7c7c7c;
}
.feed_entry_l A{
	color: #7c7c7c;
	text-decoration: none;
}

.feed_entry_r A{
	color: #333;
	text-decoration: none;
}

.feed_entry_r {
	margin-left: 16px;
	width: 255px;
	color: #333;
}

.feed_entry_l A:hover, .feed_entry_r A:hover {
	color: #f50000;
}

.last {
	border: none;
}


#index_polls {
	margin: 18px 0 0 28px;
}



#signup {
	margin-left: 16px;
	margin-right: 13px;
	padding-bottom: 16px;
	border-bottom: dotted 1px #c9c9c9;
}
#signup FORM {
	margin: 0;
	padding: 0;
}


#signup_l, #signup_r {
	float: left;
	width: 358px;
	margin-left: 10px;
	margin-top: 16px;
}

#signup .label {
	float: left;
	width: 82px;	
}

#signup INPUT[type=text] {
	width: 189px;
	height: 19px;
	border: solid 1px #dbdbdb;
	margin-bottom: 5px;
}

#signup INPUT[type=checkbox] {
	width: 13px;
	height: 13px;
	border: 0;
	margin-top: 16px;
}


#signup INPUT[type=image] {
	margin-top: 16px;
}


#PowerCompany {
	font-size: 10px;
}

#PowerCompany TABLE {
	/*border: solid 1px #939393;*/
	border: solid 1px #fff;
}

#PowerCompany TH {
	text-align: center;
	/*background: #cacaca;*/
	background: #666666;
	border-left: solid 1px #fff;
	padding: 3px;
	color: #fff;
}

#PowerCompany TD {
	text-align: center;
	/*border-left: solid 1px #939393;
	border-top: solid 1px #939393;*/
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	padding: 3px;
}

#PowerCompany .cell_red {
	/*background: #e91d00;*/
	background: #ee3224;
	text-align: center;
	font-weight: bold;
}

#PowerCompany .cell_green {
	background: #11c010;
	text-align: center;
	font-weight: bold;
}

#PowerCompany .cell_gray {
	background: #ccc;
	text-align: center;
	font-weight: bold;
}


#retailers_form {
	width: 100%;
}


#retailers_form H4{
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 16px;
}
	
	
#label {
	float: left;
	width: 95px;
}

#field {
	float: left;
}

#field INPUT{
	width: 303px;
	border: solid 1px #d6d6d6;
	height: 20px;
}

#rf_step1_input {
	margin-bottom: 10px;
	border: solid 1px #fff;
}

#field TEXTAREA{
	width: 303px;
	border: solid 1px #d6d6d6;
	height: 170px;
}

#retailers_form INPUT[type=submit] {
	border: none;
	background: #ed1d25;
	font-weight: bold;
	color: #fff;
	width: 380px;
	height: 30px;
}

#rf_step1_input_error, .color_red {
	color: #e91d00;
}

.color_gray {
	color: #333;
}






/*coal power plants [start]*/


.tblCoalPlant table {
	width: 100%;

}

.tblCoalPlant th, .tblCoalPlantTotal {
	background-color: #333;
	color: #fff;
	vertical-align: top;
	font-weight: bold;
	border: solid 1px #3f3d3e;
	}

.tblCoalPlant th {
	padding:2px;
	font-size:10px;
}

.tblCoalPlantDetails a:link {
	color:blue;
}

.tblCoalPlant td {
	vertical-align: top;
	padding: 2px;
}

.tblCoalPlantState {
	background-color: #cccccc;
	color: #000;
	padding: 2px;
	
}


.tblCoalPlantDetails {
	background-color: #e6e7e8;
	border: solid 1px #d1d3d4;
	color: #000;
}

.tblCoalPlantDetailsRed {
	background-color: #d80027;
	border: solid 1px #d1d3d4;
	color: #fff;
}

.tblCoalPlantDetailsYellow {
	background-color: #fbf12c;
	border: solid 1px #d1d3d4;
	color: #000;
}


.tblCoalPlantDetailsBlue{
	background-color: #3c95fd;
	border: solid 1px #d1d3d4;
	color: #000;
}


.tblCoalPlantDetailsOrange {
	background-color: #f08d2e;
	border: solid 1px #d1d3d4;
	color: #000;
}

div.caption {

	
  background-color:#cccccc;
	width:440px;
	font-size:11px;
	font-color:#ffffff;
	
	
}

ul.erlist {
	list-style:inside;
	list-style-image: url(../images/li_arrow_red.jpg);
}
/*coal power plants [end]*/


#main_content {
	margin-top: 20px;
}

#main_content a {
	margin-top: 20px;
	color: #f50000;
	text-decoration: none;
}



#social_facebook h2, #social_twitter h2, #social_blog h2, #social_banners h2 {
	margin-top: 30px;
}

#social_facebook a, #social_twitter a, #social_blog a, #social_banners a {
	color: #f50000;
	text-decoration: none;
}


#social_facebook_status {
	margin-top: 20px;
}

#social_facebook_status textarea {
	width: 660px;
	height: 60px;
}

#social_facebook_status p, #social_twitter_status p  {
	margin-top: 20px;
}


#social_twitter h3 {
	margin-top: 20px;
}

#social_twitter_status textarea {
	width: 660px;
	height: 50px;
}


.bgItems_Twitter {
	width: 155px;
	float: left;	
	margin-right: 10px;
}

.bgItems img {
	width: 148px;
	height: 100px;
}



.bnrItems {
	float: left;
	margin-right: 20px;
}



.bnrItems textarea {
	width: 158px;
}

.bnrItems_Long {
	margin-top: 20px;
}

.bnrItems_Long textarea {
	width: 558px;
}
F
