/* style for IE - controls the  height difference display problems in IE */

#header { /*layout of the header */
	width:707px; 
	height:64px; 
	background:url ('../images/top_bg.jpg') no-repeat bottom;
	}
	
#header-my-courses { /*layout of the header */
	width: 707px;
	height:65px;
	background: url ('../images/css/top_bg.jpg') no-repeat bottom;
}

.nav-box-right {
	height: 31px;
	width: auto;
	margin-right: 1px;
	margin-top: 0px;
	float: right;
	text-align: center;
	}

#nav-right { /* layout of box that contains the main navigation */
	margin-top:15px;
	width: auto;
	height: 40px;
	margin-right: 1px;
	
}

.mycourses-right-buttons {float:right; height:24px; padding-top:5px; padding-bottom:5px; margin-top:4px;}

#content a.add-lesson-button {
	background: url ('../images/css/add_lesson.jpg') no-repeat 0px 0px;
	color: #666;
	border: 0px none;
	padding: 5px 12px 6px 30px;
	text-decoration: none;
	border-right:1px solid #d2d2d2;
	margin-left:5px;
}

#content a:hover.add-lesson-button {
	background: url ('../images/css/add_lesson.jpg') no-repeat 0px 0px;
	color: #47bc23;
	border: 0px none;
	padding: 5px 12px 6px 30px;
	text-decoration: none;
	margin-top:0px;
	margin-left:5px;
	border-right:1px solid #d2d2d2;
}

#content a.manage-group-button {
	background: url ('../images/css/manage_groups.jpg') no-repeat 0px 0px;
	color: #666;
	border: 0px none;
	padding: 5px 12px 6px 30px;
	text-decoration: none;
	border-right:1px solid #d2d2d2;
	margin-top:6px;
	margin-left:10px;
}

#content a:hover.manage-group-button {
	background: url ('../images/css/manage_groups.jpg') no-repeat 0px 0px;
	color: #47bc23;
	border: 0px none;
	padding: 5px 12px 6px 30px;
	text-decoration: none;
	margin-top:0px;
	margin-left:10px;
	border-right:1px solid #d2d2d2;
	}
	
#content {
	padding-bottom:0px
	}
	

.right-buttons {float:right; padding-top:5px; padding-bottom:5px; margin-bottom:20px;}

.space-bottom {
	margin-bottom: 40px;
	
}

