
body {
	border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight: normal;
    background-color: white;
    color: #666;
}

select {
	width: 200px;
    font-size: 62.5%;
}

input:focus
{
  outline: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
    color: #666;
}

a.green {
	color: #9ABA2D;
}

a.visited {
	text-decoration: none;
    color: #666;
}

button {
	font-family: Verdana, Arial,sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    color: #555555;
	border-radius: 6px;
//    background-color: white;
    border-color: #555555;
    border-width: 1px;
    border-style: solid;
    padding-top: 0.1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.2em;
    text-decoration: none;

	cursor: pointer;
    background: #EEEEEE;
    background: -webkit-gradient(linear, left top, left bottom, from(#E9EAE4), to(#EEEEEE) );
    background: -moz-linear-gradient(-90deg, #E9EAE4, #EEEEEE);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E9EAE4', endColorstr='#EEEEEE');
}

button.img-button {
	border: none;
    border-radius: 0px;
    padding: 0px;
    text-decoration: none;
	cursor: pointer;
    background: none;
    color: #777;
}

.footer{
position:absolute;
bottom:10px;
text-align:right;
right:10px;	
}

.progress{
text-align:center;
padding-left:5px;
padding-right:5px;
}

.progressbubbledone{
padding:inherit;
position:relative;
background-color:#b1d334;
display:inline-block;
border-radius:10px;
width:40px;
height:40px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:30px;
}
.progressbubblecurrent{
padding:inherit;
position:relative;
background-color:#999999;
display:inline-block;
border-radius:10px;
width:auto;
height:40px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:30px;
}
.progressbubble{
padding:inherit;
position:relative;
background-color:#CCCCCC;
display:inline-block;
border-radius:10px;
width:40px;
height:40px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:30px;
}

.number{
display: inline-block;
vertical-align:top;
padding-right:3px;
}

.stepDescription{
overflow: hidden;
display: inline-block;
text-align:left;
font-size: 12pt;
color: #FFFFFF;
vertical-align:top;
}

button.red {
    border-color: #8A2936;
    background: #EA6274;
    background: -webkit-gradient(linear, left top, left bottom, from(#EBC5CA), to(#EA6274) );
    background: -moz-linear-gradient(-90deg, #EBC5CA, #EA6274);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EBC5CA', endColorstr='#EA6274');
}

button.green {
    border-color: #849746;
    background: #DDEBAD;
    background: -webkit-gradient(linear, left top, left bottom, from(#E9EAE4), to(#DDEBAD) );
    background: -moz-linear-gradient(-90deg, #E9EAE4, #DDEBAD);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E9EAE4', endColorstr='#DDEBAD');
}

.clear {
	clear: both;
}

table.data {
    border: 1px solid #a1a1a3;
    width: 400px;
    border-spacing: 0px;
	border-collapse: collapse;
}

table tr.light {
    background-color: white;
    color: #666;
    text-align: center;
}
table tr.dark {
    background-color: #EEEEEE;
    color: #666;
    text-align: center;
}

table tr.edit {
    background-color: #FFFCAD;
    color: #666;
    text-align: center;
}

table tr.good {
    background-color: #DDFFDD;
    color: #666;
    text-align: center;
}

table tr.bad {
    background-color: #FFDDDD;
    color: #666;
    text-align: center;
}

table tr.cold {
    background-color: #C4FCEE;
    color: #666;
    text-align: center;
}

table td.indent {
	padding-left: 25px;
}

table td.double-indent {
	padding-left: 50px;
}

.url {
	text-decoration: underline;
    color: #8DC63F;
}

.textbox
{
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	width: 300px;
	border: 1px solid #ccc;
	background-color: white;
}

.textbox-medium
{
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	width: 120px;
	border: 1px solid #ccc;
	background-color: white;
}

.textbox-short
{
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	width: 60px;
    text-align: right;
	border: 1px solid #ccc;
	background-color: white;
}

.badge {
//	background-color: #b1d334;
//    color: #666;
//    padding-top: 2px;
//    padding-bottom: 3px;
//    padding-left: 6px;
//    padding-right: 6px;
//    border-radius: 0.2em;

//  display: block;
  position: relative;
  top: -10px;
  right: 5px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  font-family: Arial, sans-serif;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  border: 1px solid;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);

}

.badge.green {
  background: #77cc51;
  border-color: #59ad33;
  background-image: -webkit-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: -moz-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: -o-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: linear-gradient(to bottom, #a5dd8c, #77cc51);

}
.badge.yellow {
  background: #faba3e;
  border-color: #f4a306;
  background-image: -webkit-linear-gradient(top, #fcd589, #faba3e);
  background-image: -moz-linear-gradient(top, #fcd589, #faba3e);
  background-image: -o-linear-gradient(top, #fcd589, #faba3e);
  background-image: linear-gradient(to bottom, #fcd589, #faba3e);
}

.badge.red {
  background: #fa623f;
  border-color: #fa5a35;
  background-image: -webkit-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -moz-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -o-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: linear-gradient(to bottom, #fc9f8a, #fa623f);
}

.selectable-image {

}

.selectable-image:hover {
	cursor: pointer;
}

.selectable {

}

.selectable:hover {
	cursor: pointer;
    color: #ddebad;
}

.info-item:hover {
	cursor: help;
}

.data {
	color: #333;
}

.configure-button
{
	cursor: pointer;
}

#main-container {
	width: 100%;
}

#loading {
	width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    margin-bottom: 200px;
	text-align: center;

}

#loading-text
{
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

#graph-loading {
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
	text-align: center;
}

#mask {
	position:absolute;
    top: 0px;
    left: 0px;
	z-index:9000;
	background-color:#fff;
	display:none;
}

#boxes .window {
	position:absolute;
    width:440px;
//    height:200px;
    display:none;
    z-index:9999;
//    padding:20px;
}

#boxes #dialog {
	position: absolute;
	width:550px;
	min-height:350px;
	background: white;
    border: 1px solid #a1a1a3;
	border-radius: 0.9em;
    box-shadow: 0 0 2px 2px #ccc;
//	-moz-box-shadow: 0 0 5px 5px #ccc;
// 	-webkit-box-shadow: 0 0 5px 5px #ccc;
    box-shadow: 4px 4px 1em #ccc;
    -webkit-box-shadow: 4px 4px 1em #ccc;

}

#dialog-header-outer {
	width: 550px;
    min-height: 40px;
    border-bottom: 1px solid #a1a1a3;
    float: left;
/*
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
*/
}

#dialog-header-left {
	float: left;
    width: 100px;
    min-height: 40px;
    text-align: left;
}

#dialog-header-right {
	float: right;
    width: 100px;
    text-align: right;
}

#dialog-header-center {
	float: left;
    width: 340px;
    margin: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
}
#dialog-header-full {
	float: left;
    width: 540px;
    margin: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}

#dialog-content {
	width: 540px;
    margin: 5px;
    height: 305px;
    overflow-y: auto;
    overflow-x: hidden;
}

.settings-table {
	width: 540px;
}

.settings-table-group {
	width: 520px;
    margin: 10px;
}

.settings-table-group-header {
	width: 520px;
    margin-bottom: 10px;
    font-weight: bold;
}

.settings-table-group-item-expandable {
	width: 510px;
    border: 1px dashed #50555a;
    padding: 5px;
	background: url('../Images/Scrolling-Arrow-Right-Clear-16.png') no-repeat 490px 50%;
    cursor: pointer;
}

#plugin-layout-configure-button {
	width: 530px;
    float: left;
}

#plugin-layout-configure-text {
	width: 500px;
    padding: 15px;
    float: left;
}

#plugin-layout-loading-image {
	width: 220px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

#plugin-layout-complete-image {
	width: 100px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

#plugin-layout-loading-text {
	width: 220px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#plugin-layout-progress-text {
	width: 220px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#plugin-layout-main {
	width: 540px;
    height: 260px;
    overflow-y: auto;
}

