.sfheader {
	font-size:200%;
	font-weight:bold;
	margin-top:10px;
}
#mid a{
	text-decoration: none;	
}

BODY#sfc #mid UL.sf-tabs LI{
	float: left;
	display:block;
	clear: both;
}

BODY#sfc #mid UL.sf-tabs{
	list-style: none;
	
	margin: 0px!important;
	padding: 0px;
	border-bottom:1px solid #666;	
	width: 100%;

}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
BODY#sfc #mid UL.sf-tabs{ display: inline; clear: right;	 }
}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
BODY#sfc #mid UL.sf-tabs{ display: inline; }
}

ul.sf-tabs {  
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
	margin: 0px !important;
}


/* single tab */
ul.sf-tabs li {  
	float:left;	 
	padding:0; 
	margin:0px !important;  
	list-style-type:none;
	list-style-image: none;
}

ul.sf-skin li {  
	clear:none;
	display:inline;
}

/* link inside the tab. uses a background image */
ul.sf-tabs a { 
	background: url(//www.sqa.org.uk/sqa/images/tabsdouble.gif) no-repeat 0px 0px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 174px;
	text-align:center;	
	text-decoration:none;
	color:#003366;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	margin-left: -12px;
	font-size: 1em;
	font-weight: bold;
}

#mid ul.sf-tabs a:hover {
	background-position: 0px -31px;	
	color:#fff;	
	text-decoration: none;
}

ul.sf-tabs a:active {
	outline:none;
}

ul.sf-tabs a.current:hover {
	color: #fff;	
}


ul.sf-tabs a.current, ul.sf-tabs a.current:hover, ul.sf-tabs li.current a {	
	background-position: 0px -62px;		
	cursor:default !important; 
	color:#003366 !important;
	text-decoration: none;
}

ul.sf-tabs a.current, ul.sf-tabs a.current:hover, ul.sf-tabs li.current a, #ie8#fix{
background-position: 0px -61px;
}
	
/* tab pane */
div.sf-panes div.pane {
	min-height:150px;
	padding:15px 20px;
	clear: both;
	/*background-color:#ddd;	*/
}

.sf-summaryborder{
	/* two lines below added dynamically for accessibility reasons
	border:1px solid #666;
	border-width:0 1px 1px 1px;	*/
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -15px;
	padding-top: 20px;
	margin-bottom: 30px!important;


}

#sf-separator {
	height:1px;
}

/* alternate colors: sf-skin */
ul.sf-skin a {
	color:#003366 !important;
}
/* tab pane with background gradient */
div.sf-skin div.pane {
	min-height:200px;
	color:#666;	
	background-color:#fff;
}
/* slideshow */

.sf-slideheader {
	background: url(//www.sqa.org.uk/sqa/images/sfcontent_mid.gif) repeat-x;
	height: 128px;
	margin-left: -20px;
	width: 106%;
	display:none;
}

.sf-slideheaderleft{
	background: url(//www.sqa.org.uk/sqa/images/sfcontent_left.gif) no-repeat;
	height: 128px;
	width: 20px;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

.sf-slideheaderright{
	background: url(//www.sqa.org.uk/sqa/images/sfcontent_right.gif) no-repeat;
	height: 128px;
	width: 20px;
	float: right;
}
/* container for slides */



.sf-slideshow {
	background:#fff url(//www.sqa.org.uk/sqa/images/h300.png) repeat-x;
	border:1px solid #666;
	height: 300px;
	width:600px;
	margin:15px;
	cursor:pointer;
	position: relative;
	float: left;
	margin-top: -100px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
}

/* single slide */
.sf-slideshow div {
	display:none;
	padding:15px 30px 0px 15px;
}
.sf-acc-filler {
	height:100px;
}
.sf-slideshow div:last-child {
	display:block;
	clear:both;
}

/* header */
.sf-slideshow h2 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.sf-slideshow-tabs {
	clear:both;
	margin-left:320px!important;
	margin-left: 310px;
	margin-bottom: 0px;
	display:none;
}

/* single tab */
.sf-slideshow-tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(//www.sqa.org.uk/sqa/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.sf-slideshow-tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.sf-slideshow-tabs a.current {
	background-position:0 -16px;     
} 	

/* prev and next buttons */


.backward, .forward  {
	background:#fff url(//www.sqa.org.uk/sqa/images/hori_large.png) no-repeat scroll 0 0;
	float:left;
	margin-top:50px;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	display:none;
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

