/*** GENERAL STYLES ***/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	line-height: 16px;
	color: #555555;
	background: #e9f2f9;
	margin: 0;
	padding: 0;
	text-align: center;
}

#TB_closeWindow {
	display: block;
}

p,div {
	margin: 0 0 10px 0;
	padding: 0;
}

p {
	line-height: 1.5em;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	color: #000;
}

h3 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: normal;
	color: #d16623;
}

h4 {
	margin: 0;
	padding: 20px 0 5px 0;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
}

h5 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	color: #1f598f;
}

.titlebar {
	clear: both;
	display: block;
	background: #dde7ef;
	color: #1f598f;
	font-weight: bold;
	padding: 2px 5px;
	margin: 30px 0 10px 0;
}

h3.titlebar {
	font-size: 15px;
}

#sidebarLeft .titlebar {
	border-bottom: 1px solid #fff;
}

.titlebar a {
	font-size: 11px;
	color: #555;
}

ul,ol {
	margin: 0 0 10px 15px;
	padding: 0 0 0 15px;
}

li {
	margin: 0;
	padding: 0;
}

.introText {
	font-size: 15px;
	line-height: 1.5em;
	margin-top: 20px;
}

.first {
	margin-top: 0;
	padding-top: 0;
}

.noBottomPadding {
	margin-bottom: 0;
	padding-bottom: 0;
}

.colorText {
	color: #3f76aa;
}

.boldText {
	font-weight: bold;
}

.horizLink {
	float: left;
	margin-right: 20px;
}

.gray {
	color: #999;
}

.small {
	font-size: 10px;
}

/***.mediumLink {
	font-size: 12px;
	color: gray;
}

.medium {
	font-size:12px;
}
**/
.big {
	font-size: 16px;
}

/*** PAGE LAYOUT STYLES ***/
#pageHolder {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background: #fff;
	text-align: center;
}

#contentBG {
	background: #fff;
	padding: 0;
	margin: 0 auto;
	width: 970px;
	text-align: left;
	border-bottom: 1px solid #fff;
}

#headerBG {
	width: 970px;
	margin: 0 auto;
}

#header {
	width: 970px;
	height: 70px;
	text-align: left;
}

#mainContent {
	text-align: left;
}

#mainColumn {
	float: left;
	width: 760px;
	margin-bottom: 50px;
}

#sidebarRight {
	float: left;
	width: 300px;
	margin-left: 30px;
}

#sidebarLeft {
	float: left;
	width: 180px;
	margin-right: 30px;
}

#footer {
	position: relative;
	display: block;
	clear: both;
	width: 970px;
	padding: 5px 0;
	margin: 50px auto 10px auto;
	text-align: left;
	border-top: 1px solid #999;
}

#footer,#footer td {
	font-size: 10px;
	line-height: 12px;
	color: #999;
}

#footer,#footer span,#footer a,#footer a:visited {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #999999;
}

/*** HEADER STYLES including top right links + search ***/
#header h1 {
	float: left;
	height: 70px;
	width: 740px;
}

#header h1 a {
	height: 70px;
	width: 175px;
	background: url("/images/shared/collexpo_logo.gif") bottom left
		no-repeat;
	text-indent: -100em;
	display: block;
	cursor: pointer;
}

#headerLinks,#headerSearch {
	float: left;
	margin: 0;
	width: 225px;
	height: 30px;
}

#headerLinks {
	height: 30px;
	font-size: 11px;
	margin-top: 15px;
}

#headerLinks div {
	float: left;
	margin-right: 7px;
	height: 30px;
	line-height: 30px;
}

#headerLinks div.last {
	margin-right: 0;
}

#headerLinks #categoryMenu {
	position: absolute;
	top: inherit;
	left: inherit;
}

.nav-dropdown {
	display: none;
	position: absolute;
	width: 118px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	float: none;
}

#header-home {
	
}

#categoryMenu {
	display: none;
	position: absolute;
	line-height: 1.1em;
	border: 1px solid #d3d3d3;
	background: #eeeeee;
	list-style-type: none;
	margin: -5px 0 0 0;
	padding: 10px 5px 0 5px;
}

