.table_container
{
	margin: 0px;
	padding: 0px;
	margin-left: 32px;
}

.table_caption
{
	color: #575757;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
}

.table_large
{
	border-collapse: collapse;
	width: 512px;
	font-size: 11px;
	border-top:    2px solid #FFB973;
	border-bottom: 1px solid #FFB973;
}

.table_medium
{
	border-collapse: collapse;
	width: 336px;
	font-size: 11px;
	border-top:    2px solid #FFB973;
	border-bottom: 1px solid #FFB973;
}

.table_ehrLeft
{
	font-weight: bold;
	padding: 4px;
	color: #0060AB;
}

.table_ehrRight
{
	padding: 4px;
	color: #000000;
}

.table_headDark
{
	background-color: #DDE7F2;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #CEDDEC;
	border-right: 1px solid #CEDDEC;
	color: #000000;
}

.table_headDarkBottom
{
	background-color: #DDE7F2;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #CEDDEC;
	color: #000000;
}

.table_headDarkRight
{
	background-color: #DDE7F2;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #CEDDEC;
	color: #000000;
}

.table_headLight
{
	background-color: #F1F6FA;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #CEDDEC;
	border-right: 1px solid #CEDDEC;
	color: #000000;
}

.table_headLightRight
{
	background-color: #F1F6FA;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #CEDDEC;
	color: #000000;
}

.table_headLightBottom
{
	background-color: #F1F6FA;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #CEDDEC;
	color: #000000;
}

.table_contentDark
{
	background-color: #F1F6FA;
	padding: 4px;
	border-bottom: 1px solid #CEDDEC;
	border-right: 1px solid #CEDDEC;
	color: #000000;
}

.table_contentDarkBottom
{
	background-color: #F1F6FA;
	padding: 4px;
	border-right: 1px solid #CEDDEC;
	color: #000000;
}

.table_contentDarkRight
{
	background-color: #F1F6FA;
	padding: 4px;
	border-bottom: 1px solid #CEDDEC;
	color: #000000;
}

.table_contentDarkRightBottom
{
	background-color: #F1F6FA;
	padding: 4px;
	color: #000000;
}

.table_contentLight
{
	background-color: #FFFFFF;
	padding: 4px;
	border-bottom: 1px solid #CEDDEC;
	border-right: 1px solid #CEDDEC;
	color: #000000;
}

.table_contentLightBottom
{
	background-color: #FFFFFF;
	padding: 4px;
	border-right: 1px solid #CEDDEC;
	color: #000000;
}

.table_contentLightRight
{
	background-color: #FFFFFF;
	padding: 4px;
	border-bottom: 1px solid #CEDDEC;
	color: #000000;
}

.table_contentLightRightBottom
{
	background-color: #FFFFFF;
	padding: 4px;
	color: #000000;
}


/*  ELEMENTS FOR FA_MEETING_BOX   */

.table_contentLight h6,
.table_contentDark h6,
.table_contentLightBottom h6,
.table_contentDarkBottom h6
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 4px;
}

.table_contentLight p,
.table_contentDark p,
.table_contentLightBottom p,
.table_contentLightRightBottom p,
.table_contentDarkBottom p,
.table_contentDarkRightBottom p
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 4px;
}

.fa_meeting_link
{
	display: block;
	margin: 3px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1870A7;
	text-decoration: none;
}


