html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "Helvetica", Arial, sans-serif;	
}

input, select, textarea {
	font-family: "Helvetica", Arial, sans-serif;
	border: 1px solid #90be43; 
	padding:5px;
	font-size:0.9em;
}

/*html {
	background-color: #000;
}*/

html {height:100%;}
body {
	line-height: 1;
	color: #777;
	font-size: 14px;
	background: url(images/epoda/bg_body.gif) repeat-x; 
	background-color: #8dc63f;
	height:100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}

h2 {
	color: #90be43;
	font-size: x-large;
	text-align: left;
	font-weight:bold;
	line-height:1.4em;
	padding-bottom:0.3em;
}

h3 {
	color: #90be43;
	font-size: large;
	font-weight: normal;
}

p {line-height:1.5em;padding-bottom:1em; clear:left;}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none;}

a, a:visited {text-decoration: underline;color:#000000;} /* changed by the developer because color:white made it hard to work with firefox 3.6.10 */
a:hover {color:#666666;}

/*td, th {text-align: right;}*/
/* =============================================== */

/* generic classes */

.fr {float:right;}
.fl {float:left;}



/* =============================================== */

/* epic layout */

#container {
	/*margin: 20px -240px 0 0;*/
	margin: 0px auto !important;
	width: 960px;
	height:100%;
	
}

#header {
width: 960px;
background-color: #ffffff;
height: 144px;
margin: 0px auto;
position: relative;
}

#social {
	position:absolute;
	display:block;
	top:25px;
	left:50%;
	margin-left: 360px;
	width:120px;
	padding: 0px;
	z-index: 5;
	text-align: right;
	font: 14px Helvetica, Arial, sans-serif;
	color:#bcd51d;
}


#topmenu {
	position:absolute;
	display:block;
	top:25px;
	left:50%;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-left: -360px;
	z-index: 10;
}

#topmenu ul {
	padding: 0px;
	margin: 0px;
}

#topmenu ul li {
	list-style-type:none;
}

#topmenu ul li a {
	display: block;
	padding:0px 0px 1px 0px;
	text-decoration:none;
	color:#aca4a1;
	font: 16px Helvetica, Arial, sans-serif;
	font-weight:bold;
}

#topmenu ul li a:hover {
	color:#cbd300;
}

#topmenu ul li a:active {
	color:#cbd300;
}

body#about a#aboutnav {
	color:#cbd300;
}

body#training a#trainingnav {
	color:#cbd300;
}

body#video a#videonav {
	color:#cbd300;
}

body#sample a#samplenav {
	color:#cbd300;
}

body#membership a#membershipnav {
	color:#cbd300;
}

body#contact a#contactnav {
	color:#cbd300;
}

body#news a#newsnav {
	color:#cbd300;
}

#logo {
	position:absolute;
	display:block;
	top:22px;
	left:55%;
	margin-left: -480px;
	width:203px;
	height:85px;
	padding: 0px;
	z-index: 5;
}

#logo a {background:url(images/epoda-lite-small.png) no-repeat; width:200px; height:103px; display:block;}

#strapline {
	position:absolute;
	display:block;
	top:94px;
	left:40%;
	margin-left: 130px;
	padding: 0px;
	z-index: 5;
	font-size:1.5em;
	color:#8dc63f;
	background:url(images/epoda/epoda_strapline.gif) no-repeat; 
	width:422px; 
	height:19px;
}


#content {
	clear:both;
	margin: 0px auto;
	width: 960px;
	overflow:hidden;
	background: #fff url(images/lrg_epoda_bg.gif) no-repeat bottom right;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	/*height:100%;*/
	margin-top:1px;
}

#maincontent {
	clear: both;
	width: 100%;
    margin-bottom: 30px;
}

div.input2 {
	overflow-y: scroll;
	overflow-x : hidden;
	max-height: 700px;
}


.errormsg {padding:5px 0px; color:#F00; font-size:1.5em;}

#menubar,
#adminmenu {
	clear:both; 
	color:white; 
	background:white;
	margin-right:10px;
}