#headerLinks #categoryMenu li {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.1em;
	white-space: nowrap;
}

#headerSearch {
	height: 30px;
	margin-top: 5px;
}

#headerSearch .searchBox,.searchBox {
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	width: 200px;
	background: #fff url(/images/shared/inputbox_shadow.gif) top left
		repeat-x;
	border: 1px solid #d3d3d3;
	padding: 4px 0 0 3px;
}

.chevron-r {
	padding-right: 16px;
	background: url(/images/shared/chevron-r.gif) top right no-repeat;
}

.chevron-l {
	padding-left: 16px;
	background: url(/images/shared/chevron-l.gif) top left no-repeat;
}

.watermark {
	font-size: 11px;
	color: #cccccc;
}

.divider {
	display: block;
	clear: both;
	height: 1px;
}

.actionLinks {
	border: 1px solid #d2d3d3;
	border-bottom: none;
	background: #eee;
	margin-top: 5px;
}

.actionLinks div {
	border-bottom: 1px solid #d2d3d3;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	margin: 0;
}

.actionLinks div a {
	color: #555;
}

.actionLinks div a:hover {
	color: #d16623;
}

.actionLinks div .colorText {
	color: #d16623;
}

/*** HOME & LOGIN PAGE STYLES ***/
body.page-home #mainContent,body.page-login #mainContent,body.page-createaccount #mainContent
	{
	min-height: 400px;
}

.homeLeftCol {
	float: left;
	width: 255px;
	margin-right: 25px
}

.homeRightCol {
	float: left;
	width: 685px;
}

/*** LANDING PAGE STYLES ***/
body.page-landing #mainColumn {
	float: left;
	width: 685px;
	margin-right: 0;
	height: 400px;
}

body.page-landing #sidebarRight {
	float: left;
	width: 255px;
}

.landingTabHolder {
	background: #eee;
	width: 199px;
	height: 330px;
	float: left;
	padding-top: 20px;
	border: 1px solid #d3d3d3;
	border-right: none;
}

.landingTab {
	width: 200px;
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 0;
	margin: 0 0 1px 0;
}

#tab1 {
	background-image: url(/images/baseball/landingtab1b.jpg);
}

#tab2 {
	background-image: url(/images/baseball/landingtab2b.jpg);
}

#tab3 {
	background-image: url(/images/baseball/landingtab3b.jpg);
}

.landingTab.selected {
	background-position: 0 -50px;
}

.landingTabSectionHolder {
	float: left;
	width: 483px;
	height: 350px;
	text-align: center;
	background: #437bb1;
	border: 1px solid #d3d3d3;
	border-left: none;
}

.landingTabSection {
	padding: 20px;
	position: absolute;
}

/*** GROUPS STYLES ***/
body.page-groups .leftCol {
	float: left;
	width: 685px;
	margin-right: 25px
}

body.page-groups .rightCol {
	float: left;
	width: 255px;
}

table.groupMsgs {
	width: 100%;
}

table.groupMsgs th {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #555555;
	background: #dde7ef;
	color: #3f76aa;
}

table.groupMsgs td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

table.groupMsgs th,table.groupMsgs td {
	padding: 5px 50px 5px 5px;
}

table.groupMsgs th.last,table.groupMsgs td.last {
	padding-right: 5px;
}

.joinGroup {
	font-size: 13px;
	margin-left: 10px;
	padding-left: 16px;
	background: url(/images/shared/chevron-r.gif) top left no-repeat;
}

body.page-groups .rightCol #tabs1 {
	margin-top: 20px;
}

body.page-groups .rightCol .tabBox {
	border: 1px solid #555;
	height: 300px;
	overflow: auto;
	font-size: 12px;
	padding: 10px;
}

.smallDescription {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.1em;
}

.groupImage,table.groupMsgs td.groupImage {
	padding-right: 5px;
	width: 75px;
}

.groupImage img {
	width: 75px;
}

/*** FORM STYLES ***/
.loginBox {
	border: 1px solid #d3d3d3;
	background: #eeeeee;
	padding: 10px 20px 20px 20px;
}

