* {
	margin: 0;
	padding: 0;
}

div.content {
	padding: 0;
	margin: 0;
	width: auto;
	float: none;
}

div, td {
	font-size: inherit;
	font-family: Arial,sans-serif;
}

html {
	height: 101%;
}

body {
	background-image: url(/images/snaps_bnxt_bg.png);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top center;
	background-attachment: fixed;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a img {
	border: 0;
}

#wrapper {
	width: 904px;
	text-align: left;
	margin: 25px auto 0;
	padding-bottom: 20px;
}

#header {
	height: 119px;
	background-image: url(/images/postit_header.png);
}

#header .left {
}

#header .right {
	float: right;
	width: 200px;
	padding-top: 90px;
}

#header .right .text {
	height: 17px;
	background-image: url(/bnxt/images/search_input.png);
	background-repeat: no-repeat;
	width: 168px;
	float: left;
}

#header .right .text input {
	background-color: transparent;
	border: 0;
	width: 162px;
	padding: 1px 3px;
	font-size: 12px;
	color: #999999;
}

#header .right .submit {
	float: left;
	width: 13px;
	margin-left: 6px;
}

#content-wrapper {
	background-image: url(/bnxt/images/content.png);
	background-repeat: repeat-y;
	padding: 0 2px;
}

#main-nav {
	clear: both;
	font-size: 12px;
}

#main-nav .left {
	height: 32px;
	background-image: url(/bnxt/images/main_nav_left.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#main-nav .right {
	height: 32px;
	background-image: url(/bnxt/images/main_nav_right.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#main-nav .middle {
	height: 32px;
	background-image: url(/bnxt/images/main_nav_middle.png);
}

#main-nav .middle ul {
	list-style: none;
	padding: 0 20px;
}

#main-nav .middle ul li {
	float: left;
	height: 32px;
}

#main-nav .middle ul li.divider {
	width: 21px;
	background-image: url(/bnxt/images/main_nav_divider.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#main-nav .middle ul li a {
	display: block;
	color: #999999;
	font-weight: bold;
	margin-top: 6px;
	text-decoration: none;
}

#main-nav .middle ul li a:hover, #main-nav .middle ul li a.active {
	color: #dad9d9;
}

#main-nav .middle ul li div  {
	color: #999999;
	margin-top: 6px;
}

#main-nav .middle ul li div a {
	display: inline;
}

#main-nav .middle .inner-left {
	float: left;
}

#main-nav .middle .inner-right {
	float: right;
}

#secondary-nav {
	clear: both;
	height: 23px;
	background-image: url(/bnxt/images/secondary_nav.png);
	background-repeat: repeat-x;
	padding-left: 20px;
	overflow: hidden;
	z-index: 8500;
}

#secondary-nav .tl-item {
	float: left;
	padding-right: 14px;
	font-size: 13px;
}

#secondary-nav .tl-item .anchor {
	padding: 3px 8px;
	height: 16px;
}

#secondary-nav .tl-item .anchor-active {
	background-color: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding-left: 7px;
	padding-right: 7px;
	z-index: 8000;
	margin-bottom: -1px;
	height: 17px;
}

#secondary-nav .tl-item .anchor a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
}

#secondary-nav .tl-item .anchor a:hover {
	text-decoration: underline;
}

#secondary-nav .tl-item .anchor a.arrow {
	display: block;
	float: left;
	margin-left: 4px;
	margin-top: 4px;
	padding: 3px 2px;
	width: 10px;
}

#secondary-nav .tl-item .item-dd {
	display: none;
	position: absolute;
	white-space: nowrap;
	z-index: 100;
}

#secondary-nav .tl-item .item-dd .left {
	background-image: url(/bnxt/images/secondary_nav_dd_left.png);
	background-repeat: repeat-y;
	background-position: top left;
}

#secondary-nav .tl-item .item-dd .right {
	background-image: url(/bnxt/images/secondary_nav_dd_right.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#secondary-nav .tl-item .item-dd .inner {
	padding: 0px 7px;
	display: block;
}