#menubar ul li{
width: 180px;
margin: 0 0 0 10px;
text-align: center;
float: right;
background: #d8f0fe;/*url("images/se/tabBase.gif") bottom no-repeat*/
border-radius:0px 0px 8px 8px;
-moz-border-radius:0px 0px 8px 8px;
-webkit-border-radius:0px 0px 8px 8px;
}

#menubar ul li a {
display: block !important;
padding: 8px 0;
}

#menubar ul li a:hover {
text-decoration: underline;
color:#000000;
}


#adminmenu ul li {
    font-size: 16px;
	padding: 5px 8px;
	position: relative;
	top: 12px;
	margin-left: 5px;
	display:inline;
}

#adminmenu ul li a {
	color: red;
}

#adminmenu2 ul li {
    font-size: 16px;
	padding: 5px 8px;
	position: relative;
	top: 12px;
	margin: 20px;
}

#adminmenu2 ul li a {
	color: red;
}

#menubar ul li a {
	color: #000000;
	text-decoration:none;
}

#menubar form {
	display: inline;
	color: white;
	background: #555;
}

#menubar select {
	display: inline;
	color: white;
	background: #555;
}

#menubar input[type=submit] {
	color:white;
	background:#555;
	border:1px solid white;
	padding: 2px 5px;
	margin-left: 10px;
}

#sidebar {
	float:left; 
	width:200px; 
	color:white;
	/*min-height: 400px;*/
}


#sidebar h3 {
	margin: 20px 0 20px 18px;
	text-align: left;
	font-size: 24px;
	color: #f39910;
}

#sidebar h3 a {
	color: #000000; !important;
	font-size: medium;
	font-weight: bold;
}

#sidebar ul {
margin-bottom: 30px; 
width: 210px;
padding: 20px 10px 50px 10px ;
/*background: url("images/se/sideMenu_bg.gif") 0 12px no-repeat; */
}

#sidebar ul li {
	list-style: none;
	font-size:14px;
	/*display: inline;*/
	padding: 5px 8px;
	/*position: relative;
	top: 12px;
	margin-left: 10px;*/
}

#sidebar ul li.l2 {
	margin-left: 8px;
}

#sidebar ul a li {
	color: #8dc63f;
}

#sidebar ul a li div {
	color: white;
}


#sidebar ul a.notavailable,
#sidebar ul a.notavailable li{
	color: #888;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
/* =============================================== */

/* input styles */

div.input,
div.input2 {
	float:right;
	width: 690px;
	margin: 0px 0 0 10px;
	padding: 0px 25px 25px 25px;
	/*border: 1px solid blue;*/
}

div.units {
	display:inline;
	font-size:small;
	color: #8dc63f;
	font-weight: normal;
}

/*div.input input[type="text"] {
	border: 1px solid #555;
}*/

ul.topul {
	margin: 30px 0;
	clear:both;	
}

ul.topul li {
	list-style: none;
	clear:both;
	margin-top:10px;
}

ul.topul li a {
	border: 1px solid black;
	padding: 3px 5px;
	color: black;
}

ul#fuelchoice li{
	list-style: none;
	display:inline;
	background: white;
	color: white;
	padding: 10px 20px;
	text-align: center;
	margin-left: 30px;
}

ul#fuelchoice li a{
	color: white;
}

div#fuelchoice,
div#unitchoice {
	clear:both;
	margin-bottom: 50px;
	margin-left: 10px;
	width: 100%;
	height: 100px;
}

div#fuelchoice,
div#waterchoice {
	padding-bottom: 30px;
	margin-bottom: 50px;
}

/*div.hchoice div
{
	display: inline;
	background: #4770ff;
	color: white;
	padding: 10px 20px;
	text-align: center;
	margin-right: 20px;
}*/

div.hchoice input
{
	display: inline;
	background: white;
	color: #4fb2eb;
	text-decoration:none;
	padding: 8px 15px;
	text-align: center;
	margin-right: 10px;
	border:0;
	font-size: 1.1em;
	float:right;
}