table.formTable td {
	padding: 3px 10px 3px 0;
}

.loginBox table td {
	padding: 0 0 3px 0;
	font-size: 10px;
}

table.formTable td .textBox,.loginBox table td .textBox {
	height: 20px;
	width: 200px;
	background: #fff url(/images/shared/inputbox_shadow.gif) top left
		repeat-x;
	border: 1px solid #b7b7b7;
}

.loginBox table td .textBox {
	margin-top: 10px;
}

table.registerTable td,table.formTable td {
	padding: 5px 20px 5px 0;
}

.textInput {
	padding: 3px;
	border: 1px solid #d3d3d3;
}

/*** TAB STYLES ***/
	/* Caution! Ensure accessibility in print and other media types... */
@media projection , screen {
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
		display: none;
	}
}

/* Skin */
.ui-tabs-nav,.ui-tabs-panel {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial,
		sans-serif;
	font-size: 12px;
}

.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}

.ui-tabs-nav:after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.ui-tabs-nav li {
	float: left;
	margin: 0 0 0 1px;
	min-width: 84px; /* be nice to Opera */
}

.ui-tabs-nav a,.ui-tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(/images/shared/tab.gif) no-repeat;
}

.ui-tabs-nav a {
	margin: 1px 0 0;
	/* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	color: #27537a;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0;
	color: #000;
}

.ui-tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}

.ui-tabs-nav .ui-tabs-selected a span {
	padding-bottom: 1px;
}

.ui-tabs-nav .ui-tabs-selected a,.ui-tabs-nav a:hover,.ui-tabs-nav a:focus,.ui-tabs-nav a:active
	{
	background-position: 100% -150px;
}

.ui-tabs-nav a,.ui-tabs-nav .ui-tabs-disabled a:hover,.ui-tabs-nav .ui-tabs-disabled a:focus,.ui-tabs-nav .ui-tabs-disabled a:active
	{
	background-position: 100% -100px;
}

.ui-tabs-nav .ui-tabs-selected a span,.ui-tabs-nav a:hover span,.ui-tabs-nav a:focus span,.ui-tabs-nav a:active span
	{
	background-position: 0 -50px;
}

.ui-tabs-nav a span,.ui-tabs-nav .ui-tabs-disabled a:hover span,.ui-tabs-nav .ui-tabs-disabled a:focus span,.ui-tabs-nav .ui-tabs-disabled a:active span
	{
	background-position: 0 0;
}

.ui-tabs-nav .ui-tabs-selected a:link,.ui-tabs-nav .ui-tabs-selected a:visited,.ui-tabs-nav .ui-tabs-disabled a:link,.ui-tabs-nav .ui-tabs-disabled a:visited
	{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

.ui-tabs-nav a:hover,.ui-tabs-nav a:focus,.ui-tabs-nav a:active,.ui-tabs-nav .ui-tabs-unselect a:hover,.ui-tabs-nav .ui-tabs-unselect a:focus,.ui-tabs-nav .ui-tabs-unselect a:active
	{ /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}

* :first-child+html .ui-tabs-nav {
	/* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

/*** SEARCH RESULTS ***/
a.sectionTitle,a.sectionTitle:hover {
	text-decoration: none;
	color: #d16623;
}

table.searchResults th {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #555555;
	background: #dde7ef;
	color: #3f76aa;
	width: 100%;
}

table.searchResults td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

table.searchResults th,table.searchResults td {
	padding: 5px 50px 5px 5px;
	width: 1%;
	white-space: nowrap;
}

table.searchResults th.image,table.searchResults td.image {
	padding-right: 10px;
}

table.searchResults th.last,table.searchResults td.last {
	padding-right: 5px;
	width: auto;
	white-space: normal;
}

table.searchResults td img {
	width: 50px;
	border: 1px solid #555;
}

.viewAllResults {
	margin: 10px 0 20px 0;
	padding-left: 16px;
	background: url(/images/shared/chevron-r.gif) top left no-repeat;
	font-weight: bold;
	font-size: 13px;
}

.rowHover,table.searchResults tr:hover,table.groupMsgs tr:hover {
	background: #faefe9;
}

table.searchResults td.pagination,table.groupMsgs td.pagination {
	font-size: 11px;
	padding: 5px 0 0 0;
	margin-right: 0;
	background: #fff;
	border-bottom: none;
}

table.searchResults td.pagination table {
	width: 100%;
}

table.searchResults td .prev,td .prev,table.searchResults td .next,td .next
	{
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #ccc;
}

table.searchResults td .prev,td .prev {
	float: left;
	text-align: left;
}

table.searchResults td .next,td .next {
	float: right;
	text-align: right;
}

table.searchResults td .next a,td .next a {
	padding-right: 16px;
	background: url(/images/shared/chevron-r.gif) top right no-repeat;
}

table.searchResults td .prev a,td .prev a {
	padding-left: 16px;
	background: url(/images/shared/chevron-l.gif) top left no-repeat;
}

/*** PREFERENCES ***/
table.prefsTable {
	width: 100%;
}

.prefsTable td {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.prefsTable td.bottom {
	border-bottom: none;
}

.prefsTable td.horizHeader {
	width: 150px;
}

/*** DISCUSSION STYLES ***/
.topicName {
	padding-left: 20px;
	background: url(/images/shared/folder.gif) top left no-repeat;
}

table.topicTable {
	width: 100%;
}

table.topicTable th {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid #555555;
	background: #dde7ef;
	color: #3f76aa;
}

table.topicTable th b {
	padding-left: 5px;
}

table.topicTable td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	padding: 5px 50px 5px 5px;
}

table.topicTable td.last {
	padding-right: 5px;
	width: auto;
	white-space: normal;
}

table.topicTable td.bottom {
	padding-right: 5px;
	width: auto;
	white-space: normal;
	border-bottom: none;
	border-top: 1px solid #ccc;
	background: #fff;
}

table.topicTable td.author {
	width: 100px;
	text-align: center;
	padding-right: 10px;
}

table.topicTable td.author img {
	width: 60px;
}

.topicMessage {
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.messageTitle {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}

.messageDate {
	font-size: 10px;
	color: #999;
}

.message {
	padding-top: 10px;
	border-top: 1px solid #eee;
}

body.page-discuss h3.title a {
	color: #d16623;
}

/*** BROWSER STYLES ***/
body.page-browser #mainColumn {
	width: 760px;
}

body.page-browser #sidebarLeft {
	width: 180px;
}


