@media print 
{
	#dsbn-topbar
	{
		display: none;
	}
}

@media screen
{
	#dsbn-topbar
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		background-image: url( 'images/topbar/bg.jpg' );
		background-repeat: repeat-x;
		z-index: 99;
		font-family: Arial, Tahoma, sans-serif;
		font-size: 12px;
	}

	#dsbn-topbar img
	{
		border: 0px none;
	}

	#dsbn-topbar img#dsbn-topbar-loading
	{
		padding-top: 2px;
	}

	#dsbn-topbar-news
	{
		background-image: url( 'images/topbar/news-bg.png' );
		background-repeat: repeat-x;
		height: 22px;
		margin-top: 9px;
	}

	#dsbn-topbar-news-shadow
	{
		background-image: url( 'images/topbar/news-bg-shadow.png' );
		height: 4px;
	}

	#dsbn-topbar-logo
	{
		background-image: url( 'images/topbar/right-bg.png' );
		background-repeat: no-repeat;
		margin-left: 102px;
		padding-top: 10px;
		height: 61px;
	}

	#dsbn-topbar-transition
	{
		background-image: url( 'images/topbar/transition.png' );
		background-repeat: no-repeat;
		height: 83px;
		float: right;
		width: 50%;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	#dsbn-topbar-transition-shadow
	{
		background-image: url( 'images/topbar/right-bg-shadow.png' );
		background-repeat: no-repeat;
		height: 3px;
		margin-left: 102px;
	}

	#dsbn-topbar-news-content
	{
		margin: 0px auto;
		width: 760px;
		color: #fff;
		line-height: 22px;
	}

	#dsbn-topbar-news-content .news-title
	{
		padding-right: 3px;
		color: #e8d729;
		float: left;
	}

	#dsbn-topbar-news-content .news-description
	{
		width: 200px;
		height: 22px;
		overflow: hidden;
		display: block;
		float: left;
	}

	#dsbn-topbar-news-content a.news-more,
	#dsbn-topbar-news-content a.news-previous,
	#dsbn-topbar-news-content a.news-next
	{
		color: #e8d729;
		padding-left: 5px;
	}

	#dsbn-topbar-news-content a.news-more:hover,
	#dsbn-topbar-news-content a.news-previous:hover,
	#dsbn-topbar-news-content a.news-next:hover
	{
		text-decoration: none;
	}

	#news-description a
	{
		color: #ffffff;
		text-decoration: none;
	}

	/* In Case of Emergency Button */

	#in-case-of-emergency a 
	{ 
		display: block; 
		width: 200px; 
		height: 55px; 
		background: url('http://www.dsbn.edu.on.ca/schools/shared/emergency/images/button.jpg') no-repeat; 
	}

	#in-case-of-emergency a:hover
	{ 
		background: url('http://www.dsbn.edu.on.ca/schools/shared/emergency/images/button-over.jpg') no-repeat;
	}

	#in-case-of-emergency a span
	{ 
		display: none; 
	}

	/* In Case of Emergency Message */

	#icoe-container
	{
		display: none; 
		height: 0px;
		font-size: 0;
	}

	#icoe-message 
	{ 
		cursor: pointer; margin-bottom: 10px; border-bottom: 1px solid #d3d2d3; border-right: 1px solid #d3d2d3;
		font-weight: bold;
	}

	#icoe-message a.more 
	{
		margin: 0px auto; display: block; height: 52px; background: url('http://dsbn.org/schools/includes/images/emergency/bg.jpg') repeat-x #ffe4aa; border: 1px solid #cca940; color: #000000; text-decoration: none; 
	}

	#icoe-message a.more:hover 
	{
		background: url('http://dsbn.org/schools/includes/images/emergency/bg-over.jpg') repeat-x #ffedc7; border: 1px solid #cca940; 
	}

	#icoe-message a.more span.message 
	{ 
		cursor: pointer; display: block; background: url('http://dsbn.org/schools/includes/images/emergency/icon.jpg') no-repeat; height: 40px; padding-left: 53px; padding-top: 11px; 
	}

	#icoe-message a.more:hover span.message 
	{
		cursor: pointer; background: url('http://dsbn.org/schools/includes/images/emergency/icon-over.jpg') no-repeat; 
	}

	/* DSBN Calendar download */
	.download-cal
	{
		width: 497px;
		height: 83px;
		display: block;
		background: url( 'http://www.dsbn.edu.on.ca/schools/includes/images/dlcal/dlcal-bg.jpg' ) no-repeat;
		text-decoration: none;
	}

	.download-cal:hover
	{
		background-image: url( 'http://www.dsbn.edu.on.ca/schools/includes/images/dlcal/dlcal-bg-over.jpg' );
	}

	.download-cal span
	{
		font-size: 18px;
		font-family: Tahoma, Arial, Helvetica;
		color: #363989;
		text-decoration: none;
		display: block;
		padding-top: 20px;
		padding-left: 55px;
	}

	.download-cal em
	{
		font-size: 12px;
		font-family: Tahoma, Arial, Helvetica;
		display: block;
		font-style: normal;
		color: #3e3e3d;
		padding-top: 2px;
		padding-left: 55px;
		width: 152px;
		height: 17px;
		background: url( 'http://www.dsbn.edu.on.ca/schools/includes/images/dlcal/dlcal-da.jpg' ) 100% 1px no-repeat;
	}

	.download-cal:hover em
	{
		background-image: url( 'http://www.dsbn.edu.on.ca/schools/includes/images/dlcal/dlcal-da-over.jpg' );
	}

	.download-cal abbr
	{
		text-decoration: none;
		border: 0px none;
	}
}