#plugin-layout-footer {
	width: 530px;
    height: 30px;
    margin: 5px;
    float: right;
    text-align: center;
}

.radio-outer{
	white-space:nowrap;
}

.widget-title-action-item
{
	float: right;
    margin-top: 8px;
    margin-right: 10px;
    width: 40px;
}

#header-outer {
	width: 100%;
    border-bottom: 1px solid rgba(181,181,181,0.5);
    box-shadow: 0px 2px 0px 0px rgba(181,181,181,0.05);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(181,181,181,0.05);

}

#header-center {
//	width: 1040px;
    height: 42px;
//    margin-left: 10px;
//    margin-right: 10px;
}

#header-logo {
	float: left;
    padding: 6px;
    margin-left: 15px;
    margin-right: 100px;
    margin-bottom: 1px;
}
#header-menu {
	float: right;
}

#header-menu ul {
	list-style: none;
    float: left;
    border: none;
    margin: 0px;
    margin-bottom: 1px;
    margin-right: 10px;
    padding: 0px;
//    border-right: 1px solid #b5b5b5;
    line-height: 1.6;
}

#header-menu li
{
	float: left;
//    border-left: 1px solid #b5b5b5;
    cursor: pointer;
    text-align: center;
}

#header-menu a {
	bottom: -1px;
    margin: 0px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 16px;
    padding-bottom: 8px;
	text-decoration: none;
    line-height: 23px;
	border-bottom: 3px solid white;
