/* Calendar */


  
  #center {
    background-image: url('/img/center.gif');
    background-repeat: no-repeat;
    background-color: white;
    margin: 25px 0px 0px 17px;
  }
  
  .center_bottom {
    background-image: url('/img/center_bottom.gif');
    background-repeat: no-repeat;
    height: 9px;
    margin-left: 17px;
    margin-bottom: 5px;
  }
  

  #content {
    margin: 0px 5px auto 5px;
  }
  
  .opis {
    width: 470px;
    margin-left: 6px;
  }
  
  h3 {
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 153, 000);
    margin: 10px 0 0 0;
  }
  h4 {
    font-size: 1.1em;
    padding: 0px;
    margin: 3px 0 5px 3px;
  }
  h4 a {
    color: #666666;
  }
  #eventsList  h4 a:hover {
    color: #8A8A8A;
  }  

  .left_col {
    float: left;
    width: 300px;
  }

  .right_col {
    padding-left: 28px;
    float: left;
  }

  strong.orange {
    color: rgb(255, 153, 000);
    font-size: 1.1em;
  }  
  
  ol li {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 0px;
    margin-left: 0px;
  }

  ol {
    padding-left: 30px;
    margin-left: 0px;
  }

  ul p {
    padding: 0px 3px;
  }

  .Ltitle {
    clear: both;
    margin: 3px 0 5px 0;
    height: 20px;
  }

  .Ltitle h3 {
    float: left;
    margin: 0px;
    padding: 3px 0 5px 0;
  }

  div.nr{
    display: block;
    float: left;
    width: 19px;
    font-weight: bold;
	 font-size: 12px;
    padding-right: 1px;
    padding-top: 2px;
    padding-left: 0px;
    height: 18px;
    color: white;
    text-align: center;
    background-image: url('/img/point2.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }
  
  
  .calendar {
    text-align: center;
    width: 396px;
  }

  .calendar .month{
    width: 394px;
    padding: 25px 0 10px 0;
  }
  
  .calendar .month a, .calendar .month {
    font-size: 15px;
    font-weight: bold;
    color: #171795;
  }

  .calendar .weekdays {
    height: 15px;
  }

  .calendar .weekdays, .calendar .monthdays {
    width: 392px;
    border: 1px solid white;
  }

  .calendar .monthdays {
    border-color: #FF9900;
  }

  .calendar .weekdays div, .calendar .monthdays div{
    float: left;
    width: 56px;
  }

  .calendar .monthdays div{
    height: 70px;
    background-color: #EEEEEE;
  }

  .calendar .monthdays div.odd{
    background-color: white;
  }

  .calendar .monthdays div div{
    float: none;
    width: auto;
    height: auto;
    background-color: #FF9900;
    color: white;
  }

  .calendar p {
    font-size: 9px;
    width: auto;
    height: 55px;
    overflow: hidden;
    margin: 0px;
    padding: 1px 2px;
  }
    
  .lnks p{
    padding: 2px 15px;
    font-weight: bold;
  }
  
  .lnks p, .lnks p a{
    color: #3434A3;
  }
  
  .LabeledMarker_markerLabel {
    font-weight: bold;
	 font-size: 14px;
    color: white;
	}

  