  //
/* Added Styles for SFU Calendar 2011 Summer */
//


h4 {
color: #666 ;
}


h6 {
	font-size:10px;
	
}


.togglable  h3, h4, h5, h6 {
	padding-bottom: 0em;
	padding-top: 0em;
	
	}

/*padding and margin = 0em to fix wide space at the bottom of logglable areas*/
.togglable {
   padding-bottom: 0em;
   margin-bottom: 0em;
}


/* Define a class called toggle-fixed-width to restrict the width of a togglable area. 
   This can be used when a togglable box needs to be placed at the space where the nav box occupies the right part of the page. */
.togglable dd.toggle-fixed-width {
 max-width: 500px;
 }
/* for draft calendar */



/* Div container of the Print and Email icon. */
#right-box {
	float:right; 
	width:auto;	
	margin-left:80px;
}


/*Styles for right-top nav box on each page. */
#nav-box {

width:205px;;
height:auto; 
border:#b5111b 1px solid; 
/* IMPORTANT: the next 2 lines define the radius of rounded corners of nav box. */
-moz-border-radius:20px; 
-khtml-border-radius: 20px;
padding:10px 10px 10px 10px; 
margin-left:20px;
margin-top:10px;
margin-bottom:10px;
float:right; 
clear:right;

}

/* Styles for the nav box heading: "Contents" */
#nav-box h4 {
	font-size:14px;
	margin-top:0px;
	color:#b5111b;
	
}

/* Styles for the list of sections in nav box */
#nav-box ul{
	margin-top:6px;
	margin-bottom:6px;	
}

/* Apply to course files ONLY - adjusting font size */
#nav-box p {
	font-size: .90em;
}


/* Positioning for print and email icons  */
#print-and-email {
	float:right;
	width:auto;
	}

/* Mouseover cursor change */
#print-and-email a {
	cursor:pointer;
	}


/* Main body content */
#centre {
margin-bottom:30px;
height: 100%;
}


/* Set min-height to push calendar-footer down near the bottom */
#text{
min-height:560px;
}

/* Main h1 style */
#text h1 {
	padding:0px; 
}


/*Overwrite right header image from common.css: */
#header {
    background-image: url(/students-resources/calendar-archive/11Summer-calendar/calendar/images/banner_right.jpg);  /* 490x70 */
}


/*Top navigation breadcrumb for <h4> right above the main <h1> titles */
#top-nav {
	padding:0px; 
	margin-bottom:0px; 
	font-size:0.85em;
}



/* Left side Menu Styles: */

ul#menu_collapse{
	width: 194px;
}

#menu_collapse li a.grey_header2 {
	background : #6E6D64;
	font-size:0.85em;
	padding-left:40px;
	color: #FFFFFF;
	letter-spacing: .1em;

}

#menu_collapse li a.grey_header2:hover {
	background-color: #2E3192;
}


#menu-home {
padding-bottom:100px;

}


/* For Calendar footer styles: */

#calendar-footer {
	font-size: 0.85em;
    position: relative;
	
    clear: both;
    width: 766px;
	
    margin: 20px 0px -20px -10px;

    color: #000000;
    text-align: right;
	border-top:thin solid  #b5111b;
	
}

#calendar-footer a {
	color:#b5111b;
	}



/* For Indexer Style: */
.index02 {
	margin:0px 0px 0px 0px;
	margin-left:12px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;;
}

.index03 {
	margin:0px 0px 0px 0px;
	margin-left:22px;
	padding: 0px 0px 0px 0px;
	font-size:10.5px;
}

#red {
	color: #C00;
	font-size:1.1em;
	font-weight: bold;
}

#main {
	width: 980px;
	-image: url(/students-resources/calendar-archive/11Summer-calendar/calendar/images/subwide_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
	line-height: 1.2em;
	}

#text {	/* Sets the width of the text (content) area */
	width: 760px;
	margin: 0px;
	padding: 0px;
	margin-right:-183px;
	}
	
#right_menu { /* No right hand menu */
	display: none;
	}	