@charset "utf-8";
/* CSS Document */

/* --------- */
/* CSS Reset */
/* --------- */

body {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ---------------------- */
/* Tabbed Content Generic */
/* ---------------------- */

.tab-container {
	display: block;
  box-sizing: border-box;	
	width:100%;
}

.tab-container.pagetext {
	margin-left: auto;	
}

ul.tab-nav{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tab-nav li{
	background: none;
	display: inline-block;
	font-weight: bold;	
	text-transform: uppercase;
	cursor: pointer;
}

.tab-content{
	display: none;
	padding-top: 10px;
	padding-bottom: 15px;	
}

.tab-content.current{
	display: inherit;
}

/* ----------------------------------------- */
/* Tabbed Content PermissionResearch Template */
/* ------------------------------------------ */

.tab-container {
	font-family: Tahoma,Verdana,sans-serif;
	max-width: 889px;
	margin: 1em auto 0 auto;	
}

.tab-container.pagetext {
	font-size: 12px;
	line-height: 18px;	
	background-color: #ffffff;	
}

ul.tab-nav{
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #a9a9a9;
}

ul.tab-nav li{
  color: #8a8a8a;	
	font-size: 18px;
	font-weight: normal;		
	padding: 10px 30px 5px 30px;
	border-bottom: 5px solid #ffffff;	
}

ul.tab-nav li.current{
	color: #155ea9;
	border-bottom: 5px solid #155ea9;		
}