

/*============================================================================*/
/* Minify: /includes/jquery.fancybox-1.3.4/fancybox/jquery.fancybox-1.3.4.css */
/*============================================================================*/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;	
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

#fancybox-title {
	font-family: Arial, Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
	font-size: 1.3em;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/*======================*/
/* Minify: /css/all.css */
/*======================*/

/* css reset */
body {
	margin:0;
	color:#565656;
	font:15px arial, helvetica, sans-serif;
	background:#f3f3f3;
	width:100%;
	position:relative;
	min-width:640px;
}
body,html{ height: 100%}
img {border-style:none;}
a {
	text-decoration:none;
	color:#e3513b;
}
a:hover {text-decoration:underline;}
input, textarea, select {
	font:100% arial, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/* header */
#header {
	padding-top:26px;
	width:100%;
	background:#fafafa url(/images/bg-header.gif) repeat-x;
	position:absolute;
	left:0;
	top:0;
    min-width: 1000px;
}
#header .area {
	overflow:hidden;
	height:1%;
	padding-left:22px;
}
/* logo */
.logo {
	margin-right:57px;
	margin-left: 25px;
	float:left;
	width:81px;
	height:31px;
	background:url(/images/iATN_New_Logo.png) no-repeat;
	width: 81px; height: 31px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a {
	display:block;
	height:100%;
}
#header .slogan {
	float:left;
	font: 19px/19px Arial,Helvetica,sans-serif;
	color:#242021;
}
/* tabset */
#header .tabset {
	margin:0 0 -4px;
	height:1%;
	padding:2px 0 0 178px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	overflow:hidden;
}
.tabset li {
	float:left;
	padding-right:1px;
}
.tabset a {
	height:19px;
	color:#fff;
	float:left;
}
.tabset a:hover {text-decoration:none;}
.tabset .active a {
	height:24px;
	margin-top:-1px;
	position:relative;
}
.tabset .left, .tabset .right {
	float:left;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	width:7px;
}
.tabset .c {
	cursor:pointer;
	float:left;
	height:100%;
	padding:0 2px 0 3px;
}


.tab1 .left {background:url(/images/sprites/www-lightgrey.png) 0 -812px no-repeat; width: 7px; height: 24px; }
.tab1 .right {background:url(/images/sprites/www-lightgrey.png) 0 -924px no-repeat; width: 7px; height: 24px; }
.tab1 .c {background:url(/images/bg-tabset-c.gif) repeat-x; }
.tab3 .left {background:url(/images/sprites/www-lightgrey.png) 0 -890px no-repeat; width: 7px; height: 19px;}
.tab3 .right {background:url(/images/sprites/www-lightgrey.png) 0 -1002px no-repeat; width: 7px; height: 19px;}
.tab3 .c {background:url(/images/bg-tabset-c3.gif) repeat-x;}
a.tab2 { margin-left: -1px }
.tab2 .left {background:url(/images/sprites/www-lightgrey.png) 0 -851px no-repeat; width: 7px; height: 19px;}
.tab2 .right {background:url(/images/sprites/www-lightgrey.png) 0 -963px no-repeat; width: 7px; height: 19px;}
.tab2 .c {background:url(/images/bg-tabset-c2-lightgrey.png) repeat-x;}
.tab4 .left {background:url(/images/sprites/www-lightgrey.png) 0 -851px no-repeat; width: 7px; height: 19px;}
.tab4 .right {background:url(/images/sprites/www-lightgrey.png) 0 -963px no-repeat; width: 7px; height: 19px;}
.tab4 .c {background:url(/images/bg-tabset-c2-lightgrey.png) repeat-x;}
.tab5 .left {background:url(/images/sprites/www-lightgrey.png) 0 -851px no-repeat; width: 7px; height: 19px;}
.tab5 .right {background:url(/images/sprites/www-lightgrey.png) 0 -963px no-repeat; width: 7px; height: 19px;}
.tab5 .c {background:url(/images/bg-tabset-c2-lightgrey.png) repeat-x;}
/* tab-content */
#header .tab-content {
	white-space:nowrap;
	margin:0;
	height:22px;
	padding:6px 0 0 187px;
	list-style:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#7e6d62 url(/images/bg-tabcontent.gif) repeat-x;
	overflow:hidden;
}
.vehicle #header .tab-content {background:#7e6d62 url(/images/bg-tabcontent2.gif) repeat-x;}
.tab-content li {
	float:left;
	padding-right:15px;
	padding-top: 2px;
}
.tab-content a {
	float:left;
	color:#fff;
}
.tab-content a:hover, .tab-content .active a {
	color:#f2e0d2;
	text-decoration:underline;
}
.tab-content2 a:hover, .tab-content2 .active a {color:#d2d2d2;}
.tab-content img {padding-top:1px;}
/* panel */
#header .panel {
	overflow:hidden;
	background:url(/images/bg-panel.gif) repeat-x;
	height:21px;
	padding:4px 3px 0 10px;
}
.vehicle #header .panel {background:url(/images/bg-panel2.gif) repeat-x;}
.panel .sponsor-individual, .panel .sponsor-business, .panel .sponsor-non {
	color:#fff;
	font-size:12px;
	display:block;
	padding:1px 0 2px 0px;
}
.panel .sponsor-business {
	background:url(/images/sprites/www-lightgrey.png) 0 -1282px no-repeat;
	height: 16px;
}
.panel .sponsor-individual {
	background:url(/images/sprites/www-lightgrey.png) 0 -1313px no-repeat;
	height: 16px;
}
.panel span a 
{
	color: #fff;
}
/* add-info */
.panel .add-info {
	margin:0;
	padding:1px 0 0;
	list-style:none;
	float:right;
	font-size:12px;
	font-weight:bold;
}
.add-info li {
	float:left;
	padding-left:5px;
}
.add-info li a {
	float:left;
	color:#fff;
}
.add-info .news-active, .add-info .news-inactive {
	padding-right:18px;
	padding-top: 1px;
}
.news-count
{
	float: right;
	padding-right: 4px;
}
.add-info .news-active {
	background:url(/images/sprites/www-lightgrey.png) 16px -1402px no-repeat; 
	width: 18px; height: 17px;
	position: relative;
    top: -1px;
}
.add-info .news-inactive {
	background:url(/images/sprites/www-lightgrey.png) 16px -1434px no-repeat;
	width: 18px; height: 17px;
	position: relative;
    top: -1px;
}
.add-info .following-active, .add-info .following-inactive {
	padding-right:12px;
	position: relative;
	top: -3px;
}
.add-info .following-active {
	background:url(/images/sprites/www-lightgrey.png) 2px -1163px no-repeat;
	width: 8px; height: 22px;
}
.add-info .following-inactive {
	background:url(/images/sprites/www-lightgrey.png) 2px -1200px no-repeat;
	width: 8px; height: 22px;
}

