/* global styles start here */
body #energylinx {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: 13px Arial, Helvetica, sans-serif;
}
table, select, input {
	font-size: 13px;
}

#energylinx p {
	margin: 0px 0px 1em;
	padding: 0px 0px 0px 5px;
	text-align: justify;
}
#energylinx h1 {
	font-size: large;
	color: #666666;
	margin: 0px 5px 0px 0px;
	padding-top: 10px;
	float: right;
}
#energylinx h2 {
	font-size: 130%;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#energylinx h3 {
	color: #630074;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#energylinx h4 {
	font-size: 100%;
	background: #E6E6E6;
	border-bottom: 1px solid #999999;
	margin: 0px 0px 10px;
	padding: 3px;
}
#energylinx form {
	margin: 0px;
	padding: 0px;
}
#energylinx img {
	border: none;
}
.bluefont {
	color: #0F6AFF;
}
#energylinx .inputheader {
	background: #f3f3f3;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
	margin-bottom: 10px;
	height: 40px;
}
#energylinx .inputheader p {
	margin: 0px 0px 0px 34px;
	padding: 0px;
}
#energylinx .inputheader img {
	float: left;
}
#propertydetails {
	width: 100%;
	margin-right: 10px;
}

#criteria {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
}
#criteria ul {
	margin: 0px 0px 0px 6em;
	padding: 0px;
	list-style: none;
	line-height: 1em;
}
#criteria li {
	margin-bottom: 10px;
}
#compare {
	margin-left: 5px;
}

/* table styles start here */

#arrowtable1[id], #arrowtable2[id], #arrowtable3[id] {
	margin-bottom: 10px;
}
#postcodetablecolumn1 {
	width: 5em;
}
#postcodetablecolumn3 {
	text-align: right;
}
.existingsupplierstable2column1, .existingsupplierstable1column1 {
	width: 30em;
}
#energylinx .suppliers {
	height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
#energylinx .underline {
	text-decoration: underline;
	cursor: hand;
}
#energylinx .underline[class] {
	cursor: pointer;
}
#economyseventable {
	margin-bottom: 10px;
}
#economyseventablecolumn3 {
	text-align: right;
}
#economyseventable2 {
	margin-bottom: 10px;
}
#economyseventable2column3 {
	text-align: right;
}
#consumptiontable {
	margin-top: 10px;
	margin-bottom: 10px;
}
#paymentstable {
	margin-top: 10px;
}
#paymentstable2 {
	margin-top: 10px;
}

.tablesubheader {
	color: #0F6AFF;
	font-weight: bold;
}
.alignright {
	text-align: right;
}

/* toggle function styles start here */

.toggledisplayoff {
	float: right;
	width: 35px;
	margin-top: 3px;
	cursor: hand;
}
.toggledisplayon {
	float: right;
	width: 35px;
	margin-top: 3px;
	display: none;
	cursor: hand;
}
.learnmore {
	float: right;
	width: 20px;
	margin-top: 3px;
	cursor: hand;
}
#confirmdual {
	color: #0F6AFF;
	text-decoration: underline;
	display: none;
}
#confirmsingle {
	color: #0F6AFF;
	text-decoration: underline;
}
#singlesupplier, #paymentsingle, #singlesupplier3, #singlesupplier4 {
	display: none;
}
#confirmdual, #confirmsingle {
	cursor: hand;
}
#confirmdual[id], #confirmsingle[id], .toggledisplayon[class], .toggledisplayoff[class], .learnmore[class] {
	cursor: pointer;
}
#dualsingletoggle {
	width: 40em;
}
#postcodetd {
	width: 7em;
}

/* error styles start here */

.errordiv {
	font-size: small;
	margin-bottom: 10px;
	padding-left: 5px;
	background-color: #FFFF99;
	border: 2px solid #FF0000;
}
.errorhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CC0000;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* numbers and button styles start here */

.number {
	background: #630074 url(signup/arrowframe.gif) no-repeat;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding-left: 5px;
	margin: 0px 5px 5px;
	width: 25px;
	height: 19px;
	float: left;
	padding-top: 1px;
}
#dualsuppliers5, #singlesupplier4 {
	margin-left: 5px;
}

/* continue button style here */

#calculator #comparebutton #image {
	background: #0033cc url(signup/circle1.gif) no-repeat 95px center;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 5px;
	font-size: 14px;
	border-style: none;
}

#comparebuttoncontainer {
	margin-right: auto;
	margin-left: auto;
	background: #630074;
	border: 1px solid #0033CC;
	padding: 1px;
	width: 110px;
	cursor: pointer;
}
#comparebuttoncontainer:hover {
	background: #630074;
}
#comparebuttonconframe {
	padding: 1px;
	background: #FFFFFF;
	border: 1px solid #630074;
	width: 114px;
	margin-left: auto;
	margin-right: auto;
}
#comparebutton {
	color: #FFFFFF;
	padding: 0px 0px 3px;
	font-weight: bold;
	border-style: none;
	width: 80px;
	margin-top: 3px;
	background: transparent;
	cursor: pointer;
}
#arrowimage[id] {
	margin-bottom: -4px;
}
.results {
	border: 1px solid #993366;
}
.close {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font: small Arial, Helvetica, sans-serif;
	color: #999999;
	cursor: pointer;
}
#energylinx #containertable {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background: url(images/tplusfooterbackie.gif) repeat-y;
}
#footer p {
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
}

