@charset "UTF-8";

/*
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/
   All associated graphics belong to their respective owners and are licensed separately.
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left   .graphic, img.wide.left,   .wide.left video,   .wide.left audio   { display:block; margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio { display:block; margin-left:auto; margin-right:auto; }
.wide.right  .graphic, img.wide.right,  .wide.right video,  .wide.right audio  { display:block; margin-left:auto; margin-right:0px; }


.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}

/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

.sandvox_icon_white { display:block; text-indent:-9999px; background:url(../_Resources/sandvox_icon_white.png) no-repeat; margin:auto !important; width:88px; height:31px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { .sandvox_icon_white { background:url(../_Resources/sandvox_icon_white@2x.png) no-repeat; -moz-background-size:88px 31px; -o-background-size:88px 31px; -webkit-background-size:88px 31px; background-size:88px 31px; } }

/*
File:  'Blueball Pro Tabs GrayBlue Wide' main.css Style Sheet
Created:  15, February, 2007
Last Modified: 2, April, 2012
Version: 6.0
Author:  Charlie Lockhart, Blueball Design
sandvoxdesigns.blueballdesign.com
Copyright 2008-2012 Charlie Lockhart/Blueball Design LLC USA, All Rights Reserved
*/

/* @group Global CSS */

body {
	margin: 0px auto;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	color: #272525;
	background: #ffffff url(protab_bgtop_grayblue.jpg) top left repeat-x;
	text-align: left;
	word-wrap: break-word;
}

* {
}

#main {
	min-height: 200px;
}

img {
	border: 0;
}

a img { 
	border: 0;
}

a:link, a:visited, a:active {
	color: #4F748D;
	text-decoration: underline;
}

a:hover {
	color: #4F748D;
	text-decoration: none;	
}

p {
	margin: 0;
}

blockquote {	font-style: normal;	margin: 8px 0 8px 12px;	font-size: 1.15em;
	line-height: 1.5em;
	padding:  0 10px 0 9px;
	border-left: 4px solid #4F748D;
	font-weight: bold;}

h2 {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #4F748D;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;	
}

h3 {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #4F748D;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}

* html h2, h3 {
	font-weight: 700;
}

.clear {
	clear: both;
	height: 0;
}

#main .clear {
	clear: left;
}

.hidden {
    display: none;
}

.ImageElement, .VideoElement { 
	text-align:center;
	margin-top: 20px;
}

img.narrow, .article-thumbnail img {
	display: block;
	float: left;
	margin: 6px 15px 3px 0;
}

.narrow.left { 
	margin: 6px 15px 3px 0px; 
}

.narrow.right {
	margin: 6px 0px 3px 15px; 
}

img.wide {
	display: block;
	clear: both;
}

div.rssBadge {	margin: 10px;}/* Small icon option */img.smallRSSBadgeIcon { 
	vertical-align: middle; 
}
img.smallRSSBadgeIconLeft { 
	margin-right: 4px; 
}
img.smallRSSBadgeIconRight {
	margin-left: 4px; 
}/* Large icon option */div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {	margin: 0 10px;	text-align: center !important;}img.largeRSSBadgeIcon {
	margin-bottom: 4px; 
}
p.largeRSSBadgeIcon {
	margin: 0; 
}

ul {
	padding-left: 20px;
	list-style-type: square;
}

ol, dd {
	padding-left: 20px;
}.sitemap-page a:hover {	color: #4F748D;
	text-decoration: none;}

/* 2.0 callout compatibility. 2.0-compatible designs are expected to implement this themselves */

.callout-container, .graphic-container {
	clear: both;
}

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */

.wide {
	display: block;
}

img.narrow.left {
    float: left!important;
	clear: left;
}

img.narrow.right {
	float: right!important;
	clear: right;
}

.wide.left .graphic, img.wide.left {
	margin-left: 0px;
	margin-right: auto;
}

.wide.center .graphic, img.wide.center {
	margin-left: auto;
	margin-right: auto;
}