//    font-weight: normal;
    display: block;
    position: relative;
}

#header-menu A:hover {
	border-bottom: 3px solid #b1d334;
    color: #b1d334;
}

#main-outer {
	width: 100%;
}

#main-center {
	width: 1040px;
    margin-left: auto;
    margin-right: auto;
//    border-bottom: 1px solid #b5b5b5;
    position: relative;
    border-bottom: 1px solid rgba(181, 181, 181, 0.5);
    box-shadow: 0px 2px 0px 0px rgba(181,181,181,0.05);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(181, 181, 181, 0.05);
}

#footer {
	width: 1040px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#footer-notes {
	width: 1040px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#footer-notes-left {
	width: 500px;
    float: left;
    margin: 5px;
}

#footer-notes-right {
	width: 500px;
    float: right;
    text-align: right;
    margin: 5px;
}

#footer-images {
	width: 1040px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#banner-main {
	width: 1040px;
    padding: 0px;
    margin: 0px;
}

#banner-weather {
	width: 522px;
    float: left;
    padding: 10px;
    position: relative;
}

#banner-weather-image {
	float: left;
    width: 90px;
    height: 90px;
}

#banner-weather-text {
	float: left;
    padding: 5px;
    max-width: 392px
}

#local-weather-temperature {
	font-size: 22pt;
    font-weight: bold;
}

#local-weather-text {
	padding-left: 5px;
	font-size: 16pt;
}

.weather-info-bar {
	color: #999;
}

#weather-humidity-text {
	color: #666;
}

#weather-windspeed-text {
	color: #666;
}

#weather-cloud-text {
	color: #666;
}

#banner-property-status {
	width: 462px;
    float: left;
    padding: 10px;
    position: relative;
}

#banner-property-status-image {
	float: left;
}

#banner-property-status-text {
	float: left;
    padding-top: 12px;
    width: 362px;
}

#property-name {
	font-size: 16pt;
}

#property-occupied-text {
	font-size: 16pt;
}

#property-status-description {

}

#scroller-outer {
	width: 1040px;
    height:	460px;
	margin: 0;
    padding: 0;
    position: relative;
}

#scroller-main {
	width: 1040px;
    height:	460px;
    margin-bottom: 8px;
    background-color: white;
    z-index: 100;
    position: relative;
}

.scroller-section {
	margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 10px;
	width: 331px;
    height: 450px;
    float: left;
    color: #a1a1a3;
}

.scroller-section:hover {
//	border: 1px solid #b1d334;
//    color: #b1d334;
//    box-shadow: 4px 4px 1em #b1d334;
//    -webkit-box-shadow: 4px 4px 1em #b1d334;
}

