@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
url("http://www120.popmundo.com/Common/Calendar.asp"),
url("http://www121.popmundo.com/Common/Calendar.asp"),
url("http://www122.popmundo.com/Common/Calendar.asp"),
url("http://www123.popmundo.com/Common/Calendar.asp"),
url("http://www124.popmundo.com/Common/Calendar.asp"),
url("http://www125.popmundo.com/Common/Calendar.asp"),
url("http://www126.popmundo.com/Common/Calendar.asp") {


/* Border around the calendar */
html>body>table.Paper>tbody>tr>td.LightColumn {
border:1px solid #33647D !important;
}

/* Seven day border */
html>body>table.Paper>tbody>tr>td.LightColumn>table>tbody>tr.Paper>td {
background-color:#33647D !important;
}

/* Seven day border height */
tr.Paper>td[colspan="5"] {
height: 2px !important; 
padding:0px !important;
}

/* Dayly border */
html>body>table.Paper>tbody>tr>td.LightColumn>table>tbody>tr>td {
border-top: 1px solid #33647D !important;
}

/* Special Events bold */
html>body>table.Paper>tbody>tr>td.LightColumn>table>tbody>tr.LightColumnHL>td>a,
html>body>table.Paper>tbody>tr>td.LightColumn>table>tbody td>a {
/*background-color:#FFFFCF !important;
border:1px solid #FEFF77 !important;
padding: 2px 5px !important;*/
font-weight:bold !important;
}

/* Yellow color for event information */
td[colspan="4"] {
padding:0px !important;
background-color:#FFFFCF !important;
}

/* Shows the information */
div[id="X1"], div[id="X10"], div[id="X28"], 
div[id="X40"], div[id="X48"], div[id="X43"], 
div[id="X52"], div[id="X54"], div[id="X56"] {
display:block !important;
}


/* ********************** */
/* ADD A NOTICE TO A DATE */
/* ********************** */
/*    X5 = the 5th day    */
/*
div[id="X5"] {
display:inline !important;
padding-bottom:10px !important;
padding-top:5px !important;
line-height:0px !important;
float:left !important;
}
*/
/* Your notice */
/*
div[id="X5"]:after {
content:" Yadda yadda yadda";
}

div[id="X5"]:before {
content:"Notice ";
}
*/

}