.spshare a { background-color:#FFF; display:block; float:left; padding:3px; margin-right:5px; }
.spshare img { }
.spshare { float:right; clear:right; width:200px; }
.spshare p { float:left; width:50px; }

.lightboxHTML {
	background-color:#f1f1f1;
	color:#333333;
	padding:20px 45px; margin:0px;
}
.lightboxHTML a, .lightboxHTML p, .lightboxHTML ul, .lightboxHTML table, .lightboxHTML ol, .lightboxHTML .bio, .lightboxHTML .company, .lightboxHTML .jobtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.lightboxHTML .company { margin-top:10px; font-weight:bold }
.lightboxHTML .jobtitle { margin-bottom:10px; font-weight:bold }

.lightboxHTML h1 {
	font-size: 30px;
	line-height: 36px;
	color: #c1228a;
	font-weight:lighter;
	font-family: Segoe, Arial, Helvetica, sans-serif;
}
.lightboxHTML h2, #content .lightboxHTML .name, .lightboxHTML .name {
	font-size: 16px;
	text-transform:uppercase;
	background:none; background-color:transparent;
}
#content .lightboxHTML .name, .lightboxHTML .name { padding:0px; margin:0px; color:#c1228a }
.lightboxHTML h3 {
	font-size: 14px;
	font-weight:bold;
	padding-right:5px;
}
.lightboxHTML h3 span {
	background-image:url(/p/TENA10/resources/h3_gbar.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:4px 12px 8px 5px
}
.lightboxHTML h4 {
	font-size: 14px;
	font-weight:bold;
	padding-right:5px;
	color:#8ec63f;
}
.lightboxHTML a {
	color: #c1228a;
	text-decoration:underline;
}
.lightboxHTML a:hover {
	text-decoration:underline;
}
.lightboxHTML ul.columsList {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	background-repeat: repeat-y;
}
.lightboxHTML ul.columsList li {
	list-style: none;
	float: left;
}
.lightboxHTML ul.columsList li div.moduleBody {
	padding:15px;
}
.lightboxHTML ul.columsList li.divider {
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
.lightboxHTML ul.stacked {
	margin-bottom:0;
	border-top:1px solid #cccccc;
}
.lightboxHTML ul.double li {
	width: 49%;
}
.lightboxHTML ul.triple li {
	width: 33%;
}
.lightboxHTML ul.quadruple li {
	width: 24%;
}
.lightboxHTML ul.quintuple li {
	width: 19%;
}
.lightboxHTML ul.columsList li ul,  .lightboxHTML ul.columsList li ol {
	width: auto;
	background: none;
	border: 0 none;
}
.lightboxHTML ul.columsList li ul li,  .lightboxHTML ul.columsList li ol li {
	float: none;
	width: auto;
	padding: 0;
	list-style: disc;
}
.lightboxHTML ul.columsList li ol li {
	list-style: none;
	padding: 3px 0;
	border-top: solid 1px #939393;
}
.lightboxHTML ol {
	list-style:decimal;
	margin-left:35px;
}
.lightboxHTML table {
	border: 0;
	width: 100%;
	background-color:#282828;
}
.lightboxHTML table td,  .lightboxHTML table th {
	padding: 5px 14px;
	vertical-align: top;
}
.lightboxHTML table th {
	text-align: left;
	background: #1a1a1a;
}
.lightboxHTML table .altRow td {
	background-color: #1a1a1a;
}
.lightboxHTML table.blackCells {
	border: 0;
	width: 100%;
	background: #0d0d0d;
}
.lightboxHTML table.blackCells th {
	text-align: left;
	background: #000;
	background: #000000;
}
.lightboxHTML table.blackCells .altRow td {
	background-color: #1a1a1a;
}
.lightboxHTML table.greyCellsGreen {
	border: 1px solid #9e9e9e;
	width: 100%;
	background: #dadada;
	color:#333333;
}
.lightboxHTML table.greyCellsGreen th {
	text-align: left;
	background: #000;
	background: #8ec63f;
	color:#ffffff;
}
.lightboxHTML table.greyCellsGreen .altRow td {
	background-color: #eeeeee;
	color:#333333;
}
.lightboxHTML table.greyCellsGreen a {
	color: #c1228a;
}

.lightboxHTML .photo img {
	height:200px; float:right; padding-left:20px; padding-bottom:20px; clear:both;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto; margin-right:28px
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background:#000;
}
#colorbox {
}
#cboxContent {
	background:#f1f1f1;
	margin-top:20px;
}
#cboxLoadedContent {
	background:#f1f1f1;
	
	/*padding:5px;*/
}
#cboxTitle {
	position:absolute;
	top:-20px;
	left:0;
	color:#ccc;
}
#cboxCurrent {
	position:absolute;
	top:-20px;
	right:0px;
	color:#ccc;
}
#cboxSlideshow {
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
}
#cboxPrevious, .cboxPrevious {
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-32px;
	background:url(/p/TENA10/resources/controls.png) top left no-repeat;
	width:28px;
	height:65px;
	text-indent:-9999px;
}
#cboxPrevious.hover, .cboxPrevious.hover {
	background-position:bottom left;
}
#cboxNext, .cboxNext {
	position:absolute;
	top:50%;
	right:0px;
	margin-top:-32px;
	background:url(/p/TENA10/resources/controls.png) top right no-repeat;
	width:28px;
	height:65px;
	text-indent:-9999px;
}
#cboxNext.hover, .cboxNext.hover {
	background-position:bottom right;
}
#cboxLoadingOverlay {
	background:#000;
}
#cboxLoadingGraphic {
	background:url(/p/TENA10/resources/loading.gif) center center no-repeat;
}
#cboxClose {
	position:absolute;
	top:0px;
	right:40px;
	display:block;
	background:url(/p/TENA10/resources/controls.png) top center no-repeat;
	width:38px;
	height:19px;
	text-indent:-9999px;
}
#cboxClose.hover {
	background-position:bottom center;
}

