﻿/* CSS Document */
.buttonscontainer {width: 90px;}

.buttons a {
	color: #444444;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FF0000;
	padding: 2px;
	display: block;
	border-left: 10px solid #3366CC;
	font: bold 13px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	height: 25px;
	text-indent: 2pt;
}

.buttons a:hover {
	border-left: 10px solid #CC6600;
	text-decoration: none;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
}
