@charset "UTF-8";
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family: Diavlo;
	src: url('Diavlo_LIGHT_II_37.otf');
}
@font-face {
	font-family: Diavlo;
	font-weight: bold;
	src: url('Diavlo_MEDIUM_II_37.otf');
}
html {
    color: #fff;
    background: #3c2050;
}
body {
    height: 100%;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
#wrapper {
/*    margin: 5px auto 0 auto;
    padding: 0 15px 5px 10px; for use if add border */
    margin: 0 auto;
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 800px; /* Required for IE6 & 7 to honor the margin: 0 auto; */
}

/* this choice of font-family is meant to render text the same across platforms
 * letter-spacing makes the font a bit more legible.
 */
body, input, button, textarea, select {
  font-family: Diavlo, "Palatino Linotype", Freeserif, serif;
  letter-spacing: .05em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Diavlo, Papyrus, Georgia, "DejaVu Serif", serif;
    letter-spacing: .1em;
    font-weight: normal;
}
h1 {
    font-size: 1.5em;
    text-align: center;
}
h2, h3 {
    font-size: 1em;
    color: #577;
    margin-bottom: 0;
    text-decoration: underline;
  }
h4 {
    font-size: 1.15em;
    text-align: center;
}

#header {
    border-bottom: 3px dotted #345;
}
#body {
    position: relative;
}

/*
 * hacks for IE
 * "min-height" triggers "hasLayout" in IE 7, 
 * "height" is the trigger for IE 5 and 6.
 */
#header,
#body,
#rightColumn,
#footer {min-height: 0;}    
* html #header,
* html #body,
* html #footer {height: 1%;}  

table {
    margin: 0 auto;
} 
th, td {text-align: center;} 
tbody th {text-align: left;} 
th, strong, dt, b {
  font-weight: bold;
}
th { border-bottom: 2px solid yellow; }
td { padding:3px 15px; border-bottom: 1px solid yellow;}

hr {
  margin: 10px 30px;
  color: #000;
  border-style: inset;
  border-width: 1px;
}
#accountInfo {
    text-align: left;
    height: 350px;
    margin: 0 auto;
}
#usageTable { clear: both; }
#usageChart {
    margin: 0 auto;
}
#powerPlot, #carbonPlot, #costPlot {
    height: 350px;
}
#usageChartLabel {
    text-align: center;
    color: #CCC;
    margin-top: 10px;
    padding: 5px 0;
    background-color: #356;
}
#navButtons {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 3px dashed #345;
    padding-top: 10px;
}
.rightDivider {
    padding-right: 15px;
    margin-right: 10px;
    border-right: 2px solid white;
}
.leftDivider {
    padding-left: 15px;
    margin-left: 10px;
    border-left: 2px solid white;
}
.colAlign {
    width: 280px;
    position: absolute;
    top: 0;
    left: 0;
}
.shiftRight {
    left: 280px;
}
.button { 
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px;
    font-weight: bold;
}
.button:hover {
    color: blue;
    cursor: pointer;
}
select {
    font-weight: bold;
}
#buttonDisplayGraphic { /* Dont display on start */
    display: none;
}
.roundedCorners { /* CSS3 */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.multiColoredBorder { /* CSS3 */
    border: 8px solid #666;
    border-bottom-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc;
    border-top-colors:    #555 #666 #777 #888 #999 #aaa #bbb #ccc;
    border-left-colors:   #555 #666 #777 #888 #999 #aaa #bbb #ccc;
    border-right-colors:  #555 #666 #777 #888 #999 #aaa #bbb #ccc;
    -moz-border-bottom-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc;
    -moz-border-top-colors:    #555 #666 #777 #888 #999 #aaa #bbb #ccc;
    -moz-border-left-colors:   #555 #666 #777 #888 #999 #aaa #bbb #ccc;
    -moz-border-right-colors:  #555 #666 #777 #888 #999 #aaa #bbb #ccc;
}
.boxShadow { /* CSS3 */
    box-shadow: 10px 10px 5px #888;
    padding: 5px 5px 5px 15px;
}
.alertbox {
    padding: 0 15px;
    font-size: .85em;
/*    background-color: #999;*/
}
.alertbox p {
    color: black;
}
.alertbox h3 {
    font-size: 1.3em;
    text-decoration: none;
    color: blue;
    font-weight: bold;
    text-align: center;
}
.alertbox .buttons {
    margin-top: 20px;
}
