/* 
	iMarc, LLC

	browser reset
	base
	buttons
	tables
	layout
	page specific
	font-face

	DEVELOPER NOTES - PLEASE READ
	
	* When adding section specific styles, please place them
	  in the order of the site nav.
*/


/* ------------------------------------------------------------ */
/* browser reset
/* ------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
	
/* ------------------------------------------------------------ */
/* base
/* ------------------------------------------------------------ */


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-font-smoothing: antialiased; /* fix issues with transforms */
}

*::selection {
	background: #BBB;
}
*::-moz-selection {
	background: #BBB;
}
*::-webkit-selection {
	background: #BBB;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    *zoom: 1;
}

figure {
	margin: 0;
}
html {
    font-size: 100%;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
   	background-color: #f8f7f1;
}
body {
	color: #333;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	color: #5e5e5e;
	margin: 0 0 10px;
	font-weight: 400;
}
h1 {
	font-size: 36px;
}
	h1 span {
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		font-size: 25px;
		display: block;
	}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
p {
	font-size: 16px;
}
p,
ul,
ol {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 1.5em;
	color: #747474;
	font-weight: lighter;
}

img {
	margin: 0 0 2em;
}
b {
	font-weight: normal;
}
ol {
	margin-left: 22px;
}
.main_content ul,
.main_content ol {
	font-size: 16px;
	margin-left: 27px;
	line-height: 1.6;
}
	.main_content ul li,
	.main_content ol li,
    .main_content em,
    .main_content strong,
    .main_content span {
        font-family: Helvetica, Arial, sans-serif;
		margin-bottom: 10px;
	}

    .main_content ol li ol {
        list-style-type:lower-alpha;
    }
.main_content p {
	line-height: 1.8;
}
.main_content p strong {
	font-weight: bold;
}

.main_content p a,
.main_content ul a,
.main_content ol a {
	font-family: inherit;
}

.intro {
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	font-size: 20px;
	line-height: 1.4 !important;
}
a {
	color: #7686C2;
	text-decoration: none;
}
a:hover {
	color: #409644;
}
img {
	max-width: 100%;
	border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	font-weight: lighter;
	border-collapse: collapse;
	color: #747474;
	margin-bottom: 2em;
	width: 100%;
}

	table a {
		font-family: inherit;
		font-weight: normal;
	}
	
	table th {
		font-weight: 400;
		text-align: left;
		font-size: 17px;
		background: #888;
		color: #fff;
		padding: 10px;
		border: 1px solid #555;
	}
	
	table td:first-child {
		width: 35%;
	}
	
	table td {
		border: 1px solid #aeaeae;
		padding: 10px;
	}
	
	table tr:nth-child(2n) td {
		background: #f9f9f9;
	}
	
.text_callout {
	float: right;
	width: 45%;
	margin-left: 20px;
	margin-bottom: 20px;
	border-left: 2px solid #459348;
	padding-left: 20px;
}
	.text_callout p {
		font-family: "GillSansW01-BookItalic";
		margin-bottom: 0;
		font-size: 22px;
		color: #459348;
		line-height: 1.5;
	}

/* ------------------------------------------------------------ */
/* Buttons
/* ------------------------------------------------------------ */

.button a,
button,
input.button {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	padding: 4px 15px;
	background: #51b0b7;
	/*background: rgb(138,217,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(138,217,219,1) 0%, rgba(35,197,206,1) 5%, rgba(0,151,161,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,217,219,1)), color-stop(5%,rgba(35,197,206,1)), color-stop(100%,rgba(0,151,161,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(138,217,219,1) 0%,rgba(35,197,206,1) 5%,rgba(0,151,161,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(138,217,219,1) 0%,rgba(35,197,206,1) 5%,rgba(0,151,161,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(138,217,219,1) 0%,rgba(35,197,206,1) 5%,rgba(0,151,161,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(138,217,219,1) 0%,rgba(35,197,206,1) 5%,rgba(0,151,161,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ad9db', endColorstr='#0097a1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #0096a1;
	text-shadow: 0px 1px 0px #0096a1;
	filter: dropshadow(color=#0096a1, offx=, offy=1);
}
.button a:hover,
button:hover,
input.button:hover {
	background: #0096a1;
}

/* ------------------------------------------------------------ */
/* Tables
/* ------------------------------------------------------------ */

dl{
	margin: 40px auto;
	width: 980px;
	color: #5e5e5e;
}
.interior_page dl {
	width: auto;
}
dl h2 {
	margin-left: 20px;
}
dt {
	clear: left;
	float: left;
	width: 340px;
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
	height: 90px;
}
dt img {
	margin: 0 20px 0 20px;
	float: left;
}
dt h3 {
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	font-size: 22px;
	color: #5e5e5e;
	float: left;
	margin-top: 10px;
	max-width: 230px;
	line-height: 1.1;
}
dt h3.double_line {
	margin-top: -3px;
}
dd {
	font-weight: lighter;
	margin-left: 340px;
	height: 90px;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
dd p {
	margin: 0;
}
dd a {
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif !important;
	padding: 20px 0 20px 20px;
	line-height: 1.1;
	display: block;
	color: #5e5e5e;
}
dd a span {
	color: #7686c2;
}
dd a:hover {
	color: #7686c2;
}
dd a.single_line {
	padding: 33px 0px 33px 20px;
}
.last_definition {
	border-bottom: none;
}


/* ------------------------------------------------------------ */
/* layout
/* ------------------------------------------------------------ */

#header {
	margin-bottom: 40px;
}

/* remove fonts.com banner */
#mti_wfs_colophon {
	display: none !important;
}