.SmallItemPhoto {
	width: 90px;
	border: none;
}

.itemPhoto {
	width: 180px;
	border: none;
}

body.page-browser #mainColumn .leftCol {
	float: left;
	margin: 0 30px 0 0;
	width: 365px;
}

body.page-browser #mainColumn .rightCol {
	margin-right: 0;
}

#browserBox {
	border: 1px solid #d3d3d3;
	background: #eeeeee;
	padding: 5px 5px 0 5px;
	margin-top: 0;
	height: 145px;
}

.selectBox,.selectBox select {
	width: 175px;
}

.selectBox {
	float: left;
	margin-right: 15px;
}

.selectBox p {
	font-size: 11px;
	margin-bottom: 0;
}

.selectBox.last {
	margin-right: 0;
}

.selectBox,.selectBox select {
	height: 100px;
	font-size: 11px;
}

.selectBox select {
	border: 1px solid #b7b7b7;
}

.selectBox select option:selected {
	background: red;
}

#selectIssuer {
	background: url(/images/baseball/bg-selectyear.gif) top left no-repeat;
}

.infoTable {
	clear: both;
}

.infoTable td {
	padding: 5px 0;
}

.infoTable td.horizHeader {
	font-weight: bold;
	padding-right: 20px;
}

.itemTitle {
	color: #1f598f;
	font-size: 18px;
	font-weight: bold;
}

.itemInfo {
	margin: 0;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #d3d3d3;
}

.itemTitle .small {
	font-size: 14px;
}

