/* Outside Table properties */
#feedTable {
background: url(http://p103989.typo3server.info/fileadmin/design_bey/img/bg_open-table.gif) no-repeat 60px 16px #F3F3F3;
border: 1px solid #8A8A8A;
width: 100%;
}

#feedTable td {
        width: 33%;
	/*padding: 12px 35px 12px 15px;*/
	border: 0px dotted red;
	background: none;
	/*
        border: 1px solid #8A8A8A;
	border-top: 1px solid #8A8A8A;
	border-bottom: 1px solid #8A8A8A;
        */
	font-size: 11px;
}

/* Title Text */
.feedTitle {
	margin: 0px;
}
/* Form Title Tags */
.feedFormTitle {
	float:right;
	vertical-align: middle;
	padding: 4px 0 0 210px;
}
/* Form Time Title Tags */
.feedFormTimeTitle {
	padding: 0px;
	float:left;
}
/* Form Time Title Tags */
.feedFormDateTitle {
	/* margin: 0 0 0 5px; */
	float:right;
}
/* Text Form Fields */
.feedFormField {
	margin: 0px;
}
/* Text Form Field for Date field */
.feedFormfieldCalendar {
	margin: 0px;
	width: auto;
}

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





/*** calendar styles ***/

/* Placeholder. Don't change this  */
.imgCal 
{
	position: absolute; 
	display: none; 
	z-index: 100;
	border: 0px dotted blue;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 11.6em;
	height: 17.7em;
	text-align: left;
}

/* Calendar Table properties */
#imageCal table {
	background: #D6D6D6;
	width: 12.8em;
	border: 1px solid #8A8A8A;
}

#imageCal table a {
display: block; padding: 0px 2px !important; border: 1px solid #8A8A8A; Background: #FFF; width: 1em;
text-align: center;
}

#imageCal table a:hover, #imageCal table a:active, #imageCal table a:focus {
color: #FFF; background: #660000 !important;
 font-weight: bold;
}

#imageCal td {
        margin: 0;
	padding: 1px;
	width: 14% !important;
}

/*

#imageCal td {
        color: #000;
        margin: 0;
	padding: 0px;
	text-align: center;
	border: 0px solid #CCC;
}


/*
.partOfCal {
background: #F3F3F3;
}
*/

/* Days in the future */
.clickableDays 
{	
	color: #000000;
	padding: 0px 1px; 
	text-decoration: none;
	/* border: 1px solid #8A8A8A;*/
}

/* Days in the past */
.nonclickableDays 
{	
	color: #333;
}

/* Name of the month at the top */
.months 
{
color: #FFF; background: #990000 !important;
	/* color: #000; */ 
	text-decoration: none;
}

/* Day of the week */
.weekdays
{
	color: #000;
	text-decoration: none; 
	background:#CCCC99 !important;	
        width: 7%;
padding: 0 0.5%;
text-align: center;
/* border-right: 1px solid #8A8A8A !important; */
border-bottom: 1px solid #8A8A8A !important;

}