.header_inner .nav ul,
#header .nav ul {
	float: right;
	list-style: none;
}
	#header .nav li {
		float: left;
		background: url(/images/nav_rule.png) no-repeat left center;
		line-height: 1;
	}
		#header .nav li:first-child {
			margin-right: 0;
			background: none;
		}
		#header .nav li:active {
			color: #459348;
		}

#header .header_top {
	background-color: #f8f7f2;
	border-bottom: 1px solid #efece5;
	border-top: 3px solid #459348;
	-webkit-box-shadow: 0px 3px 30px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 3px 30px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 3px 30px rgba(50, 50, 50, 0.1);
	position: fixed;
	width: 100%;
	z-index: 1005;
}
	#header .utility_nav {
		width: 940px;
		font-size: 13px;
		margin: 0 auto;
		background-color: #f8f7f2;
	}
		#header .utility_nav ul {
			margin: 0; 
		}
		#header .utility_nav li {
			background: url(/images/utility_nav_rule.png) no-repeat left center;
		}
		#header .utility_nav li a {
			color: #a09a78;
			padding: 10px 16px;
			display: block;
			font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		}
		#header .utility_nav a:hover {
			color: #7686c2;
		}
		#header .nav li a.newsletters_nav {
			padding-left: 18px;
			margin-left: 12px;
			background: url(/images/utility_envelope.png) no-repeat center left;
		}
		#header .nav ul.menu {
			background: url(/images/account_nav_bg.png);
		}
		#header .nav ul.menu li {
			background: url(/images/account_rule.png) no-repeat left center;
		}
			#header .nav ul.menu li a {
				color: #625d44;
			}
		#header .nav ul.menu li:first-child {
			background: none;
		}
		#header .nav ul.menu li:hover {
			background-color: #e5e2d3;
		}
/* holds logo and primary nav items */
.header_inner {
	width: 940px;
	margin: 0 auto;
}
.header_inner .primary_nav {
	font-size: 20px;
	position: relative;
	margin-top: 8px;
}
.header_inner .primary_nav a {
	color: #464646;
	display: block;
	padding: 15px 19px;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
}
.header_inner .dropdown > li:hover > a {
	border-top: 2px solid #459348;
	padding: 11px 17px;
	z-index: 601;
	background-color: #fbfbfb;
	position: relative;
}
.header_inner .dropdown > li:hover {
	background: none;
	border: 1px solid #e0e0e0;
	padding: 1px;
	-webkit-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px -2px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         0px -2px 5px rgba(50, 50, 50, 0.2);
}
.header_inner .primary_nav .dropdown>li>a:active {
	color: #459348;
}
.dropdown_inner {
	position: absolute;
	background-color: #fbfbfb;
	max-width: 290px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.2);
	padding-left: 1px;
}
.header_inner .dropdown_inner li {
	background: none;
	float: none;
	border-top: 1px solid #e0e0e0;
	font-size: 16px;
	margin: 0 25px;
	padding: 0;
}
.header_inner .dropdown_inner li:first-child {
	border-top: none;
}
.header_inner .dropdown_inner li a {
	color: #7686c2;
	background-color: #fbfbfb;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif !important;
	font-weight: lighter;
	line-height: 1.3;
	padding: 15px 0;
	display: block;
	border-top: none;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
.header_inner .dropdown .resources_dropdown,
.header_inner .dropdown .support_dropdown {
	right: 0;
}
.header_inner .dropdown .resources_dropdown {
	width: 300px;
}
.header_inner .dropdown .support_dropdown {
	width: 210px;
}
#logo {
	float: left;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
}
.footer {
	background-color: #f8f7f1;
	border-top: 1px solid #eae6d9;
	color: #777575;
	/*margin-top: 30px;*/
}
	.inner_footer .contact_information {
		float: left;
		margin-top: 15px;
	}
	.inner_footer .copyright {
		margin-bottom: 15px;
	}
		.inner_footer .copyright span {
			margin-right: 10px;
		}
	.inner_footer p {
		font-size: 14px;
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	}
	.inner_footer a {
		color: #777575;
		margin: 0 15px;
		font-size: 14px;
	}
		.inner_footer .social_media a {
			padding-left: 25px;
		}
		.footer .twitter_contact {
			background: url(/images/twitter_icon.png) no-repeat center left;
			margin-left: 0;
		}
		.footer .linkedin_contact {
			background: url(/images/linkedin_icon.png) no-repeat center left;
		}
		.footer .email_contact {
			background: url(/images/email_icon.png) no-repeat center left;
		}
	.inner_footer .newsletter_signup {
		float: right;
		background: url(/images/newsletter_bg.png) no-repeat;
		padding: 15px 0px 30px 20px;
	}
		.newsletter_signup p {
			margin-bottom: 5px;
		}
		.newsletter_signup fieldset,
		.newsletter_signup .submit {
			float: left;
		}
		.newsletter_signup fieldset input{
			padding: 5px 40px 5px 5px;
			width: 210px;
		}
			.placeholder {
				color: #bab8b8;
			}
		.newsletter_signup .submit {
			margin-left: 15px;
		}
			.newsletter_signup .submit input {
				padding: 5px 14px;
				font-size: 12px;
			}

