body
{
	position: relative;
}


div#meetingContent
{
	position: relative;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	height: 300px;
}

div#meetingList
{
	width: 290px;
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

div#meetingList h3
{
	background-image: url(../Images/title_available_meetings.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	
}

div#meetingList li
{
	font-size: 12px;
}

.noMeetings
{
	text-indent: 10px;
	color: #ff0000;
}



/* Meeting List */

div#meetingListContainer
{
	position: relative;
	width: 100%;
	border: solid 1px #bbbbbb;
	margin: 0px;
	display: none;
}

div#meetingListContainer h4
{
	text-align: center;
	font-size: 12px;
	margin: 2px 0px 10px 0px;	
}

div#meetingListInner
{
	position: relative;
	bottom: 5px;
	left: 5px;
	width: 255px;
	font-size: 12px;
	color: #fff;
}

div#meetingListInner p
{
	position: relative;
	background-color: #b0b0b0;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	height: 6em;
}

div#meetingListInner a
{
	position: absolute;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-color: #23287a;
	padding: 2px 5px 2px 5px;
	bottom: 5px;
	left: 5px;
}

div#meetingListInner a:hover
{
	background-color: Maroon;
}

div#meetingListInner .meetingListBottom
{
	background-color: #307149;
	text-align: right;
	padding: 5px;	
	margin: 0px 0px 0px 0px;
	height: auto;
}



/* Calendar */

div#meetingCalendarContainer
{
	position: absolute;
	top: 10px;
	right: 0px;
	width: 267px;
	font-family: Verdana, Arial;
}

.specialDayCouncilMeeting
{
	background-color: Maroon;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	padding: 0px;
	border: solid 1px #f6f6f6;
	cursor: pointer;
	font-family: Arial;
}

.selectedDate
{
	background-color: Maroon;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	padding: 0px;
	border: solid 1px #f6f6f6;
	cursor: pointer;
}

.calendarDay
{
	background-color: #307149;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 1px;
	font-weight: bold;
}

.calendarStyle
{
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
	color: #ffffff;
	font-size: 11px;
}

.calendarMonthTitle
{
	color: #000000;
	font-size: 12px;
	text-align: center;
	padding: 3px;
	background-color: #23287a;
	color: #ffffff;
	font-weight: bold;
}

.calendarToday
{
	background-color: #ffcc66;
	text-align: center;
}

div#calendarKey
{
	font-size: 10px;
	padding: 8px 0px 0px 0px;
	
}

div#calendarKey img
{
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 2px;
}





/* Video Page */

div#videoContent
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 500px;
}





/* Agenda Side */

div#agendaContainer
{
	position: absolute;
	top: 10px;
	right: 0px;
	width: 270px;
	height: 490px;
	font-family: Verdana, Arial;
	
}

div#agendaHeading
{
	height: 38px;
}

div#agendaContainer h3
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

div#agendaContainer h4
{
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

div#agendaContents
{
	position: relative;
	height: 438px;
	width: auto;
	border: solid 1px #eeeeee;
	overflow-y: auto;
	padding: 5px 12px 0px 0px;
	top: 0px;
	font-size: 11px;
}

div#agendaContents ul
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

div#agendaContents li
{
	padding-bottom: 7px;
}

div#agendaContents .suffix
{
	padding: 0px;
	margin: 0px;
	color: #868686;
}

div#agendaContents .activeAgendaListItem
{
	color: #428059;
}

div#agendaContents .activeAgendaListLink
{
	color: #428059;
}

div#agendaContents .unactiveAgendaListItem
{
	color: #000000;
}

div#agendaContents .unactiveAgendaListLink
{
	color: #000000;
}

div#agendaContents a
{
	text-decoration: none;
	color: #000000;
}








/* Media Player Side*/

div#mediaContainer
{
	background-color: #bbbbbb;
	width: 290px;
	height: 492px;
	position: relative;
	font-family: Verdana, Arial;
}

div#mediaContainer a
{
	color: #ffffff;
	text-decoration: none;
}

div#mediaContainer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

div#innerMediaContainer
{
	position: relative;
	top: 5px;
	left: 5px;
	width: 280px;
	font-size: 11px;
}

div#innerMediaContainer ul
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

div#innerMediaContainer li
{
	list-style: none;
	padding-bottom: 5px;
	margin: 0px;
}


div#playerDetails
{
	position: relative;
	background-color: #ffffff;
	width: auto;
	padding: 5px;
	margin-top: 5px;
}

#counter
{
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 2px 3px 2px 3px;
	margin: 0;
	color: #fff;
	background-color: #315D80;
}

div#playerDetails h4
{
	margin: 0px;
	padding-bottom: 5px;
	font-size: 12px;
}

div#itemDesc
{
	overflow-y: auto;
	height: 115px;
}