div.hchoice input:hover
{
	text-decoration:underline;
	cursor: pointer;
}


/*div.hchoice a{
	margin-left: 30px;
	color: white;
	float:right;
}*/

div#billing {
	display:none;
}


table#lagging,
table#billing {
	margin-top: 20px;
	float:left;
	clear:both;
	width: 102%;
}

table#billing2 {
	margin-top: 20px;
	float:left;
	clear:both;
	width: 102%;
}

table#lagging th {
	font-family: "Helvetica", Arial, sans-serif;
}
 
table#billing th,
table#billing2 th {
	/*border: 1px solid black;*/
	height: 20px;
	width: 250px;
	font-family: "Helvetica", Arial, sans-serif;
} 

table#billing td,
table#billing2 td {
	/*border: 1px solid black;*/
	height: 20px;
	width: 250px;
} 

table#lagging td,
table#lagging th,
table#billing2 td,
table#billing2 th {
	border-bottom: 1px solid #ccc;
	padding: 6px 5px;
}


table#billing td input[type="text"] {
	width: 95%;
	height: 30px;
	font-size:1.1em;
	border: 1px solid #555;
	/*text-align:right;*/
	/*border: 0;*/
}

#newcase input[type="text"] {
	height: 30px;
	font-size:1.3em;
	border: 1px solid #555;
	/*text-align:right;*/
	/*border: 0;*/
}

button {
cursor: pointer !important;
}



table#lagging input.ibutton,
table#billing2 input.ibutton {
	/*border: 1px solid #888;*/
	background: #000;
	border-color: #000;
	color: #fff;
	height: 28px;
	padding: 0 8px;
	margin-left: 10px;
	float: left;
	position:relative;
	top: 3px;
	t\op: 0;
	/*font-size: 1.5em;*/
}

table#lagging input.idel,
table#billing2 input.idel {
	/*border: 1px solid #888;*/
	background: #f00;
	border-color: #f00;
	color: #fff;
	height: 28px;
	padding: 0 8px;
	margin-right: 0px;
	float:right;
	position:relative;
	top: 3px;
	t\op: 0;
	/*font-size: 1.5em;*/
}

table#vending td,
table#vending th{
	text-align: right;
}

table#vending td input {
	width: 40%;
}

.save,
#isave {
	float:left;
	/*border: 1px solid #888;*/
	background: #90be43;
	border: none;
	color: #fff;
	height: 30px;
	width: auto;
	padding: 0 10px;
	margin:20px 0 10px 0 ;
	outline:0;
    font-size: 12px;
    cursor: pointer;
}

/*.idel,
ibutton {
	background: #000;
	color: #fff;
	height: 30px;
	width: 120px;
	padding: 0 5px;
}*/

#isave {
	position: relative;
	top: 5px;
	/*font-size: 1.5em;*/
}

h4 {
	margin-bottom: 20px;
}

table#eleccosts {
	width: 95%;
	margin-top: 30px;
	font-size: 14px;
}

table#eleccosts td {
/*border: 1px solid #aaa;*/
width: 20%;
}

table#gascosts,
table#oilcosts,
table#watercosts {
	width: 50%;
	margin-top: 30px;
}

table#gascosts td,
table#oilcosts td,
table#watercosts td
 {
/*border: 1px solid #aaa;*/
width: 33%;
}

table#data,
table#bldgdata {
	width: 95%;
	margin-top: 30px;
}

/*table#bldgdata {
	height: 0px;
}*/

#tblbase {
	width: 95%;
	margin-top: 50px;
	clear: both;
}





table.maintbl td,
table#bldgdata td,
table#data td {
	padding: 10px 10px 0 10px;
}

table.maintbl th {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	font-size: 14px;
}

#caselist div.caseinlist {
    margin-bottom: 6px;
    margin-top: 6px;
	padding: 10px 0 18px 20px;
	width: 80%;
	clear:both;
	border-bottom: 1px solid #badef2;
	background:#e9f7ff;
}

#selectlist {
	margin: 30px 0;
}

#buildinglist {
	margin: 30px 0;
}

