/*-------------------------
Global.css
-------------------------*/


@font-face {
	font-family: 'icomoon';
	src:url('Fonts/icomoon.eot');
	src:url('Fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('Fonts/icomoon.svg#icomoon') format('svg'),
		url('Fonts/icomoon.woff') format('woff'),
		url('Fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


		
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;	
}

.icon {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;		
}


.icon-info:before {
	content: "\e000";
}
.icon-check:before {
	content: "\e001";
}
.icon-x:before {
	content: "\e002";
}
.icon-warning:before {
	content: "\e003";
}
.icon-cart:before {
	content: "\e004";
}
.icon-remove:before {
	content: "\e005";
}
.icon-loop:before {
	content: "\e006";
}
.icon-arrow-left:before {
	content: "\e007";
}
.icon-arrow-right:before {
	content: "\e008";
}
.icon-plus-alt:before {
	content: "\e009";
}


/*------- reset -------*/
*{font-family:inherit;font-style:inherit;padding:0;margin:0;}
li,dd,blockquote{margin-left:40px;}
table{border-collapse:collapse;border-spacing:0;}

/*------- fonts -------*/
* {font-family:"Trebuchet MS", helvetica,sans-serif;}
h1 {font-size:28px; color:#000; padding:10px 0;}
h2 {font-size:18px; color:#454545; padding:7px 0;}
h3 {font-size:14px; color:#454545; padding:7px 0;}
p {font-size:14px; color:#747474; padding:0 0 12px 0;}
li {font-size:14px; color:#747474; padding:3px 0;}
a {color:#006b9c; text-decoration:none;}

hr {
	border-top: 1px solid #dddddd; 
	border-bottom: 1px solid #fff; 
	border-left: 0px; 
	border-right: 0px; 
	background-color: #dddddd;	
}


.show{display:'';}
.hidden{display:none;}
.clear{clear:both;}
.italic {font-style:italic;}
.normal {font-style:normal;font-weight:normal;}

.placeholder {color: #666;}
.placeholderFocus {color: #000;}


.overlay{
    background:transparent url(Global/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}

/* flashes */
#flashOverlay{
    position:fixed;
    top:160px;
    left:30%;
    right:30%;
    z-index:101;
}

.flashMessage {
	clear: both;
	text-align:left;
	padding: 20px;
	margin: 20px;
	border-radius: 10px;
}


.flashMessage table {
	width: 100%;	
}
.flashMessage table td {vertical-align:top;}

.flashMessage ol,
.flashMessage ul {margin-bottom:10px; list-style:outside;}
.flashMessage ol {list-style:decimal;}
.flashMessage li {margin-left: 20px; margin-bottom: 10px;}

.flashMessage .flashContent h3 {
	margin-bottom: 0px;
	color:#000;
	font-size:1.2em;	
	line-height:1.4em;
}
.flashMessage .flashExplanation {
	margin-top: 20px;
}

.flashMessage .flashIcon {
	width: 20px;	
	font-size: 1.3em;
}
.flashMessage .flashContent {
	padding: 0px 10px;	
}
.flashMessage .flashDismiss {
	width: 20px;	
}
.flashMessage .flashDismiss a {
	display: block;
	font-size: 1.2em;	
	color: #000;	
}
.flashMessage .flashDismiss a:hover { opacity: .7; filter: Alpha(opacity=70); }


.flashAlert {
	color: #000;
	background-color:#ffff89;
}
.flashAlert .flashIcon {
	color: #dcb300;
}

.flashInfo,
.flashNotice {
	color: #000;
	background-color:#e7e7e7;
}
.flashInfo .flashIcon,
.flashNotice .flashIcon {
	color: #15407a;
}

.flashSuccess {
	background-color:#e7e7e7;
}
.flashSuccess .flashIcon,
.flashSuccess h3  {
	color: #889638 !important;
}

.flashError {
	color: #fff;
	background-color:#d02b00;
}
.flashError .flashContent a {color: #fff !important; text-decoration:underline}
.flashError h3,
.flashError .flashDismiss a { color: #fff !important; }

.normalShadow{
	-webkit-box-shadow: 3px 3px 2px 1px #ECEDED; /* Webkit (Safari/Chrome) */
	-moz-box-shadow: 3px 3px 2px 1px #ECEDED; /* Mozilla Firefox */
	box-shadow: 3px 3px 2px 1px #ECEDED; /* Proposed W3C Markup */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ECEDED', Direction=135, Strength=3);
}
.hiliteShadow{
	-webkit-box-shadow: 3px 3px 2px 1px #DCDCDC; /* Webkit (Safari/Chrome) */
	-moz-box-shadow: 3px 3px 2px 1px #DCDCDC; /* Mozilla Firefox */
	box-shadow: 3px 3px 2px 1px #DCDCDC; /* Proposed W3C Markup */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#DCDCDC', Direction=135, Strength=3);
}


#TitleStrip {
	background-image:url(CheckMateTool/bg_TitleStrip.gif);
	background-repeat:repeat-x;
	color:#ADB0B4;
	height:60px;
	text-align:left;
	width:980px; 
}
#TitleStrip h1 {
	padding:8px 0 0 12px;
	font-size:36px; 
	color:#F7F7F7; 
	font-weight:bold; 
	height: 60px;
}
#TitleStrip span {
	font-size: 11px; 
	vertical-align: top; 
	line-height: 28px; 
	padding-left:  4px;
}
#TitleStrip .Icon { 
	width: 50px; 
	height: 50px;
}
#TitleStrip-Left {
	float:left;
	width:36px;
	padding:6px 9px 0px 5px;
}
#TitleStrip-Right {
	font-size: 22px;
	float: right;
	line-height: 60px;
	padding-top: 3px;
	padding-right: 24px;
}

	
/*---------PageHeader|PageBody|PageFooter---------*/
#PageHeader {
	background-image:url(Display/bg_header.gif);
	background-repeat:repeat-x;
	color:#ADB0B4;
	height:70px;
	text-align:left;
	width:980px;
}
#PageHeader h1 { padding:12px 0px 0px 12px;font-size:36px;color:#F7F7F7;font-weight:bold;}
#PageHeader-right {
	float:right;
	width:235px;
}
#PageHeader-left{
	float:left;
	width:36px;
	padding:7px;
}

#PageHeader.small {height:55px;}
#PageHeader.small h1 {font-size:26px; font-weight:normal;}


#PageBody { padding:20px 34px 24px 34px; }
#PageFooter {width:980px;height:30px;background-image: url('SG/SG-v.png');background-position:left -182px;background-repeat:repeat-x;}


/* Required Header */
body {
	background-color:#495361;
	text-align: center; }  /* IE hack */
#page-container {
	margin: 0 auto;
	text-align: left; }
#page-content-inner {
	background-color: #F7F7F7;
	overflow: hidden;
	min-height:500px;
	*width: 100%; }
.SiteBox {
	vertical-align:top;
	border-style:solid;
	border-width:0 1px;
	border-color:#8A919B #343B45 #343B45 #8A919B;
	background-color:#505B6A;
}
h1.PageBodyBoldH1{font:12px arial, helvetica, sans-serif;color:#979fac;padding:0;margin:0;text-align:center;}
#AccountItem {position: relative; width:90px; }
.AccountItem {padding:16px 0 0 14px; width:80px;}
.AccountItem img {padding-left:4px;}
.mast {background-image: url(Display/Masthead.png); float:left; height:62px; }
.mastright {background-position:right; width:21px;}
#NavBar img { border:none; }
#NavBar a {color:#87c3ff; font-size:15px; text-decoration:none;}
#NavBar a.SmallerFont {font-size:14px;}
.NavItemText { padding:16px 14px 0 14px; }
.NavItem { float:right; margin-top:7px;cursor:pointer;height:55px; }
#NavBar .NavItem a:hover { color:#cae5ff; }
.NavItemSelect { background-image:url(Display/NavSelected.png); height:55px; }
.NavItemSelectAccount {background-image:url(Display/NavSelectedPulldown.png);}
#NavBar .NavItemSelect a { color:#acd5fe; }
#AccountItemRight { float:right; margin-top:7px; height:55px; width:1px; }
.NavItemSelectRight { float:right; background-image:url(Display/NavSelected.png); margin-top:7px; height:55px; width:1px; background-position:right; }
#AccountMenu {
	position:absolute;
	z-index:199;
	top:55px;
	right:0px;
	min-width:120px;
	text-align: right;
	background:url(Display/PulldownBG.gif) repeat;
	border-left:solid 1px #2a3648;
	border-bottom:solid 1px #2a3648;
	border-right:solid 1px #2a3648;
	padding:4px 0 2px 0;
	display:none;
}
#AccountMenu div.Divide { border-bottom:2px dotted #43536b; margin:4px 1px; }
#AccountMenu p { margin:0; padding-bottom:2px; }
#AccountMenu p a { font-size:14px; padding:0 12px 0 0; display:block; }
#AccountMenu p a:hover { background-color:#43536b; }
.SiteLeft {background-image: url(Display/left.gif); background-repeat:repeat-y; width:6px;}
.SiteRight {background-image: url(Display/right.gif); background-repeat:repeat-y; width:6px;}
#TSLogo {display:block; height:62px; width:284px; float:left;}
#NavTextField {
	font-family:"Trebuchet MS", 
	helvetica,sans-serif; 
	min-width:295px; 
	border:none; 
	border-color:transparent; 
	font-size:14px; 
	font-weight:normal;  
	outline:none; 
	padding:0;
	margin:0; 	
}
#page-container #NavBar{
	position: relative;
}
#Feature #NavBar form,
#FeatureEditorial #NavBar form,
#interceptAdmin #NavBar form{
    margin-right: 21px;
}
#NavBar .mastright-inner{
    position: absolute;
    right: 0;
    top: 0;
}
/* IE9 and IE10 rule sets go here */
@media screen and (min-width:0\0) {  
	#NavTextField {
		margin-top:1px;
	}
}
 /*chrome and safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){ 
	#NavTextField {
		margin-top:-1px;
	}
} 
#NavButton {
	background:url(Display/search-i.png) no-repeat center; 
	width:29px; 
	height:26px; 
	margin:0; 
	padding-left:0;
	border:none;
	cursor:pointer;
	outline:none;
}
#NavBar .searchContainer{
	float:left;
	max-width:380px;
	height:26px;
	line-height:26px;
	overflow:hidden;
	margin-top:20px;
	background:#FFFFFF;
	border-radius:4px;
	box-shadow: 0px 0px 3px rgb(255, 255, 255) inset, 0px 0px 3px rgb(184, 192, 194) inset;
	font-size:14px;
	border: 1px solid #4D4D4D;
}
#NavBar .HeaderInput{
	float:left; 
	height: 22px;
	padding:4px 0px 0px 5px;
} 
/* IE10-specific styles go here */
.ie10 .HeaderInput{
	padding-top:0px!important;
}
#NavBar .HeaderInput ul.token-input-list-facebook{
	border:0;
	height:22px !important;
	line-height:22px;
	max-width:297px;
	overflow:hidden;
	margin-top:-1px;
	margin-left:-2px;
	border-radius:4px;	
}
#NavBar .HeaderInput li.token-input-token-facebook{
	position:relative;
	padding:0 5px;
	margin:0;	
	background: #EEEEEE;
	border:0;
	box-shadow: 1px 1px 1px #BCBCBC;	
	border-radius: 2px;
	height:20px !important;
	line-height:20px;	
	overflow:hidden;	
}
#NavBar .HeaderInput li.token-input-token-facebook label{
	display:block;
	position:absolute;
	width:40px;
	height:21px;
	line-height:21px;
	background:#EEEEEE;
	right:20px;
	top:0;
	background: -moz-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(238,238,238,0)), color-stop(100%,rgba(238,238,238,1)));	
	background: -o-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
	background: linear-gradient(left, rgba(238,238,238,0) 20%,rgba(238,238,238,1) 100%);	
}
#NavBar .HeaderInput li.token-input-selected-token-facebook label{
	background: -moz-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(238,238,238,0)), color-stop(100%,rgba(238,238,238,1)));	
	background: -o-linear-gradient(left, rgba(238,238,238,0) 20%, rgba(238,238,238,1) 100%);
	background: linear-gradient(left, rgba(238,238,238,0) 20%,rgba(238,238,238,1) 100%);
}
#NavBar .HeaderInput li.token-input-selected-token-facebook{
	background: #EAEAEA;	
}
#NavBar .HeaderInput li.token-input-token-facebook p{
	float:left;
	display:block;
	font-size:13px;
	color: #000;
	font-weight:bold;
	max-width:130px;
	text-overflow: clip;
	overflow:hidden;
	margin-top:0px;
	margin-top:1px\9\0;
	*margin-top:0px;
}
#NavBar .HeaderInput li.token-input-selected-token-facebook p{	
	color: #CC0000;
}

