﻿/* ---------------------------------------------------------------------------------

	File: 			layout.css
	Author: 		Walter Botich
	Created: 		01/07/08
	Modified:		10/06/08
	Description: 	Sets default layout for the site
					Included as part of screen.css

---------------------------------------------------------------------------------- */

/* GLOBALS ----------------------------------------------------------------------- */
/*rmc*/
/*
.radiobutton label {
    display: block;
}

.radiobutton input {
    float: left;
}
*/

 * html .visualIEFloatFix { height: 0.01%; }


/* Force parent element to enclose any floated elements it contains */
.enclose-floats {
        /* IE fix because it does not recognize ':after' */
        zoom: 1;
    }
    .enclose-floats:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.ie-bugfix-image {
    display: block;
}

.nav_padding {
    padding: 1.5em 0 0 0;
}

.nav_padding input, .nav_padding img {
    margin: 0;
    vertical-align: middle;
}

/*
.programs_off {
    text-align: center;
    padding: .2em .2em .2em .2em;
    border: solid 2px #ff0000;
    width: 500px;
    margin: 0 0 .5em 0;
}
*/

.programs_menu {
    text-align: left;
    padding: .2em .2em .2em .2em;
    margin: 0 .2em 0 0;
}

.shadebox-impact {
    text-align: center;
    background: #ffd47d;
    padding: .2em .2em .2em .2em;
    border: solid 2px #7b96b3;
    /*height: 185px;*/
    width: 275px;
    margin: .2em .2em .2em .2em;
}

.quotebox {
    text-align: left;
    background: #ffd47d;
    padding: .2em .2em .2em .2em;
    border: solid 2px #7b96b3;
    /*height: 185px;*/
    width: 275px;
    margin: .5em .5em .5em .5em;
}

.highlightbox {
    text-align: left;
    background: #cccccc;
    padding: .2em .2em .2em .2em;
    border: solid 2px #7b96b3;
    /*height: 185px;*/
    width: 275px;
    margin: .5em .5em .5em .5em;
}

.shadebox-fundraising {
    text-align: left;
    background: #ffd47d;
    padding: .2em .2em .2em .2em;
    border: solid 2px #7b96b3;
    /*height: 200px;*/
    width: 275px;
    margin: .2em .2em .2em .2em;
}

.criteria-detail {
    text-align: left;
    background: #ffffff;
    padding: .2em .2em .2em .4em;
    border-left: solid 2px #7b96b3;
    /*height: 185px;*/
    /*width: 400px;*/
    margin: .2em .2em .2em .2em;
}

/*rmc*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#ffd47d;
	opacity:.9;
	filter: alpha(opacity=100);
}

/*rmc*/
.popupHover {
	background-color:#7b96b3;
}

body {
    margin: 0 auto;
    text-align: center;
    background: #606060;
}

#popup {
    font-size: 1em;
    background: #5c5c5c;
}

/* Generic container */
.container {
    margin: 0;
}

/* Generic hide/show classes */
.hide {
    display: none;  
}
.show {
    display: inline;   
}

/* Columns */
.two-column, .three-column, .four-column {
    /* IE 5.5/6 bug fix */
    display: inline;
    /* end bug fix */
    float: left;
    margin: 0 20px 0 0 !important;
}
    /* 2 column layout */
    .two-column {
        width: 45%;
    }
    /* 3 column layout */
    .three-column {
        width: 30%;
    }
    /* 4 column layout */
    .four-column {
        width: 22%;
    }
    
    
  
 #timeline{margin: 2em 0 0 0;}
    
.gallery {
    margin: 0 auto;
    width: 100%;
}
    .gallery img {
        /*padding: 0 15px 15px 0;*/
    }
    
.analysis-detail {
    display: block;
    padding: .2em .3em .5em 1em;
    border: solid 3px #7b96b3;
    background: #dadada;
}

.program-detail {
    display: inline;
    padding: .2em .3em .2em .5em;
    border: solid 3px #7b96b3;
    background: #dadada;
    width: 525px;
}

.BOD-detail{
    display: block;
    padding: .2em .3em .5em 1em;
    border: solid 3px #7b96b3;
    background: #dadada;
    width:460px;
    float:left;
    margin:0 0 0 2.2em;
}

