/* ===================================================
 * Main Masterpage Stylesheet
 * ===================================================*/
/* GENERAL / GLOBALLY USED ITEMS
=======================================================*/
body {
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
html,
body {
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}
.clearSm {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
.error,
.Error {
	color: #f40000;
	font-weight: bold;
}
.success,
.Success {
	color: #090;
	font-weight: bold;
}
.clear {
	clear: both;
}
.clearLg {
	clear: both;
	line-height: 20px;
	height: 20px;
}
.bold {
	font-weight:bold;
}
.spacer {
	padding: 0px 0px 10px 0px !important;
	margin: 0px;
	display: block;
}
.spacerTop {
	padding: 10px 0px 0px 0px !important;
	margin: 0px;
	display: block;
}
.noMargin {
	margin: 0px!important;
}
.nopadding {
	padding: 0px!important;
	margin: 0px!important;
}
.FloatR {
	float: right;
}
.FloatL {
	float: left;
}
.hyperLinks {
	margin: 0px 0px 0px 10px;
	font-size: 10px;
}
.btn-light {
	font-weight:bold !important;
	text-decoration:none !important;
	line-height:20px;
	padding:3px 13px;
	font-family:Arial,Helvetica,sans-serif;
}
input.SkinnyButton {
	padding: 0px 3px;
	display: inline-block !important;
}
input.inactive {
	background-color: #999999 !important;
}
input[disabled], input[readonly] {
	background-color: #ececec;
	color: #666666;
}
a.selected {
	text-decoration: none;
	color: #4a4c40;
	font-weight: bold;
}
.defaultList {
	margin-bottom: 20px;
}
.defaultList p {
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
.defaultList p span {
	font-weight: bold;
	margin-right: 3px;
}
.savedMessage {
	font-weight: bold;
	color: #37b500;
	line-height: 24px;
	background-color: #e5dbc1;
	padding-left: 5px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
span.successMessage {
	font-weight: bold;
	color: #37b500;
	display: block;
	text-align: center;
	background-color: #f0f6f1;
	padding: 10px;
	border: 1px solid #37b500;
	margin-top: 10px;
}
span.warningMessage {
	font-weight: bold;
	color: #D37100;
	display: block;
	text-align: center;
	background-color: #f0f6f1;
	padding: 10px;
	border: 1px solid #D37100;
	margin-top: 10px;
}

span.errorMessage {
	font-weight: bold;
	color: #f40000;
	display: block;
	text-align: center;
	background-color: #f0f6f1;
	padding: 10px;
	border: 1px solid #f40000;
	margin-top: 10px;
}
span.successMessageText {
	font-weight: bold;
	color: #000000;
	display: block;
	text-align: left;
	background-color: #f0f6f1;
	padding: 10px;
	border: 1px solid #37b500;
	margin-top: 10px;
}
span.important {
	color: Red;
}
.watermark {
	font-size: 10px;
	color: Gray;
}
.calendar {
	cursor: pointer;
}
.footertext {
	font-size: 12px;
	color: #4c4a40!important;
	font-style: italic;
	line-height: 13px;
}
.formHelpText {
	padding: 10px 10px 10px 15px;
	display: block;
	position: absolute;
	width: 350px;
	background-color: #e5dbc1;
	background-image: url(../images/formHelpTextArrow.gif);
	background-repeat: no-repeat;
}
.horz {
	background-image: url(../images/formHelpTextArrow_horz.gif);
	background-repeat: no-repeat;
	background-position: bottom !important;
	padding: 10px 10px 15px 10px;
}
/* HEADER
=======================================================*/
#header {
	height: 140px;
	position: relative;
}
#header #topAd {
	margin-left: -60px;
	position: relative;
	left: 248px;
	top: 10px;
	width: 728px;
	height: 90px;
}
.updateProgress {
	border: 1px solid #000;
	background-color: #FFF;
	padding: 10px;
	position: fixed;
	top: 47%;
	left: 47%;
	z-index: 98 !important;
}
/* NAVIGATION
=======================================================*/
/* ===== TABS ===== */
#collectibletabs {
	background: none;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 344px;
}
#collectibletabs .tab {
	cursor: pointer;
	float: left;
	font-size: 14px;
	margin-right: 25px;
	position: relative;
	text-align: center;
}
#collectibletabs .tab.selected {
	z-index: 1;
}
#collectibletabs .tab a {
	color: #CCCCCC;
	display: block;
	font-weight: bold;
	padding: 5px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#collectibletabs .tab a:before {
	position:absolute;
	content:"";
	border-left: 20px solid transparent;
	top: 0;
	left: -20px;
}
#collectibletabs .tab a:after {
	position:absolute;
	content:"";
	border-right: 20px solid transparent;
	top: 0;
	right: -20px;
}

#collectibletabs .tab .ngc {
	background: #003399;
}
#collectibletabs .tab .ngc:before {
	border-top: 26px solid #003399;
}
#collectibletabs .tab .ngc:after {
	border-bottom: 26px solid #003399;
}
#collectibletabs .tab.selected .ngc {
	background: #ece4d1;
}
#collectibletabs .tab.selected .ngc:after {
	border-bottom: 26px solid #ece4d1;
}

#collectibletabs .tab .cgc {
	background: #ed1b2e;
}
#collectibletabs .tab .cgc:before {
	border-top: 26px solid #ed1b2e;
}
#collectibletabs .tab .cgc:after {
	border-bottom: 26px solid #ed1b2e;
}
#collectibletabs .tab.selected .cgc {
	background: #F1EBDC;
}
#collectibletabs .tab.selected .cgc:before {
	border-top: 26px solid #F1EBDC;
    border-left: 10px solid #F1EBDC;
    left: -10px;
}
#collectibletabs .tab.selected .cgc:after {
	border-bottom: 26px solid #F1EBDC;
}

#collectibletabs .tab .pmg {
	background: #064c2a;
}
#collectibletabs .tab .pmg:before {
	border-top: 26px solid #064c2a;
}
#collectibletabs .tab .pmg:after {
	border-bottom: 26px solid #064c2a;
}
#collectibletabs .tab.selected .pmg {
	background: #F0E9D8;
}
#collectibletabs .tab.selected .pmg:before {
	border-top: 26px solid #F0E9D8;
    border-left: 10px solid #F0E9D8;
    left: -10px;
}
#collectibletabs .tab.selected .pmg:after {
	border-bottom: 26px solid #F0E9D8;
}

#logocontainer {
	height: 105px;
	width: 267px;
}
#navigation {
	position: relative;
	height: 105px;
	background-image: url("../images/mainbg.gif");
}
/* ===== COMPANY NAVIGATION ===== */
#companynavigation {
	height: 22px;
	margin: 0px;
	position: absolute;
	top: 3px;
	left: 685px;
}
#companynavigation a {
	color: #6D4A40;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 10px 3px 10px;
	text-decoration: none;
}
/* ===== SITE NAVIGATION ===== */
#sitenavigation {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 225px;
	bottom: 0px;
	width: 730px;
}
#sitenavigation a {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 27px;
	text-decoration: none;
	background: url(../images/menuitem_bg.gif) bottom left no-repeat;
}
#sitenavigation a:hover {
	background: url(../images/menuitem_bghover.gif) bottom repeat-x;
}
#sitenavigation a.JoinButton {
	padding: 3px 20px;
	color: #fff;
	margin-left: 20px;
	position: absolute;
	bottom: 8px;
	left: 560px;
	border: none!important;
}
/* ===== MEMBER NAVIGATION ===== */
#membernavigation {
	background: url(../images/loggedinmenu-bg.gif) repeat-x;
	text-align: left;
	display: block;
	height: 37px;
	vertical-align: middle;
	width: 950px;
	position: relative;
	float: left;
	z-index: 500;
}
#membernavigation h3 {
	font-size: 13px;
	font-weight: bold;
}
#endmembernavigation {
	background: url(../images/loggedinmenu-end.gif) top left no-repeat;
	width: 41px;
	height: 37px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.loggedIn {
	color: #4C4A40;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 20px;
}
.loggedIn a {
	text-decoration: none;
	color: #4c4a40 !important;
}
/* ===== USERMENU ===== */
#usermenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 225px;
	top: 0px;
}
#usermenu ul /* Second level User Menu */ {
	background: #E5DBC1;
	display: none;
	list-style-type: none;
	margin: 0px;
	left: -1px;
	top: 32px;
	padding: 0;
	position: absolute;
	z-index: 100;
	border: 1px solid #c6ba84;
	border-top: none;
}
#usermenu li /* Top level User Menu items */ {
	cursor: pointer;
	display: block;
	font-weight: bold;
	display: block;
	float: left;
	position: relative;
}
#usermenu li a,
#usermenu li span {
	display: block !important;
	padding: 10px 10px;
	text-decoration: none;
}
#usermenu li a:hover {
	background: url(../images/loggedinmenu-rollover.gif) top repeat-x;
}
#usermenu ul li /* Second level User Menu items */ {
	border-top: 1px solid #c6ba84;
	margin: 0px;
	padding: 0px;
	width: 215px;
	float: none !important;
	margin: 0;
	padding: 0px;
}
#usermenu ul li a,
#usermenu ul li span {
	padding: 5px !important;
	white-space: nowrap;
	width: auto !important;
}
#usermenu ul li a:hover {
	background-color: #faf8f2 !important;
	background-image: none!important;
}
/* HOME PAGE
=======================================================*/
#topHomeContent {
	min-height: 300px;
	margin-bottom: 35px;
	border: 0px;
}
#mainHomeContent a,
#topHomeContent a {
	text-decoration: none;
}
#mainHomeContent a:hover,
#topHomeContent a:hover {
	text-decoration: underline;
}
.topHomeContentCopy {
	color: #4c4a40;
	font-size: 15px;
	line-height: 21px;
	padding: 35px;
	width: 660px;
}
.topHomeContentCopy p {
	width: 300px;
}
.topHomeContentCopy H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #4c4a40!important;
}
.topHomeContentCopy .links {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #978c5b;
}
#HomeColL {
	float: left;
	width: 400px;
	padding-left: 35px;
	padding-right: 25px;
}
#HomeColL h2,
#HomeColR h2 {
	font-size: 26px;
	color: #4c4a40!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 26px;
}
#HomeColR h2 {
	color: #978c5b!important;
}
#HomeColR .h2smalltxt {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4a4c40!important;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
}
.featuredCallout {
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 13px;
	width: 235px;
}
.homeNews {
	margin-left: 10px;
	font-size: 12px;
}
.newsItem {
	margin-bottom: 15px;
	width: 400px;
}
.moreHeadlines {
	font-weight: bold;
}
.featuredCallout img {
	padding: 0px 0px 10px 0px;
}
.featuredCallout .featureHeader {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}
#HomeColDivider {
	float: left;
	width: 9px;
	position: relative;
	background: url(../images/home-col-divider.gif) left repeat-y;
	height: 630px;
	background-color: #FFFFFF;
}
.DividerTop {
	background: url(../images/home-col-divider-top.gif) top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 9px;
	height: 150px;
}
.DividerBottom {
	background: url(../images/home-col-divider-bottom.gif) bottom no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 9px;
	height: 150px;
}
#HomeColR {
	float: left;
	padding-left: 25px;
}
/* BODY
=======================================================*/
body.tablet {
	min-width: 1200px;
}
#pagecontainer {
	width: 100%;
	background-color: #FFFFFF;
}
#body {
	background-color: #FFFFFF;
	background: url(../images/bodybg.gif) top repeat-x #FFFFFF;
	margin-bottom: -1px;
}
table {
	border: 0px solid #FFFFFF;
}
td {
	vertical-align: top;
}
#maincontentcontainer {
	width: 100%;
}
#maincontent {
	margin: 50px 0px 0px 30px;
	padding-bottom: 50px;
}
#mainPageContainer {
	width: 700px;
	padding-bottom: 25px;
}
#mainPageContainer h1 {
	font-size:20px;
	line-height:24px !important;
}
h1.homepage {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    font-weight: normal;
    color: #4c4a40 !important;
}
/* ===== SIDEBAR ===== */
#sidebar {
	width: 183px !important;
	background: url(../images/sidebar-bg.gif) repeat-y left;
}
#sidebartop {
	background: url(../images/sidebar-top.gif) left top no-repeat;
	height: 48px;
	width: 183px;
	display: block;
}
#sidebartoploggedin {
	background: url(../images/sidebar-top_loggedin.gif) left top no-repeat;
	height: 48px;
	width: 183px !important;
	display: block;
}
#sidebar a {
	text-decoration: none!important;
}
#sidebar a:hover {
	text-decoration: underline!important;
}
#sidebar h3 {
	color: #4a4c40!important;
	font-size: 14px!important;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.logincontainer,
