/* CSS Document */
/** special_page_style.css 
 * 01.01.0003 100715
 * 	+ .program_block {color: white}
 * 01.00 0002
 */
 
p {margin-top: 5px; margin-bottom: 3px;}
table td {color: white}

.page-title {
  text-align: center;
  color: yellow;
  font-size: 200%;
  margin-top: 40px;
  font-weight: bold;
  }
  
.page-title-jazz, .page-title-etno {
  text-align: center;
  color: red;
  font-size: 200%;
  margin-top: 10px;
  }  
.action_header {
  background: red;
  text-align: center;
  color: white;
  margin: auto;
  padding: 10px;
  width:85%;

}
.action_body {
  margin:20px;
}
.program_block {
  margin: 10px;
  color: white;
  }
.center {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;

}
.day_name
  {width: 20px; text-align: right; padding-right: 5px;
  }
.day_date
{ width: 35px;}
.day_artist{font-weight: bold;}

