.betaReleaseLinks {

	width: 100%;
	text-align: left;
}

.betaReleaseLinks > div {

	padding: 5px;
	font-size: 12pt;
}

.camTable {

	border-collapse: collapse;
	width: 100%;
}

.camTable td{
	
	width: 50%;
	text-align: left;
	border: 2px solid lightgrey;
	padding: 2px;
}

.details {

	cursor: pointer;
}

.dt_imageHeader {

	position: relative;

	border: 1px solid #758189; 
	border-radius: 15px; 
	font-size: 14pt;
	
	color: white;
	
	margin: 10px;
	
	font-weight: 200;
	
	background: rgb(117,129,137); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(117,129,137,1) 0%, rgba(117,129,137,1) 36%, rgba(92,98,107,1) 64%, rgba(54,56,63,1) 91%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,129,137,1)), color-stop(36%,rgba(117,129,137,1)), color-stop(64%,rgba(92,98,107,1)), color-stop(91%,rgba(54,56,63,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(117,129,137,1) 0%,rgba(117,129,137,1) 36%,rgba(92,98,107,1) 64%,rgba(54,56,63,1) 91%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(117,129,137,1) 0%,rgba(117,129,137,1) 36%,rgba(92,98,107,1) 64%,rgba(54,56,63,1) 91%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(117,129,137,1) 0%,rgba(117,129,137,1) 36%,rgba(92,98,107,1) 64%,rgba(54,56,63,1) 91%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(117,129,137,1) 0%,rgba(117,129,137,1) 36%,rgba(92,98,107,1) 64%,rgba(54,56,63,1) 91%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#758189', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.dt_imageHeader > img{

	position: absolute;
	left: -5px;
	bottom: -10px;
}

.fluff {

	padding: 25px 0px;
}

#has-permalink {

	display: none;
}

.noborder {

	border:none;
}

#permalink a {

	color: #007AC3;
}

.tabHeader {

	position: relative;
}

#tabs {

	x-overflow: auto;
	
	padding: 10px;
	width: 100%;
}

.tab-active {
	
	position: relative;
	background-color: white;
	
	border-top: 2px solid #F89B42;	
	border-left: 2px solid #F89B42;	
	border-bottom: 2px solid #F89B42;	
	
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	padding-right: 8px !important;
	
	z-index: 5;
}

.chubby div {

	padding: 12px 0px !important;
	padding-right: 0px !important;
}

.tab-active span, .tab-active div {

	color: #f89b42;
}

.tabContainer {
	position: relative;
	display: inline-block;

	text-align: center;
	width: 25%;
	
	margin-right: 8px;
}

.tabResult {

	position: relative;
	display: inline-block;
	width: 68%;
	vertical-align: top;
	border: 2px solid #F89B42;
	margin: 0px;
	padding: 1%;
}

.tabResult .beta-release {

	text-align: center;
	padding: .5em;
}

.camTable .hasHeader {

	border: 2px solid white;
}

.camTable tr:not(.hasHeader):hover {

	background-color: lightgrey;
}

.tab-default {

	width: 100%;
	padding-right: 12px;
	margin-bottom: 10px;
	text-align: center;
}

.tab-default a{

	text-decoration: none;
	font-weight: 800;
	outline-color: transparent; /*gets rid of orange border*/
}

.tab-default:hover {

	cursor: pointer;
}

.tab-default span, .tab-default div {

	text-align: center;
}

.tab-inactive {

	padding: 5px 0px;
	background-color: #E8F3FC;
	border: 1px solid #a6c9e2;
}

.tab-inactive span, .tab-inactive div {

	color: #007AC3;
}

.tab-inactive:hover {

	cursor: pointer;
	
	background: rgb(247,215,185); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(247,215,185) 1%, rgb(247,175,108) 58%, rgb(248,155,66) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(247,215,185)), color-stop(58%,rgb(247,175,108)), color-stop(100%,rgb(248,155,66))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(247,215,185) 1%,rgb(247,175,108) 58%,rgb(248,155,66) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(247,215,185) 1%,rgb(247,175,108) 58%,rgb(248,155,66) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(247,215,185) 1%,rgb(247,175,108) 58%,rgb(248,155,66) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(247,215,185) 1%,rgb(247,175,108) 58%,rgb(248,155,66) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d7b9', endColorstr='#f89b42',GradientType=0 ); /* IE6-9 */
}

.tab-inactive:hover span, .tab-inactive:hover div {

	color: white;
}

.tab-inactive a {

	color: #007ac3;
	text-decoration: none;
}

.tabTable {

	width: 100%;
	position: relative;
	border-collapse: collapse;
	margin: auto;
}

.tabTable .ipcams-no-tests-found {

	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 50px;
}

.tabTable .tabTable-permalink {

	color: lightgrey;
	padding: 10px 0px;
	float: left;
	width: 100%;
	text-align: right;
}

.tabTable .tab-table-container {

	text-align: center !important;
}

.tabTable .details-header-text {

	text-align: center;
	padding: 5px;
}

.thSpan {

	float: left;
	padding-left: 5px;
}

#resultsTable_wrapper .manuf-title {

	width: 12% !important;
}

#resultsTable_wrapper .model-title {

	width: 12% !important;
}

#resultsTable_wrapper .stat-check-title {

}

#resultsTable tr:hover{

	background-color: lightgrey;
}

#step-3-loading-box {

	display: none;
}

/**
	MEDIA QUERIES
*/
@media all and (max-width: 768px) {
	
	.tab-active {
	
		position: relative;
		background-color: white;
		
		border: 2px solid #F89B42;	
		
		padding: 7px 0px !important;
		
		z-index: 5;
	}
	
	.tabContainer {
	
		width: 95%;
		padding: 2%;
	}
	
	.tabResult {
	
		width: 98%;
		padding: 1%;
		border: none;
	}
}