/*
CODE        : Frank Siebenhaar for MusicTrace 
LAST CHANGE : 02.01.06 sbn at musictrace.de

Basis Print Style Sheet for Members Area
*/

/* <![CDATA[ */

/*
@page {
 size: auto;
 margin-top: 20mm; 
 margin-right: 20mm;
 margin-bottom: 25mm;
 margin-left: 20mm;
}
*//* font */

/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Regular'), local('NunitoSans-Regular'),
       url('../fonts/nunito-sans-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v3-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

/* nunito-sans-italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v3-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Italic'), local('NunitoSans-Italic'),
       url('../fonts/nunito-sans-v3-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v3-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v3-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v3-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v3-latin-italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v3-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Bold'), local('NunitoSans-Bold'),
       url('../fonts/nunito-sans-v3-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v3-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v3-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v3-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

/* nunito-sans-700italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v3-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Bold Italic'), local('NunitoSans-BoldItalic'),
       url('../fonts/nunito-sans-v3-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v3-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v3-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v3-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v3-latin-700italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}


/* Nunito  */
* {
  font-family: "Nunito Sans", Arial, Verdana, sans-serif;
}

body {
 background: white;
 color: black;
 /* font-family: Arial,sans-serif; */
 font-size: 8pt; 
}

.header,.footer  {
 margin: 0;
 padding: 0;
 font-size: 8pt;  
}

.header h2
{ 
 color: #87CEFA;
 font-weight: bold; 
 font-size: 8pt;
}

#headerCompanyLogo { 
 display: none;
}

a:link, a:visited {
 font-weight: bold;
 color: #87CEFA;
 text-decoration: none;
}

a:link:after, a:visited:after {  
 content: " (" url(/images/black_arrow_right.gif) attr(href) ")";
 color: #87CEFA;
 font-weight: normal;
 font-style:italic;
 font-size: 8pt;
}

a[href^="/"]:after {
 content: " (http://www.musictrace.de" attr(href) ") ";
 color: dimgray;
}


.footer {
 clear: both;
 border-top: 3px double #87CEFA;
 padding-top: 5px;
 color: #87CEFA;
 text-align: center;
}

.footer a:link, .footer a:visited {
 font-size: 8pt;
 font-weight: bold;
 color: #87CEFA;
 text-decoration: none;
}

.footer a:link:after, .footer a:visited:after {  
 content: " (" url(/images/black_arrow_right.gif) attr(href) ")";
 color: #87CEFA;
 font-weight: normal;
 font-style:italic;
 font-size: 8pt;
}

.footer a[href^="/"]:after {
 content: " (http://www.musictrace.de" attr(href) ") ";
 color: #87CEFA;
}


#loginContainer {
 font-size: 8pt;
 color: #87CEFA;
}

#loginContainer .submit  {
 display: none;
}

#note {
 padding: 5px;
 border-top: 3px double #000000;
 border-right: 3px solid #000000;
 border-bottom: 3px solid #000000;
 border-left: 3px double #000000;
 font-weight: bold;
}

#breadCrumbs {
 border-bottom: 3px double #87CEFA;
 padding-bottom: 5px;
 color: #87CEFA;
 font-size: 8pt;
}

#content {
 margin: 10px 0px;
}

#content h1, #content h2, #content h3, #content h4 { 
 font-weight: bold;
 color: #191970;
}

#content h1 {
 padding: 0.5em 0px;
 font-size: 14pt;
}

#content h2 {
 padding: 0.35em 0px;
 font-size: 13pt;
}

#content h3 {
 padding: 0.2em 0px;
 font-size: 12pt;
}

#content h4 {
 padding: 0.2em 0px;
 font-size: 11pt;
}

.selectionForm { 
 display: none;
}

.resultCaption {
 margin: 5px 0px 10px 0px;
 caption-side: top;
 color: #191970;
 font-weight: bold;
}

.resultCaption a:link, .resultCaption a:visited {
 font-size: 10pt;
 font-weight: bold;
 color: #87CEFA;
 text-decoration: none;
}

.resultCaption a:link:after, .resultCaption a:visited:after{ 
 display: none;
}

.resultTable { 
 display: table;
 table-layout: fixed;
 width: auto;
 border-spacing: 0px 0px;
 position: relative;
 display: block;
 float: none;
}

.resultTable table{
 border-collapse: collapse;
}

.resultTable caption {
 margin: 5px 0px 10px 0px;
 caption-side: top;
 color: #191970;
 font-weight: bold;
 text-align: left;
}

.resultTable caption a:link, .resultTable caption a:visited {
 font-size: 8pt;
 font-weight: bold;
 color: #87CEFA;
 text-decoration: none;
}

.resultTable caption a:link:after, .resultTable caption a:visited:after{ 
 display: none;
}

.resultTable th, .resultTable td {
 padding: 1px 5px;
 border: 1px solid black;
}

.resultTable th { 
 font-size: 9pt;
 font-weight: bold;
}

.resultTable td {
 font-size: 9pt;
 font-weight: normal;
}

.resultTable .tableFooter {
 font-size: 7pt;
 font-weight: normal;
}

.resultTable thead { 
 display: table-header-group; 
}

.resultTable .tableChartPos {
 text-align: right;
 font-weight: bold;
}

.resultTable .highestClimber {
 border: 3px double black; 
 font-style: italic;
}

.resultTable .highestClimberCompanyCharts {
 border: 3px double black; 
 font-style: italic;
}

