/*! ************************************************* 

	ForGreen Counter - v1.0

	Web Design & Development (HTML5/CSS3/JS):
	Cristiano Rastelli - Area Web
	https://www.didoo.net/
	
	Last update: June 2012

*************************************************** */


@font-face {
    font-family: 'Museo Sans 700';
    src: url('../font/Museo700-Regular.otf');
    src: url('../font/Museo700-Regular.otf?') format('embedded-opentype'),
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 500 Italic';
    src: url('../font/museosans-500italic');
    src: url('../font/museosans-500italic?') format('embedded-opentype'),
    font-weight: 500;
    font-style: italic;
}


html {
    width: 100%;
    height: 100%}
body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #222;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#boxRoot {
    position: relative;
    text-align: left;
}
#boxRoot #boxTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background-color: #409e27;
    background-repeat: no-repeat;
    background-position: 50% 50%}
#boxRoot #boxMain {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 12px 12px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
#boxRoot #boxMain ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#boxRoot #boxMain ul li {
    width: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 4px 0;
}
#boxRoot #boxMain ul li p {
    width: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-left: 1px solid #e5e5e5;
}
#boxRoot #boxMain ul li p span {
    position: relative;
    display: block;
    font-family: "Museo Sans 900", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #111;
}
#boxRoot #boxMain ul li p span strong {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 40px;
    width: 0;
    overflow: hidden;
    background: url(../img/counter_loading_gray.gif) no-repeat 10px 50%}
