/*
	Developer: 	Netmester A/S.
	Description: Common Elements CSS

*/
/* N E W S  AND  E V E N T S */

#listoverview h2
{
 background:url(images/right_col_border_top.gif) repeat-x; 
 margin-top:20px;
 padding-top:10px;

}
.listitem
{
	margin-top:20px;
        width:100%;
}





/*CALENDAR*/
#fitemList
{
    background:url(images/right_col_border_top.gif) repeat-x; 
	margin-top:20px;
	padding-top:10px;
}
.fitem
{
	width:100%;
	margin-bottom: 10px;
}
.fitem label
{
	width:100%;
	font-weight:bold;
}
.fitem input,.fitem select,.fitem textarea
{
	width:400px;
	display: block;
}
.checkbox input
{
	display: inline;
	width: auto;
	margin-right: 5px;
}

.fitem select
{
	height:100px;
}
.fitem textarea
{
	height:200px;
}
.fitem table
{
	width:300px;
}

.calendarselects
{
	margin:30px; /* 0px */
	width:230px;
	float:right;
	/* float:left; */
}
.calendarselects label
{
	font-weight:bold;
}
.calendarselects select
{
	margin:10px;
	width:200px;
}

.innercontentCalendar
{
	float:left;
	margin:auto;
}
#eventcalendar
{
	float:left;
	
}
.noactivitytext
{
	float:left;
	width:100%;
	display:block;
	background:url(images/right_col_border_top.gif) repeat-x; 
	 margin-top:20px;
	padding-top:10px;
}
.calendardivider
{
	float:left;
	width:100%;
	display:block;
	background:url(images/right_col_border_top.gif) repeat-x; 
	 margin-top:20px;
	padding-top:10px;
}
.calendaritem
{
	float:left;
	width:100%;
	display:block;
	margin-top:20px;
	
}
.calendariteminfo
{
	
	margin-bottom:10px;
	
}

.DayHeaderStyle
{
	color:Red;
}









