@import url(Panels.css);
@import url(DataGrids.css);
@import url(Forms.css);
@import url(TabBar.css);

html
{
	height: 100%;
}

body
{
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
}

h1.click2Present
{
	border-bottom: black 1px solid;
	margin: 0.25em;
	font-family: Arial, Helvetica;
	color: navy;
	font-weight: bold;
}

.title
{
	font-weight: bold;
	font-size: larger;
	text-align: center;
}

.subtitle
{
	font-weight: bold;
}

#contentArea
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 3px;
}

A
{
	color: mediumblue;
}

A.relatedLink
{
	font-weight: bolder;
	text-align: center;
}

div.spacer /* Technique from http://alistapart.com/stories/practicalcss/ to make sure floating elements "take up space" in a parent div */
{
	clear: both;
}

.calendar
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.indentedOption
{
	margin-left: 30px;
}

.navigationLink
{
	font-weight: bold;
	font-size: smaller;
	color: gray;
	text-decoration: none;
}

.conferenceMeetingTitleRow {
	margin-bottom: 8px;
}

.conferenceGroupName {
	display: block;
	margin-bottom: 3px;
}

.conferenceHighlightedRow {
	background-color: #FFFFC1;
}

.conferenceNonWebMeetingLink {
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

.conferenceUnavailableMeetingLink {
	text-decoration: none;
	color: Black;
}

.conferenceMeetingLink {
}