/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }

	.ui-tabs-nav {
		float:right;
		clear:both;
		margin:15px 0 4px 0;
	}
	
	.ui-tabs-nav li {
		float:left;
		list-style-image:none;
		list-style-type:none;
		letter-spacing: 2px;
	}
	
	.ui-tabs-nav li a {
		color:#90C119;
	}
	
	.ui-state-active a {
		color:#00365B !important;
	}
	
	.ui-tabs-panel {
		float:left
	}
		
	#news_section {
		clear:both;
		width:100%;
		background:transparent url(.../images/teaching_bg_under_img.jpg) no-repeat scroll left top;
		font-size:11px;
		font-family:Verdana,Arial;
		color:#90C119;
		float:left;
	}
	
	#news_section .news_pages {
		float:left;
	}
