﻿.SmallLineSilverPanelStyle
{
    height: 24px;
    background-image: url('../images/small_line_silver.png');
    background-color: Silver;
    background-repeat: repeat-x;
    margin: 0 auto;
    border-top: solid 1px #AFAEAD;
    border-left: solid 1px #AFAEAD;
    border-right: solid 1px #AFAEAD;
    line-height: 24px;
    text-align: right;
}
.SmallLineRedPanelStyle
{
    height: 24px;
    background-image: url('../images/small_line_red.png');
    background-color: red;
    background-repeat: repeat-x;
    margin: 0 auto;
    border-top: solid 1px #AFAEAD;
    border-left: solid 1px #AFAEAD;
    border-right: solid 1px #AFAEAD;
    line-height: 24px;
    text-align: right;
    background-color: Black;
}
.SmallPanelContentSearch
{
    border-top: solid 1px #AFAEAD;
    border-left: solid 1px #AFAEAD;
    border-right: solid 1px #AFAEAD;
    border-bottom: solid 1px #AFAEAD;
    background-image: url('../images/SearchBG.png');
    background-color: Silver;
    background-repeat: repeat-x;
    height: 222px;
}
.SmallPanelContentNews
{
    height: 75px;
    background-image: url('../images/NewsBG.png');
    background-color: Silver;
    background-repeat: repeat-x;
    border-left: solid 1px #AFAEAD;
    border-right: solid 1px #AFAEAD;
    border-bottom: solid 1px #AFAEAD;
    border-top: solid 1px #AFAEAD;
    display: block;
    text-align: right;
    position: relative;
}
.BigSilverPanelStyle
{
    background-image: url('../images/big_line_silver.png');
    background-color: Silver;
    background-repeat: repeat-x;
    margin: 0 auto;
    line-height: 82px;
}
.BigRedPanelStyle
{
    background-image: url('../images/big_line_red.png');
    background-color: Silver;
    background-repeat: repeat-x;
    margin: 0 auto;
}
.HomeDefaultRentIco
{
    height: 39px;
    width: 39px;
    background-image: url('../images/style/bulta2.png');
    background-color: Transparent;
    background-repeat: no-repeat;
}
.HomeDefaultReRentIco
{
    height: 39px;
    width: 39px;
    background-image: url('../images/style/bulta1.png');
    background-color: Transparent;
    background-repeat: no-repeat;
}
a.HomeDefaultLinkButton
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    color: rgb(0,0,0);
    cursor: pointer;
}
a.HomeDefaultLinkButton:hover
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    color: rgb(60,60,60);
    cursor: pointer;
}

