﻿/********************************************************
/* GENERAL MODAL STYLES
/*******************************************************/
.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalCloseButtonPanel
{
    position: relative;
    
    top: 0;
    left: 95%;
    
    text-align: right;
    
    height: 12px;
    width: 0;
}

    .modalCloseButton
    { 
        font-family: Arial, Sans-Serif;
        font-size: 18pt;
        font-weight: bold;
        color: #9e0b0f;
        text-decoration: none;
    }

.modalContent
{
    position: relative;
    z-index: 10000;
    
    overflow: auto;
    padding: 0 10px 0 10px;
}

/************************************
/* ABOUT
/************************************/
div.about
{
    z-index: 1000;
    background-image: url("../images/modal/large_background.png");
    
	height: 450px;
	width: 814px;
}

    div.about div.aboutModalContent
    {
        background-image: url("../images/modal/large_content.png");
        background-repeat: no-repeat;
        
        position: relative;
        
        top: 10px;
        left: 13px;
        
        color: White;
        
        overflow: hidden;
        
        height: 414px;
        width: 788px;
    }

    div.about div.aboutContent
    {
        margin: 10px auto 10px auto;
        
	    font-family: "OregonLDORegular", Arial, Sans-Serif;
        font-size: 11pt;
        
        width: 95%;
    }
            
        div.about div.aboutContent ul
        {
            margin-top: -10px;
        }
        
        div.about div.aboutContent h1
        {
	        font-family: "MyriadProCondensed", "Arial Narrow", Arial, Sans-Serif;
	        font-size: 16pt;
	        
	        margin-bottom: 0;
        }
        
            .safari div.about div.aboutContent h1
            {   
                font-weight: normal;
            }
        
        div.about div.aboutContent h2
        {
            font-family: "MyriadProCondensed", "Arial Narrow", Arial, Sans-Serif;
	        font-size: 13pt;
	     
	        margin: 0;
	    }
	        
	        .safari div.about div.aboutContent h2
            {   
                font-weight: normal;
            }
        
        div.about .aboutContent p
        {
            font-family: "OregonLDORegular", Arial, Sans-Serif;
            font-size: 11pt;
            line-height: 1.3;
            
            margin: 0 0 10px 0;
        }
        
        div.about .aboutContent a:link,
		div.about .aboutContent a:visited
		{
		    color: White;
			text-decoration: none;
		}
		
		div.about .aboutContent a:hover,
		div.about .aboutContent a:active
		{
		    color: White;
			text-decoration: underline;
		}

/************************************
/* CAMPUS INFO
/************************************/
div.campusInfo
{
    z-index: 1000;
    background-image: url("../images/modal/large_background.png");
    
	height: 450px;
	width: 814px;
}

    div.campusInfo .campusInfoModalContent
    {
        background-image: url("../images/modal/large_content.png");
        background-repeat: no-repeat;
        
        position: relative;
        
        top: 10px;
        left: 13px;
        
        color: White;
        
        overflow: hidden;
        
        height: 414px;
        width: 788px;
    }

    div.campusInfo .campusInfoContent
    {
        margin: 10px auto 10px auto;
        
	    font-family: "OregonLDORegular", Arial, Sans-Serif;
        font-size: 10pt;
        
        overflow: auto;
        
        padding-right: 5px;
        
        height: 390px;
        width: 95%;
    }
    
        div.campusInfo .campusInfoContent div.map
        {
            background-image: none;
            background-color: Transparent;
            
            float: right;
            
            padding: 0 10px 0 10px;
            
            height: auto;
            width: 225px;
        }
        
            div.campusInfo .campusInfoContent div.map div.directions
            {
                font-size: 8pt;
            }
            
                div.campusInfo .campusInfoContent div.map div.directions table
                {
                    width: 100%;
                    
                    padding-top: 10px;
                    
                    vertical-align: middle;
                }
                
                    div.campusInfo .campusInfoContent div.map div.directions table tr td
                    {
                        font-family: "MyriadProCondensed", "Arial Narrow", Arial, Sans-Serif;
                        font-weight: bold;
                        text-align: center;
                    }
        
        div.campusInfo .campusInfoContent table
        {
            border-collapse: collapse;
            
            font-family: "OregonLDORegular", Arial, Sans-Serif;
            font-size: 10pt;
            line-height: 1;
            
            height: auto;
            width: auto;
        }
            div.campusInfo .campusInfoContent table tr th
            {
                font-weight: bold;
                text-align: left;
                vertical-align: top;
                width: 25%;
            }
                
            div.campusInfo .campusInfoContent table tr td
            {
                padding: 0 10px 0 0;
                vertical-align: top;
            }
    
        div.campusInfo .campusInfoContent h1
        {
            font-family: "MyriadProCondensed", "Arial Narrow", Arial, Sans-Serif;
            font-size: 16pt;
            
            margin-bottom: 0;
            margin-top: 0;
        }
        
        div.campusInfo .campusInfoContent h2
        {
            font-family: "MyriadProCondensed", "Arial Narrow", Arial, Sans-Serif;
            font-size: 14pt;
            
            margin-bottom: 0;
        }
        
        div.campusInfo .campusInfoContent h3
        {
            font-family: "MyriadProCondensed", "Arial Narrow", Arial, Sans-Serif;
            font-size: 12pt;
            
            margin-bottom: 0;
            margin-top: 0;
        }
        
        div.campusInfo .campusInfoContent p
        {
            font-family: "OregonLDORegular", Arial, Sans-Serif;
            font-size: 10pt;
            line-height: 1.3;
            
            margin: 0 0 10px 0;
        }
        
        div.campusInfo .campusInfoContent a:link,
	    div.campusInfo .campusInfoContent a:visited
	    {
	        color: White;
		    text-decoration: none;
	    }
    	
	    div.campusInfo .campusInfoContent a:hover,
	    div.campusInfo .campusInfoContent a:active
	    {
	        color: White;
		    text-decoration: underline;
	    }