.wide.right .graphic, img.wide.right {
	margin-left: auto;
	margin-right: 0px;
}

.ImageElement.left {
	text-align: left;
}

.ImageElement.center {
	text-align: center;
}

.ImageElement.right {
	text-align: right;
}

/* @end */

/* @group Page-Top Header */

#page-container {
	position: relative;
	background: transparent url(protab_top_grayblue1000.jpg) top center no-repeat;
	margin: 0px auto;
	width: 1000px;
	border: none;
}

#page {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	margin-bottom: 18px;
	margin-top: 0;
	padding: 0;
	background: transparent;
}

#page-top {
	width:  1000px;
	margin: 0px auto;
	padding: 40px 0 0 0;
}

* html #page-top {
		padding-top: 50px;
}

*:first-child+html #page-top {
	padding-top: 50px;
}

#title {
	position: relative;
	background: transparent url(protabsbanner.jpg) top center no-repeat;
	height: 220px;  
	width: 920px;
	margin: 0 auto;
	margin-top: 14px;
	margin-bottom: 10px;
	overflow: hidden;
	z-index: 5;
}

* html #title {
	margin-bottom: 8px;
}

*:first-child+html #title {
	margin-bottom: 5px;
}

#title h1 {
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 2.5em; 
    text-align: left;
    color: #ffffff;
 	line-height: 1.1em;
 	z-index: 10;
 	width: 920px;
 	margin: 30px 0 8px 24px;
}

* html #title h1 {
	font-weight: 700;
}

#title h1 a:link, #title h1 a:visited {
	color: #ffffff;
	text-decoration: none;	
}

#title h1 a:hover {
	text-decoration: none;
	color: #dedede;
}

.has-logo #title h1 {
	z-index: 12;
}

* html .has-logo #title h1 {
	margin: 14px 0 4px 12px;
}

#title p {
	position: relative;
	margin: 0 24px 0 24px;
	padding: 0;
    font-size: 1.35em;
    line-height: 1.35em;
    text-align: left;
    color: #ffffff;
    z-index: 15;
    width: 720px;
    font-weight: 500;
}

.no-title #title p {
	margin-top:  60px;
}

.has-title #title p {
	margin-top: 0;
}

#logo {
	float: right;
	margin: 28px 26px 0 14px;
	padding: 0;
	z-index: 40;
}

/* @end */

/* @group Site Menu */


/* Main parent nav level
   -------------------- */
   
#sitemenu-container {
	clear: both;
	height: auto !important;
	position: relative;
	width: 920px;
	text-align: center;
	margin: -47px 0 2px 40px;
	padding: 0;
	font-size: 1em;
	min-height: 36px;
	z-index: 2998;
}

*:first-child+html #sitemenu-container {
	margin: -42px 0 0 40px;
}

#sitemenu ul li {
	display: inline;
}

#sitemenu ul li .in {
	background-color: #000000;
	margin-right: -3px;
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
	border-bottom: 0px;
	border-top: 1px solid #ffffff !important;
}

#sitemenu ul li.i1 .in {
	margin-right: -2px;
}

#sitemenu ul li .in {
	line-height: 36px;
	height: 36px;
	display: inline-block;
	padding: 0 8px;
	margin-bottom: 2px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 14px 14px 0px 0px;
	border-radius: 14px 14px 0px 0px;
}

#sitemenu {
	margin: 0;
}

#sitemenu a {
	color: #EFEFEF;
	text-decoration: none !important;
	white-space: nowrap;
}

#sitemenu ul {
	margin: 0;
	z-index: 3000;
}

#sitemenu li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sitemenu li li a {
	text-decoration: none;
	white-space: normal;
}

#sitemenu ul {
	padding: 0;
}

#sitemenu a .in:hover {
	background-color: #000000;
	color: #6694b3;
}

li.currentParent > a {
	color: #6694b3 !important;
}

#sitemenu ul li ul li .in {
	height: auto !important;
	line-height: 1.4em !important;
	background-color: #444444;
}

