﻿@import url("BrowserReset.css");
@import url("Tabs.css");
/*
Core Ems Campus Style Sheet
Defaults for the System wide settings
Any item(s) can be override using a style sheet in a theme

NOTE: This style sheet is applied only to screen and print
*/

/*Globals*/

 th{ text-align:left;}
.clear{ clear:both; }
.float{ float:left; }
.floatRight{ float:right; }
.block{ display:block;}
.inline{ display:inline;}
.bold{ font-weight:bold; }
.img-left { float:left;margin:4px 4px 4px 0; }
.img-right { float:right;margin:4px 0 4px 4px; }
.pointer { cursor:pointer; }

.TitleText a:link{ text-decoration: underline; }

.clearfix {
    display: inline-block;
}
.highlightColor, .selectedColor
{
    background-color:#e2eaef;
}

.lightTintOfPrimaryDark, th, .banner
{
background-color: #b9c5dc;

}
/*color of table column headings*/
.banner
{
    background-color:#B9C5DC;
}

.banner, .bannerBorder
{
    clear:both;
	padding: 3px;
    border: solid 1px;
}

/*color of report tab content*/
.reportTab
{
    background-color:#F0F0F0;
    clear:both;
	padding: 3px;
    border: solid 1px;
    width:600px;
    height:200px; 
    overflow: auto;
}


/*For a div, make the text align left*/
div
{
    text-align:left;
}

/*By default, take the border off all images (the get a border if you make them a link....don't want that)*/
img
{
    border-width: 0px;
}
/*Heavily used, takes us down a row in the display with a little padding on the top*/
div.row
{
	clear: both;
	padding-top: .1em;
}

/*Heavily used, takes us down a row in the display with a little padding on the top*/
div.rowSearch
{
	clear: both;
	padding-top: .4em;
}

/*Center the footer at the bottom of the page*/
.FooterContainer
{
	clear:both;
	margin-top:2em;
	bottom:1%;
	width: 100%;
	text-align: center;
}

/*Places the Application title at the top of the page in the center of its space*/
#HeaderContainer h1
{
    margin-top:5em;
    margin-left:auto;
}

/*Centers our label that the system uses to rely messages to the user*/
.outMessage, .center
{
	width: 100%;
	text-align: center;
}

/*Positioning class for labels that correspond to a control*/
label.forTextbox, label.forDropDown
{
    float: left;
	text-align: left;
	margin-top: .1em;
}

/*Positioning class for labels that correspond to a control*/
label.forInputAsRow
{
    display:block;
    width:18em;
}

span.browserCheckBoxRow
{
    display:block;
    width:17.8em;
}

/*
If a control (or label) is assigned an Access Key, this will underline the key letter in the word 
(assuming the letter is found in the label)
*/
span.ak
{
    text-decoration:underline;
}

/*We make heavy use of callbacks...This is our loading div, that shows up */
div#CallbackStatus
{
    clear:both;
    margin-top:.4em;
    padding:.5em;
    width:12em;
}

/*Gets assigned to the menu to make it go across the entire screen*/
.fullScreen
{
    width:99%;
}

/*This gets applied as a position style to the key label control*/
.keyLabelPos
{
    float: left;
	text-align: left;
	width:10em;
}

.left
{
    float: left;
}

/*pads the right side (primarly of a div) to offset it from a previous column*/
.offsetColumn
{
    margin-right:1em;
}

/*pads the left side (primarly of a div) to offset it*/
.leftOffset
{
    margin-left:1em;
}

/*pads the left side (primarly of a div) to offset it*/
.leftOffset2
{
    margin-left:3em;
}

/*Used to align a control (checkbox or button) down to the level of a neighboring control*/
.padTopToBox
{
    padding-top:1.1em;
}

.padToTab
{
    padding-top:8px;
}

/*Sometimes we just want a little seperation between rows*/
.offsetTop
{
    padding-top:.5em;
}
/*some places we want the element in block style mode*/
.block
{
    display:block;
}

.offsetLeft
{
    padding-left:.2em;
}

.padLeft
{
    padding-left:1em;
}

.padRight
{
    padding-right:1em;
}

.padBottom
{
    padding-bottom:.5em;
}

.padBottomFull
{
    padding-bottom:1em;
}

/*Course preferences scrolling box*/
div#coursePreferencesListOfRooms
{
    width:25em;
    height:9em;
    padding:10px 0px 0px 10px;
    overflow:auto;
    overflow-x:hidden; 
}

/*content of the tab control*/
.content
{
	/*padding-left: .8em;
	padding-right: .8em;
	padding-bottom: .8em;
*/
	border: 1px solid #225d92;

	z-index: 2;
}