.scroller-section-main {
    height: 400px;
	background: white;
    border-top-left-radius: 0.7em;
    border-top-right-radius: 0.7em;
    color: #a1a1a3;

	border: 1px solid rgba(181, 181, 181, 0.5);
	border-bottom: none;
    box-shadow: 2px 2px 2px 2px rgba(181,181,181,0.05);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(181, 181, 181, 0.05);
}

.scroller-section-main-loading {
	padding-top: 170px;
    height: 100px;
	background: white;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    color: #a1a1a3;
    text-align: center;
}

.scroller-section-title {
    height: 46px;
	background: #ffffff;
//    background-image: url('../Images/title-background.png');
//    background-repeat: repeat-x;
    border-bottom-left-radius: 0.7em;
    border-bottom-right-radius: 0.7em;
    color: #777;
//    text-shadow: -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;
	border: 1px solid rgba(181, 181, 181, 0.5);
    box-shadow: 2px 2px 2px 2px rgba(181,181,181,0.05);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(181, 181, 181, 0.05);
	border-top-width: 3px;
}

.scroller-section-title-text {
	float: left;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
	width: 150px;
	overflow: hidden;
}


.scroller-section-title-action {
	float: right;
//    width: 180px;
}

#scroller-extended-section {
	position: absolute;
    top: 0px;
    left: 349px;
    width: 675px;
    height: 450px;
    background: white;
	margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
	z-index: 2000;
    color: #a1a1a3;
    border-radius: 0.7em;
    
	border: 1px solid rgba(181, 181, 181, 0.5);
    box-shadow: 2px 2px 2px 2px rgba(181,181,181,0.05);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(181, 181, 181, 0.05);

}

#scroller-extended-section-main {
    height: 400px;
}

#scroller-extended-section-main:hover {

}

#scroller-extended-section-title {
	text-align: left;
    margin: 0px;
    
    height: 46px;
	background: #ffffff;
    border-bottom-left-radius: 0.7em;
    border-bottom-right-radius: 0.7em;
    color: #777;
	border-top: 3px solid rgba(181, 181, 181, 0.5);
//    box-shadow: 2px 2px 2px 2px rgba(181,181,181,0.05);
//    -webkit-box-shadow: 2px 2px 2px 2px rgba(181, 181, 181, 0.05);
}

#scroller-extended-section-title:hover {
}

#scroller-extended-section-title-text {
	float: left;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
}


#scroller-extended-section-title-action {
	float: right;
}


#scroll-selectors {
	position: absolute;
    top: 345px;
    width: 100%;
    height: 50px;
    z-index: 0;
}

#scroll-selectors-inner {
	width: 1116px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
//    border: 1px solid red;
}

#scroll-selector-left {
	float: left;
    cursor: pointer;
    width: 32px;
    height: 48px;
//   	background-image: url("../Images/Scrolling-Arrow-Left.png");
	color: #999;
    z-index: 3000;
}

#scroll-selector-left:hover {
//	background-image: url("../Images/Scrolling-Arrow-Left-Green.png");
	color: #b1d334;

}

#scroll-selector-right {
	float: right;
    cursor: pointer;
    width: 32px;
    height: 48px;
//	background-image: url("../Images/Scrolling-Arrow-Right.png");
	color: #999;
    z-index: 3000;
}

#scroll-selector-right:hover {
//	background-image: url("../Images/Scrolling-Arrow-Right-Green.png");
	color: #b1d334
}

.settings-button {
	border: none;
    background: none;
//    margin: 5px;
//    margin-top: 8px;
	width: 32px;
    height: 32px;
	background-image: url("../Images/Settings-White.png");
    cursor: pointer;
}

.dialog-nav-button {
	margin: 8px;
    background: #aaa;
    border: 1px solid #aaa;
    color: white;
    font-weight: bold;
    height: 24px;
}

.dialog-nav-button:hover {
    background: #DDEBAD;
}

//.settings-button:hover {
//    cursor: pointer;
//}

.close-button {
	border: none;
    background: none;
    margin: 8px;
	width: 24px;
    height: 24px;
//	background-image: url("../Images/Close-Grey.png");
}

.close-button:hover {
//	background-image: url("../Images/Close-Green.png");
	color: #DDEBAD;
    cursor: pointer;
}

