.shadetabs{
	padding: 0px 14px;
	margin-left: 1px;
	margin-top: 15px;
	margin-bottom: 0;
	font: normal 11px arial;
	list-style-type: none;
	text-align: left;
	width:931px;
	background-image: url(http://www.sydneyanglicans.net/images/tab-bottom-border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.shadetabs li{
	
	margin-left: 0;
	
}

.shadetabs li a{
	text-decoration: none;
	padding-bottom: 0px;
	text-align:center;
	padding-top: 6px;
	padding-left:0px;
	padding-right:0px;
	margin-top: 0px;
	color: #2d2b2b;
	background-image: url(http://www.sydneyanglicans.net/images/videotaboff.gif);
	background-repeat: no-repeat;
	display: inline-block;
	width: 140px;
	height: 25px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
margin-top: 2px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(http://www.sydneyanglicans.net/images/videotab.gif);
	background-repeat: no-repeat;
	color:#FF0000;
	width: 140px;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	background-color:#ebebeb;
	width: 960px;
	height:315px;
	padding: 0px;
	color: #2c80a2;
	font-size: 11px;
	overflow: auto;	
}
.tabcontentstyle a:link {color:#FFFFFF; text-decoration:none}
.tabcontentstyle a:visited {color:#FFFFFF; text-decoration:none}
.tabcontentstyle a:hover {color:#ccff00; text-decoration:underline}

.tabcontent{
display:none;
}

#videobox-wrapper {width:920px; padding: 13px 8px 12px 8px}
#videobox-wrapper .videobox {
	background-image:url(/images/videobox.gif);
	background-repeat: no-repeat;
	height: 116px;
	width: 122px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 9px;
	padding:10px;
	float:left
}
#videobox-wrapper .videobox a {border:none; color:#2c80a2; text-decoration:none}

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