

/* Clear fix */
.clear {
	clear: both;
	display: block;
	float: none;
	font-size: 1px;
	height: 0px;
	line-height: 0
}



/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV SPAN {
	border-top: 4px solid #1c3f78 !important;
	padding-top: 10px;
	color: #000 !important;
	font-weight: 300;
	line-height: 20px !important;
	display: block;
	text-align: center;
	font-size: 16px;
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	text-align: center;
}

.tabs LI {
	background: white;
	border-bottom: 4px solid #E5E5E5;
	margin: 0 10px 0 0;
	display: inline-block;
}

.tabs A {
	color: #6b6b6b;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 12px 20px;
	text-decoration: none;
}

.tabs LI:hover {
	background: #939eb7;
	border-bottom: 4px solid #1c3f78;
}

.tabs LI:hover A {
	color: white;
}

.active {
	color:#000;
	border-bottom: 4px solid #1c3f78 !important;
}

.active A {
	
}

.link {
	color: white;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	margin-left: 6px;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
	color: inherit;
}

.anchorLink {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}

.anchorLink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}

.screenshot {
	position: absolute;
	clip: rect(0 0 0 0);
}

.prev,
.next {
	background: white !important;
	color: #939eb7 !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.prev:hover,
.next:hover {
	background: #939eb7 !important;
	color: white !important;
}

.logo {
	margin-top: -6px;
	margin-right: 10px;
	vertical-align: middle;
}
/*
.button {
	background-color: #939eb7;
	border: none;
	border-bottom: 4px solid #1c3f78;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 2px;
	height: 48px;
	line-height: 48px;
}

.button:hover {
	background: #939eb7;
	color: #000;
	border-bottom-color: #1c3f78;
}
*/