::-ms-clear {
    display: none;
}
s.mainColor {
	color: #616161;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
p,
h1, 
h2, 
h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size:  13px;
}
h3 {
	font-size: 12px;
}
p {
	font-size: 11px;
}
form {
	padding: 0;
	margin: 0;
}
var {
	font-style: normal;
}
.strike {
	text-decoration: line-through;
}
.clear {
	clear: both;
}
.fltLft {
	float: left;
}
.fltRgt {
	float: right;
}
.secBorder {
	border: 1px solid #CBCBCB;
}
.secBorderTop {
	border-top: 1px solid #CBCBCB;
}
.secBorderBtm {
	border-bottom: 1px solid #CBCBCB;
}
.secMarginBtm {
	margin-bottom: 6px;
}
.secInnerPadding {
	padding: 10px;
}
.secInnerPaddingSml {
	padding: 5px;
}
.subCatsNav a.highlight1,
.highlight1 {
	color: #2C6CB3;
}
.highlight2 {
	color: #8BAB3E
}
.highlight3,
.highlight3 a {
	color: #40A5D8;
}
.highlight4 {
	/*color: #98CE42;*/
	color: #669933;	
}
.highlight5 {
	color: #9B0103;
}
.highlight6 {
	color: #666666;
}
.highlight7 {
	color: #999999;
}
.highlight8 {
	color: #990000;
}
.highlight9 {
	color: #343434;
}
.highlight10 {
	color: #E27D49;
}
.highlight11 {
	color: #FE4F00;
}
.gradOver1 {
	position: absolute;
	width: 100%;
	height: 31px;
	background: url(/content/skin-02/images/gradOver1.png) left top repeat-x;
	left: 0;
	top: 0;
}
.rgtLnk {
	color: #1d1f26;
	padding: 4px 0 4px 10px;
	border-left: 1px solid #7AAA30;
}
.center {
	text-align:center;
}
.gridBkdOdd {
	background-color: #F1F3F2;
}
.outerWidth {
	margin: auto;
	width: 950px;
	position: relative;
}
.resultsOuterWidth {
	position: relative;
	margin-right: 5px;
}
.contTitle {
	background: url(../images/gradTitle.jpg) left top repeat-x;
	height: 85px;
	margin-bottom: 35px;
	position: relative;
	z-index: 2;
}
.contTitle .innerCont .logo {
	position: absolute;
	left: 0;
	top: 17px;
	width: 265px;
	height: 48px;
	background-image: url(../images/sb-logo.png?v=3);
	/*remove for allclients*/
}
.contTitle .innerCont .title {
	position: absolute;
	right: 0;
	top: 56px;
	color: #1d1f26;
	font-size: 20px;
	font-weight: bold;
}
.contOuter {
	width: 938px;
    box-shadow: inset 0 0 0 .1rem #cbcbcb;
	padding: 6px;
	background-color: #FFFFFF;
	margin: auto;
	margin-bottom: 10px;
	z-index:3;
	position:relative;
}
.selectLabel {
	float: left;
	padding: 3px 6px 0 0;
}
.select {
	position: relative;
	background: url(../images/grad3.jpg) left top repeat-x;
	height: 21px;
	cursor: pointer;
	padding-right: 24px;
}
.select .txt {
	padding: 0 0 0 4px;
	font-size: 13px;
	line-height: 21px;
}
.select .ico {
	position: absolute;
	top: 3px;
	right: 3px;
	background: url(../images/assets.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}
.options {
	position: absolute;
	z-index: 200;
	margin: 0 -1px 0;
	display: none;
	/*width: 164px;*/
}
.select .options a {
	display: block;
	padding: 3px;
	border-bottom: none;
	background-color: #FFFFFF;
	font-size: 11px;
	/*width: 158px;*/
	color:#616161;
}
.select .options a:visted {color:#616161}
.select .options a:hover {
	background-color: #4f5159;
	color: #FFFFFF;
}
.contPaging {
	background-color: #EFEFEF; 
}
.paging {
	position: absolute;
	right: 10px;
}
.paging a {
	float: left;
	margin: 0 5px;
	cursor: pointer;
	text-decoration: underline;
}
.paging a.slct {
	text-decoration: none;
	font-weight: bold;
}
.paging a.pgIco {
	background: url(../images/assets.png) no-repeat;
	width: 15px;
	height: 16px;
}
.paging a.pgLft {
	background-position: -54px top;
	margin-left: 0;
}
.paging a.pgAbsLft {
	background-position: -54px -16px;
	margin-left: 0;
}
.paging a.pgRgt {
	background-position: -69px top;
	margin-right: 0;
}
.paging a.pgAbsRgt {
	background-position: -69px -16px;
	margin-right: 0;
}
.contListControl .total {
	text-align: right;
	font-size: 11px;
	padding-top: 3px;
	position: absolute;
	bottom: 6px;
}
.secHeader {
	margin:0;
	padding:0;
	position: relative;
	height: 26px;
	color: #FFFFFF;
	font-weight: bold;
}
.secHeader .txt {
	position: absolute;
	left: 6px;
	top: 0;
	font-size: 13px;
	line-height: 26px;
	display:block;
}
.secHeader .rss {
	position: absolute;
	top: 6px;
	right: 6px;
	background: url(../images/assets.png) -38px 0 no-repeat;
	width: 16px;
	height: 15px;
	cursor: pointer;
}
.secHeaderA {
	background: url(../images/grad2.jpg) left top repeat-x;
	color: #343434;
}
.secHeaderA .txt {
	position: absolute;
	display:block;
}
.secHeaderB {
	background: url(../images/grad8.jpg) left top repeat-x;
}
.secHeaderC {
	background: url(../images/grad9.jpg) left top repeat-x;
}
.action {
	position: absolute;
	z-index: 200;
	top: 6px;
	right: 6px;
	background: url(../images/grad1.jpg) left top repeat-x;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	padding: 2px 4px;
	cursor: pointer;
}
.btn1 {
	display: block;
	background: url(../images/grad7.jpg) top left repeat-x;
	border: 1px solid #10335D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	height: 12px;	
	padding: 6px 10px 5px;
	cursor: pointer;
	text-align: center;
}
.btn2 {
	background: url(../images/grad13.jpg) top left repeat-x;
	border: 1px solid #5D6E0E;
}
.btn3 {
	background: url(../images/grad2.jpg) top left repeat-x;
	border: 1px solid #999999;
	color: #1d1f26;
}
.btn4 {
	background: url(../images/grad19.jpg) top left repeat-x;
	padding: 0 10px;
	line-height: 37px;
	height: 37px;
	font-size: 16px;
}
.btnSocialConnect {
	background: url(/content/top-bar/images/social-off.png) center no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: relative;
	margin-left:10px;
}
.btnSocialConnected {
	background-image: url(/content/top-bar/images/social-on.png);
}
#socialLoginPop{position:absolute; top:30px; left:-108px;}
#gigyaLoginCont_p0 table td, #gigyaConnectCont_p0 table td{padding-right:16px !important;}
#gigyaLoginCont_p0 table td div img, #gigyaConnectCont_p0  div img{cursor:pointer;}
.title2 {
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 8px;
}
.small {
	font-size: 11px;
	/*font-weight: bold;*/
}

.titleHeight {
	line-height: 30px;
	padding:0 4px;
}
.title2Height {
	line-height: 22px;
	padding:0 4px;
	clear: both;
}
.ajaxLoader1 {
	background: url(../images/ajax-loader-1.gif) center center no-repeat #1d1f26;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cLft {
	float: left;
	margin-right: 6px;
	width: 175px;	
}
.cRgt-lft {
	float: left;
	width: 448px;
	margin-right: 6px;
}
.cRgt-rgt {
	float: left;
	width: 300px;
}
.contImgV {
	width: 165px;
	height: 165px;
}
.contImgV img {
	display: block;
}

.footer .lnks {
	border: 1px solid #C9C9C9;
	background-color: #EBEBEB;
	padding: 15px;
	margin-bottom: 10px;
}
.footer .lnks .sec {
	float: left;
	margin: 0 58px 0 0;
	padding: 0;
}
.footer .lnks .sec6 {
	margin-right: 0;
}
.footer .lnks .sec .title {
	margin: 0;
	padding: 0 0 10px;
	color: #3E3E3E;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-align:left;
}
.footer .lnks .sec li {
	list-style-type: none;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 10px;
	text-align:left;
}
.footer .lnks .sec li a {

	text-decoration: none;
	color: #608DC4;
}
.footer .lnks .sec a:hover {
	text-decoration: underline;
}
.footer .lnks .sec1 li {
	float: left;
	width: 130px;
}
.footer .verb {
	position: relative;
	font-size: 11px;
	line-height: 13px;
	color: #7A7A7A;
	margin-bottom: 28px;
	text-align:left;
}
.footer .prodege {
	position: absolute;
	background: url(../images/assets.png) left -32px no-repeat;
	right: 0;
	top: 0;
	width: 104px;
	height: 22px;
}
.alertGen{font-size:14px;}
.alertGenFull{margin:5px 0 0 28px; width:348px; height:296px; padding:20px 0 0 178px;}
.alertGenHead{margin:7px 0; width:360px; height:90px; padding:52px 0 0 140px;}
.alertGenTitle{font-size:26px; color:#1E4C87; margin-bottom:7px;}
.alertGenHead .alertGenTitle{font-size:23px; line-height:25px;}
.alertGen a{color:#1E4C87; text-decoration:none;}
.alertGen a:hover{text-decoration:underline;}
/*gigya loader*/
.gigyaLoader{height:0; width:0; cursor:default; background:url(../images/fb-loader.gif) no-repeat center; position:absolute; top:0; left:0; z-index:2; display:block}
.gigyaLoaderFade{position:absolute;  top:0; left:0; height:0; width:0; z-index:1; background:#fff; opacity:.7; MozOpacity: 0.7; KhtmlOpacity: 0.7; filter: alpha(opacity=70); display:block}
.gigyaFbSCont:hover .gigyaLoader, .gigyaFbSCont:hover .gigyaLoaderFade, .gigyaFbSCont2:hover .gigyaLoader, .gigyaFbSCont2:hover .gigyaLoaderFade{width: 100%; height:100%;}

.fontGrad{position:relative; left:0; top:0; display:inline-block; }
.fontGradSpn{position:absolute;background: url(../images/fontGrad.png) repeat-x; left: 0; display: block; width: 100%; height:32px;}

.otherCont{position:relative; top:0; left:0; border:solid 1px #1d1f26; z-index:1; padding:5px; }
.otherOverlay{ background-color:#1d1f26; filter: alpha(opacity=62); -khtml-opacity: 0.62; -moz-opacity: 0.62; opacity: 0.62; height:100%; width:100%; z-index:3; position:absolute; left:0; top:0;}
.otherInnerInnerCont{background:#fff; padding:5px 7px; z-index:4; position:relative; left:0; top:0; line-height:14px;} 

span.boldTxt{font-weight:bold;}

/*tooltips*/
.sbtvTooltipTrigger {
	cursor: pointer;
}
#newTooltip {
	position: absolute;
	padding: 0 10px;
	color: white;
	text-align: left;
	max-width: 200px;
	zoom: 1;
	font-size: 12px;
	color: #676767;
	line-height: 20px;
	min-height: 20px;
	zoom: 1;
	text-decoration: none;
	z-index: 9999;
	background: rgb(234,234,234);
	box-shadow: inset 0 1px 1px rgba(255,255,255, .5),
			0 3px 19px rgba(00,00,00, .35);
	border: 1px solid #a8a8a8;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255,255,255, .5);
	display: none;
}
#newTooltip:before , #newTooltip:after{
	content: "";
	position: absolute;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -7px;
}
#newTooltip:before {
	border-top: 7px solid #a8a8a8;
	z-index: 0;
}
#newTooltip:after{
	border-top: 7px solid rgb(234,234,234);
	margin-top: -2px;
	z-index: 1;
}
#newTooltip.isBottom:before {border-bottom: 7px solid #a8a8a8; border-top:0 none; top: auto; bottom:100%}
#newTooltip.isBottom:after{border-bottom: 7px solid rgb(234,234,234); border-top:0 none; margin-bottom: -2px; margin-top:0; top: auto; bottom:100%}
/*dark tip*/
#newTooltip.isDarkTip {
	background: #434b57;
	color: #fff;
	padding: 2px 10px;
	border: 1px solid #434b57;
	box-shadow: 0 1px 2px #737680;
	text-shadow: none;
}
#newTooltip.isDarkTip:before {
	border-top: 7px solid #434b57;
}
#newTooltip.isDarkTip:after{
	border-top: 7px solid #434b57;
}
#newTooltip.isBottom.isDarkTip:before {border-bottom: 7px solid #434b57;border-top:0 none; top: auto; bottom:100%}
#newTooltip.isBottom.isDarkTip:after{border-bottom: 7px solid #434b57;border-top:0 none; top: auto; bottom:100%}

.sbVisuallyHidden {
    position: absolute;
    margin: -.1rem;
    padding: 0;
    width: .1rem;
    height: .1rem;
    border: 0;
    clip: rect( 0 0 0 0 );
    overflow: hidden;
}
