/* CSS Document */
/* Buttons used throughout the bug tracker application */


/********** 56 *****************/
#btn56 {
	display: block;
	height: 21px;
	width: 56px;
	margin: 1px; /* sets the space between the buttons */
	background-image: url(/images/navigation/2007/buttons/buttons56.gif);
	background-position: 0px -42px;
	color: #BBBBBB;
	background-repeat: no-repeat; 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 21px;
	float: left;
}
#btn56 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #BBBBBB;
}
#btn56 a:link, #btn56 a:visited {
	background-image: url(/images/navigation/2007/buttons/buttons56.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#454545;
}
#btn56 a:hover, #btnMedium a:active {
	background-image: url(/images/navigation/2007/buttons/buttons56.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	color:#0066CC;
}

/*********** 64 ****************/
#btn64 {
	display: block;
	height: 21px;
	width: 64px;
	margin: 1px; /* sets the space between the buttons */
	background-image: url(/images/navigation/2007/buttons/buttons64.gif);
	background-position: 0px -42px;
	color: #BBBBBB;
	background-repeat: no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 21px;
	float: left;
}

#btn64 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #BBBBBB;
}
#btn64 a:link, #btn64 a:visited {
	background-image: url(/images/navigation/2007/buttons/buttons64.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #454545;
}

#btn64 a:hover, #btn64 a:active {
	background-image: url(/images/navigation/2007/buttons/buttons64.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	color: #0066CC;
}

/*********** 110 ****************/
#btn110 {
	display: block;
	height: 21px;
	width: 110px;
	margin: 1px; /* sets the space between the buttons */
	background-image: url(/images/navigation/2007/buttons/buttons110.gif);
	background-position: 0px -42px;
	color: #BBBBBB;
	background-repeat: no-repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 21px;
	float: left;
}

#btn110 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #BBBBBB;
}
#btn110 a:link, #btn110 a:visited {
	background-image: url(/images/navigation/2007/buttons/buttons110.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #454545;
}

#btn110 a:hover, #btn110 a:active {
	background-image: url(/images/navigation/2007/buttons/buttons110.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	color:#0066CC;
}

