﻿.LiveMeetingNote
{
	height:540px;
	width:100%;
}

.LiveMeetingNote .Header
{
	background-color:#e4edf4;
	border-color:#a7c5e2;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	height:40px;
	text-align:center;	
}

.LiveMeetingNote .Left
{
	width:20%;
	border-color:#a7c5e2;
	border-style:solid;
	border-width:1px;
	text-align:left;
	vertical-align:top;
	height:500px;
}

.LiveMeetingNote .Right
{
	width:80%;
	border-color:#a7c5e2;
	border-style:solid;
	border-width:1px;
	text-align:left;
	vertical-align:top;
}

.LiveMeetingNote .Left .Select
{
	color:#135cb7;
	font-weight:bold;
}

.LiveMeetingNote .Left a:link
{
	color:Black;
	text-decoration:none;
}

.LiveMeetingNote .Left a:visited
{
	color:Black;
	text-decoration:none;
}

.LiveMeetingNote .Left a:hover
{
	color:#135cb7;
	text-decoration:underline;
}