
/* Links
----------------------------------------------- */

a:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
	}


#tabs {
	position: relative;
	width: 100%;
	}

	
.tab-nav{
	padding: 0px 0 0 10px;
	margin: 1.17em 0 0 0;
	list-style-type: none;
	border-bottom: none;
	position: absolute;
	bottom: -1px;
	background: transparent;
	clear: both;
	}

.tab-nav li {
	display: inline;
	margin: 0;
	padding: 0;

	}

.tab-nav li a {
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0;
	font-size: 1.17em;
	padding: 9px 0px;
	line-height: 1;
	font-weight: bold;
	background: transparent url(http://www.ou.org/ncsy/graphics/tab-inner.gif) no-repeat 0 0;
	color: #828282;
	}

.tab-nav li {
		border-bottom: 1px solid #bdbec0;
		}


#maintab, #small-tabs {
	background: transparent;
	position: relative;
	}

#maintab li a.one, #maintab li a.two, #maintab li a.three, #maintab li a.four,
#small-tabs li a.one, #small-tabs li a.two, #small-tabs li a.three, #small-tabs li a.four {
	margin-right: 1px;
	width: 193px;
	margin: -1px 8px 0 0;
		
	}

#small-tabs li a.one, #small-tabs li a.two, #small-tabs li a.three, #small-tabs li a.four {
	background: transparent url(http://www.ou.org/ncsy/graphics/tab-inner-180.gif) no-repeat 0 0;
	width: 180px;
}

#maintab li a.two {
	}

#maintab li a.three {
	}


.tab-nav li a:hover{
	color: #712d0f;
	}

#maintab li.selected a, #small-tabs li.selected a { /*selected main tab style */
	background: transparent url(http://www.ou.org/ncsy/graphics/tab-inner-on.gif) no-repeat 0 0px;
	color: #712d0f;

	margin-top: 0px;
	}

#small-tabs li.selected a {
	background: transparent url(http://www.ou.org/ncsy/graphics/tab-inner-on-180.gif) no-repeat 0 0px;
}

.tab-nav li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	}

.tab-nav li.selected {
		border-bottom: 1px solid #fff;
	}



.tabcontentstyle{ /*style of tab content oontainer*/
	 margin: 0;
	 padding: 0;
	 border: none;
	border-top: 1px solid #bdbec0;
	 }

.tabcontent{
	display:none;
	list-style-type: none;
	
	}
#staff .tabcontent {
	padding-top: 15px;
}

/* top borders for tab colours */
#tcontent1 ul {
	
	}

#tcontent2 ul {
		}

#tcontent3 ul {

}
	


@media print {
.tabcontent {display:block!important;}
}
