/* CSS Document */

body
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	position: relative;
}

a 
{
	text-decoration: underline;
	font-weight: bold;
}


div#container
{
	width: 100%;
	position: relative;
}

div#header
{
	width:100%;
	position: relative;
}



div#header h1
{
	margin: 0px;
	padding: 0px;
	height: 110px;
	background: url(../Images/new_top8.gif) no-repeat left center;
	text-indent: -9999px;
}

div#header img
{
	position: absolute;
	float: right;
	top: 5px;
	right: 5px;
}

div#navBar
{
	width: 100%;
	min-width: 700px;
	background-color: #42426F;
	height: 1.5em;
	vertical-align: middle;
	padding-top: 2px;
}

div#navBar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	width: 100%;
}

div#navBar li
{
	width: 14%;
	text-align: center;
	float: left;
}

div#navBar a
{
	color: #FFFFFF;
	font-size: 10pt;
}

div#navBar a:hover
{
	background: #E7EFFF;
	color: #006699;
}


div#navAndContent
{
	width: 100%;
	position: relative;
}

div#navColumn
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 175px;
	background-color: #8c94b5;
	padding-top: 19px;
	color: #fff;
}

div#navColumn a
{
	color: #ffffff;
}

div#navColumn img
{
	padding-left: 14px;
}

div#navColumn p
{
	padding-top: 50px;
	padding-bottom: 50px;
}

div#navColumn ul
{
	margin: 0px 0px 0px 14px;
	padding: 0px;
	list-style-type: none;
}

div#navColumn li
{
	padding-top: 4px;
}





/* -- Content -- */

div#content
{
	width: auto;
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	top: 0px;
	left: 180px;
}

div#content h2
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: large;
	text-align: center;
}




/* -- Footer -- */

div#footer
{
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	margin-top: 15px;
	font-size: 7pt;
}

div#footer h3
{
	font-size: 10pt;
	margin: 0px;
}

div#footer p
{
	padding: 2px;
	margin: 2px;
	line-height: 1.5em;
}

div#footer a
{
	text-decoration: underline;
	font-weight: normal;
}








/* recent meeting interface */
#meetingContent
{
	position: relative;
	top: 0px;
	left: 12px;
	width: 700px;
	min-height: 400px;
	font-size: 12px;
}

#meetingContent a, a:visited
{
	font-weight: normal;
	color: #000;
}

#meetingContent li
{
	padding: 1px;
}



#meetingsContainer
{
	position: relative;
	width: 340px;
}

#meetingsContainer h5
{
	font-size: 12px;
}


#meetingCalendarContainer
{
	position: absolute;
	top: 0px;
	right: 0px;	
}