div.arrowLink {
	float: left;
	margin-right: 20px;
	padding-left: 16px;
	background: url(/images/shared/chevron-r.gif) top left no-repeat;
}

/*** DASHBOARD STYLES ***/
body.page-dashboard #mainColumn {
	width: 755px;
}

body.page-dashboard #sidebarLeft {
	width: 180px;
}

.featuredItemInfo .colorText {
	color: #d16623;
}

.featuredItem {
	width: 180px;
	border: none;
	float: left;
}

.featuredItemInfo {
	clear: both;
	background: #eeeeee;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.leftColSection,.topCollectors {
	background: #eeeeee;
	padding: 10px 10px 1px 10px;
	margin-top: 0;
	font-size: 12px;
}

.leftColSection .searchBox {
	width: 130px;
}

.topCollectors .imageListItem {
	font-size: 12px;
}

.topCollectors .imageListItem a {
	font-weight: bold;
}

.topCollectors .imageListItem img {
	width: 45px;
	float: left;
	margin-right: 5px;
}

.cardResearch {
	padding: 0 5px;
}

.cardResearch h4 {
	padding-top: 10px;
	font-size: 13px;
}

.leftpadding {
	padding-left: 10px;
}

.newMessage {
	padding-left: 20px;
	background: url(/images/shared/icon-email.gif) top left no-repeat;
	font-weight: bold;
	margin-bottom: 20px;
}

table.pollTable td {
	padding: 0 20px 0 0;
}

.bargraph1 {
	height: 16px;
	background: #eac293;
	margin-top: 8px;
}

.bargraph2 {
	height: 16px;
	background: #8eacc8;
	margin-top: 8px;
}

#mainColumn .leftCol {
	float: left;
	width: 360px;
	margin-right: 25px;
}

#mainColumn .rightCol {
	float: left;
	width: 360px;
}

/*** FAVORITES STYLES ***/
body.page-favorites #mainColumn,body.page-favorites #mainColumn {
	width: 760px;
}

body.page-favorites #sidebarLeft,body.page-favorites #sidebarLeft {
	width: 180px;
}


.galleryViewSmall {
	border-top: 1px solid #cecece;
	padding-top: 20px;
}

.galleryViewItemSmall {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 20px 20px 0;
}

.galleryViewItemSmall.last {
	margin-right: 0;
}

.galleryViewItemSmall img {
	width: 55px;
	height: 55px;
	border: 0px;
}

.galleryViewItemSmall div {
	text-indent: -16px;
	padding-left: 16px;
	margin-top: 5px;
}

.galleryView {
	border-top: 1px solid #cecece;
	padding-top: 20px;
}

.galleryViewItem {
	float: left;
	width: 95px;
	height: 120px;
	margin: 0 15px 25px 15px;
	font-size:7pt;	

}
.galleryViewItem.last {
	margin-right: 0;
}

.galleryViewItem img {
	width: 75px;
	height: 100px;
	border: 0px;
}

.galleryViewItem div {
	text-indent: -16px;
	padding-left: 16px;
	margin-top: 5px;


}

.galleryViewPostcards {
	border-top: 1px solid #cecece;
	padding-top: 20px;
	padding-bottom: 20px;
}

.galleryViewPostcard {
	float: left;
	width: 120px;
	height: 95px;
	margin: 0 20px 20px 0;
		font-size:7pt;
}

.galleryViewPostcard.last {
	margin-right: 0;
}

.galleryViewPostcard img {
	width: 100px;
	height: 75px;
}

.galleryViewPostcard div {
	text-indent: -16px;
	padding-left: 16px;
	margin-top: 5px;
}

#btnMoveToItems {
	position: absolute;
	border: 1px solid #d3d3d3;
	background: #eeeeee;
	padding: 5px 15px 5px 5px;
	font-size: 11px;
}

#btnMoveToItems div {
	margin: 2px 5px;
	font-weight: normal;
}

/*** MESSAGE CENTER STYLES ***/
body.page-inbox #mainColumn,body.page-inbox #mainColumn {
	width: 760px;
}

body.page-inbox #sidebarLeft,body.page-inbox #sidebarLeft {
	width: 180px;
}