#secondary-nav .tl-item .item-dd .inner .pinch {
	/*
	padding: 0 13px;
	*/
	background-color: #fff;
	/*
	border-top: 1px solid #666;
	*/
}

#secondary-nav .tl-item .item-dd .footer .footer-left {
	background-image: url(/bnxt/images/secondary_nav_dd_footer_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 9px;
	padding-left: 6px;
}

#secondary-nav .tl-item .item-dd .footer .footer-right {
	background-image: url(/bnxt/images/secondary_nav_dd_footer_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 9px;
	padding-right: 7px;
}

#secondary-nav .tl-item .item-dd .footer .footer-middle {
	background-image: url(/bnxt/images/secondary_nav_dd_footer_middle.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 9px;
}

#secondary-nav .tl-item .item-dd a {
	text-decoration: none;
	display: block;
	padding: 5px 13px;
	color: #666666;
}







#secondary-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#secondary-nav ul li {
	float: left;
	padding-right: 14px;
	font-size: 13px;
	display: block;
	z-index: 9000;
}

#secondary-nav ul li .nav {
	padding: 3px 8px;
	height: 16px;
	z-index: 8000;
}

#secondary-nav ul li .nav-active {
	background-color: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding-left: 7px;
	padding-right: 7px;
	z-index: 8000;
	margin-bottom: -1px;
	height: 17px;
}

#secondary-nav ul li .nav a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
}

#secondary-nav ul li .nav a:hover {
	text-decoration: underline;
}

#secondary-nav ul li .nav a.arrow {
	display: block;
	float: left;
	margin-left: 4px;
	margin-top: 4px;
	padding: 3px 2px;
	width: 10px;
}

#secondary-nav ul li ul {
	display: none;
	position: absolute;
	z-index: 7900;
}

#secondary-nav ul li ul li {
	display: block;
	z-index: 9200;
}

#secondary-nav ul li ul li .left {
	background-image: url(/bnxt/images/secondary_nav_dd_left.png);
	background-repeat: repeat-y;
	background-position: top left;
}

#secondary-nav ul li ul li .right {
	background-image: url(/bnxt/images/secondary_nav_dd_right.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#secondary-nav ul li ul li .inner {
	padding: 0px 7px;
}

#secondary-nav ul li ul li .inner .pinch {
	/*
	padding: 0 13px;
	*/
	background-color: #fff;
	/*
	border-top: 1px solid #666;
	*/
}

#secondary-nav ul li ul li .footer .footer-left {
	background-image: url(/bnxt/images/secondary_nav_dd_footer_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 9px;
	padding-left: 6px;
}

#secondary-nav ul li ul li .footer .footer-right {
	background-image: url(/bnxt/images/secondary_nav_dd_footer_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 9px;
	padding-right: 7px;
}

#secondary-nav ul li ul li .footer .footer-middle {
	background-image: url(/bnxt/images/secondary_nav_dd_footer_middle.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 9px;
}

#secondary-nav ul li ul li a {
	text-decoration: none;
	display: block;
	padding: 3px 13px;
	color: #666666;
	cursor: pointer;
	z-index: 9600;
}

#secondary-nav ul li ul li a:hover {
	text-decoration: underline;
}

#secondary-nav ul li ul li a:hover img {
	text-decoration: none;
}

#secondary-nav ul li ul li a.menu_item img {
	margin-right: 5px;
}

#content {
	clear: both;
	padding: 10px;
}

#content .myappContainer {
	padding: 5px 10px;
}

ul, ol {
	padding-left: 18px;
}