.memberSearch,
.NewsBlock {
	padding: 0px 8px 10px 25px;
}
.logincontainer,
.memberSearch,
.NewsBlock,
.AdminBlock,
.AdBlock {
	margin-bottom: 30px;
}
.AdBlock {
	width: 160px;
	height: 600px;
	position: relative;
	left: 10px;
}
.AnnouncementBlock {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* ====== Sign in box =====*/
#sidebar .error {
	font-size: 11px;
	line-height: 12px;
}
#sidebar .SignInlinks a {
	font-size: 11px;
	line-height: 13px;
}
#sidebar .SignInlinks {
	margin-top: 8px;
}
.logincontainer table {
	font-size: 11px;
}
.logincontainer table th,
.logincontainer table td {
	padding-bottom: 2px;
}
.logincontainer table th {
	text-align: right;
	padding-right: 3px;
}
.logincontainer table td {
	font-size: 9px;
}
 @media only screen  and (min-device-width:768px)  and (max-device-width:1024px) {
#uxMemberName {
	width: 80px;
}
.loginTbl {
	width: 100px;
}
}
.searchBar {
	background: url(../../../images/search_bg.png) no-repeat bottom center;
	height: 44px;
	width: 100%;
}
.searchResults {
	float: left;
	width: 50%;
}
#SearchControls {
	height:130px;
	width:700px;
	padding:20px;
	background-color:#f1efe3;
	margin-bottom:10px;
}
.searchControl-left {
	float:left;
}
.searchControl-right {
	float:left;
	border-left:1px solid #c6ba84;
	padding-left:50px;
	margin-left:55px;
}
.searchcontrol-field {
	float:right;
}
.searchcontrol-label {
	margin-right:5px;
}
.JournalEntryWrapper td {
	border-bottom: 1px solid #4a4c40;
	padding: 20px 0px 15px;
}
/* ===== INSIDE HEADER TITLE CONTAINER ===== */
.headerTitle a {
	float: right;
}
.headerTitle span {
	font-style: italic;
	color: #4C4A40;
}
/* ===== ADMIN MENU===== */
.AdminBlock h3 {
	padding: 0px 8px 0px 25px;
}
#adminmenu {
	list-style-type: none;
	margin: 0px;
	cursor: pointer;
}
#adminmenu li {
	cursor: pointer;
	display: block;
	position: relative;
	font-weight: bold;
	width: 100%;
}
#adminmenu li a,
#sidebar .linkStyle {
	text-decoration: none;
	display: block;
	padding: 3px 8px 3px 35px;
}
#adminmenu li a:hover,
#sidebar .linkStyle:hover {
	background: url(../images/sidebar-bg-darker.gif) right repeat-y;
	border-bottom: 1px solid #c6ba84;
	border-top: 1px solid #c6ba84;
	padding: 2px 8px 2px 35px;
	text-decoration: none!important;
}
#adminmenu li ul {
	border: 1px solid #c6ba84;
	border-bottom: none;
	display: none;
	margin: 0px;
	position: absolute;
	left: 173px;
	top: 0px;
	z-index: 2000 !important;
}
#adminmenu li ul li {
	float: none !important;
	width: 210px;
	border-bottom: 1px solid #c6ba84;
}
#adminmenu li ul li a {
	background-color: #e5dbc1 !important;
	background-image: none !important;
	text-decoration: none;
	cursor: pointer;
	padding: 3px 10px!important;
}
#adminmenu li ul li a:hover {
	background-color: #c6ba84 !important;
	padding: 2px 10px!important;
	text-decoration: none!important;
}
#adminmenu img.arrow {
	float: right;
	padding-right: 20px;
	vertical-align: middle;
}
.memberJournalLeadin {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #807E6D;
}
/* ===== EVENTS ===== */
.eventsCopy img {
	float: left;
}
.eventsCopy p {
	float: left;
	margin-left: 5px;
	padding-bottom: 2px;
}
#topHomeContent {
	min-height: 328px;
	margin-bottom: 35px;
	position: relative;
}
#mainHomeContent a,
#topHomeContent a {
	text-decoration: none;
}
#mainHomeContent a:hover,
#topHomeContent a:hover {
	text-decoration: underline;
}
.topHomeContentCopy {
	color: #4c4a40;
	font-size: 15px;
	line-height: 21px;
	padding: 35px;
	width: 660px;
}
.topHomeContentCopy p {
	width: 400px;
}
.topHomeContentCopy H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #4c4a40!important;
}
.topHomeContentCopy .links {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #978c5b;
}
#HomeColL {
	float: left;
	width: 400px;
	padding-left: 35px;
	padding-right: 25px;
}
#HomeColL h2,
#HomeColR h2 {
	font-size: 26px;
	color: #4c4a40!important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 26px;
}
#HomeColR h2 {
	color: #978c5b!important;
}
#HomeColR .h2smalltxt {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4a4c40!important;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
}
.featuredCallout {
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 13px;
	width: 235px;
}
.homeNews {
	margin-left: 10px;
	font-size: 12px;
}
.newsItem {
	margin-bottom: 15px;
	width: 400px;
}
.moreHeadlines {
	font-weight: bold;
}
.featuredCallout img {
	padding: 0px 0px 10px 0px;
}
.featuredCallout .featureHeader {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}
#HomeColDivider {
	float: left;
	width: 9px;
	position: relative;
	background: url(../images/home-col-divider.gif) left repeat-y;
	height: 630px;
}
.DividerTop {
	background: url(../images/home-col-divider-top.gif) top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 9px;
	height: 150px;
}
.DividerBottom {
	background: url(../images/home-col-divider-bottom.gif) bottom no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 9px;
	height: 150px;
}
#HomeColR {
	float: left;
	padding-left: 25px;
}
/* ====== View Coin =====*/
.coinViewHeader {
	margin-bottom: 15px;
}
.memberJournalLeadin {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #807E6D;
}
.coinViewHeader p {
	margin: 0px;
	padding: 0px;
}
.coinViewHeader .leftLinks {
	float: left;
}
.coinViewHeader .rightLinks,
.rightLinks {
	float: right;
}
.obverseContainer {
	width: 318px;
	float: left;
}
.reverseContainer {
	width: 318px;
	float: right;
}
.obverseContainer p.DetailsSubhead,
.reverseContainer p.DetailsSubhead {
	margin: 15px 0px 5px 0px !important;
	padding: 0px;
}
.obverseContainer .imageContainer,
.reverseContainer .imageContainer {
	border: 1px solid;
	width: 318px;
}
.obverseContainer .imageContainer .galleryPicture,
.reverseContainer .imageContainer .galleryPicture {
	margin: 0px auto;
	display: block;
	text-align: center;
}
.obverseContainer .imageContainer div,
.reverseContainer .imageContainer div {
	padding: 5px 5px 0px 5px;
}
.obverseContainer .imageContainer div.clear,
.reverseContainer .imageContainer div.clear {
	padding: 0px;
}
.obverseContainer p.title,
.reverseContainer p.title {
	float: left;
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
}
.obverseContainer .imageLink,
.reverseContainer .imageLink {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: 3px;
}
.obverseContainer .link,
.reverseContainer .link {
	color: #fff;
	text-decoration: underline;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.master_tab_background .imageGalleryLinks {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	float: right;
}
/* ====== Coin Registry =====*/
ul#registryMain {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul#registryMain li {
	float: left;
	margin: 15px 0 0 75px;
}
ul#registryMain li:first-child {
	margin-left: 0px;
}
.registryBanner {
	margin: -40px 0 0 -25px;
}
.newRegistryBanner {
	margin: 10px 0 0 -25px;
}
.introText {
	color: #4a4c40;
	font-size: 14px;
	width: 500px;
	float: left;
	line-height: 20px;
}
.sideBarContainer {
	border-left: 1px solid #c6ba84;
	width: 150px;
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.sideBarContainer p {
	color: #96927d;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: -3px 0px 0px 0px;
	text-transform: uppercase;
}
.sideBarContainer a {
	display: inline-block;
	padding-bottom: 5px;
}
.filterContainer,
.filterRankings {
	background: url('../images/filter-bg.gif') repeat-x 0 0;
	position: relative;
	height: 38px;
	line-height: 38px;
	padding: 0px 10px;
	margin-top: 10px;
}
.filterRankings {
	background: url('../images/filter-bg2.gif') repeat-x 0 0;
	clear: both;
	margin-top: 0px;
}
.filterRankings img {
	vertical-align: middle;
	margin-right: 5px;
}
.setListing .filterRankings {
	background: none;
	padding-right: 0px;
}
.searchContainer {
	width: 300px;
	text-align: right;
	float: right;
}
.searchContainer input[type="text"] {
	width: 205px;
}
.breadCrumbsContent img {
	padding: 2px 5px 0px 5px;
}
.breadCrumbsContent p {
	color: #4c4a40;
	display: inline;
	font-weight: bold;
}
.createSet {
	display: inline-block;
	margin: 10px 5px 10px 0;
}
.ListingContainer {
	width: 302px;
	height: 105px;
	position: relative;
	bottom: 0px;
}
.ListingContainer h2 {
	padding-bottom: 0px;
	position: absolute;
	bottom: 0px;
}
.ListingContainer p {
	display: inline;
	font-weight: bold;
}
.ListingContainer a.selected {
	color: #000;
	text-decoration: none;
}
.setLinksContainer {
	margin-top: 5px;
}
.setLinksContainer p {
	display: inline;
	font-weight: bold;
}
.setLinksContainer a.selected {
	color: #000;
	text-decoration: none;
}
.specialRankingContainer {
	margin-bottom: 15px;
	background-image: url(../images/bg_specialRankingGradient.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 302px;
	float: right;
	min-height: 105px;
}
.specialRankingContainer .specialRankingContent {
	float: right;
	width: 270px;
	padding: 5px 5px 5px 20px;
	background-image: url(../images/bg_SpecialRanks_custom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 105px;
}
.specialRankingContainer .specialRankingContent .titleHeader {
	text-transform: uppercase;
	color: #96927d;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.specialRankingContainer .specialRankingContent .titleCategory {
	color: #4c4a40;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-weight: bold;
}
.specialRankingContainer .specialRankingContent a {
	display: block;
	text-decoration: none;
}
.specialRankingContainer .specialRankingContent a:hover {
	text-decoration: underline;
}
.specialRankingContainer .specialRankingContent a.middleLink {
	margin-top: 3px;
}
.specialRankingContainer .specialRankingContent .leftLinks {
	float: left;
	width: 120px;
	padding: 0px;
	margin: 0px;
}
.sigSetsGridContainer {
	position: relative;
	bottom: 115px;
	width: 350px;
}
.sigSetsGridContainer .dxgvHeader td {
	text-decoration: none !important;
}
.sigSetsGridContainer h2 {
	width: 300px;
	margin-bottom: 10px;
}
.DisplayFooter {
	text-align: center;
}
/* COMICS COMPETITIVE/CUSTOM SETS */
.searchcomics {
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
.searchcomicstext {
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #990000;
}
.sectiontitle,
.sectioncrumb,
.sectionfooter {
  color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  clear: both;
}
.shadowed {
	font-weight: normal;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 8px;
}
.shadowed a,
.shadowed a:hover {
	padding-left: 1px;
	padding-right: 5px;
	border-right: 1px solid #cfc39f;
}
.shadowed a:hover {
	text-decoration: underline;
}

/* ====== Bulk Import =====*/
.importResults .topSection {
	margin-bottom: 55px;
}
.importResults .topSection .topSectionContent {
	margin-bottom: 30px;
}
.importResults .topSection .topSectionContent .successful {
	margin-bottom: 15px;
}
.importResults .topSection .topSectionContent .successful span,
.importResults .topSection .topSectionContent .failed span {
	font-weight: bold;
	font-size: 16px;
}
.importResults .topSection .topSectionContent .successful .color {
	color: #37b500;
}
.importResults .topSection .topSectionContent .failed .color {
	color: #e20303;
}
.importResults .topSection .topSectionContent .failed .text {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}
.importResults .failures {
	margin-bottom: 40px;
}
.importResults .failures p,
.importResults .duplicates p {
	margin-top: 3px;
}
.importResults .failCoins,
.importResults .failNotes {
	color: #ff1200;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/* ====== Coin Collection Manager =====*/
.numismediaHolder {
	margin: 45px 0px 0px 20px;
	font-size: 10px;
	width: 700px;
}
.numismediaHolder .normalText {
	font-size: 12px;
}
.compHelpContainer {
	position: relative;
	bottom: 65px;
	left: 20px;
	border: 1px solid #003399;
	width: 285px;
	background-color: #e9e1cb;
	padding: 10px;
}
.compHelpContainer h3 {
	text-transform: uppercase;
}
.compHelpContainer p {
	padding: 0px;
	float: left;
	margin-top: 3px;
	color: #003399;
	font-weight: bold;
}
.compHelpContainer img {
	float: left;
	margin: 3px 3px 0px 3px;
}
/* ====== Reports =====*/
.ReportContainer {
	padding: 20px 0px 20px 0px;
}
.dxmMenu,
.dxmVerticalMenu {
	background-color: #EDEDED;
	border: 1px solid #c6ba84;
	width: 890px;
}
.dxmMenuItem,
.dxmMenuItemWithImage {
	padding: 2px 8px 0px 8px;
}
.dxmMenuSeparator .dx {
	height: 19px;
}
.ReportContentContainer {
	width: 890px;
}
.reportButton {
	margin-left: 83px;
}
.backToReport {
	float: right;
}
/* ====== Tutorials =====*/
.tutorials h3 {
	margin-bottom: 5px;
}
.tutorials .videoContainer {
	border: 1px solid #000;
	width: 550px;
	height: 340px;
	margin: 0px 0px 50px 0px;
}
.tutorials .linkContainer a {
	cursor: pointer;
}
.tutorials .linkContainer .box {
	width: 200px;
	float: left;
	padding: 10px 0px 0px 30px;
	border-left: 1px solid #c6ba84;
}
.tutorials .linkContainer .first {
	padding-left: 5px;
	border: none;
}
.tutorials .linkContainer .box img {
	float: left;
}
.tutorials .linkContainer .box h2 {
	float: left;
	margin-top: 15px;
	margin-left: 8px;
	font-weight: bold;
	font-size: 16px;
}
.tutorials .linkContainer .box ul {
	margin-left: 55px;
	width: 130px;
}
.tutorials .linkContainer .box ul li {
	list-style-type: none;
	margin-bottom: 8px;
}
/* ===== JOURNAL PAGE ===== */
.byLine {
	color: #4c4a40;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
.byLine img {
	vertical-align: middle;
}
.byLineLinks {
	font-weight: normal;
	font-style: italic;
}
.postLine {
	color: #4c4a40;
	font-size: 12px;
	font-style: italic;
}
.disclaimer {
	font-style: italic;
	color: #4a4c40;
}
.JournalHeader {
	margin-bottom: 0px;
}
.recentJournalLink {
	padding-left: 15px !important;
}
.moreJournals {
	padding: 0px 10px!important;
}
.MoreJournalsEntries {
	width: 670px;
}
.JournalSidebarLinks div {
	padding-bottom: 10px;
}
.RightSidebar .JournalAwardIcons {
	margin-top: 30px;
}
.RecentJournalPosts {
	margin-top: 30px;
}
.JournalEntry {
	margin-top: 30px;
	padding-top: 10px;
	width: 475px;
}
/* ===== NEWS PAGE ===== */

/* all article pages */
.news-article-body img {
	max-width: 100%;
}
.teaserText {
	font-style: italic;
}
.RightSidebar {
	padding-left: 10px;
	margin: 0px 0px 0px 80px;
}
.RightSidebar,
.sideIcons {
	border-left: 1px solid #96927D;
}
.sideIcons {
	margin: 0px 0px 0px 80px;
	padding-left: 10px;
	width: 150px;
}
.sideIcons a p,
p.emailLink {
	color: #96927D;
	font-size: 11px;
	text-decoration: none;
	padding: 0px!important;
	margin: 0px 0px 0px 5px;
	float: left;
}
.sideIcons div.noMargin {
	margin: 0px;
}
.sideIcons div.topMargin {
	margin-top: 5px;
}
.sideIcons a img {
	float: left;
}
.sideIcons a {
	cursor: pointer;
}
.DetailsSubhead {
	color: #4A4C40;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin: 15px 0px 3px 0px;
}
.AwardsLinks {
	margin-bottom: 20px;
}
/* IDENTIFY YOUR COIN
==================================================*/
.identifyCoinShown {
	margin-left: 137px;
}
/* TABS
=======================================================*/
.tabFix {
	position: relative;
	margin-bottom: -1px;
}
table.tabContainer,
ul.tabContainer {
	height: 24px;
	margin: 20px 0px 0px 0px;
	position: relative;
	padding: 0px;
}
.tabContainer li {
	float: left;
	list-style-type: none;
	margin-right: 2px;
	position: relative;
}
table.tabContainer .tab_off,
ul.tabContainer li a {
	background-repeat: repeat-x;
	display: inline-block;
	padding: 4px 12px 6px 12px;
	height: 14px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.tabContainer li a {
	position: relative;
	bottom: 0px;
	display: block;
}
table.tabContainer .tab_on,
ul.tabContainer .tab_on {
	background-image: url(../images/bg_tabs.gif) !important;
	background-repeat: repeat-x;
	border-top: 1px solid #c6ba84;
	border-right: 1px solid #c6ba84;
	border-left: 1px solid #c6ba84;
	border-bottom: 1px solid #e5dbc1;
	font-size: 12px;
	font-weight: bold;
	height: 12px;
	padding: 5px 12px 6px 12px;
	margin-bottom: -1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
table.tabContainer .tab_on a {
	text-decoration: none;
}
/*delete when old styles are removed*/
table.tabContainer .tab_on {
	height: 19px !important;
	padding-bottom: 0px !important;
	z-index: 1000 !important;
}
.master_tab_background {
	background-color: #e5dbc1;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	border: 1px solid #c6ba84;
}
.master_tab_background p {
	padding-bottom: 10px;
}
.master_tab_background .gridContainer {
	margin-top: 0px;
}
/* FOOTER
=======================================================*/
#footer {
	background: url(../images/footer-bg.jpg) top repeat-x;
	padding: 20px;
	color: #4a4c40;
	background-color: #FFFFFF;
	margin-bottom: -1px;
}
#footer img {
	padding: 0px 20px 10px 0px;
}
#footer a {
	color: #4a4c40!important;
}
/* GRID (REGULAR TABLE GRID)
=======================================================*/
.gridContainer {
	border-top: 1px solid #c6ba84;
	border-left: 1px solid #c6ba84;
	margin-top: 20px;
	background-color: #fff;
}
.grid {
	border-collapse: collapse;
	width: 100%;
}
.gridNormal {
	background-color: #fff;
}
.grid td,
.grid th {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.grid th {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 6px 5px;
	margin: 0px;
	border-right: 1px solid #fff;
	text-align: left;
}
.grid th a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.grid tr.first {
	border-top: 1px solid #c6ba84;
}
.grid th.first,
.grid td.first {
	border-left: 1px solid #c6ba84;
}
.grid th.last,
.grid td.last {
	border-right: 1px solid #c6ba84;
}
.grid td {
	background-color: #FFF;
	border-right: 1px solid #c6ba84;
	border-bottom: 1px solid #c6ba84;
	border-left: 1px solid #c6ba84;
	padding: 4px 6px 5px;
	white-space: normal;
}
.gridrow td a.deleteItem,
.gridrowalt td a.deleteItem {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
.gridrow.disabled td, .gridrow.disabled td a {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	pointer-events: none;
}
.gridrow.disabled td .blocked-message {
	color: #000;
	font-weight: normal;
}
.InternalGridSelector td {
	border-right: 0px;
	border-bottom: 0px;
}
/*POP UP
=======================================================*/
.FadedBackground {
	background-color: #000;
	moz-opacity: 0.7;
	khtml-opacity: 0.7;
	opacity: 0.7;
	-webkit-filter: alpha(opacity=70);
	filter: alpha(opacity=70);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 501 !important;
}
.modalPopup {
	background-color: #e5dbc1;
	border: 1px solid #000;
	width: 845px;
	z-index: 2000 !important;
}
.modalPopup .contentGrid {
	padding: 20px 20px 0px 0px;
	margin: 0px;
	height: 150px;
}
.modalPopup .customSetPopup {
	height: 410px;
}
.modalPopup .contentGrid .dxgvHeader td {
	text-decoration: none !important;
}
.modalPopupHeader {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	padding: 7px 7px 10px 7px;
}
.modalPopupClose {
	position: absolute;
	right: 4px;
	top: 4px;
}
.modalPopupContent {
	padding: 20px 20px 20px 20px;
}
.modalPopupContent .leftContent {
	float: left;
	width: 275px;
	background-image: url(../images/bg_AddItemsCustomSet.gif);
	background-repeat: repeat-x;
	padding: 20px;
	height: 200px;
}
.modalPopupContent .middleContent {
	float: left;
	width: 172px;
	margin: 35px 0px 0px 0px;
}
.modalPopupContent .middleContent p {
	color: #fff;
	font-size: 40px;
	text-align: center;
}
.modalPopupContent .rightContent {
	float: right;
	width: 275px;
	background-image: url(../images/bg_AddItemsCustomSet.gif);
	background-repeat: repeat-x;
	padding: 20px;
	height: 200px;
}
.modalPopupContent .rightButtons {
	float: right;
}
.modalPopup p {
	padding: 20px 20px 0px 20px;
	margin: 0px;
}
.AddExistingSetLinks {
	text-decoration: none;
	width: 250px;
	display: block;
}
.AddExistingSetLinks:hover {
	background-color: #aab2d5;
	width: 250px;
	display: block;
}
.dxpcHeader {
	background-color: #e5dbc1;
}
/*START OF GENERAL FORM TABLE STYLES
=======================================================*/
.generalForm td.formTitle {
	width: 150px;
}
.generalForm td {
	padding: 0px;
	margin: 0px;
	height: 20px;
}
.generalForm td.indented {
	padding:0px 0px 0px 16px;
}
.generalForm td p, .generalForm label {
	color: #4c4a40;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	white-space: nowrap;
}
.generalForm td p.infotext {
	text-transform: none;
	font-weight: normal;
}
.generalForm .inputBox {
	border: 1px solid #c6ba84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	padding: 0px !important;
	width: 200px;
}
.generalForm select.inputBox {
	width: 203px;
}
.generalForm .purchaseDate img {
	height: 18px;
	position: relative;
	bottom: 1px;
}
.inputBox {
	border: 1px solid #c6ba84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 0px !important;
}
.generalForm .break {
	margin: 0px;
	padding: 0px;
	height: 5px;
}
.generalForm .bigBreak {
	height: 10px;
}
.generalForm .rightSection {
	margin-left: 20px;
}
.generalForm .required {
	color: #ff0000;
	margin-left: 5px;
	vertical-align: top;
}
.rfvTopControl {
	position: relative;
	bottom: 15px;
}
.rightEditButton {
	float: right;
	margin-right: 1px;
}
.leftEditButton {
	float: left;
	margin-left: 1px;
}
.generalForm .subHeader {
	font-weight: bold;
	text-transform: none;
	color: #000;
	margin-bottom: 5px;
}
.generalForm .field {
	margin-bottom: 10px;
}
.left-input label {
	display: inline-block;
	text-align: right;
	width: 183px;
	vertical-align: top;
}
.left-input input {
	display: inline-block;
	vertical-align: top;
}
.generalForm .field .info-text {
	display: block;
	margin: 10px 0px 0px 190px;
}

/* ADMIN STUFF */
.failed-pending-adds {
	font-size: 14px;
}
.failed-pending-adds label {
	width: 220px;
}
.back-link {
	float: right;
}


/*START OF RAD COMBO BOX CONTROL (TELERIK CONTROL)
	=======================================================*/
.RadComboBox {
	border: none;
}
.RadComboBox_Default .rcbInputCellLeft,
.RadComboBox_Default .rcbInputCellRight,
.RadComboBox_Default .rcbArrowCellLeft,
.RadComboBox_Default .rcbArrowCellRight {
	background-image: none !important;
}
.RadComboBoxDropDown_Default .rcbHeader {
	border: none !important;
}
.RadComboBoxDropDown_Default .rcbHeader,
.RadComboBoxDropDown_Default .rcbFooter,
.RadComboBoxDropDown_Default .rcbMoreResults,
.RadComboBoxDropDown_Default .rcbMoreResults a {
	background-image: none !important;
	color: #fff !important;
}
.RadComboBoxDropDown .rcbItem,
.RadComboBoxDropDown .rcbHovered,
.RadComboBoxDropDown .rcbDisabled,
.RadComboBoxDropDown  .rcbLoading {
	margin: 0px !important;
	padding: 0px !important;
}
.rcbDisabled tr,
.rcbDisabled tr td {
	background-color: #ece9d8 !important;
}
.RadComboBoxDropDown .rcbHeader {
	margin-bottom: 0px;
}
.RadComboBoxDropDown .rcbHeader,
.RadComboBoxDropDown .rcbFooter {
	padding: 0px !important;
}
/*END OF GENERAL FORM TABLE STYLES
=======================================================*/
/*START OF CONTROL STYLES (DEVEXPRESS CONTROLS)
=======================================================*/
/*UPLOAD
=======================================================*/
.dxucEditArea {
	background-color: #fff;
}
.uploadImage {
	margin-top: 5px;
}
.uploadImageTitle {
	margin-top: 3px;
}
/*GRID - SPLITTER
=======================================================*/
.splitterGrid .dxgvControl,
.splitterGrid .dxgvDisabled {
	border: none;
	font: 11px Tahoma;
	background-color: transparent;
	color: Black;
	cursor: default;
}
.splitterGrid .dxgvTable {
	background-color: transparent;
	border: none;
	border-collapse: separate!important;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.splitterGrid .dxgvFocusedRow {
	background-color: transparent;
}
.splitterGrid .image {
	background-color: #fff !important;
	background-repeat: no-repeat;
	background-position: top center;
}
.splitterGrid .image img {
	width: 20px;
	height: 20px;
}
.dxgvDataRow .image {
	background-color: #fff !important;
	background-repeat: no-repeat;
	background-position: top center;
}
.dxgvDataRow .image img {
	width: 20px;
	height: 20px;
	display: block;
	margin: 0px auto;
}
.splitterGrid .dxgvFocusedRow .text {
	color: #fff;
}
.linksSplitter {
	background-color: #5464AA;
	margin: 5px 0px 0px 25px;
}
.linksSplitter a {
	padding: 0px 0px 0px 5px;
	font-size: 16px !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif !important;
	cursor: pointer;
	color: #fff !important;
}
.linksSplitter a:hover {
	color: #fff !important;
}
.linkSplitterOff {
	background-color: transparent !important;
	margin: 5px 0px 0px 25px;
}
.linkSplitterOff a {
	color: #003399 !important;
	padding: 0px 0px 0px 5px;
	font-size: 16px !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif !important;
	cursor: pointer;
}
.splitterBottomLinks a:hover {
	text-decoration: underline !important;
}
.splitterBottomLinks a:hover {
	text-decoration: underline !important;
}
.splitterGrid .dxgvEditFormDisplayRow td.dxgv,
.splitterGrid .dxgvDataRow td.dxgv,
.splitterGrid .dxgvDataRowAlt td.dxgv,
.splitterGrid .dxgvSelectedRow td.dxgv,
.splitterGrid .dxgvFocusedRow td.dxgv {
	overflow: hidden;
	border: none;
	border-top: 0;
	border-left: 0;
	padding: 2px 6px 2px 2px;
	cursor: pointer;
}
/*GRID - CONTENT
=======================================================*/
.contentGridContainer {
	margin-right: 12px;
}
.dxtabContainerScroll {
	overflow-y: auto;
	max-height: 740px;
	width: 700px;
}
.contentGrid .dxgvControl,
.contentGrid .dxgvDisabled {
	font: 12px Arial;
	cursor: default;
	background-repeat: repeat-x;
	background-position: top right;
	margin: 0px 0px 0px 20px;
	background-color: #f4f3f1;
}
.publicSetsGrid .dxgvControl {
	margin-left: 0px;
}
.defaultGrid .dxgvControl,
.defaultGrid .dxgvDisabled {
	margin: 0px 0px 20px 0px;
}
.contentGrid .dxgvTable {
	background-color: #fff;
	border: none;
	border-collapse: separate!important;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.contentGrid .dxgvFocusedRow .text {
	color: #fff;
}
.contentGrid .dxgvEditFormDisplayRow td.dxgv,
.contentGrid .dxgvDataRow td.dxgv,
.contentGrid .dxgvDataRowAlt td.dxgv,
.contentGrid .dxgvSelectedRow td.dxgv,
.contentGrid .dxgvFocusedRow td.dxgv {
	overflow: hidden;
	border: none;
	border-top: 0;
	border-left: 0;
	padding: 2px 6px 2px 2px;
	word-wrap: break-word !important;
	overflow: hidden;
}
.contentGrid .dxgvHeader {
	cursor: pointer;
	white-space: nowrap;
	padding: 4px 6px 5px 6px;
	border: Solid 1px #fff;
	overflow: hidden;
	font-weight: normal;
	text-align: left;
}
.contentGrid .dxgvHeader,
.contentGrid .dxgvHeader table {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.contentGrid .dxgvHeader td {
	text-decoration: none;
	white-space: nowrap;
}
.contentGrid td.dxgv {
	padding-left: 5px !important;
	vertical-align: middle!important;
}
.contentGrid .dxgvFilterRow td.dxgv {
	border-color: #c6ba84;
	border-style: none solid solid none;
	border-width: 0 1px 1px 0;
	overflow: hidden;
	padding: 2px;
	background-color: #f4f3f1;
}
.contentGrid .dxgvFocusedRow td.dxgv {
	overflow: hidden;
	padding: 2px 6px 2px 2px;
	color: #000;
}
.contentGrid .dxgvSelectedRow {
	color: #000;
	font-weight: bold;
}
.contentGrid .dxgvEditFormDisplayRow td.dxgv,
.contentGrid .dxgvDataRow td.dxgv,
.contentGrid .dxgvDataRowAlt td.dxgv,
.contentGrid .dxgvSelectedRow td.dxgv {
	background-color: #fff;
	border-right: 1px solid #c6ba84;
	border-bottom: 1px solid #c6ba84;
	overflow: hidden;
	padding: 3px 6px 3px 2px;
}
.contentGrid .dxgvPagerBottomPanel {
	background-color: #f4f3f1;
}
.contentGrid .dxgvFooter td.dxgv {
	background-color: #f4f3f1;
	border-bottom: 1px solid #c6ba84;
}
.contentGrid .dxgvControl,
.dxgvDisabled {
	border: 1px solid #c6ba84;
}
.contentGrid .dxeListBoxItemSelected,
.contentGrid .dxeCalendarSelected {
	color: #000;
}
.contentGrid .dxeCalendarWeekNumber {
	visibility: hidden;
}
.bottomGridHolder {
	position: relative;
	top: 100px;
}
/* PAGER STYLES
=======================================================*/
.dxtcPageContent,
.dxtcPageContentWithTabPositionBottom,
.dxtcPageContentWithTabPositionLeft,
.dxtcPageContentWithTabPositionRight,
.dxtcPageContentWithoutTabs {
	color: #000;
	vertical-align: top;
	background-repeat: repeat-y;
	background-position: left;
	background-color: #e5dbc1;
	background-image: url(../images/bg_contentSplitter.gif);
}
.dxgv td {
	background-color: #f4f3f1;
}
.dxgvFilterBarImageCell {
	padding: 6px 8px 0px 30px;
}
.dxpSummary {
	padding-left: 30px;
}
.dxgvFilterBar {
	padding-left: 30px;
	border-color: #c6ba84;
}
.dxgvFilterBarCheckBoxCell {
	padding: 4px 7px 0 30px;
}
.dxpPageNumber {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
	padding: 1px 5px 0;
	text-align: center;
	text-decoration: underline;
	vertical-align: middle;
	color: #7D755D;
}
/* SPLITTER STYLES
=======================================================*/
/* SPLITTER STYLES - General
	=======================================================*/
.dxsplPane,
.dxsplPaneCollapsed {
	border-width: 0px;
}
.dxsplLCC .dxsplCC,
.dxsplP {
	width: 100%;
	height: 100%;
}
.dxeHyperlink {
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.dxeHyperlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.dxsplS {
	position: absolute;
	top: 45%;
}
/* SPLITTER STYLES - Left
	=======================================================*/
.leftSplitter .dxsplLCC {
	padding: 10px 0px 8px 8px;
	background-repeat: repeat-y;
	background-position: right;
	background-color: white;
}
/* SPLITTER STYLES - Right
	=======================================================*/
.dxsplVSeparatorButton {
	padding: 20px 0px 20px 0px;
	margin: 0px;
}
.rightSplitter .dxsplLCC {
	padding: 15px 0px 8px 0px;
	width: auto !important;
}
.rightSplitter .dxtcActiveTab,
.rightSplitter .dxtcActiveTabWithTabPositionBottom,
.rightSplitter	.dxtcActiveTabWithTabPositionLeft,
.rightSplitter .dxtcActiveTabWithTabPositionRight {
	background-image: url(../images/bg_tabs.gif);
	background-repeat: repeat-x;
	padding: 3px 12px 4px;
	text-align: center;
	height: 25px;
	border-color: #c6ba84;
}
.rightSplitter .dxtcTab,
.rightSplitter .dxtcTabWithTabPositionLeft,
.rightSplitter .dxtcTabWithTabPositionBottom,
.rightSplitter	.dxtcTabWithTabPositionRight {
	background-repeat: repeat-x;
	padding: 3px 12px 4px;
	text-align: center;
	height: 24px;
	border: none;
}
.rightSplitter .dxtcControl td.dxtcTabsCell,
.rightSplitter .dxtcControl td.dxtcTabsCellWithTabPositionBottom,
.rightSplitter	.dxtcControl td.dxtcTabsCellWithTabPositionLeft,
.rightSplitter .dxtcControl td.dxtcTabsCellWithTabPositionRight {
	padding-left: 0px !important;
}
.rightSplitter .dxtcActiveTab td.dxtc,
.rightSplitter .dxtcActiveTabWithTabPositionBottom td.dxtc,
.rightSplitter	.dxtcActiveTabWithTabPositionLeft td.dxtc,
.rightSplitter .dxtcActiveTabWithTabPositionRight td.dxtc {
	background-color: transparent !important;
	background-image: url("") !important;
	border-width: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold;
	text-transform: uppercase;
}
.rightSplitter .dxtcTab td.dxtc,
.rightSplitter .dxtcTabWithTabPositionBottom td.dxtc,
.rightSplitter .dxtcTabWithTabPositionLeft	td.dxtc,
.rightSplitter .dxtcTabWithTabPositionRight td.dxtc {
	background-color: transparent !important;
	background-image: url("") !important;
	border-width: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold;
	text-transform: uppercase;
}
.rightSplitter .dxtabContainer {
	margin: 15px 0px 20px 20px;
}
/* NORMAL TABS- white background
		=======================================================*/
.tabsNormal .dxtabContainer {
	margin: 0px 0px 20px 0px;
}
.dxtabContainer p.defaultText {
	padding: 0px;
	margin: 0px;
}
.tabsNormal .dxtabContainer p span {
	color: #4a4c40;
	text-transform: uppercase;
	font-weight: bold;
}
.tabsNormal .dxtcPageContent,
.tabsNormal .dxtcPageContentWithTabPositionBottom,
.tabsNormal	 .dxtcPageContentWithTabPositionLeft,
.tabsNormal .dxtcPageContentWithTabPositionRight,
.tabsNormal .dxtcPageContentWithoutTabs {
	background-image: none;
}
.loadingContainer {
	height: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	top: 300px;
	left: 45%;
}
.loadingContainer .dxgvLoadingPanel {
	height: 100%;
	border-collapse: collapse;
}
.loadingContainer .dxgvLoadingPanel dx img {
	border-width: 0px;
}
.loadingContainer .dxgvLoadingPanel .dx {
	padding-left: 10px;
}
.collectionTitle {
	margin: 0px 0px 15px 29px;
	padding: 0px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.collectionTitle .helpLink {
	float: right;
	position: relative;
	right: 4%;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}
.collectionTitle .helpLink {
	text-decoration: none;
}
.collectionTitle .helpLink span {
	text-decoration: underline !important;
}
.collectionTopNavLeft {
	width: 290px;
	margin: 0px 0px 0px 20px;
	padding-bottom: 0px;
	text-align: left;
	float: left;
}
.collectionTopNavLeft .display {
	display: inline;
	margin-left: 20px;
}
.collectionTopNavLeft .display .dropdown {
	border: 1px solid #c6ba84;
}
.journalFilters span,
.collectionTopNavLeft span {
	color: #96927d;
}
.journalFilters a.selected {
	color: #4c4a40;
}
.collectionTopNavRight {
	text-align: right;
	width: 362px;
	float: right;
	position: relative;
	right: 2%;
}
.rightButton {
	position: relative;
	bottom: 85px;
	left: 20px;
}
/* END OF SPLITTER STYLES
=======================================================*/
/* ACCORDIAN STYLES - done
=======================================================*/
.accordianSplitter {
	width: 100%;
	border: none;
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.accordianSplitterHeader h2 {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 18px;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}
.accordianSplitterHeaderOn h2 {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 18px;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}
.accordianSplitter .splitterButton,
.leftSplitter .splitterBottomLinks .splitterButton {
	margin: 5px 0px 0px 25px;
	background-repeat: repeat-x;
	height: 22px;
	padding: 0px 0px 2px 0px;
	width: 125px;
	text-align: left;
	text-transform: none;
	border: none;
	font-size: 12px;
	text-align: center;
}
.leftSplitter .splitterBottomLinks .splitterButtonLast {
	display: block;
	margin: 10px 0px 0px 0px;
}
.splitterBottomLinks {
	margin: 25px 0px 0px 25px;
}
.dxgvStatusBar {
	border: none;
	background-color: transparent !important;
	padding: 2px 0px 20px 0px;
}
.dxgvStatusBar .dxgv td {
	background-color: transparent !important;
}
.accordianPager {
	background-color: transparent !important;
	margin-left: 25px;
}
/*END OF CONTROL STYLES
=======================================================*/
/* GALLERY STYLES
=======================================================*/
/* DATAGRID STYLES
	==============================================	*/
.datagrid_ItemStyle,
.datagrid_altitemstyle,
.datagrid_header,
.datagrid_selected,
datagrid_highlighted {
	font-weight: normal;
	padding: 4px;
	padding-left: 7px;
	text-decoration: none;
	font-size: 11px;
}
.grid .datagrid_ItemStyle {
	padding: 0px !important;
}
.datagrid_ItemStyle {
	background-color: #fff;
}
.datagrid_header td,
.datagrid_header tr {
	color: #ffffff;
	border: 1px solid #c6ba84;
}
.datagrid_ItemStyle td,
.datagrid_ItemStyle tr {
	border: 1px solid #c6ba84;
}
.datagrid_altitemstyle td,
.datagrid_altitemstyle tr {
	border: 1px solid #c6ba84;
}
.datagrid_altitemstyle table td {
	border: none !important;
}
.datagrid_altitemstyle table tr {
	border: none !important;
}
.datagrid_ItemStyle table td {
	border: none !important;
}
.datagrid_ItemStyle table tr {
	border: none !important;
}
.datagrid_altitemstyle {
	background-color: #fff;
}
.datagrid_ItemStyle td,
.datagrid_SetItemStyle td,
.datagrid_altitemstyle td,
.datagrid_header td,
.datagrid_selected td,
.datagrid_highlighted td {
	padding: 3px;
}

.manage-dealers .datagrid_ItemStyle td,
.manage-dealers .datagrid_SetItemStyle td,
.manage-dealers .datagrid_altitemstyle td,
.manage-dealers .datagrid_header td,
.manage-dealers .datagrid_selected td,
.manage-dealers .datagrid_highlighted td {
	padding: 3px;
	height: 17px !important;
}

.galleryTopNavigation {
	width: 670px;
	font-size: 12px;
}
.galleryTopNavigation .galleryInfoText {
	text-align: left;
	padding-bottom: 10px;
	font-size: 12px;
}
.galleryTopNavigation .topPager {
	text-align: right;
	padding-bottom: 10px;
	font-size: 12px;
}
.topPagerContainer {
	width: 670px;
}
.bottomPager {
	text-align: right;
	padding: 10px 0px;
	font-size: 12px;
	width: 670px;
}
.galleryBody {
	width: 670px;
}
.galleryItemDetails {
	clear: both;
}
.GalleryItem {
	width: 210px !important;
	overflow: hidden;
}
.ownerDescription,
.ownerDescription .ellipsis,
.ownerDescription .ellipsis SPAN {
	width: 200px !important;
	word-wrap: break-word;
	white-space: normal;
	font-size: 11px;
}
.CollectibleDetailTable {
	border: 1px solid #c6ba84;
	width: 205px;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.CollectibleDetailTableWide {
	width: 319px;
}
.DetailFieldTitle {
	border: 1px solid #c6ba84;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	width: 80px;
	color: #4a4c40;
}
.DetailFieldItem {
	border: 1px solid #c6ba84;
	text-align: left;
	color: #4a4c40;
}
.DetailFieldItem span {
	display: block;
}
.galleryImage {
	border: 1px solid;
	background-color: #adad98;
	text-align: center;
	padding: 0px;
	margin: 0px 2px 5px 0px;
	float: left;
	width: 100px;
}
td.galleryItem {
	vertical-align: top;
	padding: 15px 7px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
/* SLIDESHOW PAGE
============================================*/
div.galleryItem {
	border-top: 1px solid;
	margin: 15px 2px 10px 0px;
	width: 658px;
}
.slideshowContainer {
	margin: 0px !important;
}
.slideshowContainer .slideshowTopContainer {
	margin: 0x 0px 10px 0px;
}
.slideshowContainer .slideshowTopContainer p {
	font-size: 12px;
	float: left;
}
.slideshowContainer .slideshowTopContainer .topPager {
	text-align: right;
}
.slideshowContainer .slideshowTopContainer .topPager .pager span {
	padding: 0px 2px 0px 2px;
	font-size: 12px;
}
.slideshowContainer .slideshowTopContainer .topPager .pager a {
	padding: 0px 2px 0px 2px;
	font-size: 12px;
}
.slideshowContainer .bottomPager .pager span {
	padding: 0px 2px 0px 2px;
}
.slideshowContainer .bottomPager .pager a {
	padding: 0px 2px 0px 2px;
}
.slideshowThumbs {
	width: 670px;
}
.slideshowThumbs .slideshowImgContainer {
	float: left;
	margin: 0.4em 0.75em 0.4em 0px;
	border: 1px solid;
	width: 100px;
	background-color: #adad98;
	text-align: center;
}
/* TOOL TIP
============================================*/
div.htmltooltip {
	position: absolute;
  /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background-color: #e5dbc1;
	width: 300px;
  /*width of tooltip*/
	padding: 10px;
}
.tooltipP {
	float: right;
	margin-left: 5px !important;
}
.tooltipLeft {
	float: left;
}
.awardstooltipP {
	float: right !important;
	margin-left: -10px !important;
	margin-top: 25px;
	bottom: 3px;
}
.awardstooltipObscured {
	margin-top: 0;
	float: right !important;
}
/* ORDER FORM
============================================*/
.formSpecialInstructions {
	width: 575px;
	margin-top: 20px;
}
.formSpecialInstructions .headerSpecial {
	text-decoration: underline;
	font-weight: bold;
}
.formSpecialInstructions span {
	text-transform: uppercase;
	font-weight: bold;
}
.OrderFormOptions td {
	border: medium none !important;
	padding: 1px !important;
}
.OrderFormOptions input {
	float: left;
	position: relative;
	top: -3px;
}
.OrderFormOptions label {
	float: left;
	padding-left: 2px;
}


input[type=submit].step1Tab_on, input[type=submit].step2Tab_on, input[type=submit].step3Tab_on, input[type=submit].step4Tab_on, input[type=submit].step1Tab_off, input[type=submit].step2Tab_off, input[type=submit].step3Tab_off, input[type=submit].step4Tab_off   {
	border-top:0;
	border-right:0;
	border-left:0;
	border-bottom: 1px solid #e5dbc1;
	color:#4c4a40;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin:20px 0 30px 0;
	padding: 5px 15px;
	text-transform:none;
	}
input[type=submit].step1Tab_on, input[type=submit].step2Tab_on, input[type=submit].step3Tab_on, input[type=submit].step4Tab_on  {
	background-color:#e5dbc1;
	}
input[type=submit].step1Tab_off, input[type=submit].step2Tab_off, input[type=submit].step3Tab_off, input[type=submit].step4Tab_off  {
	background-color:#fff;
	color:#7f7f7f;
}
/* ADD SEARCH
============================================*/
.NoResults {
	color: red;
	font-weight: bold;
}
.RefineResults {
	color: green;
}
/* COUNTDOWN TIMER
=============================================*/
.countdownTimer {
	margin-bottom: 30px;
}
.countdownTimer .title,
.countdownTimer .title2,
.countdownTimer .title3 {
	color: #FFF;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
	width: 175px;
}
.countdownTimer .title {
	font-size: 11px;
	line-height: 11px;
	letter-spacing: .04em;
	padding: 10px 0px 2px 2px;
}
.countdownTimer .title2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
.countdownTimer .title3 {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .12em;
	padding: 0px 0px 10px 2px;
}
.countdownTimer .info {
	color: #FFF;
	font-size: 10px;
	padding: 7px 3px 7px 3px;
	text-align: center;
}
.countdownTimer .link {
	color: #FFF;
	display: inline-block;
	font-size: 9px;
	padding: 7px 3px 7px 7px;
	text-align: center;
}
.countdownTimer .link a {
	color: #FFF;
}
.countdownTimer .link a:hover {
	color: #FFF;
	text-decoration: none;
}
.countdownTimer .hasCountdown {
	background: url(../images/timer.gif) repeat-x top;
	background-color: #C8C8C8;
	border: none;
	font-size: 12px;
	height: 35px;
	width: 100%;
}
.countdownTimer .hasCountdown .countdown_section {
	font-size: 10px;
	line-height: 11px;
	text-align: center !important;
	width: 45px;
	display: inline;
	float: left;
}
.countdownTimer .hasCountdown .countdown_amount {
	line-height: 23px;
	font-size: 24px;
}
.rightMargin {
	margin-right: 4px;
}
/* TEMPORARY CLASSES
============================================*/
/* CONTROL PANEL TEMP ANNOUNCEMENT
	============================================*/
.cmAnnouncement {
	background: url(../../../images/CM_intro_bg.jpg) no-repeat right bottom;
	width: 100%;
	margin-bottom: 20px;
	margin-top: -15px;
	display: block;
}
.cmAnnouncementH1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #4c4a40!important;
	line-height: 25px;
}
.cmAnnouncementH1 .SmallText {
	font-size: 15px;
	font-style: italic;
}
.cmAnnouncement p {
	width: 375px;
}
.cmAnnouncement a.JoinButton {
	padding: 3px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	border: none!important;
}
.alphaRow td {
	text-align: center;
	width: 10px !important;
}
.tip {
	color: #fff;
	background-color: #e5dbc1;
	width: 300px;
  /*width of tooltip*/
	color: #000;
	display: none;
  /*--Hides by default--*/
	padding: 10px;
	position: absolute;
	z-index: 7000;
}
.whiteTip {
	background-color: #fff;
	width: 250px;
  /*width of tooltip*/
}
/* Set Lisiting Pages
=============================================*/
.setListHeaderInfo {
	float: left;
	width: 350px;
	margin-top: 8px;
}
.setListRankBox {
	float: right;
	text-align: right;
	width: 270px;
}
.setListRankBox .DetailsSubhead {
	float: left;
}
.subNavigation {
	text-align: right;
	padding-bottom: 5px;
	margin-top: 13px;
}
.subNavigation img {
	vertical-align: middle;
}
.followingPagination {
	display: block;
	border: 1px solid #c6ba84;
	border-top: 0px;
	background-color: #fff;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}
/* MEMBER MENU
=============================================*/
#memberMenu,
#SetAwards,
#SetAwardsPerType {
	background: url(../images/member-menu/background.gif) repeat-x bottom left #fff;
	background-color: #FFF;
	border: 1px solid #c6ba84;
	display: none;
	padding: 15px;
	position: absolute;
	z-index: 600;
}
#memberMenu {
	width: 220px;
}
#SetAwards {
	width: 296px;
}
.MemberName_popup {
	color: #4c4a40!important;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding: 0px;
	margin-bottom: 10px;
}
#SetAwards .MemberName_popup,
#SetAwardsPerType .MemberName_popup {
	line-height: 16px;
}
.MemberName_popup a {
	text-decoration: none;
}
.MemberName_popup a:hover {
	text-decoration: underline;
}
#mm_login {
	color: #ff0000;
	font-size: 10px;
}
#memberMenu a[flip] {
	display: block;
}
.mmUserLinks,
.mmFollowLinks,
.mmSocialInfo {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.mmUserLinks li {
	padding-bottom: 5px;
}
.mmUserLinks li a {
	background: url("../images/member-menu/button-bg.gif") repeat-x scroll left bottom #EBE4CE;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	padding: 7px 10px;
	text-decoration: none;
	vertical-align: middle;
	width: 197px;
}
.mmUserLinks li a:hover {
	background-image: none;
	background-color: #cfc39f;
}
.mmUserLinks li a img {
	padding: 0px 4px 0px 0px;
	vertical-align: middle;
}
.mmFollowLinks li {
	float: left;
}
.mmFollowLinks li.firstButton {
	margin-right: 4px;
}
.mmFollowLinks .linkButton {
	font-size: 14px;
	padding: 7px auto;
	text-align: center;
	width: 95px;
}
.hiddenButton {
	display: none;
}
.mmFollowLinks a#mm_unfollow,
.mmFollowLinks a#mm_unignore {
	background-color: #090;
}
.mmFollowLinks a:hover#mm_unfollow,
.mmFollowLinks a:hover#mm_unignore {
	background-color: #c00;
}
.mmSocialInfo {
	width: 218px;
}
.mmSocialInfo li {
	border-right: 1px solid #4C4A40;
	float: left;
	margin-right: 4px;
	padding: 0 4px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 30%;
}
.mmSocialInfo li.lastItem {
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.mmSocialInfo li a {
	font-size: 24px;
	text-decoration: none;
}
.mmSocialInfo li a:hover {
	text-decoration: underline;
}
.mmSocialSmallerText {
	font-size: 9px;
	line-height: 10px;
}
.ManageUserIcon,
.SendMessageIcon,
.ViewProfileIcon {
	float: left;
	height: 27px;
	margin-right: 5px;
	vertical-align: middle;
	width: 22px;
}
.CloseMenu {
	cursor: pointer;
	float: right;
	text-align: right;
}
.AwardYear {
	border-top: 1px solid #4c4a40;
	padding: 15px 0px 25px;
	margin: 0px 5px;
}
.AwardYear:first-child {
	border-top: 0px;
}
.awardYearList {
	color: #797a70;
	font-size: 30px;
	float: left;
	padding: 0px 10px 0px 0px;
	display: block;
	height: 45px;
}
.awardTypeList {
	padding-top: 3px;
}
.awardTypeList a {
	font-size: 14px;
	text-decoration: none;
}
.awardTypeList a:hover {
	text-decoration: underline;
}
.awardTypeList a img {
	float: left;
	padding-right: 2px;
	position: relative;
	top: 1px;
}
.AwardYearSmall {
	color: #4c4a40;
	border-right: 1px solid #4c4a40;
	font-size: 20px;
	padding: 10px 10px 10px 0px;
	margin-right: 10px;
	float: left;
}
.AwardYearSmall:last-child {
	border-right: none;
	margin-right: 0px;
}
.AwardYearSmall img {
	position: relative;
	right: 2px;
	top: 2px;
	width: 17px;
}
/* Add New Set Page
=============================================*/
.SelectedTreeNode {
	color: #00FFFF;
	display: inline;
	font-size: 10pt;
	text-decoration: none;
	cursor: hand;
	overflow: hidden;
	color: #00FFFF;
}
.DisclaimerInfo {
	border-top: 1px solid #4c4a40;
	margin-top: 10px;
	padding-top: 10px;
}
/* Styles for NGC Links for registry/coins/SetListing Page */
.USPGToolLink {
	background: url(../../../images/icons/price-guide-blue.png) no-repeat left top transparent;
	padding-left: 27px!important;
}
.CMCPGToolLink {
	background: url(../../../images/icons/cmcpg-blue.png) no-repeat left top transparent;
}
.CensusToolLink {
	background: url(../../../images/icons/census-blue.png) no-repeat left top transparent;
}
.CEToolLink {
	background: url(../../../images/icons/coin-explorer-blue.png) no-repeat left top transparent;
	padding-left: 27px!important;
}
.moreToolLinks {
	margin-top:40px;
	width: 100%;
}
.moreToolLinks .leftToolLinks a {
	margin-right: 15px;
}
.moreToolLinks a {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin-right: 25px;
	padding-left: 40px;
	text-decoration: none;
}
.leftToolLinks {
	float: left;
}
.toolsHeader {
	color: #003399;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding-bottom: 3px;
}
/* Award summary */
a.awards,
a.awardsNoNumber {
	color: #FFFFFF;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	height: 46px;
	/*padding: 1px 0px 0 13px;*/
	padding: 1px 0px 0 1px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	/*width: 16px;*/
	width: 37px;
	float: left;
}
.best_category,
.best_classic,
.best_modern,
.best_presented,
.best_world,
.ngc_best_category,
.overall_achievement,
.custom_best,
.custom_5_best,
.custom_us,
.custom_informative,
.custom_creative,
.custom_ancient,
.custom_tokens_medals,
.custom_world {
	display: block;
	height: 100px;
	width: 75px;
	padding: 8px 0 0 4.65em;
	text-align: center;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 12px;
}
.custom_best,
.custom_5_best,
.custom_us,
.custom_informative,
.custom_creative,
.custom_ancient,
.custom_tokens_medals,
.custom_world {
	width: 71px;
	padding: 7px 0 0 5.4em;
}
.customAwardSetDisplay {
	padding-top: 10px;
	height: 100px;
}
#AwardChanger .panes,
#AwardChanger .feature {
	display: block;
	height: 238px;
	width: 255px;
}
#AwardChanger .feature {
	display: none;
	padding: 0 20px;
}
#AwardChanger .navigation {
	list-style-type: none;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
#AwardChanger .navigation .prev,
#AwardChanger .navigation .next {
	cursor: pointer;
	height: 58px;
	width: 31px;
	position: relative;
}
#AwardChanger .navigation .prev {
	background: url("../../../images/awards-nav.png") no-repeat scroll right top transparent;
	bottom: 152px;
	left: -15px;
}
#AwardChanger .navigation .next {
	background: url("../../../images/awards-nav.png") no-repeat scroll left top transparent;
	bottom: 210px;
	left: 280px;
}
#AwardChanger .navigation .prev:hover {
	background-position: bottom right;
}
#AwardChanger .navigation .next:hover {
	background-position: bottom left;
}
.manageOrders .submissionMethods div {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	vertical-align: top;
	width: 320px;
	zoom: 1;
 *display: inline;
}
.manageOrders h3 {
	margin-bottom: 15px;
}
.manageOrders .section {
	margin-bottom: 25px;
}
.manageOrders .section.half {
	width: 320px;
}
.manageOrders .section .delete {
	margin-bottom: 20px;
	text-align: right;
}
.price-box {
	width: 70px;
}
.disabledPrice {
	color: #777;
	background-color: #999 !important;
}
<!--
Set Score Table --
-->
.ScoreTable {
 border:1px solid #999999;
}
.ScoreTable .datagrid_header {
	border-right: 1px solid #ffffff;
}
.LastHeaderCell {
	border-right: 0px!important;
}
.ScoreTable .ScoreTable_row .lastCell,
.ScoreTable .ScoreTable_Altrow .lastCell,
.ScoreTable .ScoreTable_row2 .lastCell,
.ScoreTable .ScoreTable_Altrow2 .lastCell {
	border-right: 1px solid #999;
}
.ScoreTable .ScoreTable_row td,
.ScoreTable .ScoreTable_row2 td {
	background-color: #e0e0e0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
}
.ScoreTable .ScoreTable_row td.AltCell,
.ScoreTable .ScoreTable_row2 td.AltCell {
	background-color: #bbbbbb;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
}
.ScoreTable .ScoreTable_row td.firstGradeCell,
.ScoreTable .ScoreTable_Altrow td.firstGradeCell,
.ScoreTable .ScoreTable_row2 td.firstGradeCell,
.ScoreTable .ScoreTable_Altrow2 td.firstGradeCell {
	border-left: 2px solid #999999!important;
}
.ScoreTable .ScoreTable_Altrow td,
.ScoreTable .ScoreTable_Altrow2 td {
	background-color: #f0f0f0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
}
.ScoreTable .ScoreTable_Altrow td.AltCell,
.ScoreTable .ScoreTable_Altrow2 td.AltCell {
	background-color: #d9d9d9;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
}
.ScoreTable .ScoreTable_row td,
.ScoreTable .ScoreTable_row td.AltCell,
.ScoreTable .ScoreTable_Altrow td,
.ScoreTable .ScoreTable_Altrow td.AltCell {
	border-top: 2px solid #999999;
}
.ScoreTable .ScoreTable_header {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.ScoreTable .ScoreTable_header th {
	padding: 5px 5px 5px 5px;
}
.range-prices {
	overflow: hidden;
	width:700px;
	background-color:#F1EFE3;
	padding:10px;
}
.newPrice {
	background-color: #FF9 !important;
}
.selectAll {
	padding-bottom: 5px;
	display: inline-block;
}
.update-percent {
	width:65px;
}
.update-dollar {
	width:65px;
	margin-left:1px;
}
.clear-btn {
	cursor:pointer;
	text-decoration:underline;
	margin-left:10px;
}
.grade-price-range {
	float:left;
	width:45%;
	height:135px;
	border-right:1px solid #c6ba84;
}
.percent-note {
	font-size:10px;
	margin-left:22px;
	font-style:italic;
}
.gray-header-admin {
	padding-top:5px;
	padding-bottom:1px;
	padding-left:5px;
	width:100%;
	margin-top:20px;
	height:20px;
}
.gray-header-admin-links {
	width:710px;
}
.view-ngc-page {
	float:right;
	padding-right:5px;
}
.external-link {
	padding-right:4px;
}
/* ADMIN PAGES
=============================================*/

.AdminEditRow input, .AdminEdit, .AdminCopy, .AdminExport, .AdminDelete, .AdminAdd, .Blocked {width:24px; height:21px; display:inline-block; border:none; padding:0;}
.AdminEditIcons {width:109px;}

.admin-column--float-right {
	float: right;
	padding-top: 1rem;
}
.admin-column--float-left {
	float: left;
	padding-top: 1rem;
}

.admin-column--float-left .header:not(:first-child):not(:last-child) {
	padding: 0 10px;
}

.admin-column--float-right.account-activity table td {
	padding: 4px;
}

/*.AdminDelete {height:22px!important;}*/
/* == Join Form Styles ===================
=========================================================*/
.linkButton {
	text-decoration: none;
}
input.readonly {
	background-color: #ddd;
}
.join {
	width: 698px;
}
.join input[type="checkbox"] {
	width: auto !important;
}
.join input[type="checkbox"] {
	width: auto !important;
}
.join h1 {
	line-height: 1.2;
	margin-bottom: 0;
}
.join h1 + em {
	color: #8c8c8c;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding-top: 6px;
}
.join ol {
	counter-reset: li;
	list-style: none;
	padding: 0;
	margin: 0;
}
.join ol > li {
	position: relative;
	overflow: hidden;
}
.join ol > li:before {
	border-right: 1px solid #fff;
	color: white;
	content: counter(li);
	counter-increment: li;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	padding: 0 6px;
	position: absolute;
	top: 21px;
}
.join h2 {
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 20px 0;
	padding: 1px 0;
	line-height: 48px;
	text-indent: 60px;
}
.join hr {
	background: none repeat scroll 0 0 #C6BA84;
	border: none;
	height: 1px;
}
/* == Section 1: Choose your membership ===================
=========================================================*/
.membership input,
.membership-collectible label span {
	position: absolute;
	left: -999px;
}
.membership label {
	cursor: pointer;
	display: block;
}
/* Collecting Interest */
.membership-collectible,
.tiers {
	border: 1px solid #CCBA83;
}
.membership-collectible {
	overflow: hidden;
}
.membership-collectible label {
	height: 120px;
	width: 232px;
	background-image: url("../../../images/collectors_sprite_rest.jpg");
	background-repeat: no-repeat;
	border: none;
	float: left;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
.membership-collectible label.ui-state-active {
	background-image: url("../../../images/collectors_sprite_active.jpg");
}
.membership-collectible label.coin {
	background-position: 0 bottom;
}
.membership-collectible label.note {
	background-position: -232px bottom;
}
.membership-collectible label.comic {
	background-position: -464px bottom;
}
/* Tier */
.membership-tier {
	margin: 15px 0;
	overflow: hidden;
}
.membership-tier .tiers {
	float: left;
	width: 232px;
}
.membership-tier .tiers label {
	background: url("../../../images/btn_rest.jpg") 50% 50% repeat-x;
	color: #4a4c40;
	padding: 2px;
}
.membership-tier .tiers label.ui-state-active {
	color: #fff;
	font-weight: bold;
}
.membership-tier .tiers label span {
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	padding: .4em 1em;
}
.membership-tier.coins label.ui-state-active {
	background-image: url("../../../images/btn_active_coin.jpg");
}
.membership-tier.notes label.ui-state-active {
	background-image: url("../../../images/btn_active.jpg");
}
.membership-tier.comics label.ui-state-active {
	background-image: url("../../../images/btn_active_comic.jpg");
}
.membership-tier .help {
	background: url("../../../images/join/left-arrow.png") no-repeat left top;
	color: #a3a29e;
	float: left;
	font-size: 13px;
	height: 125px;
	line-height: 1.5;
	margin-left: 17px;
	padding-left: 50px;
	width: 50%;
}
.membership-tier .help strong {
	font-size: 19px;
}
.membership-tier .help a {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #a3a29e;
	border-radius: 10px;
	padding: 4px 14px;
	margin-top: 10px;
	text-decoration: none;
}
/* == Sections 2 - 4: The Forms ===========================
=========================================================*/
.join .form .line {
	position: relative;
	padding-bottom: 20px;
}
.join .form .error {
	color: red;
	font-weight: normal !important;
}
.join .form input.error {
	border: 1px solid red;
}
.join .form label.error {
	font-style: italic;
	font-size: 12px;
	bottom: 5px;
}
.join .form label {
	color: #4a4c40;
	display: block;
	font-weight: bold;
	font-size: 14px;
}
.join .form .error.final {
	margin-left: 22px;
}
.join .form input {
	padding: 2px 0;
}
.join .form select {
	border: 1px solid #C6BA84;
}
.join .form .slim {
	float: left;
	width: 67%;
}
.join .form .slimmer {
	float: left;
	width: 33%;
}
.join .form .slimmer input {
	width: 90%;
}
.join .form .line.float {
	overflow: hidden;
}
.join .form .line.float > div {
	float: left;
	width: 30%;
	padding-left: 3%;
}
.join .form .line.float > div:first-child {
	padding-left: 0;
}
.join .form .line.float > div input {
	width: 100%;
}
.join .form .line.float > div.short {
	width: 67%;
}
.join .form .line.float > div.short input {
	width: 50px;
}
.join .form .line.float > div.short .tooltip {
	width: 395px;
}
.join .form .autorenew label {
	display: inline;
	font-size: 1em;
	font-weight: normal;
}
.join .form .autorenew .tooltip {
	width: 595px;
}
.join .tooltip {
	background: #f5f1e5;
	color: #858479;
	display: inline-block;
	font-style: italic;
	margin: 0 0 0 5px;
	padding: 4px 6px;
	width: 466px;
	float: right;
}
.join .tooltip a {
	text-decoration: underline;
}
.join .tooltip.short {
	width: 363px;
}
/* == Section 2: Create Your Account ======================
=========================================================*/
.join .account input {
	width: 30%;
}
.join .account .newsletters label {
	display: inline;
	font-weight: normal;
}
.join .questiontext {
	margin-top: 10px;
}
/* == Section 3: Shipping Information =====================
=========================================================*/
.join .shipping input,
.join .billing input {
	width: 45%;
}
/* == Section 4: Billing Information ======================
=========================================================*/
.join .billing .expiration select {
	width: 100px;
}
.join .billing .same-as-shipping-label {
	display: inline;
	font-size: 1em;
	font-weight: normal;
}
/* == Section 5: Finalize Account =========================
=========================================================*/
.join .finalize {
	background: #f5f1e5;
	color: #4a4c40;
	font-size: 14px;
	margin: 20px 0;
	padding: 25px;
}
.join .finalize input {
	width: 30%;
}
.join .finalize em {
	font-weight: normal;
}
.join .finalize .apply-discount {
	background: #577e57;
	border: none;
	line-height: 16px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	width: 110px;
}
.join .finalize .total-price,
.join .finalize .total-price-label {
	font-size: 21px;
	font-weight: bold;
	display: inline-block;
}
.join .finalize .total-price {
	color: #000;
}
.join .finalize .agree-to-terms {
	display: block;
	float: left;
	width: auto;
}
.join .finalize .agreement {
	font-weight: normal;
}
.join .finalize .agreement a {
	color: #660000;
	text-decoration: underline;
}
.join .finalize .create-account {
	background: url("../../../images/join/btn_bg.jpg") repeat-x;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 19px;
	font-weight: bold;
	height: 39px;
	line-height: 35px;
	margin-left: 22px;
	padding: 0 20px;
	width: auto;
}
.join .finalize .create-account.disabled {
	background-image: none;
	background-color: #666;
	color: #ccc;
}
.autorenew-form {
	background: #fff;
	border: 1px solid #c6ba84;
	margin: 10px 0 0 0;
	padding: 0 10px;
}
.autorenew-form table td p {
	margin: 5px 0 10px;
}
.autorenew-form table td {
	padding: 2px ;
	vertical-align: top;
}
.autorenew-form table .colL {
	vertical-align: middle;
	text-align:right !important;
	width: 130px;
}
.autorenew-form table .indent {
	padding-left: 20px;
}
.autorenew-form .help-wrapper {
	position: relative;
}
.autorenew-form .help-text {
	background: #EDF0F9;
	border: 5px solid #FFF;
	border-top: none;
	display: none;
	left: 100px;
	margin-top: 25px;
	padding: 10px;
	position: absolute;
	top: 0px;
	width: 245px;
	z-index: 1;
}
/* Admin dealer page styles */
.featured {
	font-weight: bold;
}
.innergrid-row  {
	border:1px solid #C6BA84!important;
}

.MSEAvailableCoins {
	background-color: #f1f0ea;
	border: 1px solid #333;
	border-bottom: none;
	font-size: 11px;
}
.MSEAvailableCoins td {
	border-bottom: 1px solid #333;
	padding: 6px 10px;
}
.MSEAvailableCoins .header,
.MSEAvailableCoins .footer {
	background-color: #e2e1d9;
}
.MSEAvailableCoins .header {
	font-size: 12px;
	font-weight: bold;
}
.MSEAvailableCoins .available td {
	text-align: center;
	vertical-align: top;
}
.MSEAvailableCoins .available td:first-child {
	text-align: left;
}
.MSEAvailableCoins .available.selected,
.MSEAvailableCoins .available:hover {
	background-color: #fff;
	font-weight: bold;
}
.MSEAvailableCoins .available:hover,
.MSEAvailableCoins .footer:hover {
	cursor: pointer;
	font-weight: bold;
}
.MSEAvailableCoins .footer {
	text-align: right;
}

.SetDescWrap {
	word-wrap:break-word;
	width: 650px;
}

/* Comic Set Manager */

.filterContainer .submitbutton {
	border: solid 1px #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background-color: #990000;
	color: #ffffff;
	padding: 2px 5px;
}

.comicCompetitiveSets, .comicCustomSets {
	width: 658px;
}

.comicCompetitiveSets .dxgvControl, .comicCustomSets .dxgvControl {
	border: solid 1px #c6ba84;
}

.comicCompetitiveSets .dxgvHeader, .comicCustomSets .dxgvHeader {
	padding: 4px 6px 5px;
	border: none;
	background-color: #990000;
}

.comicCompetitiveSets .dxgvHeader table, .comicCustomSets .dxgvHeader table {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica;
}

.comicCompetitiveSets .dxgvTable, .comicCustomSets .dxgvTable {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
}

.comicCompetitiveSets .dxgvDataRow td.dxgv, .comicCustomSets .dxgvDataRow td.dxgv {
	border-bottom: solid 1px #e5dbc1;
	border-right: solid 1px #e5dbc1;
	padding: 4px 5px 6px;
}

.comicCompetitiveSets .dxgvDataRow td.dxgv .editItem img, .comicCustomSets .dxgvDataRow td.dxgv .editItem img {
	height: 17px;
	vertical-align: middle;
}

.comicCompetitiveSets .dxgvDataRow td.dxgv .deleteItem, .comicCustomSets .dxgvDataRow td.dxgv .deleteItem {
	color:#ff0000;
	text-decoration: none;
	font-weight: bold;
}

.comic-custom-sets-edit-divider {
	border-bottom: 1px solid #990000;
	margin-bottom: 20px;
	margin-top: 10px;
}
.coin-custom-sets-edit-divider {
	border-bottom: 1px solid #003399;
	margin-bottom: 20px;
	margin-top: 10px;
}
/* Chat Boards Page
=============================================*/
.chat-board-logos .item {
	width: 30%;
	float: left;
	padding: 10px;
	text-align: center;
}
.chat-board-logos .item img {
	margin-bottom: 5px;
}
.chat-board-logos .item a {
	display: block;
}


