S.spotlight
{
    /*Focus only on element in demo mode */
    background-color: white;
    position: relative;
    z-index: 50;
}
/*This class is responsible for blocking the UI with black overlay*/
.overlay
{
    background-color: black;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.aClose, .aClose:visited
{
    background-color: #6FBA32;
    border-color: #29447E #29447E #1A356E;
    border: 1px solid #999;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    width: 50px;
    padding: 5px;
    border: 0px;
    float: right;
    margin: 10px;
}
.spotlight
{
    /*Focus only on element in demo mode */
    background-color: white;
    position: relative;
    z-index: 50;
}
.tt-box
{
    display: none;
    font-size: 11px;
    color: #fff;
    z-index: 999;
    float: left;
    width: 370px;
    height: auto;
}
.tt-box p.steps
{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 12px;
}
.tt-box_top
{
    float: left;
    width: 370px;
    height: auto;
}
.tt-box_mid
{
    float: left;
    width: 310px;
    height: auto;
    padding: 0 30px 0 30px;
    text-align: left;
    color: #FFF;
    font-size: 10px;
    line-height: 18px;
    background: url(../images/midal-tip-bg.png) repeat-y top left;
}

/* New feature*/
.slide
{
    background: url("../images/bg1.png") repeat-x scroll left top #FFFFFF;
    padding: 3px;
    border-top: 1px solid #c3c3c3;
    color: #fff;
    text-align: center;
    height: auto;
    margin: 1em 0 0 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0px;
}
.slide a
{
    padding-left: 5px;
    color: #0A3B78;
    font-family: trebuchet MS;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.slide1
{
    background: url("../images/bg2.png") repeat-x scroll left top #FFFFFF;
    border-top: 1px solid #4FBCF2;
    color: #fff;
    text-align: center;
    height: auto;
    margin: 1em 0 0 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding: 10px 1%;
}
.slide1 a
{
    color: #0A3B78;
    font-family: trebuchet MS;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.inner1
{
    background: url("../images/bg2.png") repeat-x scroll left top #FFFFFF;
    border-top: 1px solid #4FBCF2;
    bottom: 0;
    box-shadow: 0 -2px 3px #CCCCCC;
    color: #000000;
    font-family: verdana;
    font-size: 11px;
    height: auto;
    left: 0;
    line-height: 16px;
    opacity: 0.9;
    padding: 5px 1%;
    position: fixed;
    width: 98%;
}
.inner1 p a
{
    color: #FAA31B;
    padding-left: 10px;
}
.newsTitle1
{
    background: url("../images/new-feature.gif") no-repeat left top;
    float: left;
    padding: 15px 0 15px 40px;
    width: 100%;
    color: #0A3B78;
}
.newsTitle
{
    background: url("../images/new-feature.png") no-repeat left top;
    height: 20px;
    float: left;
    padding: 15px 0 15px 40px;
    width: 100%;
    color: #0A3B78;
}
.news
{
    font-family: verdana;
    font-size: 11px;
    height: auto;
    line-height: 16px;
    padding: 5px 1%;
    width: 550px;
}
