/*================================================
SHEDD MULTIPAGE

Site:   The Shedd Institute 
        www.theshedd.org

Author:     Jim Ralph
Created:    5/1/2006
Edited:     4/3/2011
Usage:      Use for all site tabbed multipage components.
===================================================*/

/* Rad Controls styles */

.RadMultiPage 
{   border:     1px solid #898c95;
    margin-top: -1px;
    padding:    10px;
    position:   relative;
    z-index:    98;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    }
.RadTabStrip 
{   z-index:    99;
    position:   relative;
    font-size:  10pt;
}