.committee-detail{
    display: block;
    padding: .2em .3em .5em 1em;
    border: solid 3px #7b96b3;
    background: #dadada;
    width:500px;
    float:left;
    margin:0 0 0 1.2em;
}

.committee-detail img{
    margin:.9em 1em .6em 0;
}

.memberRecruitment-detail{
    display: block;
    padding: .2em 1em 1em 1em;
    border: solid 3px #7b96b3;
    background: #dadada;
    width:38em;
    float:left;
    margin:0 0 0 0em;
}

/* Scrollable region */
.scroll-vert {
    margin: 1em 0 !important;
    overflow: auto;
    /* IE bug fix */
    #padding-right: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
    /* end bug fix */
    background: #ffffff;
    border: 1px solid #cccccc;
}

/* Multi media classes */
.video-viewer, .map-viewer, .interactive-viewer {
    margin: 1em 0 !important;
    background: #000000;
    border: 1px solid #cccccc;
}
    .video-viewer {
        width: 332px;
        height: 290px;
    }
    .map-viewer {
        width: 750px;
        height: 500px;
    }
    .interactive-viewer {
        width: 680px;
        height: 200px;
        margin: 5px !important;
    }

/* UNIQUE PAGE CONTAINERS ----------------------------------------------------------- */

/* Can be used as the "root" container */
#page {
    margin: 0 auto;
    width: 992px;
    text-align: left;
    background: #ffffff url("../images/bg-nav.jpg") repeat-y;
    
}
    
/* Header content */
#header {
    
}
    
    #header h1 {
        display: none;   
    }
    
    #header img {
        display: block;   
    }
        

/* Navigation menus */
#nav-horz {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: url("../../../images/bg-sign_bar.jpg") repeat-x top;
}
    #nav-horz ul {
        padding: 0 20px 0;
    }
        #nav-horz ul li {
            display: inline;
            float: left;
            margin: 0;
            padding: 0;
        }
        #nav-horz ul li.search {
            padding: 7px 5px 7px 10px;
            background: url("../../../images/bg-nav.jpg") repeat-x top;
        }
        #nav-horz ul li.admin {
            padding: 12px 15px;
            background: url("../../../images/bg-nav.jpg") repeat-x top;
            border-right: 2px solid #8294aa;
        }
            #nav-horz ul li.admin a {
                text-decoration: none;
                text-transform: uppercase;
                color: #ffffff;
            }
            #nav-horz ul li.admin a:hover, #nav-horz ul li.admin a.selected {
                color: #ffce29;
            }
        