.close-button-white {
	border: none;
    background: none;
    margin: 12px;
	width: 25px;
    height: 25px;
	background-image: url("../Images/Close-White.png");
    cursor: pointer;
}

.mini-sections-scroll {
	float: left;
    text-align: center;
    width: 311px;
    height: 16px;
    margin: 10px;
//    border: 1px solid #ccc;
    border-radius: 0.5em;
    cursor: pointer;
}

.mini-sections-scroll-top {
	float: left;
    text-align: center;
    width: 311px;
    height: 16px;
    margin: 10px;
    border-radius: 0.5em;
    cursor: pointer;
    background: url('../Images/Scrolling-Arrow-Up-Clear-16.png') no-repeat 148px 50%;
}

.mini-sections-scroll-top:hover {
    background: url('../Images/Scrolling-Arrow-Up-Green-16.png') no-repeat 148px 50%;
}

.mini-sections-scroll-bottom {
	float: left;
    text-align: center;
    width: 311px;
    height: 16px;
    margin: 10px;
    border-radius: 0.5em;
    cursor: pointer;
    background: url('../Images/Scrolling-Arrow-Down-Clear-16.png') no-repeat 148px 50%;
}

.mini-sections-scroll-bottom:hover {
    background: url('../Images/Scrolling-Arrow-Down-Green-16.png') no-repeat 148px 50%;
}