/************************************
/* FAQ
/************************************/
div.faq
{
    z-index: 1000;
    background-image: url("../images/modal/large_background.png");
    
	height: 450px;
	width: 814px;
}

    div.faq .faqModalContent
    {
        background-image: url("../images/modal/large_content.png");
        background-repeat: no-repeat;
        
        position: relative;
        
        top: 10px;
        left: 13px;
        
        color: White;
        
        overflow: hidden;
        
        height: 414px;
        width: 788px;
    }

    div.faq .faqContent
    {
        margin: 10px auto 10px auto;
        
	    font-family: "OregonLDORegular", Arial, Sans-Serif;
        font-size: 10pt;
        
        overflow: auto;
        
        padding-right: 5px;
        
        height: 390px;
        width: 95%;
    }
    
        div.faq .faqContent h1
        {
            font-family: "MyriadProCondensed", "Arial Narrow", Arial, Sans-Serif;
            font-size: 14pt;
            
            margin-bottom: 0;
        }
        
        div.faq .faqContent p
        {
            font-family: "OregonLDORegular", Arial, Sans-Serif;
            font-size: 10pt;
            line-height: 1.3;
            
            margin: 0 0 10px 0;
        }
        
        div.faq .faqContent a:link,
	    div.faq .faqContent a:visited
	    {
	        color: White;
		    text-decoration: none;
	    }
    	
	    div.faq .faqContent a:hover,
	    div.faq .faqContent a:active
	    {
	        color: White;
		    text-decoration: underline;
	    }

/************************************
/* MAP
/************************************/	
div.map
{
    z-index: 10000;
    
    background-image: url("../images/modal/map_background.png");
    
	height: 536px;
	width: 526px;
}

    div.map .mapModalContent
    {
        background-image: url("../images/modal/map_content.png");
        background-repeat: no-repeat;
        
        position: relative;
        
        top: 10px;
        left: 13px;
        
        color: White;
        
        overflow: auto;
        
        height: 500px;
        width: 500px;
    }

    div.map .mapContent
    {
        margin: 10px auto 10px auto;
        
	    font-family: "OregonLDORegular", Arial, Sans-Serif;
        font-size: 11pt;
        
        width: 95%;
    }
    
        div.map .mapContent a:link,
	    div.map .mapContent a:visited
	    {
	        color: White;
		    text-decoration: none;
	    }
    	
	    div.map .mapContent a:hover,
	    div.map .mapContent a:active
	    {
	        color: White;
		    text-decoration: underline;
	    }

/************************************
/* CONTACT US
/************************************/
div.contactUs
{
    background-image: url("../images/modal/small_background.png");
    
    position: relative;
    z-index: 1000;
    
	height: 336px;
	width: 614px;
}

    div.contactUs .contactUsModalContent
    {
        background-image: url("../images/modal/small_content.png");
        background-repeat: no-repeat;
        
        position: relative;
        
        top: 10px;
        left: 13px;
        
        color: White;
        
        overflow: auto;
        
        height: 300px;
        width: 588px;
    }
    
    div.contactUs .contactUsInstructions
    {
        margin: 10px auto 10px auto;
	    
	    font-family: "OregonLDORegular", Arial, Sans-Serif;
        font-size: 11pt;
        line-height: 1.3;
        
        width: 95%;
    }

/************************************
/* EMAIL
/************************************/
div.email
{
    background-image: url("../images/modal/small_background.png");
    
    position: relative;
    z-index: 1000;
    
	height: 336px;
	width: 614px;
}

    div.email table.formTable tr th
    {
        width: 25%;
    }
        
        .safari div.email table.formTable tr th
        {
            width: 50%;
        }
        
    div.email .emailModalContent
    {
        background-image: url("../images/modal/small_content.png");
        background-repeat: no-repeat;
        
        position: relative;
        
        top: 10px;
        left: 13px;
        
        color: White;
        
        overflow: auto;
        
        height: 300px;
        width: 588px;
    }
    
    div.email .emailInstructions
    {
        margin: 10px auto 10px auto;
	    
	    font-family: "OregonLDORegular", Arial, Sans-Serif;
        font-size: 11pt;
        line-height: 1.3;
        
        width: 95%;
    }

/************************************
/* FLASH
/************************************/
div.flash
{
    background-image: url("../images/modal/small_background.png");
    
    position: relative;
    z-index: 1000;
    
	height: 336px;
	width: 614px;
}

    div.flash .flashModalContent
    {
        background-image: url("../images/modal/small_content.png");
        background-repeat: no-repeat;
        
        position: relative;
        
        top: 10px;
        left: 13px;
        
        color: White;
        
        overflow: auto;
        
        height: 300px;
        width: 588px;
    }
    
    div.flash .flashInstructions
    {
        margin: 10px auto 10px auto;
	    
	    font-family: "OregonLDORegular", Arial, Sans-Serif;
        font-size: 11pt;
        line-height: 1.3;
        
        width: 95%;
    }