﻿@media only screen and (max-device-width : 500px)  
{
        .rightcontent
    {
	    position:relative;
	    float:right;
	    width:100%; 
	    background-color:#ffffff;
	    
    }

    .Right_Content_Voting_Pads
    {
	    position:relative;
	    width:100%;
	    background-color:#ffffff;
	    margin-left:auto;
	    margin-right:auto;
	    cursor:pointer;
    }
    
        .Right_Content_deltrack
    {
	    position:relative;
	    width:100%;
	    background-color:#ffffff;
	    margin-left:auto;
	    margin-right:auto;
	    cursor:pointer;
	    display:none;
    }


    .Right_Content_Voting_Pads-Main-Content
    {
	    height:228px;
	    background-color:#000000;
	    background-image:url('/Common/Images/Backgrounds/Keypads/Keypad.png');
	    background-repeat:no-repeat;
	    background-position:center;
    }

    .Right_Content_Voting_Pads-Main-Content-Deltrack
    {
	    height:228px;
	    background-color:#000000;
	    background-image:url('/Common/Images/Backgrounds/Keypads/App.png');
        background-repeat:no-repeat;
	    background-position:center;
	    display:none;
    }

    .Right_Content_Voting_Pads-Main-Content:hover
    {
	    cursor:pointer;
    }

    .Right_Content_Gallery
    {
	    position:relative;
	    width:100%;
	    background-color:#ffffff;
	    margin-left:auto;
	    margin-right:auto;
	    
    }

    .Right_Content_Gallery-Main-Content
    {
	    height:228px;
	    background-color:#000000;
	    background-image:url('/Common/Images/Backgrounds/Keypads/gallery.png');
	    background-repeat:no-repeat;
	    background-position:center;
    }

    .Right_Content_Gallery-Main-Content:hover
    {
	    cursor:pointer;
    }

    .Right_Content_Videos
    {
	    position:relative;
	    width:100%;
	
	    background-color:#ffffff;
	    margin-left:auto;
	    margin-right:auto;
    }

    .Right_Content_Videos-Main-Content
    {
    	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	
	    margin-bottom:1px;
	    background-color:#ffffff;
    }

    .Right_Content_ContactUs
    {
	    position:relative;
	    width:100%;
	    background-color:#ffffff;
	    margin-left:auto;
	    margin-right:auto;
    }

    .Right_Content_ContactUs-Main-Content
    {
        width:100%;
	    margin-bottom:1px;
	    background-color:#ffffff;
    }

    .Right_Content_ContactUs-Main-Content:hover
    {
	    cursor:pointer;
    }

    .Right_Content_Client
    {
	    position:relative;
	    width:100%;
	    background-color:#ffffff;
	    margin-left:auto;
	    margin-right:auto;
    }

    .Right_Content_Client-Main-Content
    {
        width:100%;
	    margin-bottom:1px;
	    background-color:#000000;
	    
	
    }

    .Right_Content_Clients
    {
	    position:relative;
	    width:100%;
	    background-color:#ffffff;
	    margin-left:auto;
	    margin-right:auto;
    }

    .Right_Content_Clients-Main-Content
    {
	    margin-bottom:1px;
	    background-color:#ffffff;
	    display:none;
    }

    .Right_Content-Header
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:17px;
	    color:#ffffff;
	    position:relative;
	    width:100%;
	    line-height:37px;
	    height:37px;
	    background-image:url('/Common/Images/Gradients/Content Area/Header.png');
	    text-align:left;
    }

    .Right_Content-Footer
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    position:relative;
	    width:100%;
	    bottom:0;
	    line-height:37px;
	    height:37px;
	    background-image:url('/Common/Images/Gradients/Content Area/Header.png');
	    text-align:right;
	    margin-bottom:-20px;
    }

    .Right_Content-Footer a:link
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    text-decoration:none;
    }
    .Right_Content-Footer a:visited
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    text-decoration:none;
    }

    .Right_Content-Footer a:hover
    {
	    color:#ff0000;
    }

}