.mini-sections-main {
	float: left;
    width: 311px;
    height: 264px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.mini-section-logo {
	float: left;
    width: 37px;
    height: 115px;
    margin-top: 0.6em;
	padding-left: 5px;
//    padding-right: 5px;
    overflow: hidden;
}

.mini-section {
	float: left;
    width: 309px;
    height: 125px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    overflow: hidden;
}

.mini-section-main {
	float: left;
    width: 257px;
    height: 125px;
    margin-left: 5px;
}

.standard-section-data {
	float: left;
    width: 196px;
    height: 140px;
    margin-left: 5px;
    margin-top: 5px;
}


.standard-section-top {
	float: left;
    width: 321px;
    height: 100px;
    margin: 10px;
}

.standard-section-logo {
	float: left;
    width: 120px;
    height: 96px;
	margin-left: auto;
    margin-right: auto;
}

.standard-section-data {
	float: left;
    width: 196px;
    height: 140px;
    margin-left: 5px;
    margin-top: 5px;
}

.standard-section-data-label {
	font-size: 22pt;
    font-weight: bold;
    color: #666;
	margin: 5px;
}

.standard-section-data-label-medium {
	font-size: 19pt;
    font-weight: bold;
    color: #666;
	margin: 5px;
}

.standard-section-data-label-large {
	font-size: 28pt;
    font-weight: bold;
    color: #666;
	margin: 5px;
    margin-top: 20px;
}

.standard-section-data-label-small {
	font-size: 14pt;
//    font-weight: bold;
    color: #666;
	margin: 5px;
    margin-right: 15px;
}

.standard-section-info {
	float: left;
    width: 321px;
    height: 196px;
    margin: 5px;
}

.standard-section-options {
	float: left;
    width: 321px;
    height: 64px;
//    margin: 5px;
	margin-left: auto;
    margin-right: auto;
}

.standard-section-options-inner {
	margin-left: auto;
    margin-right: auto;
}

.standard-section-options-item {
	float: right;
    margin-left: 2px;
    margin-right: 5px;
}

.standard-section-table {
	width: 321px;
}

.standard-section-table tr {
	font-size: 11pt;
    margin: 0px;
    height: 22px;
}


.standard-section-table td.data {
	color: #333;
    text-align: center;
}

.standard-section-table td.data-left {
	color: #333;
    text-align: left;
}

.standard-section-table th {
	text-align: center;
    font-weight: normal;
    margin: 0px;
    height: 22px;
}

.mini-section-table {
	width: 262px;
    overflow: hidden;
}

.mini-section-table tr {
	font-size: 10pt;
    margin: 0px;
}


.mini-section-table td.data {
	color: #333;
    text-align: center;
}

.mini-section-table td.data-left {
	color: #333;
    text-align: left;
}

.mini-section-table th {
	text-align: left;
    font-weight: normal;
    font-size: 14pt;
    margin: 0px;
}

.device-section-table {
	border-collapse: collapse;
    border: 1px solid #a1a1a3;
    width: 400px;
}

.device-section-table tr {
	font-size: 10pt;
    margin: 0px;
    height: 18px;
    text-align: left;
}

.device-section-table td.data {
	color: #333;
    text-align: left;
}

.device-section-table td.edit:hover {
	background: url('../Images/edit-icon.png') no-repeat 165px 50%;
	cursor: pointer;
}

.device-section-table td.label {
	color: #111;
    text-align: right;
    padding-right: 10px;
}

.device-upgrade-section {
    border: 1px solid #a1a1a3;
	width: 398px;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.device-upgrade-section.error {
    border: 1px solid #a0211f;
}

.device-upgrade-section.warn {
    border: 1px solid #ffb000;
    border-radius: 6px;
}

.device-upgrade-section-icon {
	width: 100px;
    text-align: center;
    padding-top: 10px;
    float: left;
}

.device-upgrade-section-text {
	width: 298px;
    float: left;
}

.device-upgrade-section-info {
	width: 298px;
    padding-top: 10px;
    float: left;
}

.device-upgrade-section-new {
	font-size: 8pt;
}

.device-search-section {
	width: 540px;
}

.device-search-section-icon {
	width: 100px;
    text-align: center;
    padding-top: 10px;
    float: left;
}

.device-search-section-text {
	width: 420px;
    margin: 10px;
    float: left;
}

.device-search-section-info {
	width: 420px;
    padding-top: 10px;
	padding-bottom: 10px;
    float: left;
}

.graph-main {
	float: left;
    width: 662px;
    margin-left: 5px;
	margin-right: 5px;
}

.graph-header {
	float: right;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    width: 652px;
    height: 35px;
}

.graph-container {
	float: left;
	width: 657px;
    height: 345px;
    margin-bottom: 5px;
    overflow-y: auto;
}

#electricity-graph-select {
	float: right;
}

.list-section {
	width: 331px;
    height: 400px;
    overflow: hidden;
}

.scrolling-list-section {
	float: left;
	width: 331px;
    height: 328px;
    overflow: hidden;
}


.list-section-item {
	width: 321px;
    min-height: 70px;
    margin: 5px;
    position: relative;
    float: left;
    border-bottom: 1px dashed #a1a1a3;
    cursor: pointer;
}
.scrolling-list-section .list-section-item:first-child {
     border-top: 1px dashed #a1a1a3;
}

.list-section-item-image {
	width: 70px;
	height: 70px;
    float: left;
}

.list-section-item-text {
	margin: 5px;
    margin-left: 10px;
    margin-right: 0px;
    width: 236px;
    min-height: 60px;
    float: left;
}

.list-section-item-text-large {
	margin: 5px;
    width: 311px;
    min-height: 60px;
    float: left;
}

.list-section-table {
	width: 235px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.list-item-title {
	font-size: 16pt;
	color: #666;
}

.list-item-text {
	color: #a1a1a3;
}

#electricity-rate-main {
	width: 540px;
    height: 260px;
    overflow-y: auto;
}

#electricity-tariff-data {
	width: 540px;
}

#electricity-settings-footer {
	width: 520px;
    height: 30px;
    margin: 10px;
    float: right;
    text-align: center;
}

#message-list-main {
	width: 540px;
    height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
}

.message-list-item {
	width: 540px;
    float: left;
    margin: 4px;
	border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.message-list-item:hover {
	border-bottom: 1px dashed #b1d334;
}

.message-list-item-image {
	width: 50px;
    height: 50px;
    float: left;
}

.message-list-item-text {
	width: 472px;
    min-height: 40px;
    float: left;
    padding: 5px;
}

#device-list-main {
	width: 540px;
    height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
}