#sitemenu ul .hasSubmenu {
	margin-right: 0px;
}

/* 1st nav sub level
   -------------------- */

.hasSubmenu ul {
	top: 26px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
	border-bottom: 1px solid #ffffff !important;
	border-top: 0px solid #ffffff !important;
	text-align: left !important;
}

*:first-child+html .hasSubmenu ul {
	top: 36px !important;
}

*:first-child+html .hasSubmenu ul ul {
	top: 0px !important;
}

*:first-child+html .hasSubmenu ul ul ul {
	top: 0px !important;
}

#sitemenu ul li ul li .in {
	display: block;
	padding: 8px 4px 8px 8px !important;
	border-bottom: none !important;
	border-left: 0px solid #ffffff !important;
	border-right: 0px solid #ffffff !important;
	border-bottom: 0px;
	border-top: 0px solid #ffffff !important;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#sitemenu ul li ul li .in:hover {
	background-color: #4F748D;
	color: #ffffff;
}

ul .submenu-indicator {
	margin-left: 5px;
}

#sitemenu ul li ul li.i1 .in {
	margin-right: 0px;
}

/* 2nd nav sub level
   -------------------- */

.hasSubmenu ul li ul {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #ffffff !important;
	top: 0px !important;
}

*:first-child+html .hasSubmenu ul li ul {
	height: 1%;
}

#sitemenu li.currentPage {
	color: #4F748D;
}

#sitemenu li li.currentPage {
	margin-right: 0px;
}

ul ul .submenu-indicator {
	padding-top: 7px !important;
	padding-right: 4px !important;
}

*:first-child+html #sitemenu-content ul .submenu-indicator {
	padding: 10px 0 0 4px;
}

*:first-child+html ul .submenu-indicator {
	margin-top: 8px !important;
}

/* @end */

/* @group Sidebar */

#sidebar {	float:  right;	width:  210px;	padding: 8px 0 10px 0;}

* html #sidebar {	padding: 6px 0 0 0;}

.allow-sidebar #main {
	float:  left;
	width: 690px;
	padding-top: 5px;
}

.no-sidebar #main {
	width:  920px;
}

/* @end */

/* @group Page-Content */

#page-content {
	position: relative;
	width: 920px;
	min-height: 200px;
	margin: -3px 40px 0 40px;
	padding: 18px 0 0 0;
	background: transparent url(protab_pgtopbg_grayblue.jpg) top left repeat-x;
	z-index: 1;
}

* html #page-content {
	position: relative;
	width: 720px;
	min-height: 200px;
	margin: -19px 0px 0 42px;
	padding: 24px 0 0 0;
	background: transparent url(protab_pgtopbg_grayblue.jpg) top left repeat-x;
}

.callout {
	float:  left;
	width:  210px;
	margin: 0 10px 0px 0;

}

* html .callout {
	margin: 0 5px 0px 0;
}

.listing-index h3 {
	font-size: 1em;
	font-weight: normal;
}

/* @end */

/* @group Page Bottom */

#page-bottom {      width: 1000px;	min-height: 88px;	margin: 4px 0 30px 0;	padding: 0 0 10px 0;	text-align: center;	background: url(protab_bottom_1000.jpg) bottom left no-repeat;}#page-bottom-contents {	font-size: .95em;
	line-height: 1.3em;
	color: #272525;    text-align: center;    padding: 28px 40px 10px 40px;    margin: 0 0 30px 0;}

#page-bottom a:link, #page-bottom a:visited {
	color: #4F748D;
	text-decoration: underline;
}

#page-bottom a:hover {
	color: #4F748D;
	text-decoration: none;	
}

/* @end */


/* @group Contact Form */


form.contactElement textarea,form.contactElement input,form.contactElement select {
	margin: 4px 0;
}

form.contactElement input.submit {
}

form.contactElement th {
}

*:first-child+html form.contactElement input.submit {
	padding: 0px 10%;
}

