﻿body
{
}

a.buttonSmall
{
    background: transparent url(Images/Buttons/buttonDop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 11px Arial;
    font-weight: bold;
    height: 17px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    width: 150px;
}

a.buttonSmall span
{
    background: transparent url(Images/Buttons/button.png) no-repeat;
    display: block;
    line-height: 7px;
    padding: 5px 0px 5px 9px;
    text-align: left;
}


a.buttonSmall:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonSmall:active span
{
    background-position: bottom left;
    padding: 5px 0px 5px 9px;
}


a.buttonBig
{
    background: transparent url(Images/Buttons/Btn2_Dop.png) no-repeat scroll top right;
    color: #663A8A;
    display: block; /*float: left;*/
    font: normal 15px Arial;
    font-weight: bold;
    height: 43px;
    margin-right: 0px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
    width: 220px;
    cursor: pointer;
}

a.buttonBig span
{
    background: transparent url(Images/Buttons/Btn2.png) no-repeat;
    display: block;
    line-height: 33px;
    padding: 5px 10px 5px 50px;
    text-align: left;
}


a.buttonBig:active
{
    background-position: bottom right;
    color: #663A8A;
    outline: none;
}

a.buttonBig:active span
{
    background-position: bottom left;
    padding: 5px 10px 5px 50px;
}

a.buttonSmallBack
{
    background: transparent url(Images/Buttons/buttonBack_Dop.png) no-repeat scroll top right;
    color: white;
    display: block; /*float: left;*/
    font: normal 11px Arial;
    font-weight: bold;
    height: 17px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
    width: 150px;
}

a.buttonSmallBack span
{
    background: transparent url(Images/Buttons/buttonBack.png) no-repeat;
    display: block;
    line-height: 7px;
    padding: 5px 0px 5px 25px;
    text-align: left;
}


a.buttonSmallBack:active
{
    background-position: bottom right;
    color: white;
    outline: none;
}

a.buttonSmallBack:active span
{
    background-position: bottom left;
    padding: 5px 0px 5px 25px;
}


a.buttonGo
{
    background: transparent url(Images/Buttons/btn_Go.png) no-repeat scroll top right;
    height: 17px;
    width: 17px;
}

a.buttonGo:active
{
    background-position: bottom right;
    outline: none;
}

a.ButtonArrow
{
    background: transparent url(Images/Menu/arrowLeft.png) no-repeat;
    height: 23px;
    width: 15px;
}
.LeftDopButton
{
    background: transparent url(Images/btn_left_cap.png) no-repeat;
    width: 7px;
    height: 21px;
}
.ButtonBody
{
    background-image: url('Images/btn_mid_bg.png');
    background-repeat: repeat-x;
    width: 2px;
    height: 21px;
    text-align: center;
    vertical-align: middle;
}
.RightDopButton
{
    background : transparent url(Images/btn_right_cap.png) no-repeat;
    width: 7px;
    height: 21px;
}
a.ButtonTop
{text-transform:uppercase;
 color:White;
 text-decoration:none;
 font-weight:bold;
 display:inline-block;
 font-size:11px;
 
 
}
 a.LinkBanner
 {
 color:White;
 text-decoration:none;
 display:inline-block;
 font-size:14px;
 }
 a.LinkBanner:hover 
 {
 color:White;
 text-decoration:none;
 display:inline-block;
 font-weight:bold;
 font-size:14px;  
 }
 .bannerAbove
 {
   background-image: url('Images/Banners/barLine.png');
   background-repeat: repeat-x;
   width:1px;
   height:84px;
     
 }
 a.LinkBannerBig
 {
      color:White;
 text-decoration:none;
 display:inline-block;
 font-size:31px;
 }
 a.LinkBannerBig:hover
 {
      color:White;
 text-decoration:none;
 display:inline-block;
 font-size:31px;
 font-weight:bold;
 }