.highlight_container {
	background: url(/images/whynook/highlight_bg.png) no-repeat bottom center;
	margin-bottom: 40px;
}
.highlight {
	position: relative;
}
	.highlight_content {
		width: 380px;
		float: left;
		margin-bottom: 30px;
	}
	.highlight h1 {
		font-size: 36px;
		margin-bottom: 10px;
		line-height: 1;
	}
	.highlight p {
		margin-bottom: 0;
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		font-size: 19px;
	}
	.highlight img {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 0;
	}

.bottom_section {
	height: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 25px;
	background: url(/images/homepage/bottom_bg.png) no-repeat center center;
}
	.blocks {
		width: 300px;
		float: left;
		margin-right: 20px;
		background: url(/images/column_rule.png) no-repeat center right;
	}
		.blocks:last-child {
			margin-right: 0;
			background: none;
		}
		.blocks img {
			display: block;
			float: left;
		}
		.blocks h3 {
			font-size: 22px; 
			margin: 15px 0 10px;
			font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		}
		.blocks p {
			float: right;
			font-size: 15px;
			margin-right: 35px;
			width: 65%;
			font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		}
		.blocks a {
			font-size: 18px;
		}


		#tabs .events ul a {
			font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
			color: #7686c2;
			font-size: 14px;
		}
		#tabs .events ul p {
			font-size: 12px;
			margin-bottom: 13px;
			width: auto;
		}
		#tabs .events ul li {
			padding-top: 10px;
			background: url(/images/homepage/tab-rule.png) no-repeat top;
		}
		#tabs .events  ul li:first-child {
			padding: 0;
			background: none;
		}

/* Interior Layout
/* ------------------------------------------------------------ */

.interior_page .aside {
	width: 235px;
	float: left;
	padding-top: 20px;
}
	
	.interior_page .aside .blocks {
		width: auto;
	}

	.interior_page .aside .blocks p {
		margin-right: 0;
		font-family: 'Gill Sans', Helvetica, sans-serif;
	}
	
	.interior_page .aside h2 {
		font-size: 22px;
		color: #7e7e7e;
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	}

	.interior_page .aside ul li {
		list-style: none;
	}

	.interior_page .aside .secondary_nav li {
		font-size: 17px;
		margin-top: 15px;
	}
		.interior_page .aside .secondary_nav li:first-child {
			margin-top: 0;
		}

		.interior_page .aside .secondary_nav a {
			color: #464646;
			font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		}
			.interior_page .aside .secondary_nav a:hover {
				color: #7686C2;
			}
			.interior_page .aside .secondary_nav .active a {
				color: #37883b;

				font-weight: 400;				
				font-size: 19px;
			}

	.interior_page .aside .aside_section {
		background: url(/images/aside_section_rule.png) repeat-x bottom left;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}

.interior_page .main {
	width: 685px;
	float: right;
	padding: 20px 0 50px 65px;
	background: url(/images/interior/interior_long_rule.png) no-repeat left top;
}

	.interior_page h3 {
		font-size: 20px;
	}
	
	.call_to_action {
		background: #f1f0ec url("/images/homepage/cta_bg.png") repeat-x scroll 0 0;
		border: 1px solid #EBE8E8;
		margin: 40px auto;
		padding: 15px;
		/* for IE */
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/homepage/cta_bg.png',
		sizingMethod='scale');

		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/images/homepage/cta_bg.png',
		sizingMethod='scale')";
	}

	.call_to_action h2 {
		font-size: 27px;
		color: #878382;
		margin: 0 0 5px;
		line-height: 1;
	}

	.call_to_action p {
		font-size: 21px;
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		color: #8d8d8d;
		width: 66%;
		line-height: 1.2;
		display: inline-block;
		margin: 0 0 10px 0;
	}
	.call_to_action .call_to_action_content {
		float: left;
	}
	.call_to_action .button {
		width: auto;
		float: right;
		display: inline;
		line-height: 1;
		margin-top: 5px;
	}
	
