/* CSS Document */
a.button {
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: white;

  cursor: pointer; /*float: left;*/
}

.dialog a.button {
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #626366;

  cursor: pointer; /*float: left;*/
}

a.greyBigButton {
    height: 27px;
    width: 85px;   
    line-height: 27px;
	color: #7A7979;
	background: url(../img/grey_big_buttons.gif) no-repeat;
	font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	display: block;
}

a.greyBigButton:link {
}

a.greyBigButton:hover {
	background-position: -85px 0px;
}

a.greyBigButton:visited {
}

/*ie6 suxx. doesn't understand multiple classes*/
a.greyBigButton.greyBigButtonDisabled:link, a.greyBigButton.greyBigButtonDisabled:visited, a.greyBigButton.greyBigButtonDisabled:hover {
    width: 85px;
    background-position: -170px 0px !important;
	color: #999998 !important;
}

a.greyBigButton.floatBtn {
    float: left;
    margin-right: 15px;
}

a.greyButton {
    font-family:Verdana, sans-serif;
    height: 27px;
	width: 75px;
	line-height: 27px;
	color: #7A7979;
	background: url(../img/grey_buttons.gif) no-repeat;
	font-weight: bold;
	text-decoration: none;
    cursor: pointer;
	float: left;
    margin-right: 15px;
    text-align: center;
    white-space:nowrap;
}

a.greyButton:link {
}

a.greyButton:hover {    
    background-position: -75px 0px;
}

a.greyButton:visited {
}

a.greyButton.greyButtonDisabled:link, a.greyButton.greyButtonDisabled:visited, a.greyButton.greyButtonDisabled:hover {
    width: 75px;
    background-position: -150px 0px !important;
    color: #999998 !important;
}

a.greyButton125,a.greyButton126 {
    height: 27px;
	width: 125px;
	line-height: 27px;
	color: #7A7979;
	background: url(../img/grey_buttons_125.gif) no-repeat;
	font-weight: bold;
	text-decoration: none;
    cursor: pointer;
	float: left;
    margin-right: 15px;
    text-align: center;
}
a.greyButton126 {
	background: url(../img/grey_buttons_126.gif) no-repeat; 	
}

a.greyButton125:link,a.greyButton126:link {
    width: 125px;
}

a.greyButton125:hover,a.greyButton126:hover {
    width: 125px;
    background-position: -125px 0px;
}

a.greyButton125:visited,a.greyButton126:visited {
    width: 125px;
}


/*
 * 65width button
 */

