﻿.ButtonHideMe
{
	display: none;
}

.ButtonStandard
{
    font-size: 10px;
    height: 22px;
}

.ButtonSmall
{
    font-size: 10px;
}

.ButtonRadioSmall
{
    font-size: 10px;
    text-align: left;
}

/* CSS Button Rollovers */
/*                      */

.button_rollover a
{
	display: block;
	background-position: top;    
}

.button_rollover a:hover
{
    background-position: bottom;
}

.button_rollover a.btn_Login
{
    background-image: url('../../Images/buttons/login_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 48px;
    height: 19px;            
}

.button_rollover a.btn_addtolightbox
{
    background-image: url("../../Images/buttons/btn_addtomylightbox.gif");
    background-color: Transparent;
    border-style: none;
    width: 127px;
    height: 11px;            
}

.button_rollover .btn_download
{
    background-image: url("../../Images/buttons/btn_download.gif");
    background-color: Transparent;
    border-style: none;
    width: 11px;
    height: 11px;            
}

.button_rollover .btn_downloadhires
{
    background-image: url("../../Images/buttons/download_hres_btn.gif");
    background-color: Transparent;
    border-style: none;
    width: 226px;
    height: 30px;            
}

.button_rollover .btn_print_preview
{
    background-image: url('../../Images/buttons/btn_print_preview.jpg');
    background-color: Transparent;
    border-style: none;
    margin-top: 4px;
    width: 122px;
    height: 11px;            
}

.button_rollover .btn_go
{
    background-image: url('../../Images/buttons/go_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 30px;
    height: 19px;            
}

.button_rollover .btn_next
{
    background-image: url('../../Images/buttons/next_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 21px;
    height: 16px;            
}

.button_rollover a.btn_prev
{
    background-image: url('../../Images/buttons/previous_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 21px;
    height: 16px;            
}

.button_rollover a.btn_submit
{
    background-image: url('../../Images/buttons/submit_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 55px;
    height: 19px;            
}

.button_rollover a.btn_ChangePassword
{
    background-image: url('../../Images/buttons/change_password_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 168px;
    height: 19px;            
}

.button_rollover a.btn_Cancel
{
    background-image: url('../../Images/buttons/cancel_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 60px;
    height: 19px;            
}

.button_rollover a.btn_Delete
{
    background-image: url('../../Images/buttons/delete_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 57px;
    height: 19px;            
}

.button_rollover a.btn_Update
{
    background-image: url('../../Images/buttons/update_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 58px;
    height: 19px;            
}

.button_rollover a.btn_Apply
{
	background-image: url('../../Images/buttons/apply_btn.gif');
	background-color: Transparent;
    border-style: none;
	width: 49px;
	height: 19px;
}

.button_rollover a.btn_Search
{
	background-image: url('../../Images/buttons/search_btn.gif');
	background-color: Transparent;
    border-style: none;
	width: 60px;
	height: 19px;
}

.button_rollover a.btn_Calendar
{
	background-image: url('../../Images/buttons/calendar_btn.gif');
	background-color: Transparent;
    border-style: none;
	width: 22px;
	height: 18px;
}

.button_rollover a.btn_DeleteLightbox
{
	background-image: url('../../Images/buttons/delete_this_lightbox_btn.gif');
	background-color: Transparent;
    border-style: none;
	width: 150px;
	height: 19px;
}

.button_rollover a.btn_Savechanges
{
	background-image: url('../../Images/buttons/savechanges_btn.gif');
	background-color: Transparent;
    border-style: none;
	width: 102px;
	height: 19px;
}

.button_rollover a.btn_Register
{
	background-image: url('../../Images/buttons/register_btn.gif');
	background-color: Transparent;
    border-style: none;
	width: 69px;
	height: 19px;
}

.button_rollover a.btn_Next2
{
    background-image: url('../../Images/buttons/next02_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 44px;
    height: 19px;            
}

.button_rollover a.btn_Submit
{
    background-image: url('../../Images/buttons/submit_btn.gif');
    background-color: Transparent;
    border-style: none;
    width: 55px;
    height: 19px;            
}