td.dli1 {
	text-align: center;
}

/* @end */

/* @group Pagelet */

.pagelet {
	font-size: .95em;
	line-height: 1.2em;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.pagelet.bordered {
	border:  1px solid #727272;
	padding:  6px 6px 6px 9px;
	margin: 2px 0 10px 0;
}

* html .pagelet.bordered {
	border:  1px solid #727272;
	padding:  9px 6px 6px 9px;
	margin: 2px 0 10px 0;
}

*:first-child+html .pagelet.bordered {
	padding: 6px 6px 6px 9px;
}

.pagelet-body .photo img {
	border:  0px;
	padding:  0px;
	margin:  0px;
	margin-left:  -7px;
	margin-bottom:  3px;
	margin-top:  -5px;
}

.pagelet.bordered .pagelet-body .photo img {
	border:  0px;
	padding:  0px;
	margin:  0px;
	margin-left:  -3px;
	margin-bottom:  3px;
	margin-top:  -5px;
}

.pagelet .elementIntroduction {
	margin-bottom: 3px;
}

.pagelet p {	
    text-align: left;
    line-height: 1.4em;
}

* html .pagelet p {
	margin-top: -1px;
}

.pagelet ul {
	line-height: 1.4em;
}

* html .pagelet ul {
	padding-left: 24px;
	margin: 2px 0 3px 0;
}

*:first-child+html .pagelet ul {
	padding-left: 24px;
	margin: 2px 0 3px 0;
}

.pagelet h4 {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Helvetica, sans-serif;	font-size: 1.3em;
	line-height: 1.3em;	color: #4F748D;	padding-top: 0;
	margin-top: 0px;	margin-bottom: 3px;
}

.pagelet a:hover {
	text-decoration: none;
}

.pagelet img { 
	border:  none;
	padding: 0;
}

.pagelet a img { 
	border:  none;
	padding: 0;
}

.pagelet .photo .imageLink {
	background: transparent;
}

.pagelet .photo .imageLink a:hover {
	background: transparent;
}

/* @end */

/* @group Callout */

.callout {
	width: 230px;
	float:	 left;
	margin: 6px 14px 4px 0;
}

.callout-content p {
	line-height: 1.4em;
}

/* @end */

/* @group Blog-Article Page */

.article {
	margin-bottom: 0;
}

.article-info {
	color: #4F748D;
	font-style: normal;
	font-size: .9em;
	margin-bottom: 0;
}

.article h3 {
	 font-family: "Helvetica Neue", "Lucida Grande", Arial, Helvetica, sans-serif;     padding: 20px 10px 5px 0;     text-align: left;     font-size: 1.4em;
     line-height: 1.2em;     font-weight: bold;     color: #4F748D;
     border-top: 1px solid #cccccc;}

.article h3 a, .article h3 a:active {
    text-decoration: none;
}

.article h3 a:hover, .article h3 a:focus{
    text-decoration: underline;
}

.general-index h3 {
	width: 100%;
	margin: 0;
	padding: 10px 0 5px 0;
}

.general-index {
}

.article-content {
	margin-bottom: 3px;
	margin-top:  -10px;
}

* html .article-content {
	margin-top: -3px;
}

.article-content p {
	margin-bottom: 8px;
}

.article li a, .article a:active {
	color: #4F748D;
	text-decoration: underline;
}

.article li a:hover, .article a:focus {
	color: #4F748D;
	text-decoration: none;
}

.article-info .timestamp {
	clear: left;
	text-align: left;
	background: url(clock.png) left 6px no-repeat;
	padding: 3px 8px 1px 20px;
	margin: 0px 0 0px -3px;
	
	font-size: 10px;
	letter-spacing: 1px;
}

* html .article-info .timestamp {
	background: url(clock.gif) left 6px no-repeat;
	margin: 0px 0 0 0;
}

*:first-child+html .article-info .timestamp {
	background: url(clock.gif) left 6px no-repeat;
	margin: 0px 0 0 0;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #4F748D;
	text-decoration: underline;
	font-size: .95em;
	font-style: normal;
	margin-top:  -8px;
}

.article-info .continue-reading-link a:hover {
	color: #4F748D;
	text-decoration: none;
	font-size: .95em;
	font-style: normal;
	margin-top:  -8px;
}

.comments {	padding: 0 0 6px 0;
	margin-top: -3px;
	font-size: .95em;
	background: #fff;}

.comments a {	padding: 0 0 6px 20px;
	margin-top: -3px;
	color: #4F748D;
	text-decoration: underline;
	font-size: .95em;
	background: #fff url(commentR.png) left center no-repeat;}

* html .comments a {
	background: #fff url(commentR.gif) left center no-repeat;}

* html .comments a:hover {
	background: #fff url(commentR.gif) left center no-repeat;}

.comments a:hover {	padding: 0 0 6px 20px;
	margin-top: 1px;
	color: #4F748D;
	text-decoration: none;
	font-size: .95em;
	background: #fff url(commentR.png) left center no-repeat;}


/* @end */

/* @group Photo Grid */

.photogrid-index {
	position: relative;
	text-align: left;    margin: auto;
	margin-top: 12px;
	margin-left: 10px;
	text-align: center;
}

* html .photogrid-index {
	margin-top: 24px;
	margin-left: 10px;
}

.gridItem {
	float: left;
	position: relative;
	width: 150px;
	height: 186px;	/* room for caption */
	overflow: hidden;
}
.gridItem h3 {
	font-weight: normal;
	font-size: 90%;
	text-align: center;
	margin: 0 5px;
	background: transparent;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	width: 136px;
	position: absolute;
	top: 140px;
	border-top: 0px;
}

.gridItem h3 a {
    text-decoration: underline;
    color: #4F748D;
}

.gridItem h3 a:hover, a:focus{
    text-decoration: none;
    color: #4F748D;
}

.gridItem img {
    border: 0px;
    margin: auto!important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 48px;
    right: 0;
    left: 0;
}

* html .gridItem img {
	position: relative;
}

* html .gridItem h3 {
	position: relative;
	top: 10px;
}

*:first-child+html .gridItem img {
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem h3 {
	position: relative;
	top: 10px;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
    position: relative;
    height: 40px;
	width: 200px;
	margin: 0px auto;
	margin-top: -4px;
	margin-bottom: 8px;
}

.photo-navigation div {
	width: 40px;
	height: 40px;
	position: absolute;
	text-indent: -5000em;
}

.photo-navigation a {
	border-bottom: none;
	display: block;
	width: 100%;
	height: 100%;
}

.photo img {
	padding: 4px;
	border: 1px solid #999999;
	margin-bottom: 5px;
}

.caption {
	font-size: .95em;
	line-height: 1.4em;
	font-weight: normal;
}

.image-controls a, .image-controls a:hover {
	border: 0;
}

#previous-photo {
	background: url(leftarrow2-off.png) top no-repeat;
	left: 27px;
}

#previous-photo a {
	background: url(leftarrow2-on.png) top no-repeat;
}

#previous-photo a:hover {
	background: url(leftarrow2-on.png) top no-repeat;
}

#previous-photo a:visited {
	background: url(leftarrow2-on.png) top no-repeat;
}

#next-photo {
	background: url(rightarrow2-off.png) top no-repeat;
	left: 123px;
}

#next-photo a {
	background: url(rightarrow2-on.png) top no-repeat;
}

#next-photo a:hover {
	background: url(rightarrow2-on.png) top no-repeat;
}

#next-photo a:visited {
	background: url(rightarrow2-on.png) top no-repeat;
}

#photo-list {
	background: url(index2-off.png) top no-repeat;
	left: 75px;
}

#photo-list a {
	background: url(index2-on.png) top no-repeat;
}

#photo-list a:hover {
	background: url(index2-off.png) top no-repeat;
}

/* @end */



.callout-container, .graphic-container { clear:both; }

