/* styles.css -- CSS Document
------------------------------
- html elements
- sorting
- global styles
- float
- page elements
- loading image
- buttons
- pagination
- ratings
- badges
- profile image
- authority level
- admin links
- twitter widget
- side box
- sitejabber tip box
- facebook like box
- share buttons
- jquery tabs
- tooltips
- CAKE: tables
- CAKE: paging
- CAKE: scaffold view
- CAKE: forms
- CAKE: notices and errors
- CAKE: action
- CAKE: related
- CAKE: debugging
------------------------------
*/

@import url('/css/dialog.css');
/* html elements */
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 {
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#f1f3f2;
	line-height:1;
	min-width: 970px; /* for mobile viewport bug */
}
body.mobile {
	min-width: 0;
}
a {
	color:#015899;
	text-decoration:none;
}
a:hover {
	/*text-decoration:underline;*/
	color:#D05A03;
	cursor:pointer;
}
a[href^=tel] {
	color:inherit;
	text-decoration:none;
}
h1, h2, h3, h4 {
	margin:0 0 10px 0;
	padding:0;
}
h1 {
	font-size:1.8em;
	font-family:'Source Sans Pro', sans-serif;
}
h2 {
	font-size:1.4em;
	font-family:'Source Sans Pro', sans-serif;
}
h3, h4 {
	font-size:1.1em;
}
p {
	font-size:0.9em;
	line-height:1.5em;
}
label {
	display: block;
	margin-bottom:5px;
	font-weight:normal;
}
input[type="submit"]:hover {
	cursor:pointer;
}
hr {
	border:0;
	border-bottom:1px solid #d7d6da;
	margin-bottom:20px;
	margin-top:10px;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

/* sorting */
a.asc {
	color: #000;
}

a.desc {
	color: #000;
}

a.asc:after {
	content: ' ⇣';
}

a.desc:after {
	content: ' ⇡';
}

#sort_options span {
	font-weight:bold;
}
/* global styles */
.extra_large_heading {
	font-size:1.7em;
}
.large_heading {
	font-size:1.4em;
}
.medium_heading {
	font-size:1.3em;
}
.small_heading {
	font-size:1.1em;
}
.large_text {
	font-size:1.1em;
}
.medium_text {
	font-size:1em;
}
.small_text {
	font-size:0.9em;
}
.tiny_text {
	font-size:0.8em;
}
.faded_text {
	color:#aeb0b2;
}
.normal_text {
	font-weight: normal;
}

::-webkit-input-placeholder {
   color: #969696;
}

:-moz-placeholder { /* Firefox 18- */
   color: #969696;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #969696;  
}

:-ms-input-placeholder {  
   color: #969696;  
}

.relative {
	position: relative;
}

.faq_tooltip_enhanced {
	float:left;
	font-size:11px;
	padding: 10px;
	background: #fff;
	box-shadow: 3px 3px 15px #888888;
	border: none!important;
	z-index:1000;
}
.faq_tooltip_enhanced::after {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 5px 5px 5px 0px;
	content: "";
	display: block;
	left: -5px;
	position: absolute;
	top: 10px;
}
/* float */
.clear {
	clear:both
}
.left {
	float:left
}
.right {
	float:right;
}

.inline {
	display:inline;
}

/* page elements */
#container {
	background-color:#fff;
	width:972px;
	margin:0 auto;
}
#content_container {
	border-left:1px solid #dee0df;
	border-right:1px solid #dee0df;
	width:970px;
}
#content {
	background-color:#fff;
	width:970px;
	margin:0 auto;
}
#content.blank {
	height:500px;
	min-height:500px;
	padding:20px;
	width:919px;
}
#content_wrapper {
	position: relative;
	padding:25px 25px 60px 25px;
	min-height:500px;
}
.divider {
	height:2px;
	border-top:6px solid #04538D;
	border-bottom:2px solid #04538D;
	margin-bottom:20px;
}
.divider.no_margin {
	margin-bottom:0px;
}

