//file aecalendar.css
/* container */
#container {-
   -webkit-box-shadow: 10px 0px 10px rgba(50, 50, 50, 1),
                       -10px 0px 10px rgba(50, 50, 50, 1);
   -moz-box-shadow:    10px 0px 10px rgba(50, 50, 50, 1),
                       -10px 0px 10px rgba(50, 50, 50, 1);
   box-shadow:         10px 0px 10px rgba(50, 50, 50, 1),
                       -10px 0px 10px rgba(50, 50, 50, 1);
}

body {
   line-height: 1;
   background: -webkit-linear-gradient(rgb(255,255,102), white) no-repeat;
   background: -moz-linear-gradient(rgb(255,255,102), white) no-repeat;
   background: linear-gradient(rgb(255,255,102), white) no-repeat;
   margin: 0 auto;
   font-family: "Maven Pro", arial, helvetica, sans-serif;
   font-weight: 400;
   position: relative;
}
img { 
   border:3px solid #6666ff;
}

ol, ul {
   list-style: none;
}

blockquote, q {
   quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}