/****** BEGIN CSS RESET FOR CROSS-BROWSER COMPATIBILITY ******/

/*
* { margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
  vertical-align: baseline;
}
*/
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/*
body {
  line-height: 1;
  color: black;
  background-color: #fff;
}
*/
.main ol, .main ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
.main table {
  border-collapse: separate;
  border-spacing: 0;
}
.main caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/******* END RESET STYLES *******/

.main h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #33466d;
  margin: 15px 0 5px 0;
}

.main h2 {
  font-size: 1.5em;
  font-weight: 100;
  color: #44567d;
  margin: 5px 10px 0px 0px;
}

.main a:visited,a:active,a {
  color: inherit;
  text-decoration: none;
}

.message { 
    width: 100%; 
    font-size: 14px; 
    border-bottom: solid 1px #c9b484; 
    border-top: 0px; 
    padding: 12px 0 12px 0; 
    color: #000; 
    background-color: #fff9d9; 
    text-align: center; 
} 

.highlight {
  color: #f27049;
}

#flashMsg {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  width: 100%;
}


.Cheader {
  margin: 15 0 0 0px;
}

.Cheader p {
  font-size: 1.0em;
}

.Ccalendar {
/*  margin: 10px;
  padding: 10px;  
  float: left;
*/
}

.main .Ccalendar table {
  width: 490px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.Ccalendar table th {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  text-align: center;
  font-weight: bold;
  background-color: #e3e3e3;
  font-size: 0.7em;
  padding: 5px;
}

.Ccalendar table td {
  width: 14%;
  font-size: 0.7em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 42px;
  /*padding: 5px;*/
  vertical-align: top;
}

.Ccalendar table td b {
  color: #333;
  font-size: 11px;
  margin: 5px;
}

.Ccalendar ul {
  border-top: 1px dotted #ccc;
  margin-top: 2px;
  background: #cffdd4;
  margin-left: 0px;
  padding-left: 0px;
}

.Ccalendar ul li {
  font-size: 0.8em;
  border: 1px dotted #ccc;
  border-width: 0px 0 1px 0;
  padding: 5px 2px 5px 2px;
}

.Ccalendar ul li:hover {
  background-color: #fff9d9;
  color: #897444;
}

.Ccalendar ul li.toggle {
  text-align: right;
}

.Cdetails {
  float: left;
  width: 180px;
}

.Cdetails div {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 10px;
  margin-bottom: 10px;
}

.Cdetails div h3 {
  font-family: "Arial",Arial,sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.Cdetails div h4 {
  font-size: 0.8em;
  line-height: 1.2em;
}

.Cdetails div p {
  font-size: 0.8em;
  line-height: 1.1em;
  margin: 1.0em;
}

.Cdetails p small {
  font-size: 1.0em;
  text-align: right;
}

/*** MENU CSS ***/
.Cmenu {
  width:100%; 
  height:auto; 
  font-size:0.85em; 
  position:relative; 
  z-index:100;
  border-right: 1px solid #ccc;
  font-weight: bold;
}
/* remove all the bullets, borders and padding from the default list styling */
.Cmenu ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.Cmenu li {
  float:left;
  //width:149px;
  position:relative;
  margin-right: 2px;
}
/* style the links for the top level */
.Cmenu a, ._menu a:visited {
  display:block;
  font-size:11px;
  text-decoration:none; 
  color:#33466d; 
  //width:138px; 
  height:auto; 
  border: 1px solid #ccc;
  border-width: 0px 1px 1px 0px; 
  background:#eee; 
  padding-left: 5px; 
  padding-right: 5px;
  line-height: 25px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.Cmenu ul ul {
  visibility:hidden;
  position:absolute;
  height:0;
  top:25px;
  left:0;
  //width:149px;
  border-top:1px solid #ccc;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.Cmenu table {
  position:absolute;
  top:0;
  left:0;
  border-collapse:collapse;
}

/* style the second level links */
.Cmenu ul ul a, .Cmenu ul ul a:visited {
  background:#eee;
  color:#33466d;
  height:auto;
  line-height:1em;
  padding:5px 5px;
  width:128px;
  border-width:0 1px 1px 1px;
}

/* style the top level hover */
.Cmenu a:hover, .Cmenu ul ul a:hover{
  color:#919eac;
}

.Cmenu :hover > a, .Cmenu ul ul :hover > a {
  color:#919eac;
}

/* make the second level visible when hover on first level list OR link */
.Cmenu ul li:hover ul,.Cmenu ul a:hover ul{
  visibility:visible;   
}

/* Extra classes */

.todaytd{
  background: #FFCC66;
  width: 100%;
  height: 125%;
  /* for IE 
  filter:alpha(opacity=60);*/
  /* CSS3 standard 
  opacity:0.6;*/
}

.EventIcon{
  /*vertical-align: bottom;*/
  margin:0px;
  position: relative;
/*
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;  
*/
  height: 30px;
  width: 100%;
}
.EventIcon img{
  position: absolute;
  bottom: 0;
  right: 0;
  display:table-cell;
  margin-right: 0px;
  cursor: pointer;
  /*float: right;*/
}
.EventCell{
 /* position: relative;*/
  height: 42px;
  padding: 0;
  z-index: 0;
}

.DivPopup{
  z-index: 99;
  min-height:60px;         
  height: auto ! important;
  height:60px;  
  width: 180px;
  margin: 10px;
  padding: 10px;
  text-align: left;
  border: 1px solid #888888;
  background-color: #efefef;  
}