a {
color: #0000EE;
}

#ac-main {
	
	margin-top: 4em;
}

.acApprovedImg {

	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
}

.acContent {

	display: none;
	
}

.acDetails {
	vertical-align: middle;
}

.acDetails:hover {

	cursor: pointer;
}

.ac-float-container {

	float: right;
}

.acImg{
	padding: 5px;
	width: 15%;
	text-align: center;
	
	/*Add this later for swag effect*/
	/*border: 1px solid black;
	box-shadow: 2px 2px 5px gray;*/
}

.acImg img {
	
	max-width: 125px;
}

.acIntGuide {
	padding-left: 5%;
}

.acLinksContainer{
	padding-left: 5%;
}

.acNoNLink {
	padding-top: .3em;
}

.acLink {
	padding-top: .3em;
}

.acProductTr{
	padding-left: 5%;
	position: relative;
}

.acTable{
	width: 100%;
	background-color: white;
}

.ac-csa {

	height: 30px;
	width: 30px;
	padding-right: 1em;
	vertical-align: middle;
}

.ac-permalink-container {

	text-align: right;
	padding-top: 1em; 
	color: lightgrey;
	opacity: .5;
}

.detailsTable{
	border-collapse: collapse;
	width: 100%;
	line-height: 1.2;
	margin: 0px;
}

.detailsTable td {
	border: 2px solid lightgrey;
	font-family: arial;
	font-size: 8pt;
	padding: 5px;
	vertical-align: top;
	width: 50%;
}

.detailsTable tr:hover {

	background-color: lightgrey;
}

.detailsTable tr:nth-of-type(1) td {

	text-align: center;
}

.dt_imageHeader {

	position: relative;
	border: 1px solid #758189; 
	border-radius: 15px; 
	height: 25px;
	font-size: 14pt;
	color: white;
	margin: 10px;
	font-weight: 200;
	text-align: center;
	
	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;
}

.tabHeader {

	position: relative;
}

.tabHeader-text {

	display: inline-block;
	vertical-align: middle;
}

.tabHeader-text-top {

	display: inline-block;
	vertical-align: middle;
	padding-right: 50px;
}

.tab-active {
	
	background-color: white;
	
	border-top: 2px solid #F89B42;	
	border-left: 2px solid #F89B42;	
	border-bottom: 2px solid #F89B42;	
	
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 12px;
	
	right: 8px;
	z-index: 100;
}

.tab-active span {

	color: #f89b42;
}

.tabContainer {
	position: relative;
	display: inline-block;

	text-align: center;
	width: 200px;
	
	margin: 0px;
	
	vertical-align: top;
}

.tabResult {

	position: relative;
	display: inline-block;
	
	width: 400px;
	
	vertical-align: top;
	
	border: 2px solid #F89B42;
	
	margin: 0px;
	
	padding: 10px;
}

.tabTable {

	width: 100%;
}

.camTable tr:hover {

	background-color: lightgrey;
}

.tab-default {

	text-align: center;
	
	width: 100%;
	
	position: relative;
	
	right: 7px;
	margin-bottom: 10px;
	
	padding-top: 10px;
	padding-bottom: 10px;
}

.tab-default a{

	text-decoration: none;
	cursor: default;
	
	font-weight: 800;
	
	outline-color: transparent; /*gets rid of orange border*/
}

.tab-default:hover {

	cursor: pointer;
}

.tab-default:hover a{

	cursor: pointer;
}

.tab-inactive {

	background-color: #E8F3FC;
	border: 1px solid #a6c9e2;
}

.tab-inactive span {

	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{

	color: white;
}

.tab-inactive a {

	color: #007ac3;
	text-decoration: none;
}

.tabTable {

	position: relative;
	border-collapse: collapse;
	margin: auto;
}

#main-container {
 
	position: relative;
	text-align: center;
}

.mc-button-container {

	text-align: center;
}

.mc-button {
	
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	background-color: #007AC3;
	margin: .5em 0em;
	padding: .5em;
	color: white;
	font-weight: bold;
	border-top: 5px solid white;
	cursor: pointer;
	text-align: center;
	opacity: .5;
}

.mc-button:hover {

	opacity: 1;
}

.mc-button .mc-button-title {

	font-size: 14pt;
	text-align: center;
}

.mc-button .mc-button-sub-title {

	font-size: 8pt;
	font-weight: 200;
	text-align: center;
}

.selected {

	border-top: 5px solid orange;
	opacity: 1;
}
.display-it {

	display: block !important;
}
.mc-data-container {

	display: none;
}

.access-control-header {
    margin: 20px 0px;
    font-weight: bold;
    text-align: center;
    background-color: #007AC3;
    color: white;
    padding: 4px;
    border-radius: 2px;
}