﻿body{color:#333;font:14px/21px "news-gothic-std","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6,#embededTitle,#EmbededNavigationPanel input{color:#181818;font-family:"adobe-caslon-pro","Baskerville","Palatino","Georgia","Times New Roman","Times",serif;font-style:normal;font-weight:normal;line-height:1em;padding-bottom:.15em;padding-top:.1em;}
h1 a>span.amp,h2 a>span.amp,h3 a>span.amp,h4 a>span.amp,h5 a>span.amp,h6 a>span.amp,h1 span.amp,h2 span.amp,h3 span.amp,h4 span.amp,h5 span.amp,h6 span.amp{display:inline-block;font-style:italic;margin-left:-0.15em;margin-right:.05em;}
a img{border:0;}

body
{
    margin:0px;
    padding:0px;
}

#embededContainer
{
    /*
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    */
}
#embededHeader
{
    /*
    background:url('https://ManagementTools.wlu.edu/images/v4/content/bg-header.gif');
    box-shadow:inset 0px -6px 12px -4px #000000;
    */
    text-align:right;
    padding:5px 10px 5px 10px;
}
#embededTitle
{
    /*color:White;*/
    font-size:2.2em;
    padding-top:10px;
    
}
#embededIdentity
{
    font-size:.7em;
    /*color:#EEE;*/
    padding-top:2px;
    padding-right:2px;
}
#EmbededNavigationPanel
{
    width:100%;
    margin:0px;
    padding:0px;
    /*
    background-color:#21428B;
    box-shadow:0px 1.5px 2px 0px #5f5f5f;
    text-align:center;
    */
}
#EmbededNavigationPanel a
{
    margin:0px;
    padding:9px 17px;
    text-decoration:none;
    
    float:left;
}
.inactiveEmbededTab
{
}
.inactiveEmbededTab:hover
{
    background-color:#9F9;
}
.activeEmbededTab
{
    color:Black;
    font-size:1.5em;
}
#embededContents
{
    padding:8px 6px;
    min-height:200px;
}

#Filters
{
}
#Statistics
{
}
#Tier1
{
}
#Tier2
{
}
.box
{
    float:left;
    padding:5px;
    margin-right:10px;
    margin-bottom:10px;
    border:1px solid Gray;
    box-shadow: 2px 2px 4px #666;
    border-radius:4px;
}
.filterControl { width:7em; }
.modalWindowBackground { position:fixed; top:0px; right:0px; bottom:0px; left:0px; background-color:White; opacity:0.8; filter:alpha(opacity=80); z-index:100; }
.modalWindow { position:absolute !important; top:100px; left:40%; background-color:White; border:4px solid Gray; padding:15px; overflow:auto; z-index:101; }

.ui-dialog { box-shadow: 4px 4px 8px #666; }
#chart { border:1px solid #BBB; font-size:.85em; box-shadow: 2px 2px 4px #666; border-radius:4px; }

/* ----------------------------------------------------------------- */
/* Layout                                                            */
/* ----------------------------------------------------------------- */
.clear { clear:both; }
.hidden { display:none; }

.fullwidth { width:100%; max-width:100% }
.floatRight { float:right; }
.floatLeft { float:left; }

.smaller { font-size:.8em; }
.nowrap { white-space:nowrap; }

.error { color:red; font-weight:bold; }

.grid { padding:2px; }
#XembededContainer td { padding:3px; }



.controlContainer { background-color:white; margin-bottom:5px; margin-right:5px; float:left; }
.controlContainer fieldset { border:1px solid #888; padding:5px; }
.controlContainer legend { font-weight:bold; margin-left:8px; padding:0px 4px }

.scrolledBox { border: 1px solid black; max-height:400px; overflow:auto; }




.padded {
    padding: 5px;
    margin:2px;
}

.paddedTop {
    margin-top: 10px;
}

.paddedRight {
    margin-right: 10px;
}

.paddedBottom {
    margin-bottom: 10px;
}

.paddedLeft {
    margin-left: 10px;
}

.alignLeft {
    text-align: left
}
.alignRight {
    text-align: right
}

.gray {
    background-color: lightgray;
}
.green {
    background-color: lightgreen;
}
.greenText {
    color: green;
}

.yellow {
    background-color: lightyellow;
}

.red {
    background-color: lightpink;
}
.redText {
    color: red;
}
.grayText {
    color: gray;
}

.huge {font-size:500%;}

.maxWidth400 { max-width:400px; }

.testBorder { border:1px solid red }

.lightgreen {
    background-color: #DFD;
}

.lightyellow {
    background-color: #FFC;
}

.lightorange {
    background-color: #FEA;
}

.lightred {
    background-color: #FDD;
}

.lightgray {
    background-color: #DDD;
}

.AltRow { background-color:aliceblue; 
}
