/* Warren Post, New Media Copán 
   webmaster ~at~ twistedtanya ~dot~ com
   Style for New Media Copán's customization of rentals.html and 
   WebCalendar's minical */

@import url(core.css); 

/* Uncomment to hide calendar if broken 
td.left_col p, td.left_col iframe { 
   display: none; 
   } */

/* MINICAL GLOBAL RULES
   Code needed for both twistedtanya.com and copanconnections.com */

/* Width needed to avoid overflow on IE6 */
iframe { 
   width: 225px; 
   height: 175px; 
   margin-bottom: 0em; 
   overflow: hidden; 
   } 

/* All following code does not work here, and for that reason has  
   been commented out here and added to WebCalendar's code as noted. 
   TODO: Discover why code does not work here. Remove my changes to 
   WebCalendar's code and uncomment the below. */

/* Expands each td to make non-broken browsers display the same dorky
   width that IE does. Doesn't work here; added to 
   cal/includes/styles.php lines 681-682 
   
.minical td {
    width: 3em !important; 
    } */

/* MINICAL SPECIFIC RULES
   Code needed only by twistedtanya.com */

/* Adapt minical to site style. Doesn't work here; added to 
   cal/includes/styles.php lines 698-702 
    
.minical td.hasevents {
    font-weight: inherit !important; 
    color: inherit !important; 
    background-color: #CC6600 !important; 
    } */