/* CSS Document */

.edit_listings {
border-collapse:separate;background-color:silver;
margin:0px auto;
}
p.added_dates {
font-weight:normal !important;
font-size:11px;
border-top:1px dashed #CCC;
}
.edit_listings td {background:#FFF;font-size:11px;vertical-align:middle;padding:5px;}
.edit_listings th {color:white;padding:2px 4px;vertical-align:middle;background:#336699}
fieldset {
	border: 2px solid #aaaaaa;
	-moz-border-radius: 10px;
	position: relative;
	background-color: #FFF;
	padding:15px;
}

.tdborder {
      border :#c0c0c0;
      border-style : solid; 
      border-top-width : 1px; 
      border-right-width : 1px; 
      border-bottom-width : 1px; 
      border-left-width : 1px;  

}
.tdsunday {
      
      background-color : #000;
      font-weight : normal;
      font-size : 11px; 
      line-height : 20px; 
      color : #ffffff; 
      vertical-align : middle;
      text-align : center; 
	    width: 75px;
      
} 
.tdday {
      
      background-color : #c0c0c0; 
      font-weight : normal;
      font-size : 11px; 
      line-height : 20px; 
      color : #ffffff; 
      vertical-align : middle; 
      text-align : center; 
	  width: 75px;

} 
.tdtoday {
      
      background-color : #DBDBDB; 
	  border: 1px solid #FF0000;
      font-size : 10px; 
      color : #000000; 
      vertical-align : top; 
      text-align : left; 
	  width: 75px;
	  height: 85px;
	  padding-left:2px;
} 
.tdheading {      
      font-weight : bold; 
      font-size : 14px; 
      line-height : 20px; 
      color : #606060; 
      vertical-align : middle; 
      text-align : center;  
}
.tdeventheading {
      
      font-weight : bold;
      background-color : #c0c0c0;
      font-size : 10px; 
      line-height : 20px; 
      color : #ffffff;
      vertical-align : middle; 
      text-align : center; 
      letter-spacing : 0.2em; 
}
.tddate {
      
      font-weight : normal;
      background-color : #EBEBEB;
      font-size : 10px; 
      color : #606060; 
      vertical-align : top; 
      text-align : left; 
	  width: 75px;
	  height: 85px;
	  padding-left:2px;
}
.event  {
      
      font-weight : normal;
      font-size : 10px;
      color : #0000ff;
      vertical-align : top; 
      text-align : left;
      padding-top : 2px;
      padding-bottom : 2px;
      padding-right : 5px;
      padding-left : 5px;
}
.genfont {
      
      font-weight : normal;
      font-size : 12px;
      line-height : 16px; 
      color : #606060; 
      vertical-align : middle; 
      text-align : left;
}
.header  {
      
      font-weight : bold; line-height : 18px;
      font-size : 12px;
      color : #ffffff;
      vertical-align : middle; 
      text-align : center;
      padding-top : 2px;
      padding-bottom : 2px;
      padding-right : 5px;
      padding-left : 5px;
}
.small_font  {    
      font-weight : bold;
      font-size : 10px;
      color : #000000;
}
/* POP-UP CALENDAR CSS */
.dynCalendar_header{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.dynCalendar_dayname {
	background-color: #eeeeee;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
}

.dynCalendar_day {
	background-color: #eeeeee;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar_today {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar {
	background-color: #c0c0c0;
	border: 2px outset white;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
}