#footer {
	clear: both;
	background-image: url(/bnxt/images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer .first-pinch {
	padding-top: 20px;
	text-align: center;
	color: #999999;
	font-size: 12px;
}

div.group_row {
	padding: 0;
	background: none;
	border: 0;
	width: 670px;
}

div.group_row div.top {
	height: auto;
	background: url(/bnxt/images/container_groups_top.png) no-repeat top center;
}

div.group_row div.middle {
	background: url(/bnxt/images/container_groups_middle.png) repeat-y top center;
}

div.group_row div.bottom {
	height: auto;
	background: url(/bnxt/images/container_groups_bottom.png) no-repeat bottom center;
}

.rounded-light {
}

.rounded-light .rounded-top {
	background: url(/bnxt/images/rounded-border-light/rbox_um.png) repeat-x top center;
}

.rounded-light .rounded-top-right {
	background: url(/bnxt/images/rounded-border-light/rbox_ur.png) no-repeat top right;
}

.rounded-light .rounded-top-left {
	background: url(/bnxt/images/rounded-border-light/rbox_ul.png) no-repeat top left;
}

.rounded-light .rounded-content {
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	padding: 0px 5px;
}

.rounded-light .rounded-bottom {
	background: url(/bnxt/images/rounded-border-light/rbox_lm.png) repeat-x top center;
}

.rounded-light .rounded-bottom-right {
	background: url(/bnxt/images/rounded-border-light/rbox_lr.png) no-repeat top right;
}

.rounded-light .rounded-bottom-left {
	background: url(/bnxt/images/rounded-border-light/rbox_ll.png) no-repeat top left;
}

.rounded-light-table .rounded-top {
	background: url(/bnxt/images/rounded-border-light/rbox_grad_header_m.png) repeat-x top center;
}

.rounded-light-table .rounded-top-right {
	background: url(/bnxt/images/rounded-border-light/rbox_grad_header_r.png) no-repeat top right;
}

.rounded-light-table .rounded-top-left {
	background: url(/bnxt/images/rounded-border-light/rbox_grad_header_l.png) no-repeat top left;
}

.rounded-light-table .rounded-top-content {
	padding-left: 8px;
	font-weight: bold;
	padding-top: 4px;
}

.rounded-light .rounded-top, .rounded-light .rounded-top div, .rounded-light .rounded-bottom, .rounded-light .rounded-bottom div {
	height: 9px;
	width: 100%;
	font-size: 1px;
}

.rounded-light-table .rounded-top, .rounded-light-table .rounded-top div {
	height: 22px;
	font-size: 11px;
}

.rounded-dark {
}

.rounded-dark .rounded-top {
	background: url(/bnxt/images/rounded-border-dark/rbox_um.png) repeat-x top center;
}

.rounded-dark .rounded-top-right {
	background: url(/bnxt/images/rounded-border-dark/rbox_ur.png) no-repeat top right;
}

.rounded-dark .rounded-top-left {
	background: url(/bnxt/images/rounded-border-dark/rbox_ul.png) no-repeat top left;
}

.rounded-dark .rounded-content {
	border: 1px solid #999;
	border-top: 0;
	border-bottom: 0;
	padding: 0px 5px;
}

.rounded-dark .rounded-bottom {
	background: url(/bnxt/images/rounded-border-dark/rbox_lm.png) repeat-x top center;
}

.rounded-dark .rounded-bottom-right {
	background: url(/bnxt/images/rounded-border-dark/rbox_lr.png) no-repeat top right;
}

.rounded-dark .rounded-bottom-left {
	background: url(/bnxt/images/rounded-border-dark/rbox_ll.png) no-repeat top left;
}

.rounded-dark .rounded-top, .rounded-dark .rounded-top div, .rounded-dark .rounded-bottom, .rounded-dark .rounded-bottom div {
	height: 9px;
	width: 100%;
	font-size: 1px;
}

table.profile_menu {
	border: 0;
}

td.profile_menu1 a {
	border: 0;
	background: none;
	border-bottom: 1px solid #ddd;
}

td.profile_menu1_last a {
	border: 0;
}

.grey, .grey a {
	color: #666;
}

.href-underline a, a.href-underline {
	text-decoration: underline;
}

.href-underline a:hover, a.href-underline:hover {
	text-decoration: none;
}

#bnxt_Content_Ajax a, table.tracks a {
	color: #666;
	text-decoration: underline;
}

#bnxt_Content_Ajax a:hover, table.tracks a:hover {
	text-decoration: none;
	color: #999;
}

img.photo {
	border: 0;
}

#TB_iframeContent body, iframe body, body body {
	background-image: none;
}