.resultTable .noTrendWeek { 
 text-align: right;
}

.resultTable .trendWeek { 
 text-align: right;
 font-style: italic; 
}

.resultTable .tableSummaryRow {
 font-weight: bold; 
}

#legend { 
 margin: 5px 0px;
 padding: 5px 0 12px 0;
 border: 1px dashed black;
 font-size: 8pt;
 width: auto; 
}

#legendTitle { 
 margin: 5px;
 color: #191970;
 font-weight: bold;
}

.legendEntry { 
 clear: both;
 margin: 5px;
 width: auto; 
}

#legendEntryBox { 
 clear: both;
 float: left;
 border: 3px double black; 
 width: 74px;
 height: 8px;
}

.legendEntryLabel { 
 float: left;
 width: 80px;
 height: 20px;
 font-weight: bold; 
}

.legendEntryText { 
 float: left;
 width: auto;
 height: 20px;
 margin-left: 10px;
}

.fastNavigation { 
 display: none;
}

#menuContainer {
 display: none;
}

.newsContainer {
 clear: both;
 margin: 10px 0px;
 border-top: 3px groove #87CEFA;
}

#newsTitle {
 font-size: 9pt;
 font-weight: bold;
 color: #191970;
 padding: 5px 0;
}

#didYouKnowTitle {
 font-size: 9pt;
 font-weight: bold;
 color: #191970;
 padding: 5px 0;
}

.newsEntry {
 margin: 5px 0;
}

.newsEntry a:link, .newsEntry a:visited {
 font-size: 9pt;
 font-weight: bold;
 color: #87CEFA;
 text-decoration: none;
}

.newsEntry a:link:after, .newsEntry a:visited:after{ 
 display: none;
}

.newsEntryTitle { 
 font-size: 9pt;
 font-style:italic;
}

.newsEntryText { 
 font-size: 9pt;
}

.top100OverviewLC {
 clear: both;
/* width: 15.5em;*/
 text-align: left; 
}

.top100OverviewLCLeft {
 float: left;
 width: 3.6em;
 text-align: left; 
 font-size: 9pt;
}

.top100OverviewLCRight {
 margin-left: 4.6em;
 width: 11.65em;
 text-align: left; 
 font-size: 9pt;
}

.top100OverviewRC {
 clear: both;
}

.top100OverviewRCEntry {
 float: left;
 text-align: right;
 width: 5em; 
 font-size: 9pt;
}

* html .top100OverviewLC {
 width: 15.8em;
}

* html .top100OverviewLCLeft {
 width: 3.8em;
}

* html .top100OverviewLCRight {
 margin-left: 0.2em;
 width: 11.5em;
}

* html .top100OverviewRCEntry {
 width: 4.5em; 
}

* html .top100OverviewPageBreak {
 page-break-after:always;
}
 

.itemlist dt { 
  float: left;
  width: 13em;
  font-weight: bold;   
}

.itemlist dd { 
  float: left;
  margin-left: 1em;
  margin-right: 3.5em;
  width: 7.75em; 
  text-align: right;
}

.itemlist br {  
  clear: left;
}

.scaleImage { 

}
 
* html .scaleImage { 
 width: 100%;
}




/* *********** */
/*    Boxes    */
/* *********** */

.boxContainer {  
  margin-top: 1.3em;
  padding: 0;
  width: 100%;
}


.boxContainerCaption { 
  margin: 0;
  border-top: 2px solid #0C5C92;
  border-right: 2px solid #0C5C92;
  border-bottom: 1px solid #0C5C92;
  border-left: 2px solid #0C5C92;
  padding: 0 6px 0 6px;
}

.boxContainerCaption h3 {
  font-size: 12pt;
  color: #000 !important;  
}

.boxContainerContent { 
  border-right: 2px solid #0C5C92;
  border-bottom: 2px solid #0C5C92;
  border-left: 2px solid #0C5C92;
  padding: 6px;
}

.boxContainerContent h3, .boxContainerContent h4{
  margin-bottom: 0;
} 

.boxContainer ul { 
  margin-top: 0;
}




.dataTableCaption {
 margin: 0px 0px 5px 0px;
 color: #0C5C92;
 font-weight: bold;
} 

.dataTableSubCaption {
 margin: 0px 0px 5px 0px;
 color: #000;
} 

.dataTable { 
 display: table;
 /* table-layout: fixed; */
 width: auto;
 border-spacing: 0px 0px;
 border-collapse: collapse;
 font-size: 100%;
}

.dataTable .multipleTableCaption{ 
 padding: 15px 0 5px 0;
 color: #0C5C92;
 font-weight: bold
}

.dataTable .multipleTableSubCaption{ 
 padding: 0 0 5px 0;
 color: #000;
}

.dataTable .tableFooter { 
 border: 1px solid black;
 background-color: #87B5D5;
 color: #000;
 font-weight: normal;
 font-size: 85%;
}

.dataTable th, .dataTable td {
 padding: 2px 5px;
}

.dataTable th { 
 background-color: #0C5C92;
 color: #FFF;
 font-weight: bold;
}

.dataTable .tableEvenRow {
 background-color: #E0E0E0;
 color: #000;
}

.dataTable .tableOddRow {
 background-color: #F0F0F0;
 color: #000;
}

.dataTable .tableSummaryRow {
 background-color: #87B5D5;
 color: #000;
 font-weight: bold; 
}





.doNotPrint {
 display: none !important;
}



/* ]]> */
