/* 
    Document   : modul_event
    Created on : Aug 27, 2013, 5:11:34 AM
    Author     : thomi
    Description:
        Purpose of the stylesheet follows.
*/

.TABLE_EVENT_management
{
	width: 100%;
}

.TABLE_EVENT_management td
{
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 12px;
	height: 25px;
	padding: 2px 2px;
	vertical-align: middle;
	text-align: left;
}

.TABLE_TD_EVENT_management_event
{
	/*width: 200px;*/
	height: 25px;
	padding: 2px 2px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px dotted #2779aa;
}

.TABLE_TD_EVENT_management_organizer, .TABLE_TD_EVENT_management_date, .TABLE_TD_EVENT_management_contact
{
	/*width: 180px;*/
	height: 30px;
	padding: 2px 2px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px dotted #2779aa;
}

.TABLE_TD_EVENT_management_icons
{
	/*width: 60px;*/
	height: 30px;
	padding: 2px 2px;
	vertical-align: middle;
	text-align: right !important;
	border-bottom: 1px dotted #2779aa;
}

.hide_event_join, .hide_event_waitinglist
{
	display: none;
}

.event-subscr-table .event-subscr-cell-1, .event-subscr-table .event-subscr-col-2
{
	padding: 4px;
}

.event-subscr-table .event-subscr-col-1
{
	width: 40%;
}

.event-subscr-table .event-subscr-col-2
{
	width: 60%;
}

.event_item_title, .event_item_description
{
	padding: 2px;
}

.admin_div_table_cell
{
	border-bottom: 1px dotted #2779aa;
}