/* General styles START */

*
{
 font-family: "trebuchet ms",trebuchet,sans-serif,verdana;
 font-size: 12px;
 color: #404040;
}

body
{
 background-color: #eef1f6;
}

h1
{
 margin: 0px;

 font-size: 30px;
 font-weight: normal;
}

h2
{
 margin: 0 0 10px 0;

 font-size: 24px;
 font-weight: normal;
}

h3
{
 margin: 0px;

 font-size: 12px;
 font-weight: bold;
 color: #212121;
}

p
{
 margin: 0 3px 10px 0;
}

.bodywrap
{
 margin: 0 auto;
 width: 975px;
}

.topShadow
{
 width: 975px;
 
 background-image: url("../images/topShadow.png");
 background-repeat: no-repeat;
}

.page
{
 width: 975px;
 
 margin-top: -12px;
 
 background-image: url("../images/shadow.png");
 background-repeat: repeat-y;
}

.header
{
 width: 960px;
 height: 20px;
 
 margin: -11px 0 0 -10px;
 
 background-image: url("../images/top.png");
 background-repeat: repeat-x;
}

.content
{
 width: 940px;

 margin-left: 6px;
 padding: 10px;

 background-color: #FFFFFF;
}

.bottomShadow
{
 width: 965px;

 padding: 10px;
 
 background-image: url("../images/bottomShadow.png");
 background-repeat: no-repeat;

 font-size: 11px;

 text-align: center;
}

/* General styles STOP */

.powerHeader
{
 width: 893px;
 height: 85px;
 
 margin: 20px 0 0 9px;
 padding-top: 40px;

 background-image: url("../images/powerPlants.png");
 background-repeat: no-repeat;
 background-position: top right;
}

.menu
{
 height: 32px;

 margin: 20px 0 0 7px;
 padding: 5px;
 
 background-image: url('/images/menuBg.png');
 background-repeat: no-repeat;
}

.menu a
{
 text-decoration: none;
}

.currentStatus
{
 float: left;

 width: 179px;
 height: 220px;
 
 margin: 8px 1px 0 1px;
 
 text-align: center;
 
 background-image: url("../images/ligeNuGroen.png");
 background-repeat: no-repeat;
 background-position: center;
}

.howGreen
{
 margin: 35px 0 20px 5px;
 
 font-size: 30px;
}

.currentStatus h2
{
  color: #FFFFFF;
}

.greenInfo
{
 float: left;
 
 width: 200px;
 height: 220px;
 
 margin: 13px 0 0 -5px;
 padding: 15px 10px 0 2px;
 
 background-image: url("../images/greenInfoBg.png");
 background-repeat: no-repeat;
}

.chartContainer
{
 width: 470px;
 height: 212px;
 
 margin: 12px 20px 0 0;
 padding: 16px 0 0 13px;
 
 background-image: url("../images/predictionBg.png");
 background-repeat: no-repeat;
}

.chart
{
 margin: 15px 0 0 10px;
}

.infoText
{
 width: 860px;

 margin: 19px 0 0 7px;
 padding: 14px 30px 30px 15px;

 background-image: url("../images/infoTextBg.png");
 background-repeat: no-repeat;
}

.overProductionText
{
 width: 860px;

 margin: 14px 0 0 9px;
 padding: 10px 30px 15px 15px;

 background-image: url("../images/overProductionBg.png");
 background-repeat: no-repeat;
}

.underProductionText
{
 width: 860px;

 margin: 14px 0 0 9px;
 padding: 10px 30px 15px 15px;

 background-image: url("../images/underProductionBg.png");
 background-repeat: no-repeat;
}

.dataSourceInfo
{
 width: 860px;
 
 margin: 0 0 0 9px;
 padding: 10px 30px 15px 15px;
 
 background-image: url("../images/dataSourceInfoBg.png");
 background-repeat: no-repeat;
}

.greenPowerHistory
{
 width: 881px;
 
 margin: 21px 0 0 6px;
 padding: 16px 0 10px 13px;
 
 background-image: url("../images/greenPowerHistoryBg.png");
 background-repeat: no-repeat;
}