#followingmessage a, #membermessage a, #iatnnewsmessage a
{
	text-decoration: none;
}
.add-info span#unreadmessages
{
	position: relative; 
	top: 3px;
	left: -4px;
}
.add-info .messages-active, .add-info .messages-inactive {
	padding-right:23px;
}
.add-info .messages-active {
	background:url(/images/sprites/www-lightgrey.png) 8px -1343px no-repeat;
	width: 7px; height: 15px;
}
.add-info .messages-inactive {
	background:url(/images/sprites/www-lightgrey.png) 8px -1372px no-repeat;
	width: 7px; height: 15px;
}
/* navbar */
.panel .navbar {
	font-size:12px;
	font-weight:bold;
	float:right;
	margin:1px -1px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.navbar li {
	float:left;
	margin-left:-3px;
	padding:0 6px;
	background:url(/images/sprites/www-lightgrey.png) 2px -1034px no-repeat;
}
.navbar a {
	float:left;
	color:#fff;
}
img.video-icon
{
    padding-right: 4px;
    vertical-align: top;
}
/* main */
/* remove overflow: hidden fixes techmail but breaks rest */
#main {
	padding:147px 0 15px;
	/*overflow:hidden;*/
	width:100%;
}
/* leftside */
#main .leftside {
	padding-top:4px;
	float:left;
	width:166px;
}

