.featureText table#feedTable p {margin:0;}
.featureText table#feedTable {margin-left:15px;}

/* Outside Table properties */
#feedTable td {
	padding:0;
	font-family:arial;
	font-size:10px;
}

/* Title Text*/
.feedTitle {
display:none;
} 
/* Form Title Tags */
p.feedFormTitle {
	float:left;
	
}
/* Form Time Title Tags */
.feedFormTimeTitle {
	padding:0px;
	float:left;

}
/* Form Time Title Tags */
.feedFormDateTitle {
	padding:0px;
	float:right;

}
/* Text Form Fields */
.feedFormField {
	font-size:10px;
	margin:1px;
}
/* Text Form Field for Date field */
.feedFormfieldCalendar {
	font-size:10px;
	margin:1;
	width:100px;
}

/* Logo Treatment */
#logoLink
{
	float:right;
	margin:0px;
}
#logo
{
	border-width:0px;
	margin:0px;
}
#dateDisplay
{
	font-size:10px;
	color:#999;
 	font-family:arial;
	float:right;
	margin:0px 30px 0px 0px;
}

/*** calendar styles ***/

/* Placeholder. Don't change this */
.imgCal 
{
	position: absolute; 
	display: none; 
	z-index:100;
}

/* Calendar Table properties */
#imageCal table {
	font-size:12px;
 	width:150px;
	font-family:arial;
	font-weight: bold;
	background:#FFF;
}
#imageCal td {
	padding:0px 0px 0px 0;
	text-align:center;
}

/* Days in the future */
.clickableDays 
{	
	color: #000000; 
	text-decoration: none;
	height:18px;
}

/* Days in the past */
.nonclickableDays 
{	
	color: #CCCCCC;
	height:18px;
}

/* Name of the month at the top */
.months 
{
	color: #FFFFFF; 
	text-decoration: none 
}

/* Day of the week */
.weekdays
{
	color: #000000; 
	text-decoration: none; 
	color:#666666;
	background-color:#EFEFEF; 
	width:14%;
}