/* sitemap links */
#url_sitemap_links ol {
	color:#2188CA;
}
#url_sitemap_links a {
	color:#2188CA;
}
#url_sitemap_links ol li {
	display:inline;
	font-size:11px;
}
/* loading image */
.loading_image img {
	vertical-align: middle;
}
.loading_image span {
	display:inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.loading_image.hidden {
	display:none;
}
/* buttons */
.button {
	font-family:'Source Sans Pro', sans-serif;
	letter-spacing:0.3px;
	color: #ffffff;
	font-weight:600;
	font-size:14px;
	line-height: 14px;
	padding:8px 15px;
	text-align:center;
	float:left;
	-webkit-box-shadow:1px 1px 0px 0px #b3b3b3;
	-moz-box-shadow:1px 1px 0px 0px #b3b3b3;
	-ms-box-shadow:1px 1px 0px 0px #b3b3b3;
	-o-box-shadow:1px 1px 0px 0px #b3b3b3;	
	box-shadow:1px 1px 0px 0px #b3b3b3;
}
.button.flat {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;	
	box-shadow:none;	
}
a.button {
	display:block;
	width:auto;
	text-decoration:none;
	height: 14px;
}
input.button, button.button {
	height:32px;
	line-height: 12px; /* firefox adds 1 pixel above and below text */
}
.button:hover {
	cursor:pointer;
	color:#ffffff;
}
.button.not_alone {
	margin-right:5px;
}
.button.small {
	padding:4px 10px;
	font-size:12px;
}
.button.orange {
	background-color:#DC4C1A;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#FC6E2D), to(#D04420));
	/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #FC6E2D, #D04420);
	background-image:-moz-linear-gradient(top, #FC6E2D, #D04420);
	background-image:-ms-linear-gradient(top, #FC6E2D, #D04420);
	background-image:-o-linear-gradient(top, #FC6E2D, #D04420);
	background-image:linear-gradient(top, #FC6E2D, #D04420);
	border:1px solid #D04420;
}
.button.orange:hover {
	background-color:#a83e16;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#c63a03), to(#a83e16));
	/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #c63a03, #a83e16);
	background-image:-moz-linear-gradient(top, #c63a03, #a83e16);
	background-image:-ms-linear-gradient(top, #c63a03, #a83e16);
	background-image:-o-linear-gradient(top, #c63a03, #a83e16);
	background-image:linear-gradient(top, #c63a03, #a83e16);
}
.button.orange.pushed {
	-webkit-box-shadow:0 0 8px 4px #DC4C1A inset;
	-moz-box-shadow:0 0 8px 4px #DC4C1A inset;
	-ms-box-shadow:0 0 8px 4px #DC4C1A inset;
	-o-box-shadow:0 0 8px 4px #DC4C1A inset;
	box-shadow:0 0 8px 4px #DC4C1A inset;
}
.button.gray {
	background-color:#58585c;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#7C7E81), to(#505359));
	/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #7C7E81, #505359);
	background-image:-moz-linear-gradient(top, #7C7E81, #505359);
	background-image:-ms-linear-gradient(top, #7C7E81, #505359);
	background-image:-o-linear-gradient(top, #7C7E81, #505359);
	background-image:linear-gradient(top, #7C7E81, #505359);
	border:1px solid #505359;
}
.button.gray:hover {
	background-color:#76767a;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#939393), to(#76767a));
	/* Saf4+, Chrome */	
	background-image:-webkit-linear-gradient(top, #939393, #76767a);
	background-image:-moz-linear-gradient(top, #939393, #76767a);
	background-image:-ms-linear-gradient(top, #939393, #76767a);
	background-image:-o-linear-gradient(top, #939393, #76767a);
	background-image:linear-gradient(top, #939393, #76767a);
}
.button.gray.pushed {
	-webkit-box-shadow:0 0 8px 4px #76767a inset;
	-moz-box-shadow:0 0 8px 4px #76767a inset;
	-ms-box-shadow:0 0 8px 4px #76767a inset;
	-o-box-shadow:0 0 8px 4px #76767a inset;
	box-shadow:0 0 8px 4px #76767a inset;
}
.button.red {
	font-size:14px;
	text-transform:none;
	padding:4px 10px;
	background-color:#ce3802;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#df4b03), to(#ce3802));
	/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #df4b03, #ce3802);
	background-image:-moz-linear-gradient(top, #df4b03, #ce3802);
	background-image:-ms-linear-gradient(top, #df4b03, #ce3802);
	background-image:-o-linear-gradient(top, #df4b03, #ce3802);
	background-image:linear-gradient(top, #df4b03, #ce3802);
	border:1px solid #ce3802;
	border-bottom:1px solid #a83e16;
}
.button.red:hover {
	background-color:#ba2101;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#b51c01), to(#ba2101));
	/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #b51c01, #ba2101);
	background-image:-moz-linear-gradient(top, #b51c01, #ba2101);
	background-image:-ms-linear-gradient(top, #b51c01, #ba2101);
	background-image:-o-linear-gradient(top, #b51c01, #ba2101);
	background-image:linear-gradient(top, #b51c01, #ba2101);
}
.button.red.pushed {
	-webkit-box-shadow:0 0 8px 4px #ce3802 inset;
	-moz-box-shadow:0 0 8px 4px #ce3802 inset;
	-ms-box-shadow:0 0 8px 4px #ce3802 inset;
	-o-box-shadow:0 0 8px 4px #ce3802 inset;
	box-shadow:0 0 8px 4px #ce3802 inset;
}
.button.blue {
	font-size:14px;
	text-transform:none;
	background-color:#ce3802;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#1c6db6), to(#145897));
	/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #1c6db6, #145897);
	background-image:-moz-linear-gradient(top, #1c6db6, #145897);
	background-image:-ms-linear-gradient(top, #1c6db6, #145897);
	background-image:-o-linear-gradient(top, #1c6db6, #145897);
	background-image:linear-gradient(top, #1c6db6, #145897);
	border:1px solid #145897;
	border-bottom:1px solid #374a79;
}
.button.blue:hover {
	background-color:#3b5063;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#172b5f), to(#3b5063));
	/* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #172b5f, #3b5063);
	background-image:-moz-linear-gradient(top, #172b5f, #3b5063);
	background-image:-ms-linear-gradient(top, #172b5f, #3b5063);
	background-image:-o-linear-gradient(top, #172b5f, #3b5063);
	background-image:linear-gradient(top, #172b5f, #3b5063);
}
.button.blue.pushed {
	-webkit-box-shadow:0 0 8px 4px #145897 inset;
	-moz-box-shadow:0 0 8px 4px #145897 inset;
	-ms-box-shadow:0 0 8px 4px #145897 inset;
	-o-box-shadow:0 0 8px 4px #145897 inset;
	box-shadow:0 0 8px 4px #145897 inset;
}
.button.disabled {
	cursor: default;
	opacity: 0.4;
}
.button.outline {
	border-radius: 3px;
	box-shadow: none;
	background-color: #256DB3;
	color: #fff;
	border: 1px solid #256DB3;
}
.button.outline:hover {
	background-color: #135796;
	color: #fff;
	border: 1px solid #135796;
}
.button.outline.disabled {
	background-color: #fff;
	color: #969696;
	border: 1px solid #969696;
}
.button.outline.disabled:hover {
	background-color: #fff;
	color: #969696;
	border: 1px solid #969696;
}
/* pagination */
.navigation {
	font-size:12px;
	text-align: center;
}
.navigation .page_numbers span:not(.ellipsis) {
	margin-right:3px;
	display:block;
	float:left;
	line-height:30px;
	margin: 0 4px;
	padding: 0 11px;
	border-radius: 3px;
	text-align:center;
	color:#444;
}
.navigation .page_numbers span:not(.ellipsis):not(.current):hover {
	background-color:#C1D6EA;
	cursor:pointer;
}
.navigation .page_numbers span:not(.ellipsis):not(.current):hover a {
	color:#015899;
}
.navigation .page_numbers span.ellipsis {
	display:block;
	float:left;
	line-height:30px;
	padding: 0 8px;
	text-align:center;
}
.navigation .current {
	background-color:#efefef;
	color:#444;
}
.navigation .page_numbers {
	margin:0 auto;
	display:inline-block;
}
.navigation .paginator_previous {
	float:left;
}
.navigation .paginator_next {
	float:right;
}
.navigation .nav_links {
	float:right;
}
.navigation .nav_links .nav_divider {
	margin-right:5px;
	margin-left:5px;
}
.navigation .button {
	text-transform: none;
	padding: 8px 15px;
}
/* ratings */
.star_rating {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -144px;
	height:15px;
	width:75px;
	margin:2px 0;
}

.star_rating .star {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -159px;
	height:15px;
}

.star_rating_mobile {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -108px;
	height:18px;
	width:90px;
}

.star_rating_mobile .star {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -126px;
	height:18px;
}

.star_rating_medium {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -58px;
	height:25px;
	width:125px;
}

.star_rating_medium .star {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	height:25px;
	background-position:0px -83px;
}

.star_rating_big {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	height:29px;
	width:145px;
	margin:8px 0px;
}

.star_rating_big .star {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -29px;
	height:29px;
}

.star_rating_tiny {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -174px;
	height:13px;
	width:65px;
}

.star_rating_tiny .star {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -187px;
	height:13px;
}

.star_rating_blue {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -200px;
	height:16px;
	width:80px;
}

.star_rating_blue .star {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -216px;
	height:16px;
}

.star_rating_dark_blue {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -232px;
	height:13px;
	width:65px;
}

.star_rating_dark_blue .star {
	background-image:url('/new/reviews/www.wsj.com/images/sp_stars.png');
	background-size: 145px 306px;
	background-position:0px -245px;
	height:13px;
}

@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (   min--moz-device-pixel-ratio: 1.5),
        only screen and (     -o-min-device-pixel-ratio: 3/2),
        only screen and (        min-device-pixel-ratio: 1.5),
        only screen and (min-resolution: 144dpi) {
	.star_rating {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating .star {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_mobile {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_mobile .star {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_medium {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_medium .star {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_big {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_big .star {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_tiny {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_tiny .star {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_blue {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_blue .star {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_dark_blue {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}

	.star_rating_dark_blue .star {
		background-image: url(/new/reviews/www.wsj.com/images/sp_stars.png);
	}
}

.star.w0
{
	width: 0%
}
.star.w10
{
	width: 10%
}
.star.w20
{
	width: 20%
}
.star.w30
{
	width: 30%
}
.star.w40
{
	width: 40%
}
.star.w50
{
	width: 50%
}
.star.w60
{
	width: 60%
}
.star.w70
{
	width: 70%
}
.star.w80
{
	width: 80%
}
.star.w90
{
	width: 90%
}
.star.w100
{
	width: 100%
}

.no_rating {
	color: #969696;
	height:15px;
	padding-top:5px;
	font-weight: bold;
	font-style:italic;
}

.no_rating_big {
	color: #969696;
	height:20px;
	padding-top:10px;
	font-weight: bold;
	font-style:italic;
}

/* badges */
.badge {
	background-image:url('/img/glb/sp_sitejabber_icons.png');
	width:19px;
	height:16px;
	float: left;
	margin-right: 3px;
	margin-bottom: 2px;
}
.badge.trophy {
	background-position: 0px -163px;
}
.badge.level1 {
	background-position: 0px -179px;
} 
.badge.level2 {
	background-position: 0px -195px;
} 
.badge.level3 {
	background-position: 0px -211px;
} 
.badge.level4 {
	background-position: 0px -227px;
} 
.badge.level5 {
	background-position: 0px -243px;
} 
.badge.level6 {
	background-position: 0px -259px;
}
.badge.level7 {
	background-position: 0px -275px;
}
.badge.level8 {
	background-position: 0px -291px;
}
.badge.level9 {
	background-position: 0px -307px;
}
.badge.level10 {
	background-position: 0px -323px;
}
.badge.level11 {
	background-position: 0px -339px;
}
.badge.level12 {
	background-position: 0px -355px;
}
.badge.level13 {
	background-position: 0px -371px;
}

/* profile image */
.photo {
	background-color: #FFF;
	border: 1px solid #999999;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.photo img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	width: 100%;
	height: 100%;
	display: inline;
}

.photo.large {
	height: 110px;
	width: 110px;
}

.photo.medium {
	height: 70px;
	width: 70px;
}

.photo.small {
	height: 45px;
	width: 45px;
}

.photo.tiny {
	height: 32px;
	width: 32px;
}

.photo.micro {
	height: 20px;
	width: 20px;
}

.photo.noborder {
	border: 0;
}

.photo .upload_photo_link {
	position:relative;
	bottom:50px;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

.photo .upload_photo_link.large {
	font-size:1.5em;
	bottom:80px;
}

.photo .rating_bubble {
	position: relative;
	bottom:60px;
	right: -18px;
}

.photo .rating_bubble.left_bubble {
	left: -18px;
}

.photo .rating_bubble.large {
	bottom:120px;
	right:-90px;
}
.photo .rating_bubble.medium {
	bottom:80px;
}
.photo .rating_bubble.small {
	bottom:55px;
}


/* Bubbles */
.rating_bubble {
	width: 35px;
	height: 28px;
	background-image: url('/img/glb/sp_sitejabber_icons.png');
}

.rating_bubble.bubble_right_1 {
	background-position: 0 -108px;
}

.rating_bubble.bubble_right_2 {
	background-position: -35px -108px;
}

.rating_bubble.bubble_right_3 {
	background-position: -70px -108px;
}

.rating_bubble.bubble_right_4 {
	background-position: -105px -108px;
}

.rating_bubble.bubble_right_5 {
	background-position: -140px -108px;
}

.rating_bubble.bubble_left_1 {
	background-position: 0 -136px;
}

.rating_bubble.bubble_left_2 {
	background-position: -35px -136px;
}

.rating_bubble.bubble_left_3 {
	background-position: -70px -136px;
}

.rating_bubble.bubble_left_4 {
	background-position: -105px -136px;
}

.rating_bubble.bubble_left_5 {
	background-position: -140px -136px;
}

/* Join SiteJabber */

.join_sj_plate {
	width: 273px;
	height: 146px;
	background-image: url('/img/join_sj_plate.png');
	margin-bottom: 10px;
}

.join_sj_state_plate {
	width: 273px;
	height: 184px;
	background-image: url('/img/join_sj_state_plate.png');
	margin-bottom: 10px;
}

.join_sj_button {
	width: 196px;
	height: 41px;
	top: 38px;
	left: 36px;
	position: relative;
}

/* admin links */
#content_wrapper > #admin_links {
	position:absolute;
	top:10px;
	left:30px;
}
#admin_links {
	color:#969696;
	font-size:10px;
	margin-bottom:5px;
	text-transform:lowercase;
}

#url_home #admin_links .qq-upload-button {
	color:#969696;	
}

#admin_links a {
	color:#969696;
	margin-right:5px;
}

#admin_links a:before {
	content:"[";
}

#admin_links a:after {
	content:"]";
}

#admin_links #uploadButton, #admin_links #uploadBanner {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}

/* twitter widget */
#twitter_widget {
	-moz-border-radius:0 0 0 0;
	border:1px solid #aaaaaa;
	width:265px;
}

#twitter_widget h2 {
	margin-bottom:0px;
	padding:8px;
	padding-bottom:0;
	display:block;
}

#twitter_widget .twitter_follow {
	background-image:url('/img/twitter_follow.png');
	width:100px;
	height:31px;
	padding:8px;
	background-repeat:no-repeat;
	background-position:8px 8px;
}

#twitter_widget .twtr-hd {
	display:none;
}

#twitter_widget .twtr-ft {
	display:none;
}

/* side box */
.side_box {
	margin-bottom:15px;
}

.side_box_heading {
	border:1px solid #d7d6da;
	border-bottom: none;
	height: 6px;
	background-color: #eaeaea;
}

.side_box_content {
	padding:10px;
	border:1px solid #d7d6da;
	border-top: none;	
}

/* sitejabber tip box */
#sj_tip_box {
	position: relative;
}
#sj_tip_box_title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:bold;
	margin-bottom: 15px;
	color: #015899;
}
#sj_tip_box_text {
	font-size: 12px;
	margin-bottom: 7px;
	line-height: 1.3;
}
#sj_tip_box_fb {
	font-size: 11px;
	font-weight: bold;
	color: #015899;
	padding-top: 10px;
	margin-bottom: 7px;
}
#sj_tip_box #light_bulb_icon {
	background-image: url("/img/glb/sp_sitejabber_icons.png");
	background-position:0px -31px;	
	height: 57px;
	width: 68px;
	position: absolute;
	top: -27px;
	left: 120px;
}
#sj_tip_box #extension_prompt {
	background-color: #eaeaea;
	padding: 7px;
	margin-top: 10px;
}
#sj_tip_box .prompt_text {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 4px;
}
#sj_tip_box #prompt_button {
	float: left;
	margin-right: 10px;
    background-image: url("/img/sp_url_profile_icons.png");
    background-position: 0 -223px;
    display: block;
    height: 25px;
    width: 148px;
}
#sj_tip_box #prompt_button.firefox {
	background-position: 0 -248px;
}
#sj_tip_box .prompt_link {
	float: left;
	font-size: 12px;
	padding-top: 6px;
}

/* facebook like box */
#fb_like_box_header {
	border: 1px solid #aaaaaa;
	border-bottom: none;
}
#fb_like_box_top {
	padding: 5px 10px;
	background-color: #015899;
	color: #ffffff;
	font-weight: bold;
}
#fb_like_box_bottom {
	padding: 10px;
}
#fb_like_box_header #light_bulb {
	background-image: url("/img/glb/sp_sitejabber_icons.png");
	background-position:0px -31px;	
	height: 57px;
	width: 68px;
	float: left;
	margin-right: 7px;
}
#fb_like_box_text {
	font-size: 12px;
	margin-bottom: 7px;
	line-height: 1.3;
}
#fb_like_box_nsf {
	font-size: 9px;
	color: #969696;
	font-style: italic;
}

/* share buttons */
.facebook_share_button .facebook_button {
	display: block;
	background-image: url('/img/glb/sp_sitejabber_icons.png');
	background-position: 0px -88px;
	height: 20px;
	width: 55px;		
}
.twitter_share_button .twitter_button {
	display: block;
	background-image: url('/img/glb/sp_sitejabber_icons.png');
	background-position: -55px -88px;
	height: 20px;
	width: 58px;
}
.google_share_button .google_plus_button {
	display: block;
	background-image: url('/img/glb/sp_sitejabber_icons.png');
	background-position: -113px -88px;
	height: 20px;
	width: 32px;
}

/* jquery tabs */
#tabs .ui-tabs-nav {
	padding:0;
}
#tabs .ui-helper-reset {
	font-size:80%;
}
#tabs li {
	padding:5px 15px 0px 15px;
	margin-right:10px;
}
#tabs .ui-state-default {
	background-image:none;
	background-color:#ebebeb;
	height:27px;
}
#tabs .ui-state-active {
	height:28px;
}
#tabs .ui-tabs-nav a {
	color:#000000;
}
#tabs .ui-tabs-active {
	background-color:#ffffff;
	font-weight:normal;
}
#tabs li.ui-tabs-active {
	border-bottom:0 none !important;
	position:relative;
	top:2px;
}
#tabs .ui-tabs-panel {
	padding:20px 0px;
}

/* tooltips */
.ui-widget-content.tooltip {
	float: left;
	font-size: 11px;
	padding: 10px;
	background: #fff;
	box-shadow: 3px 3px 15px #888888;
	border: none;
}
.ui-widget-content.tooltip::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 5px 5px 5px 0px;
    content: "";
    display: block;
    left: -5px;
    position: absolute;
    top: 10px;
    z-index:1000;
}

/***********************************************
 CAKE STYLES
***********************************************/

/* CAKE: tables */
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
 table tr:nth-child(2n) td {
 background: #f5f5f5;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}
/* CAKE: paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}
/* CAKE: scaffold view */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
/* CAKE: forms */
form {
	padding: 0;
}
form div {
	margin-bottom: 1em;
	/*padding: .5em;*/
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form div.submit {
	border: 0;
	margin-top: 10px;
	display: inline;
	vertical-align: baseline;
}
textarea {
	clear: both;
	padding:8px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	border:1px solid #d7d6da;
	resize:none;
    box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;	
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number] {
	border: 1px solid #d7d6da;
	width:100%;
	padding: 8px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;	
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border: 1px solid #969696;
}

fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	/*content: '*';*/
	display:inline;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
/* CAKE: notices and errors */
div.message {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	background: #fff55b;
	padding: 10px 30px;
	line-height:18px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
}

}
/* CAKE: related */
div.related {
	clear: both;
	display: block;
}
/* CAKE: debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
/* imports */