/* navigation */
.leftside .navigation {
	margin:0 0 14px;
	padding:0;
	list-style:none;
	font-size:17px;
	width:166px;
	overflow:hidden;
	height:1%;
}
.leftside .top-row
{
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-image: none;
}
.leftside .bottom-row
{
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.leftside div
{
	background: url(/images/sprites/www-lightgrey.png) 20px -1739px no-repeat #3E3A37;
}
.leftside div span
{
	background: url("/images/bg-navigation.gif") repeat-y scroll 0 0 transparent
}

.leftside .navigation li {
	width:100%;
	float:left;
}
.navigation li:first-child, .navigation li.first-child {background:none;}
.navigation .active div {
	overflow:hidden;
	background:#534841 url(/images/bg-navigation-active.gif) repeat-x;
	height:1%;
}
.navigation span {
	display:block;
	width:135px;
	padding:13px 20px 17px 19px;
}
.navigation em {
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	line-height:0;
	font-size:0;
}
.navigation a {color:#eecfb8;}
.navigation a:hover {
	text-decoration:none;
	color:#ff6b55;
}
.navigation li.active {position:relative;}
.navigation .active span {background:url(/images/sprites/www-lightgrey.png) 160px 19px no-repeat;}
.navigation .active em {
	height:13px;
	background:url(/images/sprites/www-lightgrey.png) -228px -70px no-repeat;
	margin-bottom:-13px;
	position:relative;
	float:left;
	width:100%;
}
.navigation .active a {color:#fff;}
.leftside .btn-join {
	text-shadow: 1px 1px 0 #bf2e16;
	display:block;
	width:125px;
	height:46px;
	color:#fff;
	font-size:17px;
	text-align:center;
	background:url(/images/sprites/www-lightgrey.png) 0 -293px no-repeat;
	font-weight:bold;
	line-height:46px;
	text-transform:uppercase;
	margin-left:13px;
	padding-right:15px;
}
.leftside .btn-join:hover {
	text-decoration:none;
	background-position:0 -339px;
}
/* login form on login and logout */
#loginbox 
{
	padding:auto; margin: auto; width:220px; 
}
/* sidebar */
#sidebar {
	float:right;
	margin:0;
	padding-top:4px;
	width:200px;
}
.vehicle #sidebar {float:left;}
#sidebar .heading, #loginbox .heading {
	text-shadow: 1px 2px 1px #53453d;
	padding: 4px 0 4px 19px;
	margin:0 0 8px;
	font-size:17px;
	color:#fff;
	line-height:22px;
	background:#61544b url(/images/bg-heading.gif) repeat-x;
	border-bottom:1px solid #ebe4dd;
	display:block;
}
.vehicle #sidebar .heading {background:#717171 url(/images/bg-heading2.gif) repeat-x;}
#sidebar .container,#loginbox .container {
	background:#dbcec3;
}
#sidebar .container.top-row, #sidebar .container.top-row .heading, #loginbox .container.top-row, #loginbox .container.top-row .heading
{
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
#sidebar .container.bottom-row, #loginbox .container.bottom-row
{
	margin-bottom:17px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#loginbox .container.top-row.standalone
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
 #loginbox .container.top-row.standalone .heading
{
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.vehicle #sidebar .container {background:#d1d1d1;}

.footnote 
{
    font-size: 0.7em;
    line-height: 12px;
}

.clickable { cursor: pointer; cursor: hand; }

/* account form */
/* detail form */
#sidebar .account, #sidebar .detail, #loginbox .account, #loginbox .detail {padding: 0 14px;}
.account legend, .detail legend {
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
.account .row, .detail .row {
	overflow:hidden;
	width:100%;
	padding-bottom:11px;
}
.account .text, .detail .text {
	float:left;
	height:30px;
	width:150px;
	background:url(/images/sprites/www-lightgrey.png) 0 -569px no-repeat;
}
.account .text input, .detail .text input {
	padding:5px 7px;
	color:#000000;
	background:none;
	border:0;
	float:left;
	width:134px;
	height:17px;
	outline: none;
	margin: 1px;
}

.detail .text input {color:#53473f;}
.account .submit {
	text-shadow: 0 1px 1px #714f3e;
	float:left;
	position:relative;
	height:32px;
	background:url(/images/sprites/www-lightgrey.png) 0 -70px no-repeat;
	margin:1px 14px 0 0;
	color:#fff;
	cursor:pointer;
}
.hidden-submit input
{
	border: 0 none;
	height: 0;
	width: 0;
	padding:0;
	margin:0;
	overflow: hidden;	
}
.account .submit:hover, .account .hover {text-decoration:underline;}
.account .submit em {
	float:left;
	background:url(/images/bg-btn-right.gif) 100% 0 no-repeat;
	font-style:normal;
	color:#fff;
	height:100%;
	line-height:28px;
	padding:0 11px;
}
.account .submit input {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:none;
	cursor:pointer;
	border:none;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
.account .checkbox {
	float:left;
	width:16px;
	height:15px;
	margin:8px 4px 0 0;
	padding:0;
}
.account label {
	text-shadow: 0 1px 0 #eae3dc;
	float:left;
	font-size:11px;
	color:#53473f;
	line-height:31px;
}
.detail label {
	text-shadow: 0 1px 0 #e4e4e4;
	padding:3px 0 2px;
	display:block;
}
.detail .row label {
	float:left;
	padding:12px 10px 0 0;
}
.detail select {
	float:left;
	width:76px;
	margin:10px 10px 0 0;
}
.detail ul {
	margin:13px -10px 0 0;
	padding:21px 0 30px;
	list-style:none;
	overflow:hidden;
	width:218px;
	background:url(/images/sprites/www-lightgrey.png) -450px -1791px no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:32px;
	font-size:14px;
	text-align:center;
}
.detail li {
	padding:0 23px 0 12px;
	background:url(/images/sprites/www-lightgrey.png) 0 -1092px no-repeat;
	margin-left:-12px;
	float:left;
}
.detail ul span {
	position:relative;
	float:left;
	height:32px;
	cursor:pointer;
}
.detail .submit {
	text-shadow: 0 1px 0 #c4331b;
	padding-right:15px;
	position:relative;
	width:80px;
	background:url(/images/sprites/www-lightgrey.png) 0 -718px no-repeat;
	color:#fff;
}
.detail .reset {
	text-shadow: 0 1px 0 #4f4f4f;
	width:68px;
	background:url(/images/sprites/www-lightgrey.png) -230px -718px no-repeat;
}
.detail ul span:hover, .detail ul span.hover {text-decoration:underline;}
.detail ul input {
	padding:0;
	cursor:pointer;
	background:none;
	border:0;
	position:absolute;
	left:0;
	bottom:0;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	font-size:0;
	width:100%;
	height:100%;
}
.news-date
{
	white-space: nowrap;
	display: block
}
.news-date2
{
	white-space: nowrap;
}

/* override webkit autofill colors */
input:-webkit-autofill { background-color: transparent !important; color: #000 !important }

/* block-info */
#sidebar .block-info {
	text-shadow: 0 1px 1px #e7dfd7;
	overflow:hidden;
	height:1%;
	padding: 5px 14px 0 14px;
}
.vehicle #sidebar .block-info {
	text-shadow: 0 1px 0 #e4e4e4;}
/* section */
#sidebar .section {
	background:url(/images/sprites/www-lightgrey.png) -450px -1791px no-repeat;
	padding: 14px 0 31px 0;
	margin-top:-15px;
}
#sidebar .stats.section
{
	padding: 11px 0 15px !important;
}
#sidebar .section p {
	margin:0 0 9px;
	line-height:18px;
}
#sidebar .section .more {
	font-size:13px;
	padding-left:11px;
	background:url(/images/sprites/www-lightgrey.png) -300px 5px no-repeat;
}
/* social links and buttons */
div#follow-iatn
{
	padding-left: 14px;
	padding-bottom: 14px;
}

#sidebar > div#latest-news > div.block-info.hfeed > div.section.hentry
{
	padding-bottom: 4px;
}

/* content */
/* if you remove the overflow hidden it fixes techmail but breaks rest */
#content {
	height:1%;
	padding:0 22px 0 22px;
	overflow:hidden;
	position:relative;
}
.content-holder {
	overflow:hidden;
	height:1%;
}
#content .logo-print {
	display:none;
}
div.feed-display
{
	margin-bottom: 18px
}

.text.entry-content.feed-display.waveform-library td:nth-child(3) {
    width: 100%;
}

/* popup */

#fancybox-outer .area
{
	padding-top: 10px;
}

.open-popup
{
	background: transparent url(/images/sprites/www-lightgrey.png) 0 -1614px no-repeat; 
	width: 40px; 
	height: 40px; 
	cursor: hand;
	cursor: pointer; 
	position: absolute; 
	top: 171px; 
	left: 200px;
}

.popup {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:776px;
}

.popup .container {
	overflow:hidden;
	position:relative;
	height:1%;
	padding:11px 28px 13px 22px;
}
.popup .area {
	overflow:hidden;
	width:100%;
	padding-bottom:14px;
}
.popup .area strong {
	font-size:25px;
	display:block;
	color:#3e3a37;
	text-shadow: 1px 1px 0 #fff;
}
.popup .image {
	width:725px;
}
.popup .image img {display:block;}
#content h1 {
	font-size:30px;
	line-height:31px;
	color:#3e3a37;
	margin:0;
	text-shadow: 1px 1px 0 #fff;
}
#content h2 {
	margin:0;
	font-size:25px;
	line-height:30px;
	color:#3e3a37;
}
/* section */
#content .section {
	width:100%;
	/*background:url(/images/separator3.gif) 0 100% repeat-x;*/
	border-bottom: 4px solid #C0C0C0;
	padding-bottom:18px;
	margin-bottom: 18px;
}
#content .section:after {
	display:block;
	clear:both;
	content:"";
}
#content .section .text-holder {
	padding-right: 5px
}

