@charset "utf-8";
/* CSS Document */

a.button {
	background: transparent url('images/buttonback.jpg') no-repeat scroll top right;
	background-position: top right;
	color: #ffffff;
	display: block;
	
	font: bold 12px arial, sans-serif;
	height: 24px;
	width: 200px;
	margin-right: 0px;
	margin-bottom:1px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	
}

a.button span {
    background: transparent url('images/buttonback.jpg') no-repeat;
	background-position: top left;
	display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 


a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 






a.buttondown {
    background: transparent url('images/buttonback.jpg') no-repeat scroll bottom right;
	background-position: bottom right;
    color: #ffffff;
    display: block;
   
    font: bold 12px arial, sans-serif;
    height: 24px;
	width: 200PX;
    margin-right: 0px;
	margin-bottom:1px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;	
}

a.buttondown span {
    background: transparent url('images/buttonback.jpg') no-repeat;
	background-position: bottom left;
	display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 





.buttontable{
	background-color: #FFFFFF;
	padding: 5px;
	width: 100%;
	border: 1px solid #CCCCCC;
}
