/* ------- Tabs ------- */

/* The div surrounding each tab */

#tabs {
	padding-top:4px;
	*padding-top:4px;
}

#tabs b {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	
}

#tabs h1 {font-size: 0.9em; margin:8px 0 4px 0; line-height:10px;}
#tabs h2 {font-size: 0.9em; margin:8px 0 4px 0; line-height:10px;}

.tab-this {

}
#tabs strong{ 
font-weight: bold;
}
/* Links to tabs which aren't visible */
.tablink-off{
	cursor:pointer;
	color: #160679;
	font-weight: bold;
	padding-left: 54px;
	font-size: 1em;
	display:inline;	
}

/* Link to the visible tab */
.tablink-on{
	cursor:pointer;
	color: #160679;
	font-weight: bold !important;
	padding-left: 54px;
	font-size: 1em;
	display:inline;
	font-weight:bold;
}

/* These styles don't need editing */
.show-this{
	display:block;
	
}
.show-this a, a:link, a:visited, a:active{
		color: #000;
		font-size: 1em;
		text-decoration:none;
}
.show-this a:hover{
	text-decoration:underline;
	color: #000;
	font-size: 1em;
	
}
.hide-this{
	display:none;
}

.tab-this {
	padding:0 10px 10px;
	*padding:11px 10px 0px 10px;
	margin-top:20px;
}
