﻿.DefaultLeft{
    width:530px; /* 545 */
    float:left;
}
.DefaultRight{
    width:314px;
    float:left;
}
.EventsCalendar{
    margin-top: 40px;
    padding-top:38px;
    background-image: url(../images/HorizNote.png);
    width: 305px;
    padding-left: 7px;
    padding-right: 7px;
    height:172px;
    background-repeat:no-repeat;
}

.EventsHolder{
     color: Black;
    background-image: url(../images/SpecialsAnnouncements.png);
    width: 292px;
    padding: 50px 11px 7px 11px;
    height:330px;
    background-repeat:no-repeat;
    line-height:1.15em;
    font-size:12px;
    line-height:1.2em;
}
.eventsText .scrollable {
    height: 265px;
    overflow:auto;
}
.eventsText .eventMonth, 
.eventsText .newsHeader{
    font-size: 13px;
    font-weight: bold;
}
#imgApartmentThumbs{
  padding-left:6px;
  width:56px;
}
#imgApartmentThumbs .twpr {
    width: 50px;
    height:50px;
    overflow:hidden;
    border: solid 3px #ffffff;
    margin-bottom:3px;
}
.divImgApartment {
    width: 230px;
    border: solid 3px #ffffff;
    overflow:hidden;
    float:left;
    text-align:center;
}
.imgLinkLeaseNow{
    position:absolute;
    top: 0;
    left: 0;
}
#imageApartmentPackage {
    padding: 35px 0 0 35px;
    position:relative;
    float:right;
    width:296px;
    height:1%;
}

.item {
   height: 1%;
}
#imageApartmentPackage:after, .item:after { /* clear both */
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
}
.divImgPerks {
    width: 250px;
    height: 250px;
    float:left;
    border: solid 3px #ffffff;
    overflow:hidden;
    float:left;
 }
 
.eventLink .evdesc {
    display:none;
}
.tooltiptext {
    color:Black;
}

/* Calendar */
/* special days (Not RAD specific)*/
.postsDay {
  border: solid 1px black;
}

* html #imageApartmentPackage img{
    behavior: url (styles/resources/iepngfix.htc);
} 
* html .EventsHolder{
    behavior: url (styles/resources/iepngfix.htc);
    width: 280px;
}
* html .EventsCalendar{
    behavior: url (styles/resources/iepngfix.htc);
}
* html #imageApartmentPackage{
    width: 260px;
}
* html .DefaultLeft {
    width:500px;
}

 