/*
CODE      : Frank Siebenhaar for MusicTrace
INIT DATE : 2007-11-28

Basis Print Style Sheet
*/

/* <![CDATA[ */


body {
 background: white;
 color: black;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10pt;
}

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

a:link:after, a:visited:after {
 content: " (Link auf" attr(href) ")";
 color: #87CEFA;
 font-weight: normal;
 font-style:italic;
 font-size: 8pt;
}

a[href^="/"]:after {
 content: " (Link auf http://www.radiocharts.com" attr(href) ") ";
}




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

.boxContainer {  
  margin: 0;
  border: 2px solid #000;
}

.boxContainerCaption { 
  border-bottom: 2px solid #000; 
  padding: 5px;
}

.boxContainerCaption h3 { 
  margin: 0;
}

.boxContainerContent { 
  padding: 5px;
}

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

.boxContainer ul { 
  margin-top: 0;
}


/* *************** */
/*    chartnews    */
/* *************** */

.chartNewsSpecial {
  margin-left: 1em;
  font-style:italic;
  font-weight: bold;
  font-size: 120%;
  color: #70991f;
}

.chartNewsSpecial:before {content: "\21D2 ";
}

.chartNewsArtist { 
  font-style:italic;
}

.chartNewsTitle { 
  font-weight: bold;
}

.chartNewsCD { 
  font-style:italic;
}

.chartNewsPosition { 
  font-weight: bold;
  color: #70991f;
}




/* ************ */
/*    Tables    */
/* ************ */

.chartTable th {
 font-size: 8pt;
 font-weight: bold;
 white-space: normal;
}

.chartTable td {
 font-size: 8pt;
 font-weight: normal;
 white-space: normal;
}

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



a.noLink:link, a:visited {
 color: black;
 font-weight: normal;
 text-decoration: none;
}

a.noLink:link:after, a.noLink:visited:after {
 content: "";´
}

a[href^="/"].noLink:after {
 content: "";
}


.doNotPrint {
 display: none;
}


/* ]]> */