#NavBar .HeaderInput li.token-input-input-token-facebook{
	height:20px;
	line-height:20px;
	overflow:hidden;
	margin-left:8px;
	*margin-left:5px;
	margin-top:0px;
	margin-top:2px\0;	
}
#NavBar .HeaderInput ul.token-input-list-facebook li input{
	padding:0;
	margin:0;
	font-size:14px;
	width:225px;
}
#NavBar .HeaderInput li.token-input-token-facebook span {
	display:inline-block;
	width:8px;
	height:20px;
	margin-left:8px;
	margin-top:1px;	
	*margin-top:1px; /* IE7 */
	margin-top:2px\0; /* IE8 */
	margin-top:1px\9; /* IE9 */	
	background:url(SearchR2_Alabaster/remove.gif) no-repeat center;
}

#NavBar .HeaderInput li.token-input-highlighted-token-facebook span,
#NavBar .HeaderInput li.token-input-selected-token-facebook span {	
	background:url(SearchR2_Alabaster/remove-red.gif) no-repeat center;
}
#NavBar .HeaderInput li.token-input-highlighted-token-facebook p{
	color:#CC0000;
}

#NavBar .HeaderTokenizedLabel{
	float:left;
	padding-top:1px;
	padding-left:2px;
	position:relative;	
}
#NavBar .HeaderTokenizedLabel span{
	display:block;
	float:left;
	background:#242424;
	color:#EAEAEA;
	border-radius:4px 0 0 4px;
	height:21px;
	line-height:21px;	
	padding:0 0 0 4px;
	cursor:default;
	font-size:11px;
	max-width:146px;
	overflow:hidden;
    text-overflow:clip;
    white-space:nowrap;	
}
#NavBar .HeaderTokenizedLabel font{
	float:right;
	display:block;
	background:#242424;
	cursor:pointer;
	color:#A7A7A7;
	font-size:10px;
	padding-left:6px;
	height:21px;
	line-height:21px;
	padding-right:6px;
	border-radius:0 4px 4px 0;
}
#NavBar .HeaderTokenizedLabel label{
	display:block;
	position:absolute;
	width:40px;
	height:21px;
	line-height:21px;
	background:#242424;
	right:15px;
	background: -moz-linear-gradient(left, rgba(36,36,36,0) 20%, rgba(36,36,36,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(36,36,36,0)), color-stop(100%,rgba(36,36,36,1)));	
	background: -o-linear-gradient(left, rgba(36,36,36,0) 20%, rgba(36,36,36,1) 100%);
	background: linear-gradient(left, rgba(36,36,36,0) 20%,rgba(36,36,36,1) 100%);
}
#NavBar .NavButtonArea{	
	background-color: #C0E3C8;	
	float: left;
}