/*left column width on courseNavigator.aspx and CoursePreferences.aspx*/
.keyLabelTUCWidth
{
    width:10em;
}
/*Right column width on courseNavigator.aspx and CoursePreferences.aspx*/
.keyLabelIEEWidth
{
    width:14em;
}
.keyLabelIEEWidth2
{
    width:19em;
}
.keyLabelSetPrefsWidth
{
    width:16em;
}

/*LocationDetails.aspx key value width*/
.keyLabelLDLeft
{
   width:27em;
}

/*align text of span to top*/
span.alignTop
{
    
}

/*Our scolling class for the book*/
@media screen
{
    .abBook
    {
        position:relative;
        clear:both;
	    OVERFLOW:auto; 
	    HEIGHT:400px;
    }
    
    /*Centers the header (things above the menu) at the top of the page*/
    .HeaderContainer
    {
        clear:both;
	    width: 100%;
	    text-align:center;
    }
}
@media Print
{
    .abBook
    {
        position:relative;
        clear:both;
    }

    .HeaderContainer, .tabsContainer, #MenuContainer
    {
        display:none;
    }

}
/*controls the width of the academic book*/
.abBookWidth
{
    width:900px;
}

/*Controls the width for every column in the academic book*/
.abCol
{
    width:110px;
    float:left;
    overflow:hidden;
}

/*The header cell class for the academic book*/
.abHeaderCell
{
    text-align:center;
    border:1px solid black;
    height:40px;
    overflow:hidden;
}

/*individual hour blocks on academic book*/
.abHour
{
    height:60px;
    border:1px solid lightgrey;
    overflow:hidden;
    background-color:white;
    z-index:1;
}

/*positioning for event on academic book*/
.abEvent
{
    position:absolute;
    width:69px;
    overflow:hidden;
    border: 1px solid Black;
    cursor:default;
    margin-left:20px;
    word-wrap:break-word;
}

/*positioning for xList event on academic book*/
.abXEvent
{
    position:absolute;
    width:69px;
    overflow:hidden;
    border: 1px solid Black;
    cursor:default;
    margin-left:10px;
    word-wrap:break-word;
}

/*positioning for xList event on academic book*/
.abYEvent
{
    position:absolute;
    width:69px;
    overflow:hidden;
    border: 1px solid Black;
    cursor:default;
    margin-left:30px;
    word-wrap:break-word;
}

.abXEvent a, .abXEvent a:link, .abXEvent a:visited, .abXEvent a:hover, .abXEvent a:active
{
 color: #FFFFFF;
 text-decoration:none;
}

.abYEvent a, .abYEvent a:link, .abYEvent a:visited, .abYEvent a:hover, .abYEvent a:active
{
 color: #FFFFFF;
 text-decoration:none;
}


/*positioning for the building hours div on the academic book*/
.abBuildingHours
{
    position:absolute;
    width:89px;
    z-index:2;
}

/*class applied to tool tip container*/
.toolTipSize
{
    padding:.2em;
}

/*main wrapper for weekly book;*/
.wbBookWidth
{
    position:relative;
    width:840px;
}

/*width of a day header*/
.wbDayWidth
{
    float:left;
    overflow:hidden;
}
 .wbRoomWidth
 {
    width:96px;
    height:20px;
    float:left;
    overflow:hidden;
 }
/*width of a half day time blok*/
.wbHalfDayWidth
{
    float:left;
}
/*Wrapper for room row*/
.wbRoomRow, .wbBuildingRow
{
    clear:both;
    position:relative;
}


/*Date time cell*/
.wbHeaderCell
{
    font-size:.8em;
    text-align:center;
    border:1px solid black;
    height:30px;
    overflow:hidden;
}

.wbRoomHeaderCell
{
    border:1px solid white;
}

/*font size for hour number*/
.wbHourNumber
{
    font-size:.6em;
    float:left;
}
.wbRoomColumnSpacer
{
    width:90px;
    float:left;
    font-size:.6em;
}

.wbRoomBlock
{
    border-left:1px solid black;
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding-left:1px;
}

.wbHalfDayCell
{
    font-size:.8em;
    text-align:center;
    border:1px solid black;
    height:20px;
    overflow:hidden;
}

.wbEventContainer
{
   position:relative;
}

.wbEvent
{
    position:absolute;
    left:0px;
    top:1px;
    height:20px;
    z-index:100;
    overflow:hidden;
}

ul.noMargin
{
    margin: 0px;
    padding: 0px;
}

li.smallIndent
{
    margin-left: 1em;
    padding: 0px;
}

.dailyBookHolder
{
    z-index:115;
}

.hide
{
    display:none;
}

.WelcomeMsg
{
    color:White;
    padding-right:.5em;
    line-height:1.6em;
}

.SearchButton{ background: url(../Images/browser16.gif) no-repeat 0 0; height: 16; width: 16; }