#content .section #main-title
{
	/*white-space: nowrap;*/
}

#content .section .video-holder {
	float:right;
	width:195px;
	position:relative;
	padding-top:1px;
	padding-left: 15px;
	margin-right: 15px;
}
.video-holder img {display:block;}
.section .video-holder .btn-play {
	position:absolute;
	right:-13px;
	bottom:7px;
	width:39px;
	height:40px;
}
.video-holder .btn-play a {
	display:block;
	height:100%;
	background:url(/images/sprites/www-lightgrey.png) 0 -117px no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#content .section h1 {margin-bottom:16px;}
#content .section p {
	margin-top:0;
	line-height:22px;
}
/* block-article */
#content .block-article {
	width:100%;
	overflow:hidden;
}
/* container */
.block-article .container {
	width:100%;
	overflow:hidden;
	/*background:url(/images/separator4.gif) repeat-x;*/
	border-top: 1px dashed #C0C0C0;
	margin: 0;
	padding:14px 0 5px;
}
.block-article .container .homepage {
	margin: 0 !important;
}
.block-article .container:first-child {
	border-top: none;
	margin: 0;
	padding:0 0 5px;
}
#content .heading {
	margin-bottom:12px;
	overflow:hidden;
	width:100%;
	text-shadow: 0 1px 0 #fff;
}
#content .heading h2 {float:left; padding-right: 20px}
.heading strong {
	font-weight:normal;
	color:#A7A7A6;
	font-size:25px;
	line-height:30px;
	float:left;
}

.heading strong.revision
{
	float: right;
	font-size: 1em;
}

.block-article .area {
	overflow:hidden;
	width:100%;
}
.block-article .container div.area
{
	padding-bottom: 0;
}

.block-article .visual {
	margin:6px 21px 10px 0px;
	float:left;
	padding:2px;
	position:relative;
	background-color: #dadada;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.block-article .visual a {
	display:block;
	padding:4px;
}
.block-article .visual img {
	display:block;
	border-radius: 4px;
}
.block-article .text {
	overflow:hidden;
	height:1%;
	margin-bottom: 10px
}
.block-article p {
	margin-top: 0;
	margin-bottom: 15px;
	line-height:22px;
}
#main .btn-more {
	text-shadow: 0 1px 0 #fff;
	display:block;
	width:110px;
	height:32px;
	background:url(/images/sprites/www-lightgrey.png) -230px -293px no-repeat;
	line-height:28px;
	color:#626262;
	text-align:center;
}
#main .btn-more:hover {
	background-position:-230px -325px;
	color:#e3513b;
	text-decoration:none;
}
.block-article .list {
	margin:0 0 15px;
	padding:0;
	list-style:none;
	line-height:22px;
}
.block-article .list p {margin:0;}
#content .headline {margin-bottom:20px;}
#content .headline span {
	font-size:14px;
	color:#909090;
	line-height:15px;
	display:block;
}
.list-nostyle { list-style-type:none; margin: 0 0 10px 0 }
/* map */
#content .map {margin-bottom:21px;}
.map-holder {
	margin-bottom:15px;
	border:1px solid #b09886;
	width:653px;
	overflow:hidden;
}
#content .map p {
	margin:0;
	line-height:22px;
	font-size:17px;
	color:#a1a1a1;
	font-weight:bold;
}
#content .map p strong {
	color:#3e3a37;
	display:block;
}
.map-holder img {display:block;}
/* container */
.block-article h3.entry-summary { margin-top: 0; margin-bottom: 5px }

/* section */
#content .container-video .heading {margin-bottom:14px;}

.news-item {}
.news-date, .news-date2 {font-weight:bold;}

/* footer */
#footer {
	text-align:center;
	background:url(/images/bg-footer.gif) 50% 0 no-repeat;
	font-size:12px;
	color:#787878;
	padding:15px 0 15px;
}
#footer .copyright-text
{
	color: #BFBFBF
}
.footer-responsive, .header-responsive {
    display: none;
}

/* nav */
#footer .nav {
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.nav li {
	display:inline;
	background:url(/images/sprites/www-lightgrey.png) 0 -1063px no-repeat;
	padding:0 5px 0 9px;
}
.nav li:first-child, .nav li.first-child {background:none;}



.absmiddle, .email { vertical-align: middle; clear: both; float: none; }


/* faq styles */

.faq .question
{
	font-weight: bold
}

.faq .answer
{
	padding-left: 2em
}