a.button.wg65 {
	background: url( /images/grey65.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey65.png'); /* the MS alpha filter */
	width: 65px;
}

a:hover.button.wg65 {
	background: url( /images/green65.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green65.png' ); /* the MS alpha filter */
	width: 65px;
}

a.button.green65 {
	background: url( /images/green65.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green65.png' ); /* the MS alpha filter */
	width: 65px;
}

a.button.grey65 {
	background: url( /images/grey65.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey65.png' ); /* the MS alpha filter */
	width: 65px;
}

/*
 * 67width button
 */

a.button.wg67 {
	background: url( /images/grey67.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey67.png'); /* the MS alpha filter */
	width: 67px;
}

a:hover.button.wg67 {
	background: url( /images/green67.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green67.png'); /* the MS alpha filter */
	width: 67px;
}

a.button.wb67 {
	background: url( /images/grey67.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey67.png'); /* the MS alpha filter */
	width: 67px;
}

a:hover.button.wb67 {
	background: url( /images/blue67.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue67.png'); /* the MS alpha filter */
	width: 67px;
}

a.button.green67 {
	background: url( /images/green67.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green67.png'); /* the MS alpha filter */
	width: 67px;
}

a.button.blue67 {
	background: url( /images/blue67.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue67.png'); /* the MS alpha filter */
	width: 67px;
}

a.button.grey67 {
	background: url( /images/grey67.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey67.png'); /* the MS alpha filter */
	width: 67px;
}

/*
 * 87width button
 */

a.button.wg87 {
	background: url( /images/grey87.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey87.png'); /* the MS alpha filter */
	width: 87px;
}

a:hover.button.wg87 {
	background: url( /images/green87.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green87.png'); /* the MS alpha filter */
	width: 87px;
}

a.button.wb87 {
	background: url( /images/grey87.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey87.png'); /* the MS alpha filter */
	width: 87px;
}

a:hover.button.wb87 {
	background: url( /images/blue87.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue87.png'); /* the MS alpha filter */
	width: 87px;
}

a.button.green87 {
	background: url( /images/green87.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green87.png'); /* the MS alpha filter */
	width: 87px;
}

a.button.blue87 {
	background: url( /images/blue87.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue87.png'); /* the MS alpha filter */
	width: 87px;
}

a.button.grey87 {
	background: url( /images/grey87.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey87.png'); /* the MS alpha filter */
	width: 87px;
}

/*
 * 87width button
 */

a.button.wg156 {
	background: url( /images/grey156.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey156.png'); /* the MS alpha filter */
	width: 156px;
}

a:hover.button.wg156 {
	background: url( /images/green156.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green156.png'); /* the MS alpha filter */
	width: 156px;
}

a.button.wb156 {
	background: url( /images/grey156.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey156.png'); /* the MS alpha filter */
	width: 156px;
}

a:hover.button.wb156 {
	background: url( /images/blue156.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue156.png'); /* the MS alpha filter */
	width: 156px;
}

a.button.green156 {
	background: url( /images/green156.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green156.png'); /* the MS alpha filter */
	width: 156px;
}

a.button.blue156 {
	background: url( /images/blue156.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue156.png'); /* the MS alpha filter */
	width: 156px;
}

a.button.grey156 {
	background: url( /images/grey156.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey156.png'); /* the MS alpha filter */
	width: 156px;
}

/*
 * 254width button
 */

a.button.wg254 {
	background: url( /images/grey254.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey254.png'); /* the MS alpha filter */
	width: 254px;
}

a:hover.button.wg254 {
	background: url( /images/green254.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green254.png'); /* the MS alpha filter */
	width: 254px;
}

a.button.wb254 {
	background: url( /images/grey254.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey254.png'); /* the MS alpha filter */
	width: 254px;
}

a:hover.button.wb254 {
	background: url( /images/blue254.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue254.png'); /* the MS alpha filter */
	width: 254px;
}

a.button.green254 {
	background: url( /images/green254.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green254.png'); /* the MS alpha filter */
	width: 254px;
}

a.button.blue254 {
	background: url( /images/blue254.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue254.png'); /* the MS alpha filter */
	width: 254px;
}

a.button.grey254 {
	background: url( /images/grey254.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey254.png'); /* the MS alpha filter */
	width: 254px;
}

/*
 * 27width button
 */

a.button.wg27 {
	background: url( /images/grey27.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey27.png'); /* the MS alpha filter */
	width: 27px;
}

a:hover.button.wg27 {
	background: url( /images/green27.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green27.png'); /* the MS alpha filter */
	width: 27px;
}

a.button.wb27 {
	background: url( /images/grey27.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey27.png'); /* the MS alpha filter */
	width: 27px;
}

a:hover.button.wb27 {
	background: url( /images/blue27.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue27.png'); /* the MS alpha filter */
	width: 27px;
}

a.button.green27 {
/*	background: url(/images/green27.png) no-repeat!important;*/
	background: url( /images/green16h.png ) no-repeat !important;
	background: none;
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green27.png'); */ /* the MS alpha filter */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green16h.png'); /* the MS alpha filter */
	width: 27px;	
	/**/
	height: 17px;
	line-height: 17px;
}

a.button.blue27 {
	background: url( /images/blue27.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue27.png'); /* the MS alpha filter */
	width: 27px;
}

a.button.grey27 {
	background: url( /images/grey27.png ) no-repeat !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey27.png'); /* the MS alpha filter */
	width: 27px;
}
