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

.ButtonHolder {
	padding:0;  /* Set the top and bottom margins here */
	margin:0;
}
.ButtonLeft {
	height:35px;
	width:10px;
	background:url(../Images/ButtonBGL.png) no-repeat;
	float:left;
	margin:0;  /* Set the last option for your buttons left margin */
	padding:0;
}
.ButtonRight {
	float:left;
	height:35px;
	width:10px;
	background:url(../Images/ButtonBGR.png) no-repeat;
	margin:0;  /* Set the second option for your buttons right margin */
	padding:0;
}
.LinkButton {
	float:left;
	background:url(../Images/ButtonBGRep.png);
	line-height:35px;
}
.ButtonHolder a:link, .ButtonHolder a:visited, .ButtonHolder a:hover, .ButtonHolder a:active {
	padding:0;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	font-size:135%;
	vertical-align:middle;
}
.ButtonHolder a:hover {
	color:#FFF;
}

/* Specific Button Styling Below */

#ButtonSpace {
	height:55px;	
}
.ButtonLeftSmall {
	height:20px;
	width:5px;
	background:url(../Images/ButtonBGLSmall.png) no-repeat;
	float:left;
	margin:0;  /* Set the last option for your buttons left margin */
	padding:0;
}
.ButtonRightSmall {
	float:left;
	height:20px;
	width:5px;
	background:url(../Images/ButtonBGRSmall.png) no-repeat;
	margin:0;  /* Set the second option for your buttons right margin */
	padding:0;
}
.LinkButtonSmall {
	float:left;
	background:url(../Images/ButtonBGRepSmall.png);
	line-height:20px;
}