#nav-vert {
    float: left;
    width: 188px;
    /*background: #7b96b3;*/
    background: #afbfd9;
    color: #ffffff;
    /*padding: 5px 3px 0 3px;*/
    margin: 0 2.1em .2em 0;
    /*height: 400px;*/
    /*text-align: right;*/
}
        #nav-vert .role-title {
            font-weight: bold;
            color: #000000;
            background: #ffd986;
            padding: 0 0 0 5px;
        }
        
        #nav-vert ul.parent {
            list-style-type: none;
            display: block;
            /*font-size: .9em;*/
            font-weight: bold;
        }
        
        #nav-vert ul.parent-active {
            list-style-type: none;
            display: block;
            font-size: .9em;
            font-weight: bold;
            background: #d3dbe8;
        }
        
        #nav-vert ul.parent li {
            list-style-type: none;
            margin: 0;
            padding: 2px 0 2px 0;
            /*border-top: solid .5px #ffffff;*/
            border-top: solid 1px #000000;
        }
        
        #nav-vert ul.parent li.module-complete {
            /*background-color: #00cc00;*/
            color: #000000;
        }
        
        #nav-vert ul.parent li.certnav {
            background-color: #98b865;
            color: #ffffff;
        }
        
        #nav-vert ul.parent li.certnav a {
            color: #ffffff;
        }
        
        #nav-vert ul.parent li.module-incomplete {
            /*background-color: #ff3300;*/
            color: #5c607a;
        }
        
        #nav-vert ul.parent li a {
            display: block;
            text-decoration: none;
            /*color: #ffffff;*/
            padding: 0 0 0 5px;
        }
        
        #nav-vert ul.parent li a.module-complete {
            /*background-color: #00cc00;*/
            color: #000000;
        }
        
        #nav-vert ul.parent li a.module-incomplete {
            /*background-color: #ff3300;*/
            color: #5c607a;
        }
        
        #nav-vert ul.parent li a:hover {
            text-decoration: none;
            /*color: #ffd47d;*/
            /*color: #ffcc00;*/
            color: #537eda;
            
        }
        
        #nav-vert ul.child {
            list-style-type: none;
            display: block;
            font-size: .9em;
            font-weight: normal;
        }
        
        #nav-vert ul.child li {
            margin: 0;
            padding: 1px 0 1px 0;
            /*border-top: solid .5px #ffffff;*/
            /*border-top: solid 1px #ffffff;*/
        }
        
        #nav-vert ul.child li.item-complete {
            /*background-color: #00cc00;*/
            color: #000000;
        }
        
        #nav-vert ul.child li.item-incomplete {
            /*background-color: #ff3300;*/
            color: #5c607a;
        }
        
        #nav-vert ul.child li a {
            display: block;
            text-decoration: none;
            /*color: #ffffff;*/
            padding: 0 0 0 15px;
        }
        
        #nav-vert ul.child li a.item-complete {
            /*background-color: #00cc00;*/
            color: #000000;
        }
        
        #nav-vert ul.child li a.item-incomplete {
            /*background-color: #ff3300;*/
            color: #5c607a;
        }
        
        #nav-vert ul.child li a:hover {
            text-decoration: none;
            /*color: #ffcc00;*/
            color: #537eda;
        }

.role-name-on {
    width: 188px;
    background: #ffd986;
    color: #000000;
    padding: .3em 0 .3em 0;
    margin: 0 0 0 0;
    text-align: center;
}

.role-name-off {
    width: 188px;
    background: #afbfd9;
    color: #000000;
    padding: .3em 0 .3em 0;
    margin: 0 0 0 0;
    text-align: center;
}

.menu-header {
    background: #afbfd9;
    list-style-type: none;
    display: block;
    font-size: .9em;
    font-weight: bold;
}

.menu-header-selected {
    background: #d3dbe8;
}     
        
.menu-content {
    background: #d3dbe8;
}  
  
/* Main content */
#content {
    float: left;
    width: 760px;
    padding: 0 5px 0 5px;
    margin: .1em 0 .75em 0;
    background: #ffffff;
    min-height: 400px;
    /*margin: 0 20px;*/
    /*background: url("../../../images/bg-content.jpg") repeat-y;*/
    /*border-bottom: 1px solid #ee3a43;*/
}
/*
#content.stand-alone {
    margin: 0 3em;
}
*/



   
/* Footer content */
#footer {
    clear: both;
    padding: .2em 0 .2em 0;
    font-size: 1em;
    /*background: #ffd47d;*/
    background: #98b865;
    text-align: center;
}
/*
    #footer p {
        font-size: .9em;
        color: #999999;
    }
    #footer ul {
	    list-style-type: none;
	    text-align: center;
    }
        #footer ul li {
            display: inline;
            margin: .25em 1em .25em;
        }
*/

/* ADDITIONAL CLASSES --------------------------------------------------------------- */

/* Path information */
.breadcrumbs {
	margin-bottom: .5em;
	font-size: .85em;
}

/* Login section */
.login {
    width: 35%;
    margin: 1em auto;
}
.logout {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0px;
    width: 930px;
    padding: .5em 0;
    font-size: .9em;
    color: #666666;
    text-align: right;
}

/* Search section */
.search {
    
}

/* Body text section */
.section {
    float: left;  
    margin: 5px 5px 5px 10px;
}
    /* used on all sub pages */
    .section.full {
        width: 685px;
    }
    /* used only on home page */
    .section.home {
        width: 440px;
    }
    .section h2 {
        text-transform: uppercase;   
    }



/* ID for iCims Recruiter information iframe */
#icims {
    overflow: auto;
    width: 100%;
    height: 775px;
}