/* sitemap styles */
/* General */
.sitemap { text-align: left; font-size: 80%; background-color: #F3FAFF; padding: 0em; margin: 0em; border-collapse: separate }
.sitemap table { text-align: left; font-size: 100%; background-color: #fff; border: solid 1px #7e6d62; padding: 1em; margin: 1em; border-collapse: separate }
.sitemap tr.heading { font-size: 120%; font-weight: bold; background-color:#B2BBC2; text-align: center }
.sitemap .heading-small { font-weight: bold; color: #ffffff; background-color: #7e6d62 }
.sitemap tr.heading a { color: #fff }

.sitemap-members { text-align: left; font-size: 90%; padding: 0em; margin: 0em; border-collapse: separate }
.sitemap-members table { text-align: left; font-size: 100%; background-color: #fff; border: solid 1px #7e6d62; padding: 1em; margin: 1em; border-collapse: separate }
.sitemap-members tr.heading { font-size: 110%; font-weight: normal; background-color:#7e6d62; text-align: center }
.sitemap-members .heading-small { font-weight: bold; color: #ffffff; background-color: #7e6d62 }
.sitemap-members tr.heading a { color: #fff }
.heading-small a {color: #ffffff !important} 

/* Table */
#center-table { width: 705px; margin: 0 auto; text-align: center }

/* alert styles */
#memberalert { z-index: 1001; cursor: pointer; background-color: orange; position: relative; height: 40px; text-align: center; margin: 0px; vertical-align: middle; display: none; -moz-box-shadow: 0 2px 2px #FFFFFF; -webkit-box-shadow: box-shadow: 0 2px 2px #FFFFFF} 
#memberalert p { color: #000000; font-size: 17px; margin-top: 0; padding-top: 5px; }
#memberalert a { color: #24598A }
#memberalert img { position: relative; top: 5px; padding-right: 8px; border: 0px }
#memberalert .alertclose { vertical-align: middle; float: right; position: relative; top: -15px; padding-right: 20px }

.billingalert { background-color: #e61802 !important; color: #ffffff !important } 
.billingalert a, .billingalert p { color: #ffffff !important; padding: 0 !important }
.billingalert img { padding-right: 5px !important }
.billingstatusalert { color: #f07979; cursor: pointer }

.testimonial { font-weight: bold; }
.solid-break { border-top: 1px dashed #C0C0C0;	margin: 0;}

#insert-tcorp-image { text-align: center; margin-top: 20px}
.corp-tagline { text-align: center;  padding-top: 3px; margin-bottom: 20px;}

.login-title { text-align: center }
.prem-note { text-align: center }

/* used for label version */
span.field-with-placeholder { display: inline-block; position: relative; vertical-align: top; }
span.field-with-placeholder input { outline: none; }
span.field-with-placeholder label { padding: 0 !important; }
span.field-with-placeholder label.placeholder {    color: #C0C0C0;    cursor: text;    font-style: italic;    text-shadow: none; font-size: 100%; pointer-events: none;}
span.field-with-placeholder label.focus { color: #cccccc; }
span.field-with-placeholder label.hidden { display: none !important;}
.account span.field-with-placeholder label.placeholder span {    left: 2px;    line-height: 18px;    padding: 0 5px;    position: absolute;    top: 4px;    z-index: 2;}

/* public item classes */
/*.p-wrapper {overflow-x:scroll;}*/
.p-table { position: relative; top: 1px; margin-bottom: 10px; width: 920px}
.p-table .left-main { vertical-align: top; width: 680px;}
.p-table .middle-main {vertical-align: top; width: 10px;}
.p-table .right-main {vertical-align: top; width: 230px;}


.p-left-col { border: #c1c0c0 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #fff; padding: 0 10px 0 10px;}
.p-left-col .author {font-size: 85%}
.p-left-col .date a { color: #c1c0c0;font-size: 85%; text-decoration: none;}
.p-left-col .rate { color: #c1c0c0; margin-left: 8px;}
.p-left-col .reply-count { float: right; color: #E3513B; margin-right: 15px; font-size: 85%; background: url("/images/techmail_viewer/pointer.gif") no-repeat scroll 100% 5px transparent; padding-right: 10px;}
/*.p-left-col .share-public-top {position: absolute; top: 15px; left: 600px}*/
.p-left-col .share-public-top {float: right; margin-right: 15px;}
.p-left-col .top-row {width:100%; padding: 10px 10px 30px 0;}
.p-left-col .top-row .subject {font-weight: bold; font-size: 1.3em; float: left; width: 570px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.p-snippet {line-height: 19px;}

.p-replies-box, .p-rdm-box {border: #c1c0c0 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #eae6e0; padding: 0 0 0 10px; margin-top: 10px;}
.p-replies-box h3, .p-rdm-box h3 { font-size: 90%; }
.reply-plusminus { position: relative;   top: 2px;}
#techhelp-replies, #techhelp-rdm { padding-bottom: 10px;}
.related-vehicle {font-weight: normal; color: #808080; }

.testing-box { background-color: #c4ddf7; border: #c1c0c0 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 10px; margin: 0 10px 10px 0;}

.login-box-closed {background: transparent url(/images/public_techhelp/techhelp-box-fix.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
.login-box-summary {background: transparent url(/images/public_techhelp/techhelp-box-summary.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
.login-box-open {background: transparent url(/images/public_techhelp/techhelp-box-open.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
.login-box-forums {background: transparent url(/images/public_forums/public-forum-box.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
.login-box-files {background: transparent url(/images/public_files/public-files-box.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}

.upgrade-box-closed {background: transparent url(/images/public_techhelp/techhelp-upgradebox-fix.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position: relative; left: -13px;}
.upgrade-box-summary {background: transparent url(/images/public_techhelp/techhelp-upgradebox-summary.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position: relative; left: -13px;}
.upgrade-box-open {background: transparent url(/images/public_techhelp/techhelp-upgradebox-open.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position: relative; left: -13px;}
.upgrade-box-forums {background: transparent url(/images/public_forums/public-forum-upgradebox.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position: relative; left: -13px;}
.upgrade-box-files {background: transparent url(/images/public_files/public-files-upgradebox.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position: relative; left: -13px;}

.status-blue { font-weight: bold; text-align: center; padding: 8px; background-color: #c4ddf7; color: #000000; border: #c1c0c0 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.status-green {font-weight: bold; text-align: center; padding: 8px; background-color: #d2f2d5; color: #000000; border: #c1c0c0 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.status-white {font-weight: bold; text-align: center; padding: 8px; background-color: #ffffff; color: #000000; border: #c1c0c0 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}

.vdata-box {font-weight: bold; text-align: center; padding: 0  8px 8px 8px; background-color: #ffffff; color: #000000; border: #c1c0c0 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-top: 10px;}
.vdata-box h3 { border-bottom: 1px #c1c0c0 solid;  padding-bottom: 10px;}
.vdata-box table { text-align: center; font-size: 90%}
.vdata-box .right { font-weight: normal; text-align: right; vertical-align: top;padding-right: 10px;}
.vdata-box .left { font-weight: bold; text-align: left; vertical-align: top;}

.troublecodes-box {font-weight: bold; text-align: center; padding: 0  8px 8px 8px; background-color: #ffffff; color: #000000; border: #c1c0c0 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-top: 10px;}
.troublecodes-box h3 { border-bottom: 1px #c1c0c0 solid;  padding-bottom: 10px;}
.troublecodes-box table { text-align: center; font-size: 90%}
.troublecodes-box .right { font-weight: bold; text-align: right; vertical-align: top; padding-right: 10px;}
.troublecodes-box .left { font-weight: normal; text-align: left; vertical-align: top;}

.forum-index-link { font-size: 100% !important; color: #E3513B !important; }
.techhelp-index-link { font-size: 100% !important; color: #E3513B !important; }

.share-button { background-image:url(/images/buttons/share.png); display: inline-block; width: 60px; height: 22px; position: relative; top: 5px }

.clickplay span {	display:block;	height: 220px;	width: 220px;	padding: 0px;	position: relative;	overflow:hidden;	background:url(/images/file_library/overlays/play-overlay-220x220-faded.png);	cursor: pointer; 	cursor: hand;}

/* tool tip styles */

	.tooltip {
			text-decoration: none;
			position: relative;
		}

		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}

		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Arial, Helvetica, sans-serif;
			position: absolute; left: -10em; top: 2em; z-index: 99;
			margin-left: 0; width: 350px; color: #000;
		}

		/*.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}*/

		.tooltip:hover em {
			font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bold; color: #000;
			display: block; padding: 0.2em 0 0.6em 0;
		}

		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html span:hover, * html a:hover { background: transparent; }
		.classic {background: #FFFFAA; border: 1px solid #FFAD33; }		

/*socialbuttons*/
.social-facebook{vertical-align: middle; background-image: url('/images/sprites/social-icons.png'); background-position: 0px -46px;width: 22px; height: 22px;}
.social-google{vertical-align: middle; background-image: url('/images/sprites/social-icons.png'); background-position: -92px -46px;width: 22px; height: 22px;}
.social-yahoo{vertical-align: middle; background-image: url('/images/sprites/social-icons.png'); background-position: -184px -46px;width: 22px; height: 22px;}
.social-twitter{vertical-align: middle; background-image: url('/images/sprites/social-icons.png'); background-position: -276px -46px;width: 22px; height: 22px;}
.social-linkedin{vertical-align: middle; background-image: url('/images/sprites/social-icons.png'); background-position: -368px -46px;width: 22px; height: 22px;}


/* Retina ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (-o-min-device-pixel-ratio : 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio : 1.5) 
{

	.logo 
	{
		background:url('/images/logo@2x.gif') 0 0 no-repeat;
		background-size: 118px 31px;
	}
	
	.login-box-closed {background: transparent url(/images/public_techhelp/techhelp-box-fix@2x.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
	.login-box-summary {background: transparent url(/images/public_techhelp/techhelp-box-summary@2x.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
	.login-box-open {background: transparent url(/images/public_techhelp/techhelp-box-open@2x.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
	.login-box-forums {background: transparent url(/images/public_forums/public-forum-box@2x.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
	.login-box-files {background: transparent url(/images/public_files/public-files-box@2x.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}

    .upgrade-box-closed {background: transparent url(/images/public_techhelp/techhelp-upgradebox-fix@2x.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
    .upgrade-box-summary {background: transparent url(/images/public_techhelp/techhelp-upgradebox-summary@2x.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
    .upgrade-box-open {background: transparent url(/images/public_techhelp/techhelp-upgradebox-open@2x.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
    .upgrade-box-forums {background: transparent url(/images/public_forums/public-forum-upgradebox@2x.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
    .upgrade-box-files {background: transparent url(/images/public_files/public-files-upgradebox@2x.png) no-repeat top left; background-size: 643px 162px; width: 643px; height: 162px; position:relative; left: -13px;}
    
	.share-button { background-image:url(/images/buttons/share@2x.png); background-size: 60px 22px; }
	
	
.social-facebook{background-position: 0px 0px; background-size: 228px 34px; }
.social-google{background-position: -46px 0px; background-size: 228px 34px; }
.social-yahoo{background-position: -92px 0px; background-size: 228px 34px; }
.social-twitter{background-position: -138px 0px; background-size: 228px 34px; }
.social-linkedin{background-position: -184px 0px; background-size: 228px 34px; }

}

.corpImage { border-width: 0px }
#corp .corpLink { padding: 26px 0 0 0; }
#corp .corpName { font-size: 185%; font-weight: bold; color: #4c3616; position: relative; left: -9px; padding-right: 17px; }
#corp .corpTagline { position: relative; left: -9px;  padding-right: 17px; }
#corp { font-size: 65%; position: inherit; float: right; top: 0px; margin: 0px; text-align: left;font-family: arial, sans-serif; right: -5px }
#corp ul { margin:0; padding:0px 0px; list-style:none;clear: right }
#corp li  { float: left; background: url(//members.iatn.net/images/corp/corp-bkg-left.png?dl=1) no-repeat left top; background-position-x: -7px;margin: 0; padding: 0px 1px 0px 6px; clear: right; height: 74px; background-size: 31px 74px; }
#corp a {float: left; display: block; background: url(//members.iatn.net/images/corp/corp-bkg-right.png?dl=1) no-repeat right top; text-decoration: none; color: #4c3616; height: 55px; line-height: 1.5em; min-width: 180px; margin-left: 18px; background-size: 500px 74px; font-weight: bold; }
#corp a:hover { color:#072f56; /* text-decoration: underline */}
.corpText {font-size: 65%; line-height: 2em}
.corpText a {font-weight: normal; color: #231f20}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
    cursor: pointer;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player .play {
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    background: url("/images/video/video-thumb-gray-filled-50.png") no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
}

.youtube-player:hover .play {
	 background: url("/images/video/video-thumb-red-filled-100.png") no-repeat;
	 background-size: 50px 50px;
}



/* Retina ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (-o-min-device-pixel-ratio : 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	
	/* corp text display and news feed notification icons */
	#corp li  { background-image:url(//members.iatn.net/images/corp/corp-bkg-left@2x.png?dl=1) }
	#corp a { background-image:url(//members.iatn.net/images/corp/corp-bkg-right@2x.png?dl=1) }
}






/* Responsive design - adjust display at mobile widths */
@media only screen and (max-width: 768px) {

    /* Main Styles (all.css) */

    body, #main, #content {
        margin: 0px;
        padding: 0px;
        min-width: 0px;
    }

    #header, .p-replies-box, .p-rdm-box, .right-main, .middle-main, .share-public, #leftside-holder, .leftside {
        display: none;
    }

    table {
        border-spacing: 0px;
    }

    .login-box-closed, .upgrade-box-closed {
        display: none;
    }

    .p-table { /* public_forum, public_techhelp, public_file.cshtml*/
        width: 100%;
    }

    .header-responsive {
        display: block;
        margin: 10px 10px 10px 55px;
        background-image: url("/images/iATN_New_Logo.png");
        background-repeat: no-repeat;
        background-size: 81px;
        height: 31px;
    }

    .footer-responsive {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #787878;
        padding: 15px 0 0;
    }

        .footer-responsive .copyright-text {
            color: #BFBFBF;
        }

    #footer {
        background: none;
        padding: 0px 0 15px;
    }

    .footer-responsive ul {
        padding: 0px;
    }

    /* Techhelp public display page (public_techhelp.cshtml)
       Example:  https://www.iatn.net/techhelp/69/29030/2002-chevrolet-silverado-1500-5-3l-poor-idle-quality-cuts-out-misfire-mil-lamp-on) */

    .login-section-nonresponsive, .upgrade-section-nonresponsive, .reply-count, .login-box-closed, .login-box-summary, .login-box-open {
        display: none;
    }

    .p-left-col .top-row .subject {
        width: 100%;
        white-space: inherit;
    }

    .p-left-col, .status-blue, .status-green, .status-white, .vdata-box, .troublecodes-box, .testing-box {
        border: none;
        border-radius: 0px;
    }

    .login-section-responsive, .upgrade-section-responsive {
        padding-bottom: 15px;
    }

        .login-section-responsive span, .upgrade-section-responsive span {
            margin-bottom: 5px;
            display: inline-block;
        }

    .vdata-box h3, .troublecodes-box h3 {
        padding-top: 10px;
    }


    /* Forum public display page (public_forum.cshtml) */

    .login-box-forums, .upgrade-box-forums {
        display: none;
    }


    /* File public display page (public_forum.cshtml) */

    #img-obscured, #img-unobscured {
        width: 100%;
        height: inherit;
    }

    .login-section-responsive.public-file, .upgrade-section-responsive.public-file {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .p-signature.public-file {
        padding-bottom: 15px;
    }


    /* List pages (waveform-library.cshtml, forums.cshtml, individual-forum, etc.) */

    .image-example {
        width: 100%;
        height: inherit;
    }

    .block-article.hfeed {
        margin: 0 10px 0 10px;
        width: inherit !important;
    }

    .img-prev-forum, .img-prev {
        display: none !important;
    }

    /* latest news */

    .news-line-break {
        display: block;
        margin: 10px 0 30px 0;
    }

    /* logout */

    #header-logout {
        display: inline;
    }

    #new2iatn {
        display: none;
    }

    #login-movie {
        display: block;
        text-align: center;
    }

    /* pw.cgi (recover password) */

    #main > .content-holder > #content {
        margin: 0 10px 0 10px;
    }

    /* Homepage */

    #sidebar.right-pane {
        display: none;
    }

    .corpImage {
        width: 100%;
        height: inherit;
        max-width: 478px;
        max-height: 60px;
    }

    .video-holder-responsive {
        display: none;
    }

    #sidebar-content-responsive {
        display: inherit;
        padding-top: 25px;
        margin-top: 25px;
        border-top: 4px solid #C0C0C0;
    }

    #sidebar-content-responsive .heading {
        font-size: 2.0em;
    }

    #sidebar-content-responsive #latest-news .block-info.hfeed .section.hentry {
        border-bottom: none;
        margin: 0px;
        padding: 0px;
    }

    .btn-join-mobile.btn-join {
	    text-shadow: 1px 1px 0 #bf2e16;
	    display:block;
	    width:125px;
	    height:46px;
	    color:#fff;
	    font-size:17px;
	    text-align:center;
	    background:url(/images/sprites/www-lightgrey.png) 0 -293px no-repeat;
	    font-weight:bold;
	    line-height:46px;
	    text-transform:uppercase;
	    padding-right:15px;
    }

    .btn-join-mobile.btn-join:hover {
    	text-decoration:none;
    	background-position:0 -339px;
    }

    /* Pricing page */

    .check-col > img {
        height: 30px;
        width: 30px;
    }

    .comparison-box {
        border: none !important;
    }

    .comparison-chart-table {
        width: 100% !important;
    }

    .title-big {
        font-size: 15px !important;
    }

    .title-small {
        font-size: 0.7em !important;
    }

    .comparison-chart-table .desc-col {
        font-size: 0.8em !important;
    }

    .btn-white, .btn-green {
        font-size: 12px !important;
        display: inline-block;
        margin-left: 1px;
        margin-right: 1px;
        padding: 10px 15px 10px 15px !important;
    }

    .comparison-message {
        display: none;
    }

    .monthly-cost-desc {
        display: none;
    }


    /* Techhelp daily summary */
    .dailytabreq .colmem, .dailytabfix .colmem {
        display: none;
    }

    /* Techhelp monthly summary */

    .techmail_header .intro {
        width: inherit;
    }    

    .monthlytab .col4, .monthlytab .expand {
        display: none;
    }

    /* DTC monthly summary*/
    .monthlytab .code-def-col, .monthlytab .expand-padding {
        display: none;
    }

    .monthlytab .code-count-col {
        text-align: center;
    }
}

/* Responsive design - adjust display at mobile widths - phone width */
@media only screen and (max-width: 576px) {

    /* Homepage */
    .homepage > .area > .visual {
        float: inherit;
        max-width: 230px;
    }

    #content .section .video-holder {
        float: inherit;
    }

    .video-holder {
        display: none;
    }

    .video-holder-responsive {
        display: block;
    }

    .video-holder-responsive > .btn-play {
        display: none;
    }

    .video-holder-responsive > #video-text {
        display: block;
        margin-bottom: 15px;
    }

    /* pricing page */

    .title-big {
        font-size: 11px !important;

        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: block;
    }

    .btn-white, .btn-green {
        padding: 10px 10px 10px 10px !important;
    }

    /* Knowledgebase */
    .kb-hidden-phone {
        display: none;
    }
}

/* Non-responsive - hide responsive-only stuff */
@media only screen and (min-width: 769px) {

    /* Main Styles (all.css) */
    .header-responsive, .footer-responsive {
        display: none;
    }

    #leftside-holder, .leftside {
        display: inherit;
    }

    /* Techhelp public display pages */
    .right-main-responsive, .login-section-responsive, .upgrade-section-responsive {
        display: none;
    }

    .news-line-break {
        display: inline;
    }

    .video-holder-responsive {
        display: none;
    }

    /* Homepage */
    #sidebar-content-responsive {
        display: none;
    }

    .btn-join-mobile.btn-join {
        display: none;
    }
}



/* The side navigation menu */
.sidenav {
    height: 100%; 
    width: 0;
    position: fixed; 
    z-index: 10000; 
    top: 0;
    left: 0;
    background-color: #dbcec3; /*#61544b;*/
    overflow-x: hidden; 
    padding-top: 60px;
    transition: 0.2s;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 0px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #e3513b;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    padding-left: 14px;
}

.sidebar-nest-0 {
    font-size: 20px !important;
    font-weight: bold;
}

.sidebar-nest-0.top-element {
    margin-top: -50px;
}

.sidebar-nest-0 {
    padding-left: 42px !important;
}

.sidebar-nest-1 {
    padding-left: 60px !important;
    font-weight: bold;
}

.sidebar-nest-2 {
    padding-left: 78px !important;
}

.bottom-element {
    margin-bottom: 75px;
}

.btn-hamburger {
    float: left;
    height: 30px;
    width: 35px;
    margin: 1px 0 0 10px;
    background-color: #c0c0c0;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.btn-hamburger:hover {
    cursor: pointer; cursor: hand;
}

.cookiebot-padding-bottom {
	padding-bottom: 172px;
}

/*==============================*/
/* Minify: /includes/css/sb.css */
/*==============================*/


/* ids of interest

memberStatus - main wrapper div

memberStatusLoginLinks - div wrapper far right

memberStatusAddInfo - div wrapper for icons 2nd to right

-- indy divs inside memberStatusAddInfo
iatnnewsmessage
followingmessage
membermessage

memberStatusLinks - span wrapper for far left name/type

*/

#memberStatusLoginLinks {
	font-size:12px;
	font-weight:bold;
	float:right;
	margin: 1px -1px 0 0;
	padding:0;
	overflow:hidden;
}

#memberStatusLoginLinks a { color: #fff; margin-left: -3px; padding: 0 6px; background:url(/images/sprites/www-lightgrey.png) 2px -1034px no-repeat; }


#memberStatusAddInfo 
{
	float: right; 
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	position: relative;
}
	
#memberStatusAddInfo div 
{ 
	float:right;
}
	
#memberStatusAddInfo div a 
{ 	
	color:#fff;
}

#followingmessage a, #membermessage a, #iatnnewsmessage a
{
	text-decoration: none;
}
.iconblock
{
	padding-right: 7px;
}
.numblock
{
	padding-right: 1px;
	position: relative;
	top: 1px;
}
.imgblock
{
	background-image: url(/images/sprites/www-lightgrey.png);
	background-repeat: no-repeat;
	display: inline-block; 
}

/* iatn news icon styles */
#iatnnewsmessage .imgblock 
{
	width: 20px; 
	height: 18px; 
}
#iatnnewsmessage .news-active 
{	
	background-position: 1px -1402px;
}
#iatnnewsmessage .news-inactive 
{
	background-position: 1px -1434px;
}

/* following member icon styles */
#followingmessage .imgblock 
{
	width: 17px; 
	height: 20px; 
	position: relative;
	top: -2px;
}
#followingmessage .following-active 
{
	background-position: -1px -1163px;
}
#followingmessage .following-inactive 
{
	background-position: -1px -1200px;
}

/* memmber messages icon styles */
#membermessage .imgblock 
{
	width: 22px; 
	height: 16px; 
}
#membermessage .messages-active 
{
	background-position: 0px -1343px;
}
#membermessage .messages-inactive 
{
	background-position: 0px -1372px;
}