.column_3 .column {
	width: 33%;
	float: left;
}

.column_2 .column {
	width: 47%;
	float: left;
	margin-right: 6%;
}
	.column_2 .column:last-child {
		margin-right: 0;
	}

.main .text input {
	width: 60%;
	float: left;
	padding: 7px;
	font-size: 14px;
	margin-bottom: 15px;
}


/* @conflict */
.main .column input {
	/* width: 100%; */
}




/* homepage
/* ------------------------------------------------------------ */

.whynook {
	float: left;
	width: 300px;
}
	.whynook h2 {
		margin-bottom: 10px;
	}
	.whynook p {
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	}
.carousel_container {
	float: right;
	width: 620px;
	height: 520px;
	background: url(/images/homepage/carousel_bg.png) no-repeat bottom center;
}
.carousel_wrapper {
	position: relative;
}
.carousel {
	padding: 0 0 25px 20px;
	width: 600px;
	background-size: 100%;
	text-align: center;
}
.carousel .carousel_content {
	text-align: left;
}
.carousel .carousel_content h2 {
	margin-bottom: 5px;
	font-size: 33px;
}
.carousel .button {
	margin: 0;
	font-size: 18px;
}
#carousel_nav {
	z-index: 12;				
	position: absolute;
	right: 25px;
	bottom: 30px;
}
#carousel_nav a {
	background-color: #b6bedc;
	line-height: 0; 
	font-size: 0;
	color: transparent;
	margin-left: 10px;
	padding: 7px;
	border-radius: 14px;
	text-indent: -9999px;
}
#carousel_nav a:hover, #carousel_nav a.activeSlide {
	background-color: #7686c2;
}

.getting_started {
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #ebe8e8;
	background: url(/images/homepage/cta_bg.png) repeat-x;
}
	.getting_started .sell_apps {
		font-size: 24px;
		margin: 5px 25px 0 0;
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		
	}
	.getting_started p {
		float: left;
		font-size: 15px;
		margin-bottom: 0;
		line-height: 1;
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	}
	.getting_started_content {
		background: url(/images/rule.png) no-repeat left;
		width: 540px;
		padding-left: 25px;
		color: #777575;
	}
	.getting_started .button {
		float: right;
		margin-top: 5px;
	}
		.getting_started .button a {
			padding: 5px 20px;
			display: block;
		}
	.make_money {
		margin-right: 0;
		background: none;
	}
	.information ul {
		list-style: none;
	}
	#tabs {
		border: none;
		width: 320px;
		float: left;
		background: transparent;
	}
	#tabs .ui-tabs-nav {
		background: none;
		border: none;
		padding: 0;
		text-align: center;
	}
		#tabs .ui-state-default {
			background: none;
			border-radius: 0;
			font-size: 18px;
			height: 45px;
			width: 50%;
			margin: 0;
			border-top: none;
			border-left: none;
			border-right: none;
			border-bottom: 1px solid #e2e2e2;
			text-align: center;
			font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		}
			#tabs .ui-state-default a {
				color: #7686c2;
				padding: 0;
				margin: 15px 15px;
			}
		#tabs .ui-tabs-active {
			border: 1px solid #e2e2e2;
			border-bottom: none;
			background: url(/images/homepage/active-tab-bg.png) repeat-x;
			z-index: 100;
			font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		}
			#tabs .ui-tabs-active a {
				color: #5e5e5e;
				font-size: 17px;
				padding: 0;
				margin: 10px 15px;
			}
		#tabs .ui-widget {
			font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		}
	#tabs .events {
		background: url(/images/homepage/tab-left-border.png) no-repeat top left;
		background-size: 1px 100%;
		height: 160px;
		margin-top: -2px;
	}
	#tabs ul.ui-widget-header li a {
		float: none;
	}
	#tabs ul.ui-widget-header li,
	#tabs ul.ui-widget-header li a {
		text-align: center;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 45px;
	}

/* Why NOOK?
/* ------------------------------------------------------------ */

.highlight_whynook .highlight {
	height: 350px;
}
	.highlight_whynook .highlight_content {
		margin-top: 90px;
	}
	.highlight_whynook img {
		bottom: -21px;
	}
	