@media only screen and (min-width : 0px) and (min-device-width : 501px) 
{
    
        .Right_Content_ContactForm
    {
	    position:relative;
	    width:204px;
	    background-color:#ffffff;
	    border:3px solid #3a3838;
	    margin-left:auto;
	    margin-right:auto;
	    cursor:pointer;
    }
    
    .rightcontent
    {
	    position:relative;
	    float:right;
	    width:210px; 
	    background-color:#ffffff;
    }

    .Right_Content_Voting_Pads
    {
	    position:relative;
	    width:204px;
	    height:293px;
	    background-color:#ffffff;
	    border:3px solid #3a3838;
	    margin-left:auto;
	    margin-right:auto;
	    cursor:pointer;
    }
    
            .Right_Content_Deltrack
    {
        	    position:relative;
	    width:204px;
	    height:293px;
	    background-color:#ffffff;
	    border:3px solid #3a3838;
	    margin-left:auto;
	    margin-right:auto;
	    cursor:pointer;
    }


    .Right_Content_Voting_Pads-Main-Content
    {
	    height:228px;
	    margin-bottom:1px;
	    background-color:#000000;
	    background-image:url('/Common/Images/Backgrounds/Keypads/Keypad.png');
    }

    .Right_Content_Voting_Pads-Main-Content-Deltrack
    {
	    height:228px;
	    margin-bottom:1px;
	    background-color:#000000;
	    background-image:url('/Common/Images/Backgrounds/Keypads/App.png');
    }

    .Right_Content_Voting_Pads-Main-Content:hover
    {
	    cursor:pointer;
    }

    .Right_Content_Gallery
    {
	    position:relative;
	    width:204px;
	    height:293px;
	    background-color:#ffffff;
	    border:3px solid #3a3838;
	    margin-left:auto;
	    margin-right:auto;
    }

    .Right_Content_Gallery-Main-Content
    {
	    height:228px;
	    margin-bottom:1px;
	    background-color:#000000;
	    background-image:url('/Common/Images/Backgrounds/Keypads/gallery.png');
    }

    .Right_Content_Gallery-Main-Content:hover
    {
	    cursor:pointer;
    }

    .Right_Content_Videos
    {
	    position:relative;
	    width:204px;
	
	    background-color:#ffffff;
	    border:3px solid #3a3838;
	    margin-left:auto;
	    margin-right:auto;
    }

    .Right_Content_Videos-Main-Content
    {
    	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	
	    margin-bottom:1px;
	    background-color:#ffffff;
    }

    .Right_Content_ContactUs
    {
	    position:relative;
	    width:204px;
	    height:265px;
	    background-color:#ffffff;
	    border:3px solid #3a3838;
	    margin-left:auto;
	    margin-right:auto;
    }

    .Right_Content_ContactUs-Main-Content
    {
	    height:200px;
	    margin-bottom:1px;
	    background-color:#ffffff;
	
    }

    .Right_Content_ContactUs-Main-Content:hover
    {
        width:185px;
	    cursor:pointer;
    }

    .Right_Content_Client
    {
	    position:relative;
	    width:204px;
	    height:351px;
	    background-color:#ffffff;
	    border:3px solid #3a3838;
	    margin-left:auto;
	    margin-right:auto;
    }

    .Right_Content_Client-Main-Content
    {
	    height:286px;
	    margin-bottom:1px;
	    background-color:#000000;
	
    }

    .Right_Content_Clients
    {
	    position:relative;
	    width:204px;
	    height:145px;
	    background-color:#ffffff;
	    border:3px solid #3a3838;
	    margin-left:auto;
	    margin-right:auto;
    }

    .Right_Content_Clients-Main-Content
    {
	    height:108px;
	    margin-bottom:1px;
	    background-color:#ffffff;
    }

    .Right_Content-Header
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:15px;
	    color:#ffffff;
	    position:relative;
	    width:199px;
	    padding-left:5px;
	    line-height:37px;
	    height:37px;
	    background-image:url('/Common/Images/Gradients/Content Area/Header.png');
	    text-align:left;
    }

    .Right_Content-Footer
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    position:relative;
	    width:201px;
	    bottom:0;
	    padding-right:3px;
	    line-height:27px;
	    height:27px;
	    background-image:url('/Common/Images/Gradients/Content Area/Footer.png');
	    text-align:right;
    }

    .Right_Content-Footer a:link
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    text-decoration:none;
    }
    .Right_Content-Footer a:visited
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    text-decoration:none;
    }

    .Right_Content-Footer a:hover
    {
	    color:#ff0000;
    }

}
