html, body, td, p, a, A:LINK, A:VISITED, A:ACTIVE, A:HOVER {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
	list-style-image: url(../img/block.gif);
}

ol{
	list-style-image:none;
	padding-left:18px;
	margin-left: 5px;
}
ul{
	padding-left:15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
li{
	margin-left:5px;
	margin-right:15px;
	padding-left:0px;
	padding-right:0px;
}
ul li{
	margin-left:5px;
	margin-right:35px;
	padding-left:0px;
	padding-right:0px;
}

H6 {
	font-size: 12px;
	font-weight: normal;
}	
H5 {
	font-size: 9px;
	font-weight: normal;
}
H4 {
	font-size: 10px;
	font-weight: normal;
}
H3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 3px;
}	
H2 {
	text-transform:capitalize;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
H1 {
	font-size: 18px;
	font-weight: bold;
	text-transform:capitalize;
}

HR {
	color: #999999;
	height: 1px;
}

a:link{
text-decoration:none;
color:#000000;
}
a:visited{
text-decoration:none;
color:#000000;
}
a:hover{
text-decoration:none;
color:#ED008C;
}
a:active{
text-decoration:none;
color:#ED008C;
}
.active {
	font-weight:normal;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-size: 12px;
	background-color:#FFFFFF;
	border-width:0px;
}
input, select{
	background-color:#FFFFFF;
	border-color:#666666;
	border-width:1px;
	font-size:10px;
	margin-top:5px;
}
form{
	margin-bottom:0px;
	padding-bottom:0px;
}
.pageTitle{
	font-weight:bold;
	font-size:18px;
}
.loginTitle{
	font-weight:bold;
	font-size:18px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.text{
	padding-left:2px;
}
.red{
	color:#FF0000;
}
.darkred{
	color:#990000;
}
.grey{
	color:#666666;
}
.green{
	color:#00CC00;
}
.small {
	width: 10px;
	font-size:10px;
}
.smallText {
	font-size:10px;
}
.button {
	width: 94px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.noline {
	border: 0px none;
	text-decoration:none;
}
.buttonline {
	border: 1px solid #999999;
	padding:3px;
}
.coloredline {
	border: 1px solid #FF6600;
}
.blackline {
	width: 200px;
	font-size: 10px;
	background-color:#FFFFFF;
	border-color:#666666;
	border-width:1px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
}
.greyline {
	border: 1px solid #999999;
}
.rowBgColor{
	background-color:#F7FFE1;
}
.smallTxtInput {
	width: 50px;
}
.shopidbutton {
	width: 45px;
	height: 15px;
	background-image: url(../img/shop_id.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	border: none;
	cursor: hand;
	margin-bottom: -8px;
}
.amountbutton {
	width: 45px;
	height: 15px;
	background-image: url(../img/amount.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: hand;
	margin-bottom: -8px;
}
.pricebutton {
	width: 45px;
	height: 15px;
	background-image: url(../img/price.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: hand;
	margin-bottom: -8px;
}
.subscribeField {
	color: #999999;
	background-color: #000000;
	border: 1px solid #999999;
	width: 240px;
	height: 15px;
}
.subscribeButton {
	color: #999999;
	background-color: #000000;
	border: 1px solid #999999;
	width: 102px;
	height: 17px;
	font-weight: bold;
}
.float {
	float: left;	
}
.smallinput{
	width: 50px;	
}
.smallinputRight{
	width: 50px;
	text-align:right	
}
.medium{
	width: 100px;	
}
.big{
	width: 200px;	
}
.superbig{
	width: 500px;	
}
.hidden{
	visibility:hidden;	
}
.searchField{
	background-color:#2FBD44;
	width: 40px;
	color:#FFFFFF;
	font-size:13px;
	padding:1px;
	margin:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
}
div.main pre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */

}
pre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */

}
div.backButton A:Link, div.backButton A:VISITED {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
div.backButton A:HOVER {
	text-decoration:none;
	font-weight: bolder;
}
.footer{
	color:#FFFFFF;
}
.footer a:link{
	text-decoration:none;
	color:#FFFFFF;
	font-size:9px;
}
.footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	font-size:9px;
}
.footer a:visited{
	text-decoration:none;
	color:#FFFFFF;
	font-size:9px;
}
.themebar a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* CMS WYSIWIG editor */
.table tbody tr td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Meter reading CSS */
.reading_fields{
	background-image:url(/img/reading_field_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
	border:none;
	text-align:right;
	vertical-align: middle;
	font-size:12px;
	text-indent:3px;
	margin-right:0px;
	padding-left:0px;
	letter-spacing:4px;
	width:106px;
	height:20px;
	font-weight: bold;
}

.reading_fields_decimals{
	background-image:url(/img/reading_decimals_field_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:none;
	text-align:left;
	text-indent:0px;
	margin-left:0px;
	padding-left:4px;
	vertical-align: middle;
	font-size:12px;
	letter-spacing:4px;
	width:39px;
	height:20px;
	font-weight: bold;
}

.reading_fields_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-right:0px;
	padding-right:0px;
	letter-spacing:4px;
}
.reading_fields_text_decimals{
	background-image:url(/img/reading_decimals_field_trans_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	padding-left:4px;
	letter-spacing:4px;
}

.twoLineScroll{ /* Used in meterreadings where exactly 2 lines are visible, rest is scrollable */
	overflow: auto;
	height: 36px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
}

.year_field{
margin-right:50px;
}
.buttonColoredLineLeft{
	padding:3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
.buttonColoredLine{
	padding:3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}