﻿

/* RES limited height */


@media only screen and (max-height: 900px) and (orientation:landscape)  /* 900px */
{

    SPAN
    {
    }

    SPAN:nth-of-type(1),
    SPAN:nth-of-type(2),
    SPAN:nth-of-type(3),
    SPAN:nth-of-type(4)
    {
    margin-bottom: 0px ;
    }

    INPUT,
    SELECT,
    DIV.option
    {
    margin-bottom: 20px ;
    }

    INPUT[type="text"],
    INPUT[type="radio"]+LABEL,
    SELECT
    {
    padding-top: 5px ;
    padding-bottom: 5px ;
    }

    HR
    {
    margin-top: 10px;
    margin-bottom: 23px;
    }


    /* VIEWER */

    #cdcViewer
    {
    height: 710px ; 
    }

    BODY.embedded #cdcViewer
    {
    height: 780px ; 
    }

}




@media only screen and (max-height: 850px) and (orientation:landscape)  /* 850px */
{

    SPAN
    {
    }

    INPUT,
    SELECT,
    DIV.option
    {
    margin-bottom: 18px ;
    }

    INPUT[type="text"],
    INPUT[type="radio"]+LABEL,
    SELECT
    {
    padding-top: 4px ;
    padding-bottom: 4px ;
    }

    INPUT[type="radio"]+LABEL
    {
    padding-top: 3px ;
    padding-bottom: 3px ;
    }

    HR
    {
    margin-top: 18px;
    margin-bottom: 23px;
    }


    /* VIEWER */

    #cdcViewer
    {
    height: 660px ; 
    }

    BODY.embedded #cdcViewer
    {
    height: 730px ; 
    }


}




@media only screen and (max-height: 800px)  and (orientation:landscape)  /* 800px */
{

    INPUT,
    SELECT,
    INPUT[type="radio"]+LABEL
    {
    font-size: 11pt ;
    }

    SPAN
    {
    }

    INPUT,
    SELECT,
    DIV.option
    {
    }

    INPUT[type="text"],
    INPUT[type="radio"]+LABEL,
    SELECT
    {
    padding-top: 3px ;
    padding-bottom: 3px ;
    }

    INPUT[type="radio"]+LABEL
    {
    padding-top: 2px ;
    padding-bottom: 2px ;
    }

    HR
    {
    margin-top: 0px;
    margin-bottom: 20px;
    }


    /* VIEWER */

    #cdcViewer
    {
    height: 610px ; 
    }

    BODY.embedded #cdcViewer
    {
    height: 680px ; 
    }

}



@media only screen and (max-height: 750px)  and (orientation:landscape)  /* 750px */
{

    INPUT,
    SELECT,
    INPUT[type="radio"]+LABEL
    {
    }

    SPAN
    {
    margin-bottom: 4px ;
    }

    INPUT,
    SELECT,
    DIV.option
    {
    margin-bottom: 14px ;
    }

    INPUT[type="text"],
    INPUT[type="radio"]+LABEL,
    SELECT
    {
    padding-top: 2px ;
    padding-bottom: 2px ;
    }

    INPUT[type="radio"]+LABEL
    {
    padding-top: 1px ;
    padding-bottom: 1px ;
    }

    HR
    {
    margin-top: 0px;
    margin-bottom: 15px;
    }


    /* VIEWER */

    #cdcViewer
    {
    height: 560px ; 
    }

    BODY.embedded #cdcViewer
    {
    height: 630px ; 
    }

}


@media only screen and (max-height: 700px)  and (orientation:landscape)  /* 700px */
{

    INPUT,
    SELECT,
    INPUT[type="radio"]+LABEL
    {
    font-size: 10pt ;
    }

    SPAN
    {
    margin-bottom: 3px ;
    }

    INPUT,
    SELECT,
    DIV.option
    {
    margin-bottom: 7px ;
    }

    INPUT[type="text"],
    INPUT[type="radio"]+LABEL,
    SELECT
    {
    padding-top: 2px ;
    padding-bottom: 2px ;
    }

    INPUT[type="radio"]+LABEL
    {
    padding-top: 0px ;
    padding-bottom: 0px ;
    }

    HR
    {
    margin-top: 0px;
    margin-bottom: 10px;
    }


    /* VIEWER */

    #cdcViewer
    {
    height: 510px ; 
    }

    BODY.embedded #cdcViewer
    {
    height: 580px ; 
    }


}


@media only screen and (max-height: 650px)  and (orientation:landscape)  /* 650px */
{

    INPUT,
    SELECT,
    INPUT[type="radio"]+LABEL
    {
    font-size: 9pt ;
    }

    SPAN
    {
    margin-bottom: 0px ;
    }

    HR
    {
    display: none ;
    }


    /* VIEWER */

    #cdcViewer
    {
    height: 485px ; 
    }

    BODY.embedded #cdcViewer
    {
    height: 555px ; 
    }

}