.device-list-item {
	width: 520px;
    float: left;
    margin: 4px;
	border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.device-list-item:hover {
	border-bottom: 1px dashed #b1d334;
}

.device-list-item-image {
	width: 50px;
    height: 50px;
    float: left;
}

.device-list-item-text {
	width: 380px;
    min-height: 40px;
    float: left;
    padding: 5px;
}

.device-list-item-options {
	width: 60px;
    min-height: 40px;
    float: left;
    padding: 5px;
}

.document-list-item {
	width: 530px;
    float: left;
//    margin: 4px;
	border-bottom: 1px dashed #ccc;
//    cursor: pointer;
}

.document-list-item:hover {
	border-bottom: 1px dashed #b1d334;
}

.document-list-item-image {
	width: 80px;
    height: 80px;
    float: left;
    margin: 5px;
    cursor: pointer;
}

.document-list-item-text {
	width: 430px;
    min-height: 40px;
    float: left;
    margin: 5px;
}

.timestamp {
	font-size: 7pt;
}

.message-from {
	font-weight: bold;
}

.news-item-title {
	font-weight: bold;
    color: #666;
    width: 236px;
    float: left;
}

.news-item-text {
    width: 236px;
    float: left;
	font-size: 9pt;
    color: #666;
}


#terms-main {
	width: 1040px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed #50555a;
	padding: 10px;
}

.textbox_table
{
	width: 100px;
    border: 0px;
    text-align: center;
    font-size: 10pt;
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight: normal;
    background-color: transparent;
}

.textbox_table_small
{
	width: 50px;
    border: 0px;
    text-align: right;
    font-size: 10pt;
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight: normal;
}

.tbl-timer-setup
{
    border-collapse: collapse;
	border: 1px solid #50555a;
    margin: 15px;
    padding: 2px;
}

#heating_edit_label
{
	text-align: center;
    font-weight: bold;
}

/**** New table stuff ***/
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.zebra {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc; 
}

.zebra td, .zebra th {
    padding: 5px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr {
	background-color: #ffffff;
}

.zebra tbody tr:nth-child(even) {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra tbody tr.selectable:hover {
	cursor: pointer;
    background-color: #DDEBAD;
}

.zebra th {
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
//    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}

.zebra td.data {
    text-align: left;
}

.zebra td.edit:hover {
	background: url('../Images/edit-icon.png') no-repeat 165px 50%;
	cursor: pointer;
}

.zebra td.label {
    text-align: right;
    padding-right: 10px;
	width:50%;
}

.zebra td.settingvalue {
	text-align: right;
	padding-right: 50px;
}

.zebra td.warning {
	color: red;
}

.zebra tr.disclosure {
	background: url('../Images/Scrolling-Arrow-Right-Clear-16.png') no-repeat 490px 50%;
	cursor: pointer;
}

.zebra tr.disclosure:hover {
	background: url('../Images/Scrolling-Arrow-Right-Green-16.png') no-repeat 490px 50%;
}


.zebra textbox {
	border: 1px solid #eee;
}

#wizard-main {
	width: 540px;
    height: 300px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#wizard-content	{
	width: 540px;
    height: 260px;
    float: left;
}

#wizard-footer	{
	width: 520px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

#wizard-progress {
	width: 540px;
    height: 40px;
    float: left;
}

#wizard-inner {
	width: 520px;
	height: 220px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.wizard-footer-button {
	margin-left: 10px;
	margin-top: 10px;
    float: right;
}

#cbo-wizard-device-type {
	width: 280px;
}

.wizard-section-header {
	width: 520px;
	font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wizard-section-text {
	width: 520px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wizard-section-options {
	width: 520px;
    margin-top: 20px;
	text-align: center;
}

.wizard-progress-items {
    float: left;
    border: none;
    margin: 0px;
    margin-bottom: 1px;
    padding: 0px;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}

.wizard-progress-item
{
	float: left;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #b5b5b5;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    
}

.current
{
	background-color: #ADBEEA;
}

.complete
{
	background-color: #DDEBAD;
}

.disabled
{
	background-color: #ccc;
}

#login_username
{
    float: right;
    right: 5px;
    top: 3px;
    position: relative;
}