table.inboxTable {
	width: 100%;
}

table.inboxTable th {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #555555;
	background: #eee;
	color: #555;
	font-size: 13px;
}

table.inboxTable td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

table.inboxTable th,table.inboxTable td {
	padding: 5px 50px 5px 5px;
}

table.inboxTable th.chkbox,table.inboxTable td.chkbox {
	width: 1%;
	padding-right: 10px;
	text-align: center;
}

table.inboxTable th.last,table.inboxTable td.last {
	padding-right: 5px;
	width: auto;
	white-space: normal;
}

table.inboxTable td.bottom {
	padding-right: 5px;
	width: auto;
	white-space: normal;
	border-bottom: none;
	border-top: 1px solid #ccc;
	background: #fff;
}

table.inboxTable tr.read td a {
	color: #999;
}

.rowHover,tr.rowHover,table.inboxTable tr:hover {
	background: #faefe9;
}

tr.rowHover2 {
	background: red;
}

.iconCheck {
	padding-left: 18px;
	background: url(/images/shared/icon-check.gif) top left no-repeat;
}

.iconMove {
	padding-left: 18px;
	background: url(/images/shared/icon-move.gif) top left no-repeat;
}

.iconDelete {
	padding-left: 18px;
	background: url(/images/shared/icon-delete.gif) top left no-repeat;
}

.sendMessage {
	border: 1px solid #d3d3d3;
	background: #eeeeee;
	padding: 10px 20px 20px 20px;
}

.sendMessage table td {
	padding: 3px 10px 3px 0;
}

.sendMessage table td .textBox {
	height: 20px;
	width: 400px;
	background: #fff url(/images/shared/inputbox_shadow.gif) top left
		repeat-x;
	border: 1px solid #b7b7b7;
}

.sendMessage table td textarea.textBox {
	height: 130px;
}

body.page-inbox table.inboxTable td.profilePhoto {
	width: 40px;
}

body.page-inbox table.inboxTable td.profilePhoto img {
	height: 40px;
	width: 40px;
}

/*** RESEARCH STYLES ***/
body.page-research #mainColumn {
	width: 760px;
}

body.page-research #sidebarLeft {
	width: 180px;
}