#boxRoot #boxMain ul li p span strong.available {
    padding-left: 0;
    width: auto;
    height: auto;
    overflow: visible;
    background: 0;
}
#boxRoot #boxMain ul li p em {
    position: relative;
    display: block;
    margin-top: 1px;
    font-family: "Museo Sans 700", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    line-height: 13px;
    color: #999;
}
#boxRoot #boxMain ul li p sub {
    position: relative;
    bottom: -5px;
    vertical-align: bottom;
    font-size: .6em;
}
#boxRoot #boxMain ul li.power_now {
    background-image: url(../img/remote_counter_power_now.gif);
}
#boxRoot #boxMain ul li.power_now>p>span {
    color: #c0d72f;
}
#boxRoot #boxMain ul li.power_sum {
    background-image: url(../img/remote_counter_power_sum.gif);
}
#boxRoot #boxMain ul li.power_sum>p>span {
    color: #8bc53f;
}
#boxRoot #boxMain ul li.envir_co2 {
    background-image: url(../img/remote_counter_envir_co2.gif);
}
#boxRoot #boxMain ul li.envir_co2>p>span {
    color: #3fac49;
}
#boxRoot #boxMain ul li.envir_bep {
    background-image: url(../img/remote_counter_envir_bep.gif);
}
#boxRoot #boxMain ul li.envir_bep>p>span {
    color: #007231;
}
#boxRoot #lnkPlant {
    position: absolute;
    background: url(../img/bottom_company_174x60.gif) no-repeat 50% bottom;
}
#boxRoot.size200x280 {
    width: 200px;
    height: 280px;
}
#boxRoot.size200x280 #boxTop {
    background-image: url(../img/top_title_200x46.gif);
}
#boxRoot.size200x280 #boxMain {
    top: 46px;
    width: 174px;
    height: 209px;
    border-top: 0;
}
#boxRoot.size200x280 #boxMain ul {
    padding-top: 2px;
}
#boxRoot.size200x280 #boxMain ul li {
    height: 30px;
    padding: 0 0 9px 39px;
}
#boxRoot.size200x280 #boxMain ul li p {
    height: 30px;
    padding-left: 10px;
}
#boxRoot.size200x280 #boxMain ul li p span {
    height: 16px;
    font-size: 13px;
    line-height: 16px;
}
#boxRoot.size200x280 #boxMain ul li p span strong {
    height: 16px;
    line-height: 16px;
}
#boxRoot.size200x280 #lnkPlant {
    bottom: 0;
    left: 50%;
    width: 174px;
    height: 60px;
    margin-left: -87px;
    border-top: 1px solid #e4e4e4;
}
#boxRoot.size220x300 {
    width: 220px;
    height: 300px;
}
#boxRoot.size220x300 #boxTop {
    background-image: url(../img/top_title_220x46.gif);
}
#boxRoot.size220x300 #boxMain {
    top: 46px;
    width: 194px;
    height: 229px;
    border-top: 0;
}
#boxRoot.size220x300 #boxMain ul {
    padding-top: 2px;
}
#boxRoot.size220x300 #boxMain ul li {
    height: 32px;
    padding: 0 0 12px 40px;
}
#boxRoot.size220x300 #boxMain ul li p {
    height: 32px;
    padding-left: 12px;
}
#boxRoot.size220x300 #boxMain ul li p span {
    height: 18px;
    font-size: 16px;
    line-height: 18px;
}
#boxRoot.size220x300 #boxMain ul li p span strong {
    height: 18px;
    line-height: 18px;
}
#boxRoot.size220x300 #lnkPlant {
    bottom: 0;
    left: 50%;
    width: 194px;
    height: 60px;
    margin-left: -97px;
    border-top: 1px solid #e4e4e4;
}
#boxRoot.size600x100 {
    width: 600px;
    height: 100px;
}
#boxRoot.size600x100 #boxTop {
    z-index: 10;
    width: 220px;
    height: 46px;
    background-image: url(../img/top_title_220x46.gif);
}
#boxRoot.size600x100 #boxMain {
    top: 0;
    left: 0;
    width: 379px;
    height: 74px;
    padding-right: 0;
    padding-left: 220px;
    border-left: none;
}
#boxRoot.size600x100 #boxMain ul {
    padding-left: 10px;
}
#boxRoot.size600x100 #boxMain ul li {
    position: absolute;
    height: 32px;
    padding: 9px 0 9px 38px;
    background-position: 4px 9px;
}
#boxRoot.size600x100 #boxMain ul li p {
    height: 32px;
    padding-left: 10px;
}
#boxRoot.size600x100 #boxMain ul li p span {
    height: 18px;
    font-size: 16px;
    line-height: 18px;
}
#boxRoot.size600x100 #boxMain ul li p span strong {
    height: 18px;
    line-height: 18px;
}
#boxRoot.size600x100 #boxMain ul li.power_now {
    width: 140px;
    top: 0;
    left: 230px;
}
#boxRoot.size600x100 #boxMain ul li.power_sum {
    width: 155px;
    top: 0;
    right: 0;
}
#boxRoot.size600x100 #boxMain ul li.envir_co2 {
    width: 150px;
    bottom: 1px;
    left: 230px;
}
#boxRoot.size600x100 #boxMain ul li.envir_bep {
    width: 155px;
    bottom: 1px;
    right: 0;
}
#boxRoot.size600x100 #lnkPlant {
    width: 219px;
    height: 54px;
    top: 45px;
    left: 0;
    border-right: 1px solid #e4e4e4;
    background-position: 50% -1px;
}
#boxRoot.size1200x60 {
    width: 1200px;
    height: 60px;
}
#boxRoot.size1200x60 #boxTop {
    width: 220px;
    height: 60px;
    background-image: url(../img/top_title_220x46.gif);
}
#boxRoot.size1200x60 #boxMain {
    top: 0;
    left: 220px;
    width: 955px;
    height: 34px;
    border-left: none;
}
#boxRoot.size1200x60 #boxMain ul {
    padding-left: 10px;
}
#boxRoot.size1200x60 #boxMain ul li {
    height: 32px;
    display: block;
    float: left;
    padding: 0 0 0 40px;
}
#boxRoot.size1200x60 #boxMain ul li p {
    height: 32px;
    padding-left: 12px;
}
#boxRoot.size1200x60 #boxMain ul li p span {
    height: 18px;
    font-size: 16px;
    line-height: 18px;
}
#boxRoot.size1200x60 #boxMain ul li p span strong {
    height: 18px;
    line-height: 18px;
}
#boxRoot.size1200x60 #boxMain ul li.power_now {
    width: 140px;
}
#boxRoot.size1200x60 #boxMain ul li.power_sum {
    width: 170px;
}
#boxRoot.size1200x60 #boxMain ul li.envir_co2 {
    width: 150px;
}
#boxRoot.size1200x60 #boxMain ul li.envir_bep {
    width: 160px;
}
#boxRoot.size1200x60 #lnkPlant {
    width: 180px;
    height: 59px;
    top: 0;
    right: 0;
    border-left: 1px solid #e4e4e4;
}
#tblError {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: collapes;
    border-spacing: 0;
}
#tblError th {
    background: #409e27 url(../img/top_title_200x46.gif) no-repeat 50% 50%;
    height: 46px;
}
#tblError td {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: red;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