#nook_timeline {
	background: url(/images/whynook/timeline_bg.jpg) no-repeat bottom left;
	height: 305px;
	padding-top: 30px;
	position: relative;
	margin-bottom: 1.5em;
}

	#timeline_tooltip {
		border: 1px solid #b4b4b4;
		border-radius: 3px;
		padding: 5px 10px;
		box-shadow: 1px 1px 2px #b4b4b4;
		color: #2b762f;
		display: inline-block;
		position: relative;
		left: 0;
		top: -20px;
		display: none;
	}
	
		#timeline_tooltip img {
			display: block;
			position: absolute;
			bottom: -40px;
			left: 10px;
		}
	
	#nook_timeline div {
		float: left;
		position: absolute;
		bottom: 70px;
	}
	
	#nook_timeline div:hover {
		cursor: pointer;
	}

	#nook_09 {
		text-indent: -9999px;
		width: 86px;
		height: 154px;
		background: url(/images/whynook/nook_09.jpg) no-repeat bottom left;
	}
	
	#nook_10 {
		text-indent: -9999px;
		width: 86px;
		height: 161px;
		left: 86px;
		background: url(/images/whynook/nook_10.jpg) no-repeat bottom left;
	}
	
	#nook-simple_11 {
		text-indent: -9999px;
		width: 85px;
		height: 137px;
		left: 174px;
		background: url(/images/whynook/nook-simple_11.jpg) no-repeat bottom left;
	}
	
	#nook_11 {
		text-indent: -9999px;
		width: 87px;
		height: 162px;
		left: 260px;
		background: url(/images/whynook/nook_11.jpg) no-repeat bottom left;
	}
	
	#nook-simple_12 {
		text-indent: -9999px;
		width: 87px;
		height: 139px;
		left: 347px;
		background: url(/images/whynook/nook-simple_12.jpg) no-repeat bottom left;
	}
	
	#nook-hd_12 {
		text-indent: -9999px;
		width: 84px;
		height: 150px;
		left: 437px;
		background: url(/images/whynook/nook-hd_12.jpg) no-repeat bottom left;
	}
	
	#nook-hd-plus_12 {
		text-indent: -9999px;
		width: 109px;
		height: 184px;
		left: 520px;
		background: url(/images/whynook/nook-hd-plus_12.jpg) no-repeat bottom left;
	}

/* Sell Your Apps
/* ------------------------------------------------------------ */
.sellyourapps_wrapper .highlight {
	height: 350px;
}
.sellyourapps_wrapper .highlight_content {
	margin-top: 80px;
}
	.sellyourapps_wrapper .highlight h1 {
		font-size: 41px;
	}
	.sellyourapps_wrapper .highlight p {
		font-size: 20px;
	}
.sellyourapps_wrapper .call_to_action_content {
	width: 80%;
}

.sellyourapps_wrapper .call_to_action p,
.resources_wrapper .call_to_action p {
	width: auto;
}

.resources_wrapper .call_to_action .button {
	margin-top: 15px;
}

.our_process {
	background: #f1f0ec;
	width: 40%;
	float: right;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 1em;
	margin-left: 3em;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
}
	.interior_page .our_process h3 {
		background: #e0ddd0;
		color: #777575;
		margin: 0 0 1px 0;
		padding: 8px 0;
		font-size: 19px;
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		border-bottom: 1px solid #d5d0bb;
	}
	.our_process ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		.our_process ul li {
			margin: 0;
		}
			.our_process ul li a {
				display: block;
				padding: 5px 0;
				font-size: 14px;
				border-bottom: 1px solid #e1e1e1;
			}
			
			.our_process ul li a:hover {
				color: #409644;
			}
			.our_process ul li.active a {
				background: #7686C2;
				border: 0;
				color: #fff;
				box-shadow: inset 0 -1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.5);
			}

/* Get Approved */

#get_approved .call_to_action p {
	width: 100%;
}

/* News
/* ------------------------------------------------------------ */

.news_wrapper .highlight h1 {
	width: 500px;
	margin: 8px 0 12px 0;
}
.news_wrapper .highlight p {
	width: 460px;
	font-size: 20px;
}
.events_promotions {
	width: 600px;
	float: left;
	margin: 30px 0 40px 0;
}
	.events_promotions h2 {
		font-size: 30px;
		line-height: 1;
	}
	.events_promotions img {
		float: left;
		padding-right: 30px;
	}
	.events_promotions .event_details {
		margin-bottom: 25px;
		line-height: 1.2;
		font-size: 17px;
		padding-left: 130px;
	}
	.events_promotions .events {
		border-bottom: 1px solid #f2f2f2;
		margin-bottom: 20px;
	}

.news {
	width: 300px;
	float: right;
	margin: 30px 0 40px 0;
}	
	.news ul {
		list-style: none;
		margin-top: 10px;
	}
	.news li {
		background: url(/images/news/news_rule.png) no-repeat bottom left;
		padding: 15px 0;
	}
	.news li:last-child {
		background: none;
		padding-bottom: 0;
	}
	.news h3 {
		font-size: 26px;
		margin-bottom: 5px;
		float: left;
	}
	.news img {
		float; left;
		margin: 10px 0 0 15px;
	}
	.news a {
		font-size: 16px;
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	}
	.news p {
		font-size: 12px;
		margin-bottom: 0;
		line-height: 1.2;
	}

