﻿body
{
    background: #F3F6FC url(../images/design/bg.png) repeat-x;

}

#akademiLogo{
width:159px;
height:129px;
display:block;
margin:15px;
background:url(../images/design/akademiLogo.png);
}

#akademiTitle{
line-height:20px;
font-size:2.1em;
font-family:Times New Roman;
color:#fff;
padding:33px 0 0 44px;
}

.floatlft{
float:left;
}

.page
{
    /*width: 90%;*/
    width:910px;
    margin-left: auto;
    margin-right: auto;
}


#main
{
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{

    color: #999;
    padding: 10px 0 10px 235px;
    text-align: left;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* Steps Wizard
----------------------------------------------------------*/
.stepActive,.stepCurrent,.stepPassive{
border-width:0;
font-family:Verdana;
color:#fff;
font-weight:bold;
font-size:1.2em;
padding:6px 9px;
cursor:pointer;
margin:0;
display:block;
float:left;
margin-right:3px;
}
.stepActive{
background:#B6C97C;
}
.stepCurrent{
background:#7797BB;
width:220px;

}
.stepPassive{
background:#D7E1EB;
cursor:default;
}
.stepActive:hover,.stepCurrent:hover{
/*background:#FF9900;*/
background:#39699D;
}



