﻿
/*-------------------------------------- Agenda ticket ----------------------------------------*/


.ticketContainer
{
	width:540px;
	height:51px;
}


.ticketDate
{
	 width:100%;
	 height:20px;
	 padding-left:10px;
	 font-weight:bold;
	 overflow:hidden;
}


.ticket
{
	background-image: url('../Images/AgendaTicketMarker.gif');
	width:100%;
	height:100%;
	margin-top:10px;
	padding-top:18px;
	padding-left:10px;
	background-repeat:no-repeat;
	overflow:hidden;
}


.ticketTime
{
	 font-weight:bold;
	 float:left;
	 width:37%;
	 height:20px;
	 overflow:hidden;
}


.ticketTitle
{
	float:left;
	width:58%;
	height:20px;
	margin-left:25px;
	overflow:hidden;
}


/*-------------------------------------- Agenda item ----------------------------------------*/


.itemContainer
{
	width:535px;
	height:100%;
	margin-bottom:7px;
}


.itemDate
{
	width:100%;
	height:20px;
	padding-left:10px;
	font-weight:bold;
	overflow:hidden;
}


.itemMarkerTop
{
	background-image:url('../Images/ContentTemplateImages/AgendaItemMarkerTop.gif'); 
	width:547px; 
	height:13px;
}


.itemMarkerCenter
{
	width:547px;
	padding-top:10px;
	padding-left:15px;
	line-height:15px;
	background-image:url('../Images/ContentTemplateImages/AgendaItemMarker1px.gif');
	background-repeat:repeat-y; 
	background-position:left-top; 
	overflow:hidden;
}


.itemMarkerBottom
{
	background-image:url('../Images/ContentTemplateImages/AgendaItemMarkerBottom.gif'); 
	width:547px;
	height:14px;
}


.itemHeaderLabels
{
	width:15%;
	float:left;
	height:90%;
	overflow:hidden;
}


.itemHeaderValues
{
	width:75%;
	height:90%;
	margin-left:10px;
	overflow:hidden;
}