/* Buttons used throughout the bug tracker application */

/********** SMALL *****************/
#btnSmall {
	display: block;
	height: 21px;
	width: 35px;
	margin: 0px; /* sets the space between the buttons */
	background-image: url(../images/buttonsSmall.jpg);
	background-position: 0px -43px;
	color: #BBBBBB;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-wieght: bold;
	font-size: 8pt;
	vertical-align: top;
	text-align: center;
	line-height: 21px;
}
#btnSmall a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #BBBBBB;
}
#btnSmall a:link, #btnSmall a:visited {
	background-image: url(../images/buttonsSmall.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #333333;
}
#btnSmall a:hover, #btnSmall a:active {
	background-image: url(../images/buttonsSmall.jpg);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	color: #333333;
}

/********** MEDIUM *****************/
#btnMedium {
	display: block;
	height: 21px;
	width: 75px;
	margin: 0px; /* sets the space between the buttons */
	background-image: url(../images/buttonsMedium.jpg);
	background-position: 0px -43px;
	color: #BBBBBB;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-wieght: bold;
	font-size: 8pt;
	vertical-align: top;
	text-align: center;
	line-height: 21px;
}
#btnMedium a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #BBBBBB;
}
#btnMedium a:link, #btnMedium a:visited {
	background-image: url(../images/buttonsMedium.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #333333;
}
#btnMedium a:hover, #btnMedium a:active {
	background-image: url(../images/buttonsMedium.jpg);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	color: #333333;
}

/********** LARGE *****************/
#btnLarge {
	display: block;
	height: 21px;
	width: 115px;
	margin: 0px; /* sets the space between the buttons */
	background-image: url(../images/buttonsLarge.jpg);
	background-position: 0px -43px;
	color: #BBBBBB;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-wieght: bold;
	font-size: 8pt;
	vertical-align: top;
	text-align: center;
	line-height: 21px;
}
#btnLarge a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #BBBBBB;
}
#btnLarge a:link, #btnLarge a:visited {
	background-image: url(../images/buttonsLarge.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #333333;
}
#btnLarge a:hover, #btnLarge a:active {
	background-image: url(../images/buttonsLarge.jpg);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	color: #333333;
}

/*********** XLARGE ****************/
#btnXL {
	display: block;
	height: 21px;
	width: 140px;
	margin: 0px; /* sets the space between the buttons */
	background-image: url(../images/buttonsXL.jpg);
	background-position: 0px -43px;
	color: #BBBBBB;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-wieght: bold;
	font-size: 8pt;
	vertical-align: top;
	text-align: center;
	line-height: 21px;
}

#btnXL a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #BBBBBB;
}
#btnXL a:link, #btnXL a:visited {
	background-image: url(../images/buttonsXL.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #333333;
}

#btnXL a:hover, #btnXL a:active {
	background-image: url(../images/buttonsXL.jpg);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	text-vertical-align: top;
	color: #333333;
}