/* For modules in popup windows */
#popup .module {
    width: 775px;
    height: 575px;
    margin: 0 auto;
}
/* For modules that are listings of events */
#events .module {
    width: 100%;
    margin: 0;
    font-size: 1em;
}
    #events .module h3 {
        font-size: .9em;   
    }
    #events .module .module-content select {
        margin: 0;   
    }
    #events .module .module-content .empty-message {
        font-weight: bold;
        vertical-align: top;
    }
/* For modules on section pages */
.section .module {
    margin: 0 0 5px 15px;
}
/* Default module styling */
.module {  
    width: 220px;
    margin: 5px;
    font-size: .8em;
    text-align: left;
    background: #e6e6e6;
    border: 1px solid #8c8d8e;
    border-bottom: 5px solid #002147;
} 
    .module .module-content {
        margin: 1em;
    }
    .module h3 {
        padding: .25em .5em;
        font-size: 1.2em;
        text-transform: uppercase;
        color: #ffffff;
        background: #1247a7 url("../../../images/bg-module.jpg") repeat-x top;
    }
        .module h3 img {
            margin-right: 10px;
            vertical-align: middle;
            border: 1px solid #000000;
        }

.weather {
    position: absolute;
    z-index: 1;
    top: 135px;
    left: 0px;
    width: 930px;
    font-size: .9em;
    color: #666666;
    text-align: right;
}
    .weather img {
        vertical-align: middle;   
    }

.ad {
    width: 220px;
    margin: 5px;
}

/* Event details in a scrollable region */
.details {
    width: 225px;
    height: 440px;
}
    .details h4 {
        padding: .4em .35em;
        font-size: 1em;
        color: #a47f03;
        background: #fee799 url("../../../images/bg-gold_gradient.gif") repeat-x bottom;
        border-bottom: 1px solid #cccccc;
    }
    .details label {
        margin: 0px;
        font-size: .85em;
        color: #787878;
    }
    .details p {
        margin: 0 0 .5em;   
    }
    .details ul {
        margin-top: -.75em;   
    }

/* Legend for calendar information */
table.legend {
    width: 100%;
    border-collapse: collapse;
}
    table.legend tr th, table.legend tr td {
        padding: .3em .5em;   
    }
    table.legend tr th {
        font-weight: bold;
        color: #a47f03;
        background: #fee799 url("../../../images/bg-gold_gradient.gif") repeat-x bottom;
        border-bottom: 1px solid #cccccc;
    }

/* Flight status display information */ 
#flights {
   
}
    #flights div {
        margin: 0 !important;   
    }
    #flights .loading {
        position: absolute;
        z-index: 10002;
        top: 200px;
        left: 325px;
        padding: 50px;
    }
    #flights table {
        width: 100%;
        border-collapse: collapse;
        border-width: 0;
    }
        #flights table tr.alternate{
            background: #efefef;
        }
            #flights table tr th, #flights table tr td {                
                vertical-align: middle;
            }
            #flights table th.airline, #flights table th.city, 
            #flights table td.airline, #flights table td.city {
                width: 130px;
                border-left-width: 0;
            }
            #flights table td.airline {
                text-align: center;
            }
            #flights table th.flight, #flights table th.sta, #flights table th.eta, #flights table th.std, #flights table th.etd,
            #flights table td.flight, #flights table td.sta, #flights table td.eta, #flights table td.std, #flights table td.etd {
                width: 80px; 
            }
            #flights table th.gate, 
            #flights table td.gate {
                width: 60px;   
            }
            #flights table th.status,
            #flights table td.status {
                font-weight: bold;
                border-right-width: 0;
            }
            
            #flights table tr th {
                padding: 3px 5px 0px 5px;
                font-weight: bold;
                background: #fee799 url("../../../images/bg-gold_gradient.gif") repeat-x bottom;
                border-width: 0 1px 0 1px;
                border-style: solid;
                border-color: #cccccc;
            }
            #flights table tr td {		        
		        padding: 7px 5px;
		        font-size: .9em;
		        border: 1px solid #cccccc;
            }
            #flights table tr td.grouping {
                font-weight: bold;
                color: #666666;
                background: #fee799;
                border-left-width: 0;
            }
    #flights table th.airline input, #flights table th.city input{
        width: 124px;
    }
    #flights table th.flight input {
        width: 74px; 
    }
    #flights table a {
        color: #3333FF;   
    }
    #flights .flights {
        height: 350px;
        border-width: 0;
    }
    /* Redefine the default tab styling */
    #flights .ajax__tab_xp .ajax__tab_body {
        padding: 0;
    }
        #flights .ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
            background: url("../../../images/bg-tab_active.gif") repeat-x;   
        }
        #flights .ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
            background: url("../../../images/bg-tab_active_left.gif") no-repeat; 
        }
        #flights .ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
            background: url("../../../images/bg-tab_active_right.gif") no-repeat right; 
        }

