﻿/* CSS Button Rollovers */
/*                      */

.button_rollover a
{
	display: block;
	background-position: top;
}

.button_rollover a:hover
{
    background-position: bottom;
}

.button_rollover a.btn_sideNav
{
    background-image: url('../../images/buttons/resortDetailNavButton.jpg');
    background-color: Transparent;
    border-style: none;
    width: 170px;
    height: 19px;  
    text-align:center;
    margin-left: auto;
    margin-right:auto;
    font-family: Arial;
    font-size:10px;
    color: #FFFFFF;
    text-decoration:none;
    padding-top:6px;
}

.button_rollover a.btn_Register
{
    background-image: url('../../images/buttons/button_register.jpg');
    background-color: Transparent;
    border-style: none;
    width: 135px;
    height: 30px;            
}

.button_rollover a.btn_RegisterNow
{
    background-image: url('../../images/buttons/button_registerNow.jpg');
    background-color: Transparent;
    border-style: none;
    width: 200px;
    height: 30px;            
}


.button_rollover a.btn_Refresh
{
    background-image: url('../../images/buttons/button_refresh.jpg');
    background-color: Transparent;
    border-style: none;
    width: 135px;
    height: 30px;            
}

.button_rollover a.btn_Login
{
    background-image: url('../../images/buttons/button_login.jpg');
    background-color: Transparent;
    border-style: none;
    width: 135px;
    height: 30px;    
}

.button_rollover a.btn_Submit
{
    background-image: url('../../images/buttons/button_submit.jpg');
    background-color: Transparent;
    border-style: none;
    width: 200px;
    height: 30px;    
}

.button_rollover a.btn_Reset
{
    background-image: url('../../images/buttons/button_reset.jpg');
    background-color: Transparent;
    border-style: none;
    width: 200px;
    height: 30px;    
}

.button_rollover a.btn_recover
{
    background-image: url('../../images/buttons/button_recover.jpg');
    background-color: Transparent;
    border-style: none;
    width: 135px;
    height: 30px; 
}

.button_rollover a.btn_resend
{
    background-image: url('../../images/buttons/button_resend.jpg');
    background-color: Transparent;
    border-style: none;
    width: 135px;
    height: 30px; 
}

.button_rollover a.btn_backtomap
{
    background-image: url('../../images/buttons/button_back.jpg');
    background-color: Transparent;
    border-style: none;
    width: 135px;
    height: 30px; 
}
.button_rollover a.btn_Area1
{
    background-image: url('../../images/buttons/MAPS_NAV_all.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:54px;
    
}

.button_rollover a.btn_Area2
{
    background-image: url('../../images/buttons/MAPS_NAV_beach.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:84px;
}
.button_rollover a.btn_Area3
{
    background-image: url('../../images/buttons/MAPS_NAV_casino.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:88px;
}
.button_rollover a.btn_Area4
{
    background-image: url('../../images/buttons/MAPS_NAV_lake.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:70px;
}
.button_rollover a.btn_Area5
{
    background-image: url('../../images/buttons/MAPS_NAV_ski.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:56px;
}
.button_rollover a.btn_Area6
{
    background-image: url('../../images/buttons/MAPS_NAV_metro.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:165px;
}
.button_rollover a.btn_Area7
{
    background-image: url('../../images/buttons/MAPS_NAV_water.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:128px;
}

.activeButton_rollover a
{
	display: block;
	background-position: bottom;    
}

.activeButton_rollover a:hover
{
    background-position: top;
}

.activeButton_rollover a.btn_Area1
{
    background-image: url('../../images/buttons/MAPS_NAV_all.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:54px;
}

.activeButton_rollover a.btn_Area2
{
    background-image: url('../../images/buttons/MAPS_NAV_beach.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:84px;
}
.activeButton_rollover a.btn_Area3
{
    background-image: url('../../images/buttons/MAPS_NAV_casino.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:88px;
}
.activeButton_rollover a.btn_Area4
{
    background-image: url('../../images/buttons/MAPS_NAV_lake.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:70px;
}
.activeButton_rollover a.btn_Area5
{
    background-image: url('../../images/buttons/MAPS_NAV_ski.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:56px;
}
.activeButton_rollover a.btn_Area6
{
    background-image: url('../../images/buttons/MAPS_NAV_metro.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:165px;
}
.activeButton_rollover a.btn_Area7
{
    background-image: url('../../images/buttons/MAPS_NAV_water.jpg');
    background-color: Transparent;
    border-style: none;
    height:25px;
    width:128px;
}