#lghtul li,
#bldgul li{
	margin: 20px 0;
}

#lghtul a:hover,
#bldgul a:hover{
	cursor:pointer;
}

#lghtul a ,
#bldgul a {
	border: 1px solid black;
	padding: 3px 5px;
	color: #000;
}

/* fabdata for fabric.php */

/*#fabdata {
	width: 500px;
}

#fabdata td {
	width: 30px;
}*/

table#fabric {
	width: 500px;
}

table#fabric td {
	width: 50px;	
}

table#fabric input[type="text"],
#fabdata td input[type="text"] {
	width: 40px;
	font-size: xx-small;
}

table#fabric input.big[type="text"]{
	width: 50px;
	font-size: xx-small;
}

table#fabric input.w400[type="text"],
#fabdata input.w400[type="text"] {
	width: 400px;
	text-align:left;
}


#fabdata .smallCell {
font-size: 11px;
font-weight: normal;
text-align:left;
}

/* lghtdata for lighting.php */

#lghtdata th,
#lghtdata td{
	text-align: left;
	padding-right: 10px;
	font-weight: normal;
	font-size: 14px;
}

#lghtdata td input[type="text"] {
	font-size: x-small;
	width: 40px;
}

#lghtdata td {
	padding: 5px;
}

#lghtdata td input.w150 {
	width: 150px;
	text-align:left;
}

/* mtable for freezers, pcsavings etc */

#mtable,
#mtable2 {
	width: 95%;
}

#mtable td,
#mtable2 td {
	padding: 2px 8px 8px 8px;
}

#mtable td input,
#mtable2 td input  {
	width: 60px;
	font-size: small;
}

#mtable th,
#mtable2 th {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	font-size: small;
}

#mtable td input.w200,
#mtable2 td input.w200 {
	width: 200px;
	text-align:left;
}

/* ---------- */


#caselist a {
	color: black;
}
#caselist a:hover {
	color: #0094d6;
}

#date {
	letter-spacing: 5px;
	text-align: center;
}

#case div {
	/*width: 70%;*/
	font-size: 1em;
	margin-top: 15px;
	clear:both;
}

#case div div.legend {
	width: 300px;
	display: inline;
	font-size: 14px;
}

.disabled {
	color: #888888;
	background-color: #eeeeec;
	border:0;
}
.disabledGreen {
        color: #68B447;
        background-color: #68B447;
        border:0;
}


table.use th {
	text-align: left;
}

#results {
	
	clear:both;
}

#tblresults td,
#tblresults th {
	text-align: left;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
}

#tblresults th.section {
	text-align: left;
	color: #8dc63f;
	padding-bottom: 2px;
	border-bottom: 1px solid #888;
}

#hvac2 {
	width: 95%;
}

#hvac2 td,
#hvac2 th {
	width: 12%;
}

#hvac2 td input.ilive {
	width:45px;
}


#tblsummary th {
	text-align: right;
	border: 1px solid #fff;
	font-size: small;
	padding: 8px 4px;
	background-color:#5fb62f;
	color:#FFF;
}

#tblsummary td {
	text-align: right;
	border: 1px solid #fff;
	font-size: small;
	padding: 8px 4px;
	background-color:#88c6ea;
	color:#333;
}

input.ar {
	text-align: right;
}

/* A9K additional */

.btnLeft {

float: left;
clear: both;
margin: 20px 0 0 -2px;
}

#data {
font-size: 14px;
}

#waterBtn {
padding: 75px 20px 0 20px;
background: url("images/epoda/icon_water.gif") top no-repeat;
cursor: pointer;
}

#waterBtn:hover {
color: #888;
}

#gasBtn {
padding: 75px 20px 0 20px;
background: url("images/epoda/icon_gas.gif") top no-repeat;
cursor: pointer;
}

#gasBtn:hover {
color: #888;
}

#oilBtn {
padding: 75px 55px 0 35px;
background: url("images/epoda/icon_oil.gif") top no-repeat;
cursor: pointer;
}

#oilBtn:hover {
color: #888;
}

