﻿/*-------[ Schedule ]-------*/
.scheduletitlecolor {
	color: #BBAEA2;
}
	
#calendarheader
{
    background: #BBAEA2;  
}

.monthname {
	color:#434447;
}

/*-------[ Floating Bar ]-------*/	
#floatingbar{
position:absolute;
border: 1px solid black;
padding: 2px;
background-color: #A4542E;
width:100%;
visibility: hidden;
z-index: 100;
opacity:0.8;
color:#FFF;
text-align:center;
font-size:14px;
font-weight:bold;

}

/*-------[ Grid Styles ]-------*/	
.grid_header, .grid_header a:link, .grid_header a:visited, .grid_header a:active , .grid_header th, .ui_grid_view th
{
	color:#000;
	font: bold 10pt Verdana;
	background: #BBAEA2;
}

.grid_header th, .ui_grid_view th
{ 
    border-top: solid 1px #976F32;
	border-left:hidden;
	border-right:hidden;
    border-bottom:hidden;
	color:#434447;
}

.grid_header a:link, .ui_grid_view th a
{
    color:#FFF;
}

.courseGridFooter
{
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-top:1px solid #77933C;
}

.deliveryGridFooter, .deliveryGridFooter td
{
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-top:1px solid #976F32;
}

.ui_grid_items td
{
    padding: 5px;
    border: solid 1px #FFFFFF;
    background-color: #E9EDF4;
}

.ui_grid_alt td
{
    border: solid 1px #FFFFFF;
    background-color: #D0D8E8;
    padding: 5px;
}

.ui_grid_view
{
    width: 100%;
    border: 0px none;
}


/*-------[ Log In Popup ]-------*/
.loginpopup, div#popup, .forgotpasswordpopup {
	background: #D6DBD7;
}


/*-------[ Home Page Catalog ]-------*/
#home_catalogsearch
{
	display:block;
	float:right;	
	width:330px; /*this is the width of course catalog header image*/
	border:solid 1px #c1c1c1;
	font-weight:bold;
	margin-bottom:5px;
	background:url('../images/CourseCatalogHeader.gif')	no-repeat;
	padding-top:27px; /*this is the height of course catalog header image*/
}

.home_catalogsearch_header, .home_catalogsearch_header a
{
	background:#ebebeb;	
	color:#666666;
	font-family:Arial;
	font-size:13px;
	padding:4px;
}

.home_catalogsearch_content
{
	padding:10px;	
	font-weight:lighter;
}

/*------[ Home Quick Links ]------------*/
#home_quick_links
{
	float:left;
    width:520px; /*this is to make the left content fits the page */
}


/*-------[ Schedule Filter ]--------------*/
.activity_filter {
    width:60%;
    float: left;
    display:block;
}



/*------[ Customize button display for NM's narrower page width ]----------*/
/*------[ overrides same-name classes in Web.UI project ]------------------*/
.tdem2-pending-div {
    width:940px !important;
    background-color:#f1f1f1 !important;      
}
        
.tdem2-btn-blue {
    width: 222px !important;
    background-color: #B1833B !important;
}