*{
padding : 0;
margin : 0;
border : 0;
}
body{
background-image : url('x.png');
background-attachment : fixed;
background-size : 100% auto;
}
.blended_grid{
display : block;
width : 1200px;
overflow : auto;
background-color: rgba(255, 165, 0, 0.5);
margin : 20px auto;
}
.pageHeader{
background-color : rgba(254, 217, 102, 1);
background-image: url("banner/banner1.jpg");
float : left;
clear : none;
height: 200px;
width : 1186px;
border-radius: 15px;
border: 2px solid black;
margin-bottom: 5px;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
}
.pageBarLeft{
float : left;
clear : none;
min-width : 80px;
min-height : 80px;
}
.pageLeftTop{
background-color : rgba(102, 255, 102, 0.5);
float : none;
clear : both;
height : 170px;
width : 388px;
border-radius: 25px;
border: 2px solid lightblue;
margin-bottom: 5px;
margin-top: 0;
margin-left: 5px;
margin-right: 5px;
}
.pageLeftMid{
background-color : rgba(102, 255, 102, 0.5);
float : none;
clear : both;
height : 170px;
width : 388px;
border-radius: 25px;
border: 2px solid lightblue;
margin-bottom: 5px;
margin-top: 0;
margin-left: 5px;
margin-right: 5px;
}

.pageBarCenter{
float : left;
clear : none;
min-width : 80px;
min-height : 80px;
}
.pageCenterTop{
background-color : rgba(102, 255, 102, 0.5);
float : none;
clear : both;
height : 170px;
width : 388px;
border-radius: 25px;
border: 2px solid lightblue;
margin-bottom: 5px;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
.pageCenterMid{
background-color : rgba(102, 255, 102, 0.5);
float : none;
clear : both;
height : 170px;
width : 388px;
border-radius: 25px;
border: 2px solid lightblue;
margin-bottom: 5px;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}

.pageBarRight{
float : left;
clear : none;
min-width : 80px;
min-height : 80px;
}
.pageRightTop{
background-color : rgba(102, 255, 102, 0.5);
float : none;
clear : both;
height : 170px;
width : 388px;
border-radius: 25px;
border: 2px solid lightblue;
margin-bottom: 5px;
margin-top: 0;
margin-left: 5px;
margin-right: 5px;
}
.pageRightMid{
background-color : rgba(102, 255, 102, 0.5);
float : none;
clear : both;
height : 170px;
width : 388px;
border-radius: 25px;
border: 2px solid lightblue;
margin-bottom: 5px;
margin-top: 0;
margin-left: 5px;
margin-right: 5px;
}

.pageSumma{
float : left;
clear : none;
min-width : 80px;
min-height : 80px;
}
.pageSummaData{
background-color : rgba(102, 255, 102, 0.5);
float : none;
clear : both;
width : 1186px;
border-radius: 25px;
border: 2px solid lightblue;
margin-bottom: 5px;
margin-top: 0;
margin-left: 5px;
margin-right: 0;
}

.pageGraf{
float : left;
clear : none;
min-width : 80px;
min-height : 5px;
}
.pageGrafData{
background-color : rgba(255, 255, 255, 1);
float : none;
clear : both;
width : 1186px;
border-radius: 25px;
border: 2px solid lightblue;
margin-bottom: 5px;
margin-top: 0;
margin-left: 5px;
margin-right: 0;
}

h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif 
}
h2 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif 
}
table.tabhead {
    border-collapse: collapse;
    width: 1170px;
    height: 195px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
td.tabhead {
    border: 0px solid red;
    text-align: right;
    vertical-align: bottom;
    text-shadow:   1px 1px 0 #fff;
    font:          normal 400 26px/32px "Calibri", sans-serif;
}

table.data {
    border-collapse: collapse;
    width: 388px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

table.osszesito {
    border-collapse: collapse;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

table.graf {
    border-collapse: collapse;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

tr.osszesito {
    padding: 8px;
    border-bottom: 1px solid black;
}
td.osszesito {
    padding: 3px;
}

th {
    color: blue;
}
th.centered {
    text-align: center;
}
td.centered {
    text-align: center;
}
td.right {
    text-align: right;
}
td.left {
    text-align: left;
}
h2.head {
    text-align: center;
    margin-top: 8px;
}
h2.data {
    text-align: center;
    text-shadow:   1px 1px 0 #fff;
    font:          normal 400 26px/32px "Calibri", sans-serif;
    margin-top: 6px;
}
h4 {
    text-align: left;
    text-shadow:   1px 1px 0 #fff;
    font:          normal "Calibri", sans-serif;
    margin-top: 6px;
}