/* Events
/* ------------------------------------------------------------ */

.event_highlight p {
	width: 580px;
}

.event {
	margin-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
	.event h2 span {
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
		font-size: 24px;
	}
.event_date {
	float: left;
	padding-right: 30px;
	margin-right: 30px;
	background: url(/images/news/event_rule.png) no-repeat top right;
	color: #646464;
	min-width: 100px;
}

.event_date .month {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.event_date .date_range {
	font-size: 16px;
}

.event_date .year {
	float: right;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
}
.event_details {
	float: left;
    width: 600px;
    padding-right: 20px;
	border-right: 1px dotted #c2c2c2;
}
.event_details > p {
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
}
.event_speakers {
	margin: 0 0 20px 30px;
	float: left;
	padding-left: 10px;
}
	.event_speakers h3 {
		opacity: 1;
		-webkit-transition: opacity 0.3s ease-in-out;
  	 	-moz-transition: opacity 0.3s ease-in-out;
  	 	transition: opacity 0.3s ease-in-out;
	}
	.event_speakers img,
	.event_speakers p { 
		margin: 0;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.event_speakers ul {
		margin-top: -20px;
	}
	.event_speakers ul li {
		list-style: none;
		border: none;
		background: none;
		float: left;
		width: 75px;
		padding: 30px 0 0 0;
		text-align: center;
		margin: 20px 0 0 20px;
	}

.speaker_image {
	position: relative;
}
	.speaker_image div {
		position: absolute;
	}

.speaker_image span {
	display: none;
	position: absolute;
	top: -35px;
	left: -37px;
	padding: 5px;
	min-width: 100px;
	border: 1px solid #dadada;
	color: #888888;
	font-size: 14px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	z-index: 1000;
	font-family: "Gill Sans W01 Book";
}

.speaker_image span:after,
.speaker_image span:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.speaker_image span:after {
	border-color: rgba(255, 255, 255, 0); 
	border-top-color: #FFF;
	border-width: 10px; 
	left: 50%; 
	margin-left: -10px; 
} 

.speaker_image span:before { 
	border-color: rgba(194, 225, 245, 0); 
	border-top-color: #dadada; 
	border-width: 11px; 
	left: 50%; 
	margin-left: -11px; 
}

.role {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.single_role_speaker .role_one,
.triple_role_speaker .role_two {
	left: 35%;
	top: -30px;
}

.double_role_speaker .role_one {
	left: 11%;
	top: -30px;
}
.double_role_speaker .role_two{
	left: 57%;
	top: -30px;
}

.triple_role_speaker .role_one{
	left: -5%;
	top: -25px;
}

.triple_role_speaker .role_two{
	top: -35px;
}

.triple_role_speaker .role_three{
	left: 75%;
	top: -25px;
}

/* Devices
/* ------------------------------------------------------------ */

.featured_devices {
	height: 440px;
}
	.featured_devices p {
		font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	}

	.featured_devices .featured_devices_header h1,
	.featured_devices .featured_devices_header p {
		float: left;
	}
	.featured_devices_header p {
		margin: 15px 0 0 5px;
		font-size: 19px;
		color: #3e3e3e;
	}
	.featured_devices h2 {
		font-size: 24px;
	}
.nook_device_left {
	float: left;
	width: 50%;
	position: relative;
	height: 100%;
}
	.nook_device_left_content {
		width: 200px;
		float: left;
		text-align: right;
		margin-top: 80px;
	}
		.nook_device_left img {
			position: absolute;
			right: -40px;
			bottom: 0;
			margin-bottom: 90px;
		}
.nook_device_right {
	float: right;
	width: 50%;
	position: relative;
	height: 100%;
}
	.nook_device_right_content {
		width: 200px;
		float: right;
		margin-top: 80px;
	}
		.nook_device_right img {
			position: absolute;
			left: 0;
			bottom: 0;
			margin-bottom: 90px;
		}
.nook_device_right p,
.nook_device_left p {
	width: 200px;
}
.devices_page .call_to_action {
	margin: 40px auto;
}
	.devices_page .call_to_action img {
		float: left;
		margin: 0;
	}
	.devices_page .call_to_action .call_to_action_content {
		width: 80%;
		margin-right: 3%;
		text-align: center;
	}
		.devices_page .call_to_action .call_to_action_content p {
			width: auto;
		}
	.devices_page .call_to_action h2 {
		font-size: 24px;
	}
	.devices_page .call_to_action a {
		font-family: 'Gill Sans MT W10 Light', Helvetica, sans-serif;
		margin: 10px 10px;
		display: inline-block;
	}
	.devices_page .call_to_action a:first-child {
		margin-left: 0;
	}

.devices_page .blocks {
	min-height: 205px;
}

.device_spec_img {
	position: absolute;
	margin-left: 400px;
	margin-top: -50px
}

/* Resources
/* ------------------------------------------------------------ */

.resources_wrapper .highlight {
	height: 260px;
}
	.resources_wrapper .highlight .highlight_content {
		width: 530px;
		margin-top: 60px;
	}

		.resources_wrapper .highlight .highlight_content p {
			/*line-height: 1.5;
			font-size: 20px;*/
		}

.resources_wrapper dt {
	width: 300px;
}

	.resources_wrapper dt h3 {
		width: 200px;
	}

.resources_wrapper dd {
	margin-left: 300px;
}

/*.resources_wrapper .call_to_action {
	border: 1px solid #96cbd6;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,246,247,1) 5%, rgba(241,246,247,1) 50%, rgba(232,239,242,1) 50%, rgba(232,239,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(5%,rgba(241,246,247,1)), color-stop(50%,rgba(241,246,247,1)), color-stop(50%,rgba(232,239,242,1)), color-stop(100%,rgba(232,239,242,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,246,247,1) 5%,rgba(241,246,247,1) 50%,rgba(232,239,242,1) 50%,rgba(232,239,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,246,247,1) 5%,rgba(241,246,247,1) 50%,rgba(232,239,242,1) 50%,rgba(232,239,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,246,247,1) 5%,rgba(241,246,247,1) 50%,rgba(232,239,242,1) 50%,rgba(232,239,242,1) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,246,247,1) 5%,rgba(241,246,247,1) 50%,rgba(232,239,242,1) 50%,rgba(232,239,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8eff2',GradientType=0 );
	padding: 25px 25px;
	-webkit-box-shadow: 0px 0px 2px rgba(35, 197, 206, 0.75);
	-moz-box-shadow:    0px 0px 2px rgba(35, 197, 206, 0.75);
	box-shadow:         0px 0px 2px rgba(35, 197, 206, 0.75);
}

.resources_wrapper .call_to_action_content {
	display: inline-block;
	width: auto;
}

.resources_wrapper .call_to_action p {
	font-size: 22px;
	margin: 0;
	font-family: 'Gill Sans W01 Medium', Helvetica, sans-serif;
}*/







/* dropdowbn */

@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.8
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net, http://www.lwis.net
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 min-height: 1px;
 line-height: 1.3em;
 vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 margin-left: -2px;
 position: absolute;
 top: 44px;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}





/* jquery ui */

/*! jQuery UI - v1.9.0 - 2012-10-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }

.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }

.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; z-index: 100; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
span.ui-spinner { background: none; }
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}

.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }

.ui-tooltip {
	padding:8px;
	position:absolute;
	z-index:9999;
	-o-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width:2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }







/* Integration one-offs
----------------------------------*/

.one-off.login-form {
	float: left;
	width: 100px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: right;
}
.one-off.inherit-width {
	width: 80px !important;
}

/* cant figure how to disable in code, using CSS instead */
.contentpaneopen_edit,
.componentheading {
	display: none;
}


dl#system-message ul,
dl#system-message li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
dl#system-message,
div.error {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 940px;
	padding: 15px;
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
dl#system-message dt,
dl#system-message dd {
	width: inherit;
	height: inherit;
	border: 0;
	float: none;
	margin: 0;
	padding: 0;
}

.cbRegistration {
	width: 940px;
	margin: 0 auto;
}
.cbRegistration table td.titleCell,
.cbRegistration table td.fieldCell {
	padding: 7px;
}
.cbRegistration table td.titleCell {
	width: 200px !important;
	text-align: right;
}
.cbRegistration table td:first-child {
	width: inherit;
}
.cbRegistration table tr {
	border-top: 1px solid #ddd;
}
.cbRegistration table td {
	border: none;
}
.cbRegistration input {
	vertical-align: middle;
}
.cbRegistration input[type=text], 
.cbRegistration input[type=password] {
	padding: 3px;
	font-size: 14px;
	margin-bottom: 15px;	
}

.cbRegistration .cbMulti {
	width: auto !important;
}
.cbRegistration .cbMulti tr {
	border: none;
}
.cbRegistration tr:last-of-type td {
	background: #fff;	
}
.cbRegistration tr:last-of-type {
	border: 0;
}
.cbRegistration .cbMulti tr:nth-child(2n) td {
	background: inherit;
}
.cbRegistration .cbMulti {
	margin: 0;
}

.getting_started.homepage-upsell {
	margin-top: 0;
	margin-bottom: 15px;
}

.getting_started.homepage-upsell .getting_started_content {
	width: 500px;
}

.login_form p {
	margin-top: 15px;	
}
.login_form {
	margin-top: 30px;
}



.wrapper.legacy-content li {
	margin-left: 3em;
}

#send.rsform-submit-button {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	padding: 4px 15px;
	background: #51b0b7;
	/*background: rgb(138,217,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(138,217,219,1) 0%, rgba(35,197,206,1) 5%, rgba(0,151,161,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,217,219,1)), color-stop(5%,rgba(35,197,206,1)), color-stop(100%,rgba(0,151,161,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(138,217,219,1) 0%,rgba(35,197,206,1) 5%,rgba(0,151,161,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(138,217,219,1) 0%,rgba(35,197,206,1) 5%,rgba(0,151,161,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(138,217,219,1) 0%,rgba(35,197,206,1) 5%,rgba(0,151,161,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(138,217,219,1) 0%,rgba(35,197,206,1) 5%,rgba(0,151,161,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ad9db', endColorstr='#0097a1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #0096a1;
	text-shadow: 0px 1px 0px #0096a1;
	filter: dropshadow(color=#0096a1, offx=, offy=1);	
}
#send.rsform-submit-button:hover {
	background: #0096a1;
}

dl#system-message,
div.error {
	margin-top: 10px;
}
#ja-rotator {
	padding-top: 10px;
}






/* menu fix */



.header-outer .nav ul {
	float: right;
	list-style: none;
}
.header-outer .nav li {
	float: left;
	background: url(/sup/img/nav_rule.png) no-repeat left center;
	line-height: 1;
}
.header-outer .nav li:first-child {
	font-size: 18px;
	margin-right: 0;
	background: none;
}
.header-outer .nav li:active {
	color: #459348;
}

.header-outer .header_top {
	background-color: #f8f7f2;
	border-bottom: 1px solid #efece5;
	border-top: 3px solid #459348;
	-webkit-box-shadow: 0px 3px 30px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 3px 30px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 3px 30px rgba(50, 50, 50, 0.1);
	position: fixed;
	width: 100%;
	z-index: 1005;
}
.header-outer .utility_nav {
	width: 940px;
	font-size: 13px;
	margin: 0 auto;
	background-color: #f8f7f2;
}
.header-outer .utility_nav ul {
	margin: 0; 
}
.header-outer .utility_nav li {
	background: url(/sup/img/utility_nav_rule.png) no-repeat left center;
}
.header-outer .utility_nav li a {
	color: #a09a78;
	padding: 10px 16px;
	display: block;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif !important;
}
.header-outer .utility_nav a:hover {
	color: #7686c2;
}
.header-outer .nav li a.newsletters_nav {
	padding-left: 18px;
	margin-left: 12px;
	background: url(/sup/img/utility_envelope.png) no-repeat center left;
}
.header-outer .nav .account_nav {
	background: url(/sup/img/account_nav_bg.png);
}
.header-outer .nav .account_nav li {
	background: url(/sup/img/account_rule.png) no-repeat left center;
}
.header-outer .nav .account_nav li a {
	color: #625d44;
}
.header-outer .nav .account_nav li:first-child {
	background: none;
}
.header-outer .nav .account_nav li:hover {
	background-color: #e5e2d3;
}
/* holds logo and primary nav items */
.header-outer .header-inner {
	width: 940px;
	margin: 40px auto 0;
}
.header-inner .primary_nav {
	font-size: 20px;
	position: relative;
	margin-top: 8px;
}
.header-inner .primary_nav a {
	color: #464646;
	display: block;
	padding: 15px 19px;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif !important;
}
.header-inner .dropdown > li[class!="first-level"]:hover a { 
	border-top: 0;
}
.header-inner .dropdown > li li a {
	padding: 15px 0px !important;	
}
.header-inner .dropdown > li.first-level:hover > a {
	border-top: 2px solid #459348;	
}
.header-inner .dropdown > li.first-level:hover a {
	padding: 11px 17px;
	z-index: 601;
	background-color: #fbfbfb;
	position: relative;
}
.header-outer .header-inner .dropdown>li:hover {
	background: none;
	border: 1px solid #e0e0e0;
	padding: 1px;
	-webkit-box-shadow: 0px -2px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px -2px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         0px -2px 5px rgba(50, 50, 50, 0.2);
}
.header-inner .primary_nav .dropdown>li>a:active {
	color: #459348;
}
.dropdown_inner {
	position: absolute;
	background-color: #fbfbfb;
	max-width: 290px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.2);
	padding-left: 1px;
}
.header-outer .dropdown_inner li {
	background: none;
	float: none;
	border-top: 1px solid #e0e0e0;
	font-size: 16px;
	margin: 0 25px;
	padding: 0;
}
.header-outer .dropdown_inner li:first-child {
	border-top: none;
}
.header-outer .dropdown_inner li a {
	color: #7686c2;
	background-color: #fbfbfb;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif !important;
	font-weight: lighter;
	line-height: 1.3;
	padding: 15px 0;
	display: block;
	border-top: none;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
.header-outer .dropdown .resources_dropdown,
.header-outer .dropdown .support_dropdown {
	right: 0;
}
.header-outer .dropdown .resources_dropdown {
	width: 300px;
}
.header-outer .dropdown .support_dropdown {
	width: 210px;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              