﻿/* typography.css
Contains stylings for all texts, including headings and links.
For all colors, see color.css.
*/

/******** =TEXT STYLING ********/
/* =BODY */
body
{
	font: normal 11px/130% Verdana, Arial, San-Serif;
}

/* =EDEL-STYLE =WEISS-STYLE */
#headernavText, .edel-style, .weiss-style
{
	font: bold 20pt Calibri;
}

/* =SUBHEADING-STYLE */
.subheading-style
{
	font-size: 14px;
}

/* =NAVLINKS */
#headernav .navLinks
{
	font-size: 10px;
}

/* =TOOLTIP */
/* Used for pop-up title (sources) while hovering */
#tooltip
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/* With above, used for pop-up titles while hovering */
#tooltip h3, #tooltip div
{
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
}

/* =TITLE */
.title
{
	font-size: 8pt;
	font-weight: bold;
	white-space: normal !important;
	word-wrap: break-word;
	line-height: 150%;
}

/* =CATALOGS */
/* =ACTIVECATALOGS =WAITINGCATALOGS =PROCESSEDCATALOGS =ARCHIVEDCATALOGS =DISCARDEDCATALOGS */
.activeCatalogs_precolor, .waitingCatalogs_precolor, .processedCatalogs_precolor, .archivedCatalogs_precolor, .discardedCatalogs_precolor
{
	font-weight: bold;
	cursor: pointer;
}
.activeCatalogs, .waitingCatalogs, .processedCatalogs, .archivedCatalogs, .discardedCatalogs
{
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

/* =PAGEHEADER */
.pageHeader
{
	font-size: 16px;
	line-height:18px;
	font-weight: bold;
}
/* =LABEL */
.label
{
	font-size: 12px;
	font-weight: bold;	
}
/* =PRODUCT-HEADING */
.product-heading
{
	font-size: 18px;
	font-weight: bold;
}

/* =PRODUCT-COLUMN-GROUP */
.product-column-group
{
	font-weight: lighter;
}

/* =SLIDER_CALLOUT */
#slider_callout
{
	font-weight: bold;
	font-family: "Myriad Pro";
}

/* =BLOCKMSG =H1 */
.blockMsg H1
{
	font-size: 14px !important;
}

/* =SEARCHRESULTSLIST */
.searchResultsList
{
	font-size: 12px
}

/* =BUZZ */
#buzzContent
{
	font: normal 12px Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
}

#buzzContent .topList .listType
{
	font-size: 14px;
	font-weight: bold;
}

#buzzContent .topList label
{
	font-size: 13px;
	font-weight: bold;
}

#googleBadge
{
	font-size: 10px;
}

/******** =LINK STYLING ********/
/* =IMG */
img
{
	border: 0pt;
}

/* =HEADER =FOOTER */
#headernav a, #footer a
{
	text-decoration: none;
}
#headernav a:hover, #footer a:hover
{
	text-decoration: underline;
}

/* =ACTIVITYMONITOR */
/* =UI-TABS-NAV-ITEM */
#activityMonitor .ui-tabs-nav-item a, #mailingTabs .ui-tabs-nav-item a, #orderTabs .ui-tabs-nav-item a, #catalogTabs .ui-tabs-nav-item a
{
	font-size: 1.1em;
}
#activityMonitor .ui-tabs-nav-item a:hover, #mailingTabs .ui-tabs-nav-item a:hover, #orderTabs .ui-tabs-nav-item a:hover, #catalogTabs .ui-tabs-nav-item a:hover
{
	text-decoration: underline;
}
/* =UI-TABS-SELECTED */
#activityMonitor .ui-tabs-selected a, 
#activityMonitor .ui-tabs-selected a:hover, 
#mailingTabs .ui-tabs-selected a,
#mailingTabs .ui-tabs-selected a:hover,
#orderTabs .ui-tabs-selected a,
#orderTabs .ui-tabs-selected a:hover,
#catalogTabs .ui-tabs-selected a,
#catalogTabs .ui-tabs-selected a:hover
{
	font-weight: bold;
}

/* =CATALOGHEADER */
a.catalogHeader
{
	cursor: pointer;
	text-decoration: none !important;
}
a.catalogHeader:hover
{
	text-decoration: none !important;
}

/* =POPTRIGGER */
a.poptrigger
{
	cursor: pointer;
	text-decoration: none !important;
}

/* =SUBTLE */
a.subtle,  span.subtle
{
	cursor: pointer;
	text-decoration: none !important;
}

/* =BUZZ */
#buzzContent .topList a
{
	text-decoration: none;
}

#buzzContent .topList a:hover
{
	text-decoration: underline;
}

#buzzContent .topList .listViewLink, #buzzContent .topList .resultsLink
{
	font-size: 10px;
}

/* =GOOGLE =GOOGLEBADGE */
#googleBadge 
{
	text-decoration: none;
}

/* =GRIDSUMMARY */
.gridSummary
{
	font-size: 10pt;
	font-weight: bold;
}

.subRightsListViewHeader {
    font-size: 1.2em;
    font-weight: bold;
}

.titleStatus01
{
	font-weight:bold;
	text-transform:uppercase;
}

.titleStatus03
{
	font-weight:bold;
	text-transform:uppercase;
}

.titleStatus07
{
    font-weight:bold;
	text-transform:uppercase;
}

.subrightsAvailableHeader {
    font-weight:bold;
}
.subrightsSoldHeader {
    font-weight:bold;
}
.subrightsAvailableFooter {
}
.subrightRow {
}
.subrightRowHeader {
}
.subrightColumnHeader {
    font-weight:bold;
}
.subrightColumn {
}
.subrightValue {
}
.fancyButton 
{
    font-family:Verdana, Sans-Serif;
    font-size:11px;
}