#meetingCalendarContainer #technicalSupport 
{
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#meetingCalendarContainer #technicalSupport li
{
	list-style: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#meetingCalendarContainer #technicalSupport a, a:visited
{
	color: #42426F;
}








#videoList
{
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
}

/* agenda item decoration */
.suffix
{
	color: #b0b0b0;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}

#videoList ul
{

	text-align: left;
	margin-top: 8px;
	margin-bottom: 6px;
	margin-left: 14px;
	margin-right: 4px;
	padding-left: 0px;
    list-style-type:square;

}



/* Video List Items */

#videoList a
{
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}

#videoList .unactiveAgendaListLink, .unactiveAgendaListItem
{
	color: #42426F;
}

#videoList .activeAgendaListLink, .activeAgendaListItem
{
	color: #993300;
}

#videoList li
{
	margin: .5em 0;
}


#videoList ul li
{
	font-size:7pt;
	padding-left: 0px;

}

.playerStatus
{
	font-family: verdana, arial, sans-serif;
	color: #ffffff;
	font-size: 9pt;
	background-color: #8C9CB5;
	text-decoration: none;
	border: solid 1px #8C9CB5;
	overflow: hidden;
}

div#MediaContainer h3
{
	font-size: 13px;
	margin: 3px 0px 5px 0px;
	font-family: verdana, arial, sans-serif;
	color: #ffffff;
}

.itemDesc
{
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
	color: #ffffff;
	border: solid 1px #8C9CB5;
	overflow: hidden;
	background-color: #fff;
}

.playerLink
{
	font-family: verdana, arial, sans-serif;
    font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
	padding-top:7px;
	padding-bottom:5px;
}

.playerSubHeading
{
	font-size: 7pt;
	padding: 2px 0px 2px 0px;
}

.downloadText
{
	font-family: verdana, arial, sans-serif;
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
}

.downloadLink
{
	font-family: verdana, arial, sans-serif;
    font-size: 9pt;
	color: #ffffff;
	text-decoration:underline;
	padding-top:10px;
	padding-bottom:5px;
}

.liveVideoLink
{
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	color: Red;
	text-decoration: underline;
}

.calendarLink
{
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	color:White;
	text-decoration:none;
	font-weight:bold;
	
}

.videoDisplayPanel
{
	padding:5px 5px 5px 5px;
}

#TechAndFaq a
{
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
}

#TechAndFaq ul
{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
}

#TechAndFaq ul li
{
	list-style:none;
}




/* Player Status */
#currentlyPlaying
{
	font-size: .9em;
}



/* Item Description */
#itemDesc
{
	font-size: .8em;
	overflow: auto;
	padding:4px;
	color: #000;
	height: 9em;
	background-color: #fff;
}


/* Link list below item description */
#playerMenu
{
	position: relative;
	list-style-type: none;
	margin: 0px;
	font-size: .8em;	
}

#playerMenu li
{
	padding: 3px;
}

#playerMenu a
{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#playerMenu a:hover
{
	text-decoration: underline;
}


#recentVideo a
{
	font-weight: normal;
}

#recentVideo h3
{
	font-size: 12px;
}






/* Calendar Styles */



div#meetingCalendarContainer a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;	
	font-size: 11px;
}

div#meetingListContainer
{
	position: relative;
	width: 100%;
	border: solid 1px #8c94b5;
	margin: 0px;
}

div#meetingListContainer h4
{
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
}

div#meetingListInner
{
	position: relative;
	bottom: 5px;
	left: 5px;
	width: 345px;
	font-size: 12px;
	color: #fff;
}

div#meetingListInner p
{
	position: relative;
	background-color: #8c94b5;
	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: #00875a;
	padding: 5px;
	bottom: 5px;
	left: 5px;
}

div#meetingListInner a:hover
{
	background-color: #33ba8d;
}

div#meetingListInner .meetingListBottom
{
	background-color: #42426F;
	text-align: right;
	padding: 5px;	
	margin: 0px 0px 0px 0px;
	height: auto;
}


.specialDayCouncilMeeting
{
	background-color: #F4A460;
	text-align: center;
	padding: 0px;
	border: solid 1px #f6f6f6;
	cursor: pointer;
}

.specialDayCouncilMeeting a
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.specialDayPlanningMeeting
{
	background-color: #7c6b59;
	text-align: center;
	padding: 0px;
	border: solid 1px #f6f6f6;
	cursor: pointer;
}



.specialDayParksMeeting
{	
	background-color: #005427;
	text-align: center;
	padding: 0px;
	border: solid 1px #f6f6f6;
	cursor: pointer;
}

.specialDayPressConference
{
	background-color: #993300;
	text-align: center;
	padding: 0px;
	border: solid 1px #f6f6f6;
	cursor: pointer;
}


.selectedDate
{
	background-color: #000000;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	padding: 0px;
	border: solid 1px #f6f6f6;
	cursor: pointer;
}

.watch
{
	
}





/* Video Page Stuff */

div#videoColumn
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 410px;
	height: 525px;
	background-color: #8c94b5;
	padding: 0px;
	color: #fff;
}

div#videoColumn p
{
	text-align: center;
}

div#videoColumn a
{
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}

div#kfonVideoPlayer
{
	position: relative;
	top: 5px;
	left: 5px;
}

div#videoContent
{
	width: auto;
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	top: 0px;
	left: 415px;
}

div#videoContent h3
{
	font-size: 13px;
}