#elecBtn {
padding: 75px 20px 0 20px;
background: url("images/epoda/icon_elec.gif") top no-repeat;
cursor: pointer;
}

#elecBtn:hover {
color: #888;
}

#newwater {
clear:both;
width: 160px !important;
}

#del {
color:white !important; 
background-color: #F39910;
}

.smallCell {
font-size: 12px;
font-weight: normal;
}

.input160 {
float: right; 
width:160px; 
margin-right: 420px;
}


input.ilive {
	text-align: right;
}

input.w50 {
	width: 50px;
}

select#sel {
	font-size: 1.1em;
	padding: 3px 8px;	
}

a#labourcosts {
	border:1px solid black;
	padding: 5px 10px;
	text-decoration:none;
	/*position:relative;
	top: -15px;*/
}

a#labourcosts:hover {	
	text-decoration: underline;
}
/* for reports */

table#figures {
	width: 100%;
	color: white;
	margin-top: 30px;
}

table#figures th {
	background-color: #7F0F48;
	text-align: right;
	padding: 3px 5px;
}

table#figures td {
	background-color: #3D8F23;
	text-align: right;
	padding: 3px 5px;
}

table.myaccount td,
table.myaccount th {
	padding: 7px 8px;
	text-align: right;
}

/* admin panel */

#adminpanel,
#adminstatus {
	border: solid red 10px;
	color: white;
	background-color: black;
	width: 18%;
	height: 90%;
	z-index: 50;
}

#adminstatus div,
#adminstatus p {
	color: white;
	padding: 10px 15px;
	
}

#adminpanel ul,
#adminpanel h2 {
	margin: 20px;
	
}

#adminpanel div.recalc {
	color: white;
	padding: 10px 15px;
}

#adminpanel li {
	padding: 10px 15px;	
}

#adminpanel a {
	color: white;
	text-decoration: none;	
}

#adminpanel a:hover {
	color:red;
}

/*From embedded css on Epoda Lite*/
#example5 {
	float: left;
	display:inline;
	margin-left:10px;
}
.expand_all,
.collapse_all {
	cursor: pointer;
}
.example_menu {
	font-size: 90%;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 136px;
}
.example_menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu5 {
	margin: 0;
}
#menu5 li,
.example_menu li {
	background-image: none;
	margin: 0;
	padding: 0;
}
.example_menu ul ul {
	display: block;
}
.example_menu ul ul li a {
	padding-left: 20px;
	width: 109px;
}
.example_menu a {
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: normal;
	font:11px arial,sans-serif;
	margin-left: 0;
	padding: 2px 2px 2px 17px;
	width: 112px;
}
.example_menu a.expanded {
	background: #fff url('images/collapse.gif') no-repeat 3px 50%;
	margin-bottom: 5px;
}
.example_menu a.collapsed {
	background: #fff url('images/expand.gif') no-repeat 3px 50%;
}
.example_menu a:hover {
	text-decoration: none;
}
.example_menu ul a {
	background: transparent url('images/unsaved_data_arrow_down.png') no-repeat 0 0;;
	border-top: none;
	color: #000; //submenu font color
	display: block;
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	padding: 2px 2px 2px 5px;
	width: 119px;
	height : 37px; // to increse the width of submenu
	text-decoration:none;
	line-height:30px;
}
.example_menu ul a:link {
	font-weight: normal;
}
.example_menu ul a:hover {
	background : #f5f5f5;
	text-decoration: underline;
}
.example_menu li.active a {
	background: #fff;
}
.example_menu li.active li a {
	background: #D8F0FE;
}
#menu5 li.footer,
.example_menu .footer {
	background: transparent url('images/footer1.jpg') no-repeat 0 0;
	border-top: 2px solid #fff;
	height: 9px;
	line-height: 15px;
	margin: 0 0 10px 0;
	width: 131px;
}
.example_menu .footer span {
	display: none;
}
.myclass{
background-image:url('images/saved_data_arrow_down.png'); 
background-repeat: no-repeat; 
text-decoration:none;
}