/* ToolTip hover window */
.tooltip {
	margin: 0;
	padding: .5em 1em;
	font-size: .85em;
	color: #333333;
    border: 1px solid #ffce29;
    background-color: #fdefbd;
}
    .tooltip h5 {
        color: #666666;
    }
    .tooltip label {
        margin: 0;   
    }

/* Styling for yellow accordion control */
.accordion-header, .accordion-header-selected {
    cursor: pointer;
    margin: 5px 0 0 0;
    padding: .5em;
    font-size: .9em;
}
    .accordion-header {   
        background: #ffffff url("../../../images/bg-gray_gradient.gif") repeat-x top;
        border: 1px solid #999999;
    }
    .accordion-header-selected {
        background: #fee799 url("../../../images/bg-gold_gradient.gif") repeat-x bottom;
        border-width: 1px 1px 0px 1px;
        border-style: solid;
        border-color: #999999;
        font-weight:bold;
    }
        .accordion-header table, .accordion-header-selected table {
            width: 100%;
        }
            .accordion-header table td, .accordion-header-selected table td {
                padding: 0 .25em 0 .25em;
                vertical-align: top;   
            }
.accordion-content {
    padding: .5em 1em;
    background: #fdefbd;
    border: 1px solid #999999;
}
    .accordion-content .details {
        height: 1%;
        width: auto;

    }
    
    
    
/* Styling for SMALL yellow accordion control */
.accordion-header-small, .accordion-header-selected-small {
    cursor: pointer;
    margin: 5px 0 0 0 !important;
    padding: .5em;
    font-size: .9em;
    width:530px;
}
    .accordion-header-small {   
        background: #ffffff;
        border: 1px solid #999999;
    }
    .accordion-header-selected-small {
        background: #fee799;
        border-width: 1px 1px 0px 1px;
        border-style: solid;
        border-color: #999999;
        font-weight:bold;
    }
    
.accordion-content-small {
    padding: .5em 1em;
    background: #fdefbd;
    border: 1px solid #999999;
    width:515px;
}
    .accordion-content-small .details {
        height: 1%;
        width: auto;

    }
    
    
 /* Styling for blue accordion control */   
.accordion-header-blue, .accordion-header-blue-selected {
    cursor: pointer;
    margin: 5px 0 0 0;
    padding: .5em;
    font-size: .9em;
}
    .accordion-header-blue {   
        background: #afbfd9 url("../../../images/bg-gray_gradient.gif") repeat-x top;
        border: 1px solid #999999;
        
        font-weight:bold;
    }
    .accordion-header-blue-selected {
        background: #fee799 url("../../../images/bg-gold_gradient.gif") repeat-x bottom;
        border-width: 1px 1px 0px 1px;
        border-style: solid;
        border-color: #999999;
        font-weight:bold;
    }
        .accordion-header-blue table, .accordion-header-blue-selected table {
            width: 100%;
        }
            .accordion-header-blue table td, .accordion-header-blue-selected table td {
                padding: 0 .25em 0 .25em;
                vertical-align: top;   
            }
.accordion-content-blue {
    padding: .5em 1em;
    background: #ffffff;
    border: 1px solid #999999;
}
    .accordion-content-blue .details {
        height: 1%;
        width: auto;

    }








.modal-background {
    background-color: #dadada;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
