
/* DOWNLOAD BUTTON
*/

.download-button {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #00142E url(../images/downloadbutton_bg.png) bottom left no-repeat;
	_width/**/:1px;
	_white-space: nowrap;
	overflow: visible; /* fix button width for IE 5.5 to 7 */
	cursor: pointer;
	_cursor: hand;
	vertical-align: top;
	zoom: 1;
border:0px solid #555;
border-right:1px solid #003F8C;
border-bottom:1px solid #003F8C;
border-radius:7px;
box-shadow:5px 5px 7px #050505;
}
.download-button-disabled { 
    background: #838383 url(../images/downloadbutton_disabled_bg.png) bottom left no-repeat !important;
	border: 1px solid #838383;
}

.download-button-disabled, .download-button-disabled:hover, .download-button-disabled:visited, .download-button-disabled:visited:hover{
color:#FFFFFF !important;
}

a.download-button {
	padding: 7px 18px 8px 45px;
	*padding: 8px 18px 7px 45px;
	_padding: 7px 18px 8px 45px;
	text-decoration: none !important;
}

button.download-button {
	padding: 8px 18px 8px 45px;
	*padding: 9px 18px 9px 45px;
	_padding: 9px 18px 8px 45px;
}

p button.download-button {
	padding: 5px 18px 7px 45px;
	*padding: 6px 18px 5px 45px;
	_padding: 6px 18px 5px 45px;
}

p input.download-button {
	padding: 5px 18px 7px 45px;
	*padding: 8px 18px 6px 45px;
	_padding: 7px 18px 7px 45px;
}

.download-button,
.download-button:hover, 
.download-button:visited, 
.download-button:visited:hover { color: #FFFFFF }




.jump-button {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #00142E url(../images/jump_button_bg.png) bottom left no-repeat;
	_width/**/:1px;
	_white-space: nowrap;
	overflow: visible; /* fix button width for IE 5.5 to 7 */
	cursor: pointer;
	_cursor: hand;
	vertical-align: top;
	zoom: 1;
border:0px solid #555;
border-right:1px solid #003F8C;
border-bottom:1px solid #003F8C;
border-radius:7px;
box-shadow:5px 5px 7px #050505;
}
.jump-button-disabled { 
    background: #838383 url(../images/downloadbutton_disabled_bg.png) bottom left no-repeat !important;
	border: 1px solid #838383;
}

.jump-button-disabled, .jump-button-disabled:hover, .jump-button-disabled:visited, .jump-button-disabled:visited:hover{
color:#FFFFFF !important;
}

a.jump-button {
	padding: 7px 18px 8px 45px;
	*padding: 8px 18px 7px 45px;
	_padding: 7px 18px 8px 45px;
	text-decoration: none !important;
}

button.jump-button {
	padding: 8px 18px 8px 45px;
	*padding: 9px 18px 9px 45px;
	_padding: 9px 18px 8px 45px;
}

p button.jump-button {
	padding: 5px 18px 7px 45px;
	*padding: 6px 18px 5px 45px;
	_padding: 6px 18px 5px 45px;
}

p input.jump-button {
	padding: 5px 18px 7px 45px;
	*padding: 8px 18px 6px 45px;
	_padding: 7px 18px 7px 45px;
}

.jump-button,
.jump-button:hover, 
.jump-button:visited, 
.jump-button:visited:hover { color: #FFFFFF }