/* Required Footer 
.FootColumn { float:left; width:194px; border-right:1px solid #626c79; height:190px; margin:15px 0 15px 0; text-align:left; }
.FootColumn h3 { color:#FFF; font-size:14px; padding-left:16px; font-weight:bold; }
#Footer .FootColumn p { padding-bottom:0px; padding-left:16px; }
.FootColumn a { color:#8abbfd; font-size:13px; }
.FootColumn a:hover { color:#bdd9fe; }
#Footer .Divide { border-top:1px solid #384352; background-color:#677281; width:946px; padding-bottom:1px; margin:0 17px; }
#Footer p.Copyright { color:#9199a3; padding:8px 0 20px 0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; text-align:center; }*/

/* Footer Development */
.newFootSpacer{ border:0; border-top:1px solid #CCCCCD; padding-top:1px; background:#FFFFFF; width:100%;}
.newFootColumn{ background:#EAEAEA; border-top:1px solid #FFFFFF; padding:13px 17px 23px 28px;}
.newFootColumn table{ background:#EAEAEA; margin:0}
.newFootColumn ul, .newFootColumn li{ margin:0; padding:0; list-style:none;}
.newFootColumn a{ color:#242424; font-size:14px; text-decoration:none;}
.newFootColumn a:hover{ color:#4B74A2;}
.newFootColumn li{ height:41px; line-height:41px; background:url(Display/bottom.gif) no-repeat bottom left; }
.newFootColumn li.none_border{ background:none;}
.newFootColumn a.ticket{ background:url(Display/icon_foot_ticket.gif) no-repeat; padding-left:24px;}
.newFootColumn a.chat{ background:url(Display/icon_foot_chat.gif) no-repeat; padding-left:24px;}
.newFootColumn a.call{ background:url(Display/icon_foot_call.gif) no-repeat 0 11px; float:left; padding-left:24px;}
.newFootColumn a.search{ background:url(Display/icon_foot_search.gif) no-repeat; padding-left:24px;}
.newFootColumn a.faq{ background:url(Display/icon_foot_faq.gif) no-repeat; padding-left:24px;}
.newFootColumn .icon_call{ position:relative; width: auto !important; }
.newFootColumn .icon_call a.call:hover{ color: #242424; cursor: default; }
.newFootColumn .icon_call span{ 
	float:left; 
	margin-left:4px; 
	background:url(Display/icon_call.gif) no-repeat; 
	background-position:0 13px;
	background-position:0 15px \0; /* ie 8\9 */
	width:12px; 
	height:39px;
}

.newFootColumn .icon_call .callTip{
	position:absolute; 
	left:194px;
	left:203px \0;
	top:0;
	display:none;
	width:129px;
}
.newFootColumn .icon_call .tipLeft{
	background:url(Display/callTipIcon.png) no-repeat left;
	float:left;
	width:5px;
	height:16px;
	margin-top:12px;
}
.newFootColumn .icon_call .tipRight{
	float:right;	
	background:#00050B;	
	width:124px; 
	height:40px;	
	opacity:0.8;
	filter: Alpha(opacity=80);
	border-radius:3px;
}
.newFootColumn .icon_call #callTip p.tipText{
	padding:0;
	margin-top:4px;
	margin-left:10px;
	line-height:15px;	
	color:#DEDFDF;
	font-size:11px;
	-webkit-text-size-adjust:none;
}

.newFootColumn td.support{ border-left:1px solid #DDDDDD; padding-left:29px;}
.newFootColumn td.companyInfo{ border-left:1px solid #DDDDDD; padding-left:29px;}
.newFootColumn .newsletter input.input1{ width:194px; height:20px; line-height:20px; color:#AAAAAA; padding:0 3px;}
.newFootColumn .newsletter .p1{ margin-top:11px; margin-bottom:1px;}

.newFootColumn .share img {margin-top:12px;}
.newFootColumn .share img {
	height: 18px;
	width: 138px;
	opacity: 0;
	filter: Alpha(opacity=0);
	position: relative;
	z-index: 997;
}
.newFootColumn .share .shareBgImg{
	background:url(Display/addthis.png) no-repeat left;
	width: 138px;
	height: 18px;
	position: relative;
	left: -138px;
	display: inline-block;
}

.newFooter{ background:#E4E4E4; height:40px; line-height:40px; text-align:center; color:#404040; font-size:13px;}
.newFooter a{ color:#404040; font-size:13px; border-right:1px solid #CCCCCC; padding:0 10px 0 6px; text-decoration:none;}
.newFooter a:hover{ color:#5074A4;}

.newFooter .btn-classic span{
	background-color: #BBB;
    border: 1px solid #A9A9A9;
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
    padding: 1px 4px;
}
.newFooter .ts-copy{
	margin-left: 10px;
}
.newFooter .btn-classic{
    border-left: 1px solid #CCCCCC;
    border-right: medium none;
    margin-left: 8px;
}

/*----------Section--------*/
h1.Section {font-size:24px;color:#454545;padding:0 0 8px 0;}
h2.Section {font-size:14px;color:#666;font-style:italic;font-weight:normal;padding:0;}

.HorizontalDottedLine {border-bottom:2px dotted #CCCCCD; margin:6px 0;}


.thumb { width:68px; text-align:center; float:left; margin-right:18px; }
.thumb .Image{border:solid 1px black; width:64px;height:64px;}
.thumb .Image td{vertical-align:middle;width:64px;height:64px;}
.thumb a {font-size:12px;}
.thumb a .price {font-size:14px;font-weight:bold;}
.thumb a .info {font-size:10px; line-height:10px;}

/*------- panelB -------*/
.panelB .h {
	background-image: url('Panel/PanelB.gif');
	background-position: left -28px;
	background-repeat:repeat-x;
	height:7px;
	overflow:hidden; }
.panelB .h .hl {
	float:left;
	background-image: url('Panel/PanelB.gif');
	background-position: left -0px;
	background-repeat:no-repeat;
	width:7px;
	height:7px; }
.panelB .h .hr {
	float:right;
	background-image: url('Panel/PanelB.gif');
	background-position: left -7px;
	background-repeat:no-repeat;
	width:7px;
	height:7px; }

.panelB .c1 { border-left:solid #fdfdfd 2px;border-right:solid #fdfdfd 2px; }
.panelB .c2 { border-left:solid #ccc 1px;border-right:solid #ccc 1px; background-color:#f4f4f4 }

.panelB h1 {
	font-size: 18px;
	color: #393939;
	margin:0;
	padding:0 12px;
	background-color:#e8e8e8;
	height:27px; }

.panelB h2 {
	font-size: 18px;
	color: #898989;
	margin:0 0 8px 0;
	padding:0 12px;
	background-color:#e8e8e8;
	height:27px; }
	
.panelB h3.topic1 {
	font-size: 16px;
	color:#454545;
	padding:8px 22px;
	font-weight:normal;
}

.panelB p {
	color:#454545;
	overflow:hidden;
	padding:4px 22px;  }
	
.panelB p.window2 {
	font-style:italic;
	color:#747474;
}

.panelB .c2 .HorizontalDottedLine { margin:12px 22px; }

.panelB .f{
	background-image: url('Panel/PanelB.gif');
	background-position: left -35px;
	background-repeat:repeat-x;
	height:7px;
	overflow:hidden; }
.panelB .f .fl{
	float:left;
	background-image: url('Panel/PanelB.gif');
	background-position: left -14px;
	background-repeat:no-repeat;
	width:7px;
	height:7px; }
.panelB .f .fr{
	float:right;
	background-image: url('Panel/PanelB.gif');
	background-position: left -21px;
	background-repeat:no-repeat;
	width:7px;
	height:7px; }

.panelB .Thumbnail { padding:4px 21px; }
.panelB .thumb { width:68px; text-align:center; float:left; margin-right:16px; }

img.panelImg { border:1px black solid; float:left; margin:8px 12px 6px 22px; }

.InformationBar{
	background-image:url(Display/InformationBar.png);
	height:40px;
	margin-bottom:4px;
	float:left;
}
.InformationBarEndCap{
	background-image:url(Display/InformationBar.png);
	height:40px;
	width:18px;
	background-position:right;
	float:left;
}
div.InformationBar div {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	padding:6px 4px 0 18px;
	color:#ffffff;
	text-align:right;
}
.InformationBar div .InformationLeft{
	float:left;
	padding-right:10px;
}
div.InformationBar div a{
	text-decoration:none;
	font-weight:bold;
	color:#d79e35; 
}
.InformationBar div label{
	display:inline-block;	
	text-align:center;
	font-weight:bold;
	width:28px;
	color:#8491a3;
}

/* SLIDER BUTTON STYLES */		
button.slider { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button.slider::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button.slider span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}
	
button.slider { 
	padding: 0 15px 0 0 !important; 
	margin-right:5px; 
	font-size:14px; 
	text-align: center; 
	background: transparent url(Display/sliding_button_sprite.png) no-repeat right -140px; 
}

button.large {
	padding: 0 15px 0 0; 	
	font-size:16px;	
	background: transparent url(Display/sliding_button_sprite_large.png) no-repeat right -140px; 
}
	
button.slider span {
	padding: 5px 0 0 15px !important; 
	height:33px; 
	line-height:normal;
	font-size: 14px !important;
	background: transparent url(Display/sliding_button_sprite.png) no-repeat left top; 
	color:#3e3e3e; 
}

button.large span {
	padding: 6px 0 0 15px; 
	height:33px; 
	background: transparent url(Display/sliding_button_sprite_large.png) no-repeat left top;	
}
	
button.slider:hover, button.hover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -210px; 
}
	
button.slider:hover span, button.hover span {
	background-position: 0 -70px;
}

/* END SLIDER BUTTON STYLES */	

/* LOGIN BUTTON */	
.btnPopLogin, .btnPopCreate, .btnPopRetrieve{
	border: none;
	color: #242424;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    padding-bottom: 5px;
    text-align: center;
}
.btnPopLogin{
	background: transparent url(Login/pop_Login.gif) no-repeat center; 	
    width: 60px;
}
.btnPopCreate{
	background: transparent url(Login/pop_Create.gif) no-repeat center; 	
    width: 130px;
}
.btnPopRetrieve {
    background: url("Display/login_button_green_large.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    color: #3E3E3E;
    font-size: 16px;
    font-weight: bold;
    height: 28px;
    margin: 0;
    padding: 0 0 1px;
    text-align: center;
    width: 200px;
}
/* END LOGIN BUTTON */

/* SEARCH SUGGESTION */
body#Search ul li.ui-autocomplete-divider{
	float: left; 
	height: 20px; 
	line-height: 20px; 
	position: relative; 
	width: 100%;
	margin-bottom: 1px;
}
.ui-autocomplete-divider-title{
	background-color: #F7F7F7;
	font-size: 12px;	 
	padding: 0px 5px;
	position: relative; 
	z-index: 2;
}
.ui-autocomplete-divider-border{
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #FFFFFF; 	
	width: 100%; 
	left: 0; 
	top: 10px; 
	*top: -10px;
	position: absolute; 
	z-index: 1;
}
.ui-menu .ui-menu-item a.ui-corner-all{
	padding: 2px 9px 0;
	padding: 2px 7px 0\0;
	width: auto;
}
ul.ui-menu{
	border-color: #D4D4D4;
	box-shadow: 0 0 16px #999999;
	overflow: hidden;
	padding: 2px 0;
}
ul.ui-menu .ui-state-focus{
	border-color: transparent;
	border-radius: 0;
}
/* END SEARCH SUGGESTION */