.controlButton {
	float: left;
	margin-right: 20px;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

.iconAdd {
	padding-left: 18px;
	background: url(/images/shared/icon-add.gif) top left no-repeat;
}

.iconBack {
	padding-left: 18px;
	background: url(/images/shared/icon-back.gif) top left no-repeat;
}

table.articlesTable {
	width: 100%;
}

table.articlesTable th {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #555555;
	background: #dde7ef;
	color: #3f76aa;
}

table.articlesTable td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

table.articlesTable td.small {
	font-size: 10px;
}

table.articlesTable th,table.articlesTable td {
	padding: 5px 50px 5px 5px;
}

table.articlesTable th.last,table.articlesTable td.last {
	padding-right: 5px;
	width: auto;
	white-space: normal;
}

table.articlesTable td.bottom {
	padding-right: 5px;
	width: auto;
	white-space: normal;
	border-bottom: none;
	border-top: 1px solid #ccc;
	background: #fff;
}

.rowHover,table.articlesTable tr:hover {
	background: #faefe9;
}

.inputSection {
	margin-bottom: 20px;
}

.inputSection .title {
	background: #dde7ef;
	color: #1f598f;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px;
	margin-bottom: 0;
}

.inputSection .content {
	background: #eee;
	padding: 10px;
	margin-top: 0;
}

.inputSection table {
	margin: 5px 0 10px 0;
}

.inputSection td {
	padding: 3px 5px 3px 0;
	font-size: 11px;
}

.inputSection td.itemLabel {
	text-align: right;
	width: 45px;
	white-space: nowrap;
}

.inputSection table .searchBox {
	width: 650px;
	border-top: 2px solid #adadad;
}

.inputSection table textarea.searchBox {
	width: 700px;
	height: 140px;
}

.source {
	font-style: italic;
}

/*** TRANSACTION STYLES ***/
body.page-transactions table.articlesTable th,body.page-transactions table.articlesTable td
	{
	padding: 5px 10px 5px 5px;
}

body.page-transactions table.articlesTable td.thumbnail {
	padding-right: 0;
}

td.thumbnail img {
	height: 50px;
}

.articlesTable th.price,.articlesTable td.price {
	text-align: right;
}

.iconKey {
	margin-top: 75px;
}

.iconKey div {
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 30px;
	font-size: 11px;
	color: #666;
}

.reserveNotMet {
	font-weight: bold;
	color: #900;
}

.reserveMet {
	font-weight: bold;
	color: #090;
}

.optionHolder {
	clear: both;
	height: 25px;
	margin-bottom: 10px;
}

.optLabel {
	float: left;
	font-weight: bold;
	width: 130px;
}

.optValue {
	float: left;
}

.optValue label {
	margin-right: 20px;
	cursor: pointer;
}

.stockImage {
	height: 75px;
}

/*** BLOG STYLES ***/
.blogPost {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.blogPost h3 {
	padding-top: 0;
}

.archiveLink,.backLink {
	font-weight: bold;
	padding-left: 16px;
	background: url(/images/shared/chevron-r.gif) top left no-repeat;
}

.backLink {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.page-blog .date {
	font-size: 11px;
	font-weight: normal;
	color: #555;
}

h4 .date {
	padding-left: 10px;
}

/*** CONTACTS STYLES ***/
.tipText {
	color: #6b6c6c;
	font-size: 11px;
}

.tipText h4 {
	color: #d16623;
	font-size: 13px;
	margin: 0;
}

body.page-contacts table.inboxTable td.profilePhoto {
	width: 40px;
}

body.page-contacts table.inboxTable td.profilePhoto img {
	height: 40px;
	width: 40px;
}

/*** MY ACCOUNT & PROFILE STYLES ***/
body.page-myaccount #mainColumn,body.page-profile #mainColumn {
	width: 760px;
}

body.page-myaccount #sidebarLeft,body.page-profile #sidebarLeft {
	width: 180px;
}

.profilePhoto {
	width: 180px;
	border: none;
}

.feed-add {
	padding-left: 16px;
	background: url(/images/shared/feedicon-add.gif) top left no-repeat;
}

.feed-connect {
	padding-left: 16px;
	background: url(/images/shared/feedicon-connect.gif) top left no-repeat;
}

.feed-article {
	padding-left: 16px;
	background: url(/images/shared/feedicon-article.gif) top left no-repeat;
}

.imageList {
	display: block;
}

.imageListItem {
	float: left;
	width: 125px;
	margin-right: 20px;
	font-size: 11px;
}

.imageListItem a {
	color: #555;
}

.imageListItem img {
	width: 100px;
	border: none;
}

.favesTable {
	clear: both;
}

.favesTable td {
	padding: 5px 0;
}

td.horizHeader {
	font-weight: bold;
	padding-right: 20px;
}

#profile-more #profileMoreMenu {
	position: absolute;
	top: inherit;
	left: inherit;
}

#profileMoreMenu {
	display: none;
	position: absolute;
	line-height: 1.1em;
	border: 1px solid #d3d3d3;
	background: #eeeeee;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	z-index: 100;
}

#profile-more #profileMoreMenu li {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	white-space: nowrap;
	width: auto;
	float: none;
}

#profile-more #profileMoreMenu li a {
	font-size: 11px;
}

#profile_nav_horiz2 {
	clear: both;
	height: 20px;
}

#profile_nav_horiz2 div {
	float: left;
	margin-right: 25px;
	font-size: 12px;
	color: #3f76aa;
}

#profile_nav_horiz2 div b {
	font-size: 16px;
	font-weight: bold;
}

#profileInfo {
	margin-top: 20px;
}

#profileInfo div {
	margin: 0 0 5px 0;
	font-size: 11px;
}

/*** LINKS ***/
a,a:visited {
	color: #3f76aa;
	text-decoration: none;
}

a:hover {
	color: #d16623;
	text-decoration: underline;
}