﻿
.Icontainer
{ width:100%; margin:0 auto;}
.Iheader
{ height:50px;
}
.Iheader h1
{ height:12px; color: darkgrey; /*text-shadow:10px 10px 3px #aaa;*/ }
.Iheader h2
{ height:12px; color: darkgrey; text-indent:250px; /*text-shadow:10px 10px 3px #aaa;*/ }
.Ibody
{ width:100%; overflow:hidden; padding:10px 0;}
.Isidebar
{ float:left}
.Isidebar
{ width:50%}

.ISolAlt
{
    display:inline-block;
    margin-left:0px;
    margin-top:30px;
    text-align:center;
    color: darkgrey;
    /*text-shadow:10px 10px 2px #aaa;*/
}

.table { width: 100%; display: table; }
.table div { display: table-row; margin-left:10px; }
.table div div { display: table-cell; text-align: left; }
.table div div.x1 { font-weight: bold; font-size:12px; text-align: left; color:darkgrey; }
.table div div.x2
{
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

.table div div.x2 span
{
margin-left:10px; color: darkgrey;
}

.IGray
{
text-align: center ; color: darkgrey; /*text-shadow:10px 10px 2px #aaa;*/
}
