﻿
/* Small Red Button*/
a.buttonSmall
{
	background: transparent url(Images/Buttons/blueButonDop.png) no-repeat scroll top right;
	color: white;
	display: block; /*float: left;*/
	font: normal 11px "Trebuchet MS" , sans-serif;
	font-weight: bold;
	height: 22px;
	margin-right: 0px;
	padding-right: 7px; /* sliding doors padding */
	text-decoration: none;
	text-transform:uppercase;
	cursor: default;
	width: 65px;
}

a.buttonSmall span
{
	background: transparent url(Images/Buttons/blueButon.png) no-repeat;
	display: block;
	line-height: 12px;
	padding: 5px 0px 5px 9px;
	text-align: center;
}


a.buttonSmall:active
{
	background-position: bottom right;
	color: white;
	outline: none;
}

a.buttonSmall:active span
{
	background-position: bottom left;
	padding: 6px 0 4px 9px;
}

a.buttonSmallSearch
{
	background: transparent url(Images/Buttons/searchButon.png) no-repeat;
	display: block;
	height: 12px;
	padding: 5px 0px 5px 9px;
	cursor: default;
	width: 65px;
}

a.buttonSmallSearch:active
{
	background-position: bottom left;
	color: white;
	outline: none;
}

/* Action buttons*/

.orangeActionButton
{
    background:#eeeeee url('Images/ActionButtons/orangeButton.jpg') no-repeat top left;
    width:145px;
    height:108px;
    color:White;
    vertical-align:top;
    font-size:32px;
    font-weight:normal;
    font-family:Arial Black;
    padding-left:5px;
    padding-top:2px;
}

.whiteActionButton
{
    background:#eeeeee url('Images/ActionButtons/whiteButton.jpg') no-repeat top left;
    width:145px;
    height:108px;
    color:Black;
    vertical-align:top;
    font-size:32px;
    font-weight:bold;
    font-family:Arial;
    padding-left:5px;
    padding-top:2px;
}

.greenActionButton
{
    background:#eeeeee url('Images/ActionButtons/greenButton.jpg') no-repeat top left;
    width:145px;
    height:108px;
    color:White;
    vertical-align:top;
    font-size:32px;
    font-weight:bold;
    font-family:Arial;
    padding-left:5px;
    padding-top:2px;
}

