BODY
{

	color: #000000;
	font-family : Arial, Sans-Serif;
	font-size:13px;
	font-weight:normal;
	background-color: #FFFFFF;
	margin: 0px;
	direction:ltr;
}

BODY#mainBody
{
	background-color: #FFFFFF;
}

P,TABLE,DIV,SPAN,TD,TH,UL,LI,FORM,BLOCKQUOTE
{
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	font-size: 13px;
	font-weight:normal;
}


P
{ 
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: Arial;
}

TABLE
{ empty-cells:show; }

TH,TD { padding:0px; }
TD { vertical-align:top; }


FORM
{
	padding:0px;
	margin:0px;
}

.redNote
{
	font-size: 10px;
	color: #FF0000
}

BLOCKQUOTE
{
	background-color:#F1F1F1;
	border:1px solid #555555;
	padding:5px;
	margin:10px;
	width:90% !important;
}

.ZOOMCursor
{	
	cursor: -moz-zoom-in;
	cursor:url('/Rappaport/_images/_cursor/zoom1.cur'), pointer , text;
}
		
#companyLogoForPrint
{ display:none; }

.RIGHT_Aligned
{ text-align:right !important;}

.LEFT_Aligned
{ text-align:left !important;}

.RIGHT_Float
{ float:right !important;}

.LEFT_Float
{ float:left !important;}

.pageComment
{
	font-weight:bold;
	color:#FF8000;
	font-size:11px;
}

/* ---------------------------------- H1...H6 -------------------------------------------------------------------- */

H1,H2,H3,H4,H5,H6 { font-family: 'Trebuchet MS', Arial, Sans-Serif; margin:0px; }

H1
{
	font-size:26px;
	line-height:26px;
	font-weight:normal;
	color:#000000;
	margin-bottom:15px;
}
	H1.H1news
	{
		font-size:26px;
		line-height:26px;
		font-weight:normal;
		color:#000000;
		margin-bottom:7px;
	}
	
	H1.H1events
	{
		font-size:26px;
		line-height:26px;
		font-weight:normal;
		color:#000000;
		margin-bottom:7px;
	}
		
H2
{
	font-size:21px;
	line-height:22px;
	font-weight:normal;
	margin-bottom:7px;
	color:#006D6F;
	font-family: Arial, Sans-Serif;
}

	H2.H2news
	{
		font-size:16px;
		line-height:17px;
		font-weight:bold;
		margin-bottom:10px !important;
		color:#006b78;
		font-family: Arial, Sans-Serif;
	}

	H2.H2newsBig
	{
		font-size:19px;
		line-height:20px;
		font-weight:normal;
		margin-bottom:6px;
		color:#006b78;
		font-family: Arial, Sans-Serif;
	}

	H2.H2events
	{
		font-size:19px;
		line-height:20px;
		font-weight:bold;
		margin-bottom:7px;
		color:#006b78;
		font-family: Arial, Sans-Serif;
	}		

	A:hover H2.H2events
	{ text-decoration:underline; color:#1041C1; }

	
H3
{
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:7px;
	color:#006b78;
	font-family: Arial, Sans-Serif;
}

	H3.H3news
	{
		font-size:17px;
		font-weight:bold;
		margin-bottom:5px;
		margin-top:4px;
		color:#006b78;
		font-family: Arial, Sans-Serif;
	}

	H3.H3events
	{
		font-size:17px;
		font-weight:bold;
		margin-top:4px;
		color:#006b78;
		font-family: Arial, Sans-Serif;
	}

H4
{
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
	color:#0040be;
}

	H4.H4newsDate
	{
		font-size:11px;
		font-weight:bold;
		margin-bottom:2px;
		color:#707070;
	}


	H4.H4eventsDate
	{
		font-size:13px;
		line-height:14px;
		font-weight:bold;
		margin-bottom:2px;
		color:#707070;
		white-space:nowrap;
	}


/* ---------------------------------- LINKS -------------------------------------------------------------------- */

A, A:link, A:visited, A:focus, A:active
{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#1041C1;
}

A:hover
{ text-decoration:underline; color:#1041C1; }


/* ---------------------------------- INPUT, SELECT -------------------------------------------------------------------- */

INPUT, TEXTAREA, BUTTON, SELECT
{ font-family : 'Verdana', 'Arial', 'Helvetica', sans-serif; }

.formatted
{
	width: 150px;
	border: 1px solid #A5CCD1;
	font-size:11px;
	padding:1px;
}

.formattedCombo
{
	width: 157px;
	border: 1px solid #A5CCD1;
	font-size:12px;
	height:21px;
}


INPUT.formated
{ height:21px; }


TEXTAREA.formatted
{ width: 100%; }


INPUT.txtLogin
{
	border:solid 1px #A5CCD1;
	height:18px;
	width:160px;
	font-family:Verdana, Arial, Sans-Serif;	
	font-size: 11px;
}

INPUT.sideInput
{
	border:solid 1px #A5CCD1;
	height:18px;
	width:155px;
	font-family:Arial, Sans-Serif;	
	font-size: 11px;
}

SELECT.sideInput
{
	border:solid 1px #A5CCD1;
	height:20px;
	width:160px;
	font-family:Verdana, Arial, Sans-Serif;	
	font-size: 11px;
}


INPUT.chkBox
{
	border:none !important;
	width:13px !important;
}

.sideInputShort
{ width: 120px !important; }


/* ---------------------------------- Buttons -------------------------------------------------------------------- */

.button
{
	background-color:#026A75;
	font-family : Arial, Sans-Serif;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	cursor: pointer;
	width:90px;
	margin-bottom:5px;
	border:1px outset #FFFFFF;

}

.buttonDisabled
{
	background-color:#D4D0C8;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#808080;
	font-size:12px;
	text-align:center;
	width:90px;
	margin-bottom:5px;
	border:none;
}


.buttonEmpty
{
	background:none;
	border-none;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#006E6E;
	font-size:12px;
	text-align:center;
	cursor: pointer;
	margin-bottom:5px;
	border:none;
	padding:1px;
	width:100%;
}


.GOButton
{
	background-color:#B0CAFF;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#3361B5;
	font-size:11px;
	text-align:center;
	cursor: pointer;
	width:30px;
	border:none;
	height:18px;
}

.SUBMITButton
{
	background-color:#B0CAFF;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#3361B5;
	font-size:11px;
	text-align:center;
	cursor: pointer;
	width:80px;
	border:none;
	height:18px !important;
}

.logOutButton
{
	background-color:#FF8000;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	cursor: pointer;
	width:60px;
	border:none;
	height:18px;
}


/* ---------------------------------- companyLogo -------------------------------------------------------------------- */

IMG#companyLogo
{ width:45px; height:50px;padding:10px; }


/* ---------------------------------- pageHeader -------------------------------------------------------------------- */

#pageHeader
{ width:100%; margin-top:0px; background: #F1F4F9 url('/Rappaport/_images/_design/top_bg.jpg') left top repeat-x; }

#pageHeader TH, #pageHeader TD
{ vertical-align:middle; }


	#pageHeader TH
	{ width:105px; }

	#pageHeader TD
	{ font-size:11px; padding:0px;padding-top:5px;padding-left:15px; white-space:nowrap; vertical-align:top; text-align:left; color:#024F78; }

	#pageHeader A, #pageHeader A:link, #pageHeader A:visited, #pageHeader A:focus, #pageHeader A:active
	{
		font-size:11px;		
		font-weight:normal;
		padding:0px;
		vertical-align:center;
		color:#024F78;
		display:block;
		text-decoration:none;
	}

	#pageHeader A:hover
	{ text-decoration:underline; color:#024F78; }



/* ---------------------------------- footerTable -------------------------------------------------------------------- */
.footerTable
{ margin-top:5px; height:62px; background: #E7E7E7 url('/Rappaport/_images/_design/fotterBackground.jpg') left top no-repeat; }

.footerTable TD, .footerTable TH
{
	padding:2px;
	font-size:11px;
	font-weight:normal;
	color:#7A848E;
	vertical-align:center;
}

.footerTable TH.middleTH
{ width:540px; text-align:left; }

.footerTable TH.logoTH
{ width:70px; text-align:center; }

.footerTable DIV
{ padding:2px;font-size:11px; }

.footerTable A
{ text-decoration:none; color:#7A848E; }

.footerTable A:hover
{ color:#0040be; }

/* ---------------------------------- frmQuickSearch -------------------------------------------------------------------- */

#frmQuickSearch
{ pading:0px; margin:0px; }

#frmQuickSearch TABLE
{
	margin:0px;
}

#frmQuickSearch TABLE TD,#frmQuickSearch TABLE TH
{	
	padding:0px !important;
	background:none !important;
	text-align:center !important;
	border:none !important;
	padding:0px !important;
	padding-right:5px !important;
}

INPUT#fldQuickSearch
{
	border:1px solid #2C63B3;
	font-size:11px;
	margin:0px !important;
	padding:0px !important;
	width:150px;
}
		
/* ---------------------------------- breadCrumbsTable -------------------------------------------------------------------- */

TABLE.breadCrumbsTable
{ }


		TABLE.breadCrumbsTable TD,TABLE.breadCrumbsTable TH
		{
			font-family: Verdana, Arial, Sans-Serif;
			text-decoration: none;
			font-weight: normal;
			color:#7F8386;
			font-size: 11px;
			vertical-align:middle;
			padding-right:10px;padding-left:10px;
		}

TABLE.breadCrumbsTable A, TABLE.breadCrumbsTable A:link, TABLE.breadCrumbsTable A:visited, TABLE.breadCrumbsTable A:focus, TABLE.breadCrumbsTable A:active
{
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color:#7F8386;
}

TABLE.breadCrumbsTable A:hover
{ color:#1041C1; text-decoration:underline; }


/* ---------------------------------- TMenuTable -------------------------------------------------------------------- */

TABLE#TMenuTable
{ width:100%; margin-bottom:10px;}

TABLE#TMenuTable TD,TABLE#TMenuTable TH
{
	background-color:#000000;
	text-align:center;
	border-top:2px solid #000000;
	border-bottom: 2px solid #000000;
	padding-top:1px;
	padding-bottom:1px;
}

TABLE#TMenuTable TH
{  text-align:center;  }

TABLE#TMenuTable TH.firstTH
{ width:124px;}

TABLE#TMenuTable A, TABLE#TMenuTable A:link, TABLE#TMenuTable A:visited, TABLE#TMenuTable A:focus, TABLE#TMenuTable A:active
{
	font-family:Arial;
	font-size:13px;
	letter-spacing:1px;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	white-space:nowrap;
	padding-left:5px;
	padding-right:10px;	
	height:21px;
	line-height:21px;
	background-color:#000000;
	border-right:1px solid #9E9E9E;
}

TABLE#TMenuTable A:hover
{ color:#FFFFFF; text-decoration:none; background-color:#5E84D3; }


TABLE#TMenuTable TH.this A, TABLE#TMenuTable TH.this A:link, TABLE#TMenuTable TH.this A:visited, TABLE#TMenuTable TH.this A:focus, TABLE#TMenuTable TH.this A:active
{
	background-color:#5E84D3;
}
	
	
/* ---------------------------------- pageToolsTable -------------------------------------------------------------------- */

#pageToolsTable
{
	width:100%;
	margin-top:15px;
	margin-bottom:10px;
}

	#pageToolsTable TD
	{ padding:2px;padding-bottom:10px; }

		#pageToolsTable TD IMG
		{ padding-right:5px; }


#pageToolsTable A
{
	font-size:11px;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
	color:#7A848E;
}

#pageToolsTable A:hover
{ color:#0041B6; text-decoration:underline; }	

/* ---------------------------------- mainContentTable -------------------------------------------------------------------- */

#mainContentTable
{ }

	
/* ---------------------------------- contentTD -------------------------------------------------------------------- */
.contentTD
{
	vertical-align:top;
	padding-bottom:15px;
	background-color: #FFFFFF;
}

.contentTD P
{
	font-size:13px;
}

.contentDIV
{ padding:15px; }

.contentDIV TABLE TD.content
{ vertical-align:top; }

.contentDIV TABLE TD.contentSide
{ padding:0px; vertical-align:top; }


/* ---------------------------------- rightCOL -------------------------------------------------------------------- */
#rightCOL
{
	width:180px;
	min-width:180px;
	padding-bottom:10px;
}

#rightCOLHidden
{
	width:1px;
	min-width:1px;
	background: none; 	
	font-size:1px;
}

/* ---------------------------------- leftCOL -------------------------------------------------------------------- */
#leftCOL
{ width:180px; }

#leftCOL #leftCOLData
{
	padding-left:10px;
	padding-righ:10px;
}


/* ---------------------------------- leftMenuPageHeader -------------------------------------------------------------------- */
.leftMenuPageHeader
{ background-color:#006B78; padding:2px; font-weight:bold; color:#FFFFFF; padding-left:10px; padding-right:10px; }
	

	
/* ---------------------------------- leftMenuContentTD -------------------------------------------------------------------- */
.leftMenuContentTD
{ }


/* ---------------------------------- leftMenuDivLEVEL0 -------------------------------------------------------------------- */
.leftMenuDivLEVEL0
{
	margin-bottom:20px;
}

.leftMenuDivLEVEL0 A, .leftMenuDivLEVEL0 A:link, .leftMenuDivLEVEL0 A:visited, .leftMenuDivLEVEL0 A:focus, .leftMenuDivLEVEL0 A:active
{
	display:block;
	color:#006B78;
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	vertical-align:top;
	border-bottom:1px solid #A5CCD3;
}

.leftMenuDivLEVEL0 A:hover 
{
	text-decoration:underline; color:#0040BE;
}

.leftMenuDivLEVEL0 A.this, .leftMenuDivLEVEL0 A.this:link, .leftMenuDivLEVEL0 A.this:visited, .leftMenuDivLEVEL0 A.this:focus, .leftMenuDivLEVEL0 A.this:active
{
	background: transparent url('/Rappaport/_images/_design/iconArrowRTLBlue.gif') left 7px no-repeat;
	color:#0040BE;
}


/* ---------------------------------- leftMenuDivLEVEL1 -------------------------------------------------------------------- */
.leftMenuDivLEVEL1
{
	background-color:#E5F4F9;
	border-bottom:1px solid #A5CCD3;
	padding-left:12px;
}

.leftMenuDivLEVEL1 A, .leftMenuDivLEVEL1 A:link, .leftMenuDivLEVEL1 A:visited, .leftMenuDivLEVEL1 A:focus, .leftMenuDivLEVEL1 A:active
{
	display:block;
	background: transparent url('/Rappaport/_images/_design/iconPlusBlue.gif') left 10px no-repeat;
	color:#016E73;
	font-size:11px;
	font-weight:normal;
	padding-left:10px;
	text-decoration:none;
	vertical-align:top;
	border:none;
}

.leftMenuDivLEVEL1 A.this, .leftMenuDivLEVEL1 A.this:link, .leftMenuDivLEVEL1 A.this:visited, .leftMenuDivLEVEL1 A.this:focus, .leftMenuDivLEVEL1 A.this:active
{
	color:#0040BE;
	background: transparent url('/Rappaport/_images/_design/iconPlusBlue.gif') left 10px no-repeat;
}



/* ---------------------------------- infoBoxTable -------------------------------------------------------------------- */
.infoBoxTable
{
	width:170px;
	margin:0px;
}

.infoBoxTable TABLE
{ width:100%; }


.infoBoxTable HR
{
	height:1px;
	border:1px solid #D7D7D7;
	margin-top:2px;
	margin-bottom:2px;
	width:100%;
}


.infoBoxTable TD,.infoBoxTable TH
{
	text-align:left;
	font-size:11px;
	
}

.infoBoxTable TD
{
	padding-left:0px;
	padding-right:0px;
}


.infoBoxTable TH
{
	font-size:11px;
	color:#0141BD;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	text-align:left;
}

.infoBoxTable TH.infoBoxMainHeader
{
	font-size:11px;
	color:#FFFFFF;
	background-color:#016B78;		
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #FFFFFF;
}


	.infoBoxTable TABLE.IMGS
	{ margin-top:10px; }
	
	.infoBoxTable TABLE.IMGS TD
	{ text-align:center; padding-bottom:5px; }
	
	.infoBoxTable TABLE.TEXT
	{ margin-top:10px;}	
	

	.infoBoxTable TABLE.DOCS
	{ margin-bottom:3px; }
	
	.infoBoxTable TABLE.DOCS TD
	{ padding-bottom:3px; }
	
	.infoBoxTable TABLE.LINKS
	{ margin-bottom:5px; }

		.infoBoxTable TABLE.LINKS TD
		{ background-color:#E5F4F9; border-bottom:1px solid #A7C8D1; padding:2px; padding-left:5px; padding-right:5px; }


	.infoBoxTable TABLE.LINKS TD
	{ padding-bottom:3px;}
	
	.infoBoxTable IMG.Icon
	{ padding-right:5px;}

		
.infoBoxTable H4
{
	color:#0141BD;
	font-size:11px;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.infoBoxTable A H4 { cursor:pointer; }

.infoBoxTable A, .infoBoxTable A:link, .infoBoxTable A:visited, .infoBoxTable A:focus, .infoBoxTable A:active
{
	font-size:11px;		
	font-weight:normal;
	padding:0px;
	vertical-align:center;
	color:#000000;
	display:block;
	text-decoration:none;
}

.infoBoxTable A:hover
{
	text-decoration:none;
	color:#C21D24;
}


/* ---------------------------------- sideMenuLoginTable -------------------------------------------------------------------- */
.sideMenuLoginTable
{
	width:170px;
	margin:0px;
	margin-bottom:10px;
}

.sideMenuLoginTable TD,.sideMenuLoginTable TH
{
	text-align:left;
	font-size:10px;
	
}

.sideMenuLoginTable TD
{
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}


.sideMenuLoginTable TH
{
	font-size:11px;
	color:#FFFFFF;
	background:#016B78;		
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #FFFFFF;
}


.sideMenuLoginTable DIV
{
	background: transparent url('/Rappaport/_images/_design/iconArrowRTLBlue.gif') left 3px no-repeat;
	padding-left:10px;
	margin-top:3px;
	text-align:left;
}

.sideMenuLoginTable HR
{ height:3px; border:1px inset #FFFFFF; padding:0px; margin:0px;}



/* ---------------------------------- FIELDSET -------------------------------------------------------------------- */

FIELDSET
{
	border:none;
	border:1px solid #C3CCD4;
	margin-left:0px;
	margin-top:15px;
}


FIELDSET A, FIELDSET A:link, FIELDSET A:visited, FIELDSET A:focus, FIELDSET A:active
{
	font-size:11px;		
	font-weight:normal;
	padding:0px;
	vertical-align:center;
	color:#006B73;
	display:block;
	text-decoration:none;
	font-family:Verdana;
}

FIELDSET A:hover
{
	text-decoration:underline;
	color:#0E64BC;
	font-family:Verdana;
}


	FIELDSET IMG
	{
		border:none;
		margin-left:10px;
		padding-top:3px;
	}
	

	LEGEND
	{
		padding-left:5px;
		padding-right:5px;	
		color:#7A848E;
		font-size:10px;
		letter-spacing:1px;
	}

	FIELDSET TABLE
	{ margin-left:-5px; }
	
	FIELDSET TABLE TD
	{ padding-left:3px;	}


		FIELDSET TD IMG.icon, FIELDSET TD IMG.icon
		{
			border:none;
			margin-right:5px;
			margin-top:2px;
		}


/* ---------------------------------- imgPartTableSIDE -------------------------------------------------------------------- */

.imgPartTableSIDE
{ float:right; border:1px solid #C3CCD4; padding:2px; text-align:center; margin:0px; margin-bottom:-1px;}

	.imgPartTableSIDE IMG
	{
		display:block;
		margin:0px;
		padding:0px;
	}
	

/* ---------------------------------- imgPartTableLeftSIDE -------------------------------------------------------------------- */

.imgPartTableLeftSIDE
{ float:left; border:1px solid #C3CCD4; padding:2px; text-align:center; margin:0px; margin-right:10px; }

	.imgPartTableLeftSIDE IMG
	{
		display:block;
		margin:0px;
		padding:0px;
	}	

	
/* ---------------------------------- imgPartTableLeftSIDENoFloat -------------------------------------------------------------------- */

.imgPartTableLeftSIDENoFloat
{ border:none; padding:2px; text-align:center; margin:0px; }

	.imgPartTableLeftSIDENoFloat IMG
	{
		display:block;
		margin:0px !important;
		padding:0px !important;
		
	}	



/* ---------------------------------- imgPartTableBorder -------------------------------------------------------------------- */
.imgPartTableBorder
{ border:1px solid #C3CCD4 !important; padding:2px !important; text-align:center !important; }


.imgCaption
{ width:150px; text-align:center; color:#006E77; padding:3px; font-size:12px; font-family:Arial;}

.imgZoomCaption
{ text-align:center; border:1px solid #CBCBCB; border-top:none; width:198px; margin-left:10px; color:#0241C4; padding:3px; font-size:11px; font-family:Arial;}

.imgZoomCaption IMG
{ padding-right:7px; }

/* ----------------- lnkPartTableSIDE -------- docPartTableSIDE -------------------------------------------------------------------- */
	
.docPartTableSIDE,.lnkPartTableSIDE
{	
	margin:0px !important;
	margin-bottom:10px;
}

	.docPartTableSIDE TH,.lnkPartTableSIDE TH
	{
		color:#007AAD;
		font-weight:bold;
		line-height:20px;
		text-align:right;
	}

	.docPartTableSIDE TD,.lnkPartTableSIDE TD
	{
		color:#003366;	
		padding:5px;	
		vertical-align:middle;	
	}
	
	.docPartTableSIDE TD IMG.icon,.lnkPartTableSIDE TD IMG.icon
	{
		border:none;
		padding-left:5px;
	}
	

/* ----------- imgPartTable ----- docPartTable ---- lnkPartTable --------------------------------------------------------------- */

.docPartTable,.imgPartTable,.lnkPartTable
{
	width:100%;
}

	.docPartTable TD,.lnkPartTable TD
	{
		/* border-bottom:1px solid #DADADA; */
		line-height:21px;
		height:21px;
		vertical-align:middle;
	}

	.imgPartTable TD
	{
		padding:5px !important;
	}

	.docPartTable TD IMG.icon,.imgPartTable TD IMG.icon,.lnkPartTable TD IMG.icon
	{
		border:none;
		padding-left:5px;
	}



/* ---------------------------------- MailingListRegistrationTable -------------------------------------------------------------------- */

.MailingListRegistrationTable
{ margin-top:5px; }


		.MailingListRegistrationTable TD, .MailingListRegistrationTable TH
		{
			color:#7F8386;
			padding:5px;
		}
		
		.MailingListRegistrationTable TH
		{
			background-color:#016B78;
			font-weight:bold;
			color:#FFFFFF;
			padding:4px;
		}

		.MailingListRegistrationTable TD
		{
			background-color:#E5F4F9;
			font-weight:bold;
			color:#FFFFFF;
			vertical-align:middle;
		}
		
.MailingListRegistrationTable INPUT.formatted
{ width:125px; height:16px;}		


/* ---------------------------------- formTable -------------------------------------------------------------------- */

.formTable
{ border-bottom:none; width:100%; }

		.formTable TD,TABLE.formTable TH
		{ vertical-align: middle; }

		.formTable TD
		{	
			height:21px;
			font-weight:normal;
			color:#000000;
			padding:1px;
			padding-left:10px;
			padding-right:10px;
			white-space:normal;
		}
		
		SPAN.mandatoryField
		{ width:20px; padding-left:10px; background: transparent url('/Rappaport/_images/_design/mandatoryField.gif') center center no-repeat; }
		
		.formTable TD.bottomRow
		{ border:none; padding-bottom:10px; padding-top:5px; }

		DIV.formTableNote
		{	
			font-weight:normal;
			font-size:9px;
			color:#FF0000;
			white-space:normal;
			background:none;
			width:100px;
			padding-left:5px;
		}

		.formTable TD SELECT
		{ width:155px; border:1px solid #B1B1B1; }	


/* ---------------------------------- managementListTable -------------------------------------------------------------------- */


.managementListTable
{  width:100%; }

	.managementListTable TD,.managementListTable TH
	{ 
		padding:3px; 
		padding-left:5px;
		padding-right:5px; 
		text-align:left;
		vertical-align:top;
		font-size:12px;
	}

	.managementListTable .managementItemImage
	{  padding-left:0px; padding-right:0px; }

	.managementListTable TH.managementItemTitle
	{ 
		padding-bottom:5px;
		border-bottom:1px solid #C3CCD4;
	}
		
		.managementListTable TABLE
		{ width:100%;}
			
			.managementListTable TABLE TH, .managementListTable TABLE TD
			{ }
	
			.managementListTable TABLE TD.shortDecription
			{ }
			
			.managementListTable TABLE TH
			{ font-weight:bold; }

	.managementItemTitle H3
	{
		font-size:14px;
		font-size:15px;
		font-weight:bold;
		margin:0px;
		color:#01737E;
		font-family: Arial, Sans-Serif;
	}		

	.managementListTable H4
	{
		font-size:11px;
		font-size:12px;
		font-weight:bold;
		margin-top:0px;
		color:#FF8000;
		font-family: Arial, Sans-Serif;
	}		
	
.managementListTable SPAN.authorAddressLine
{
	color:#999999; font-style:italic;
}


.managementListTable DIV.moreInformation
{ margin-top:5px; width:100%; text-align:right; }	

.managementItemPosition
{ font-weight:bold; } 

.managementListTable A:hover H3
{
		font-size:14px;
		font-size:15px;
		font-weight:bold;
		margin:0px;
		color:#1041C1;
		font-family: Arial, Sans-Serif;
}

/* ---------------------------------- simpleLinksTable -------------------------------------------------------------------- */

.simpleLinksTable
{ width:100%; border:1px solid #E5E5E5; border-bottom:none;  margin-bottom:3px; }


.simpleLinksTable TD, .simpleLinksTable TH
{ vertical-align:top; border-bottom:1px solid #E5E5E5; }


.simpleLinksTable TD
{
	background:none;
	padding:5px;
	vertical-align:top;
}


.simpleLinksTable TH.columnTitle
{
	text-align:left;
	background-color:#E5F4F9;
	color:#000000;
	font-weight:bold;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

.simpleLinksTable TH.itemTitle
{
	text-align:left;
	background-color:#F7F7F7;
	border-right:1px solid #E5E5E5;
	padding:2px; padding-left:5px;
	width:150px;
	border-right:none;
}

	.simpleLinksTable  H4
	{
		font-weight:bold;
		color:#3067A2;
		font-size:13px;
	}

.simpleLinksTable DIV.moreInformation
{ margin-top:5px; width:100%; text-align:right; }
	
.simpleLinksTable TH.itemTitle A
{ color:#FF6000; }


/* ---------------------------------- eventsListTable -------------------------------------------------------------------- */

TABLE.eventsListTable
{ margin-bottom:15px; width:100%; border:1px solid #C3CCD4; }

	TABLE.eventsListTable TD,TABLE.eventsListTable TH
	{ 
		padding:3px;
		padding-left:5px;
		padding-right:5px; 
		text-align:left;
		vertical-align:top;
	}

	TABLE.eventsListTable TD.eventImage
	{ 
		width:100px;
		padding-top:5px;
		border-bottom:1px solid	#C3CCD4;
		border-left:1px solid #C3CCD4;
	}
	
	TABLE.eventsListTable TH TABLE
	{ width:100%; }
		
	TABLE.eventsListTable TH TABLE TH, TABLE.eventsListTable TH TABLE TD
	{ padding-bottom:1px;}

	TABLE.eventsListTable TH TABLE TH
	{ font-weight:bold; font-size:12px; border:none;  }
		
	TABLE.eventsListTable TH
	{ background-color:#F7F7F7; border-bottom:1px solid	#C3CCD4; }

	TABLE.eventsListTable HR
	{ border:1px solid #C3CCD4; height:1px; }

	TABLE.eventsListTable H2.H2events
	{
		font-size:14px;
		line-height:15px;
		font-weight:bold;
		margin:0px;
		color:#006D72;
		font-family: Arial;
	}		

	TABLE.eventsListTable H3.H3events
	{
		font-size:13px;
		line-height:14px;
		font-weight:normal;
		margin:0px;
		color:#000000;
		font-family: Arial;
	}		
	

	TABLE.eventsListTable H4.H4eventsDate
	{
		font-size:13px;
		font-weight:bold;
		margin:0px;
		color:#6E787A;
		white-space:nowrap;
		font-family: Arial;
	}
		
		
/* ---------------------------------- Regular_MAINPAGE_Childs_IMGS -------------------------------------------------------------------- */
	
.Regular_MAINPAGE_Childs_IMGS
{ margin-top:10px;}

 .Regular_MAINPAGE_Childs_IMGS TH
{
	padding:10px;
	vertical-align:top;
	text-align:left;
	border:1px solid #C2C2C2;
	width:200px;
}

.Regular_MAINPAGE_Childs_IMGS SPAN.Title
{
	display:block;
	width:100%;
	text-align:center;
	font-size:11px;
}	

.Regular_MAINPAGE_Childs_IMGS .imgContainer
{
	display:block;
	width:100%;
	text-align:center;
	
}

.Regular_MAINPAGE_Childs_IMGS .imgContainer IMG	
{ }


.Regular_MAINPAGE_Childs_IMGS_Author_LINK
{ margin-top:10px; }

	.Regular_MAINPAGE_Childs_IMGS_Author_LINK DIV
	{ 
		background: transparent url('/Rappaport/_images/_design/iconPlusBlue.gif') left 7px no-repeat;
		padding-left:7px; 
		color:#888888; 
		font-style:italic;
	}

.Regular_MAINPAGE_Childs_IMGS_Author_LINK A, .Regular_MAINPAGE_Childs_IMGS_Author_LINK A:link, .Regular_MAINPAGE_Childs_IMGS_Author_LINK A:visited, .Regular_MAINPAGE_Childs_IMGS_Author_LINK A:focus, .Regular_MAINPAGE_Childs_IMGS_Author_LINK A:active
{
	background: transparent url('/Rappaport/_images/_design/iconArrowRTLBlue.gif') left 4px no-repeat;
	color:#0040BE;
	padding-left:10px;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px;
}


/* ---------------------------------- Regular_MAINPAGE_Childs_LIST -------------------------------------------------------------------- */

.Regular_MAINPAGE_Childs_LIST
{ margin-top:10px; margin-bottom:10px; }

.Regular_MAINPAGE_Childs_LIST TD
{
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	background-color:#eeeeee;	
}


.Regular_MAINPAGE_Childs_LIST TR.alt TD
{ background-color:#DADADA;	}


/* ---------------------------------- siteMapTable -------------------------------------------------------------------- */

TABLE.siteMapTable
{ 
	margin:0px !important;
	margin-bottom:5px;
	float:left;
	width:100% !important;
}

		TABLE.siteMapTable TD,TABLE.siteMapTable TH
		{ vertical-align: top; }

		TABLE.siteMapTable TD
		{ background-color:#FFFFFF;	padding:5px; }

		.siteMapTable A, .siteMapTable A:link, .siteMapTable A:visited, .siteMapTable A:focus, .siteMapTable A:active
		{ color:#006B78;	}

		.siteMapTable A:hover
		{ color:#335BBB;	}
	

.siteMapTable UL
{
	margin:0px !important;
	margin-left:10px !important;
	margin-top:5px !important;
	margin-bottom:5px !important;
	padding:0px !important;
}

.siteMapTable LI
{
	list-style:none;
	list-style-image:none;
	padding-left:10px;
	background:transparent url('/Rappaport/_images/_design/iconArrowRTLBlue.gif') left 5px no-repeat;
}

.siteMapTable LI LI
{
	list-style:none;
	list-style-image:none;
	background:transparent url('/Rappaport/_images/_design/iconPlusBlue.gif') left 7px no-repeat;
	padding-left:10px;
}
.siteMapTable LI LI LI
{	
    list-style:none;
	list-style-image:none;
	background:transparent url('/Rappaport/_images/_design/iconPlusBlue.gif') left 7px no-repeat;
	padding-left:10px;
}

	.siteMapTableHeader
	{
		border:1px solid #A5CCD1;
		line-height:21px !important;
		height:21px !important;
		margin:5px !important;
		background-color:#016B78;
	}

	.siteMapTableHeader A, .siteMapTableHeader A:link, .siteMapTableHeader A:visited, .siteMapTableHeader A:focus, .siteMapTableHeader A:active
	{
		font-weight:bold;	
		display:block;
		background:transparent url('/Rappaport/_images/_design/iconSiteMap.gif') 5px center no-repeat;
		padding-left:25px;
		color:#FFFFFF;
	}

	.siteMapTableHeader A:hover
	{ color:#CBDDFF; }

/* ---------------------------------- #frmSearchResults -------------------------------------------------------------------- */

#frmSearchResults
{ width:100%; }

#frmSearchResults .SearchResultBox
{ white-space:normal; overflow:hidden; margin-bottom:15px; }

#frmSearchResults .bodyText
{ color:#555555; }

#frmSearchResults .linkAddress
{ color:#008000; font-size:10px; }

#frmSearchResults .lastUpdated
{ color:#A4B1BC; font-size:9px; }


/* ---------------------------------- SearchResultsPagingTable -------------------------------------------------------------------- */

.SearchResultsPagingTable
{ width:100%; border-top:1px solid #7A848E; }

.SearchResultsPagingTable TH, .SearchResultsPagingTable TD
{ text-align:left; font-size:11px; padding-top:5px; }

.SearchResultsPagingTable TD
{ text-align:right; }

.SearchResultsPagingTable A.this
{ font-weight:bold; font-size:12px; }		


/* ---------------------------------- tableTechArticlesList -------------------------------------------------------------------- */
		
.tableTechArticlesList
{
	width:100%;
	border:1px solid #AABCBE;
	border-top:5px solid #ADBBBE;
}

	.tableTechArticlesList TD,.tableTechArticlesList TH
	{
		padding:3px;
		padding-left:5px;
		padding-right:5px;
	}

	.tableTechArticlesList TH
	{
		text-align:left;
		vertical-align:center;
		background-color:#CEE0E4;
		color:#000000;
	}
	
	.tableTechArticlesList TD
	{	}

	.tableTechArticlesList .taTitle
	{ font-weight:normal; margin-bottom:5px; color:#006A77; font-size:13px; font-weight:bold; font-family:'Trebuchet MS'; }

	.tableTechArticlesList .taAuthor
	{ color:#000000; margin-bottom:5px; margin-top:5px; font-size:11px; }

	.tableTechArticlesList .taAbstract
	{ 	}

	.tableTechArticlesList .taDate
	{ font-style:italic; color:#7A848E; }
	
	.tableTechArticlesList .taAttachmentsTable
	{
	   width:100%;
	   margin-top:5px;
	   margin-bottom:5px;

	}	

	.tableTechArticlesList .taAttachmentsTD
	{
	   background-color:#E5F4F9;
	   padding:1px;
	   padding-left:10px;
	   vertical-align:center;
	   text-align:left;
	}
	
	.tableTechArticlesList .taAttachmentsTD DIV
	{ margin-top:3px; margin-bottom:3px;}	
		
	.tableTechArticlesList TD IMG.icon,.tableTechArticlesList TH IMG.icon
	{
		border:none;
		margin:0px;
		margin-right:5px;
	}
		
	A.publicationsH1Link, A.publicationsH1Link:link, A.publicationsH1Link:visited, A.publicationsH1Link:focus, A.publicationsH1Link:active
	{
		font-size:16px;
		font-weight:bold;
		text-decoration:underline;
	}	
	
	A.publicationsH1Link:hover
	{
		font-size:16px;
		font-weight:bold;
		text-decoration:underline;
		color:#006C76;
	}	
		
/* ---------------------------------- tableTechArticlesListNote -------------------------------------------------------------------- */
		
.tableTechArticlesListNote
{
	width:100%;
	border:none;
}

	.tableTechArticlesListNote TD,.tableTechArticlesListNote TH
	{
		font-size:12px;
		font-weight:normal;
		padding:3px;
		padding-left:5px;
		padding-right:5px;
		
	}
		.tableTechArticlesListNote TD IMG.icon,.tableTechArticlesListNote TD IMG.icon
		{
			border:none;
			margin-right:5px;
			margin-top:3px;
		}

		
/* ---------------------------------- tableTechArticlesYearPaging -------------------------------------------------------------------- */
		
.tableTechArticlesYearPaging
{
	border:none;
}

	.tableTechArticlesYearPaging TD,.tableTechArticlesYearPaging TH
	{
		font-size:13px;
		font-weight:normal;
		padding:3px;
		padding-left:5px;
		padding-right:5px;
		text-align:center;
		color:#CCCCCC;
		
	}
		.tableTechArticlesYearPaging TD IMG.icon,.tableTechArticlesYearPaging TD IMG.icon
		{
			border:none;
			margin-right:5px;
			margin-top:3px;
		}
		
	.tableTechArticlesYearPaging A, .tableTechArticlesYearPaging A:link, .tableTechArticlesYearPaging A:visited, .tableTechArticlesYearPaging A:focus, .tableTechArticlesYearPaging A:active
	{
		font-size:13px;
		font-weight:normal;
		text-decoration:none;
	}	
		
	.tableTechArticlesYearPaging A:hover
	{
		font-size:13px;
		font-weight:normal;
		text-decoration:underline;
		color:#E32118;
	}	

	.tableTechArticlesYearPaging A.this, .tableTechArticlesYearPaging A.this:link, .tableTechArticlesYearPaging A.this:visited, .tableTechArticlesYearPaging A.this:focus, .tableTechArticlesYearPaging A.this:active
	{
		font-size:13px;
		text-decoration:none;
		color:#E32118;
	}

	.tableTechArticlesYearPaging A.this:hover
	{
		font-size:13px;
		text-decoration:underline;
		color:#E32118;
	}
			
/* ---------------------------------- tableRightMenuBOX -------------------------------------------------------------------- */

.tableRightMenuBOX
{
	border:none;
	margin-bottom:10px;
	width:170px;
}

	.tableRightMenuBOX TD,.tableRightMenuBOX TH
	{
		padding:3px;
		padding-left:5px;
		padding-right:5px;
		font-size:11px;
		background-color:#EDEDED;
		border-left:1px solid #CCD3CC;
	}

	.tableRightMenuBOX TH
	{
		vertical-align:center;
		background-color:#016B78;
		color:#FFFFFF;
		font-weight:bold;
	}
	

	.tableRightMenuBOX TD
	{ vertical-align:top; }

		.tableRightMenuBOX TD IMG.icon,.tableRightMenuBOX TD IMG.icon
		{
			border:none;
			margin-right:5px;
			margin-top:3px;
		}


/* ---------------------------------- tableRightMenuBOXWhite -------------------------------------------------------------------- */

.tableRightMenuBOXWhite
{
	border:none;
	margin-bottom:10px;
	width:170px;
}

	.tableRightMenuBOXWhite TD,.tableRightMenuBOXWhite TH
	{
		padding:3px;
		padding-left:5px;
		padding-right:5px;
		font-size:11px;
		border-bottom:1px solid #A5CCD1;
	}

	.tableRightMenuBOXWhite TH
	{
		vertical-align:center;
		background-color:#016B78;
		color:#FFFFFF;
		font-weight:bold;
		border:none;
	}
	

	.tableRightMenuBOXWhite TD
	{ vertical-align:top; }

		.tableRightMenuBOXWhite TD IMG.icon,.tableRightMenuBOXWhite TD IMG.icon
		{
			border:none;
			margin-right:5px;
			margin-top:3px;
		}




	.tableRightMenuBOXWhite A, .tableRightMenuBOXWhite A:link, .tableRightMenuBOXWhite A:visited, .tableRightMenuBOXWhite A:focus, .tableRightMenuBOXWhite A:active
	{
		color:#016E73;
		padding-left:10px;
	}

	.tableRightMenuBOXWhite A.this, .tableRightMenuBOXWhite A.this:link, .tableRightMenuBOXWhite A.this:visited, .tableRightMenuBOXWhite A.this:focus, .tableRightMenuBOXWhite A.this:active
	{
		background: transparent url('/Rappaport/_images/_design/iconArrowRTLBlue.gif') left 3px no-repeat;
		color:#016E73;
		padding-left:10px;
	}



/* ---------------------------------- registrationTable -------------------------------------------------------------------- */

.registrationTable
{
	
	border:1px solid #A5CCD1;
	margin:0px;
	height:300px;
}

.registrationTable TH,.registrationTable TD
{
	padding:2px;
	padding-left:10px;
	padding-right:0px;
	background-color:#E5F4F9;
	color:#000000;
	font-weight:bold;
	vertical-align:center;
	font-size:11px;
}

.registrationTable TD
{ }

.registrationTable DIV { font-size:10px; font-weight:bold; }

.registrationTable TD.star
{padding:0px; padding-left:3px; vertical-align:middle; }

.registrationTable TH
{ text-align:left; white-space:nowrap;}

.registrationTable A, .registrationTable A:link, .registrationTable A:visited, .registrationTable A:focus, .registrationTable A:active
{
	font-weight:bold;
	font-size:10pt;
	padding-left:15px;
	background:transparent url('/Rappaport/_images/_design/iconArrowRTLBlue.gif') left 4px no-repeat;
}

.registrationTable INPUT
{
	border:solid 1px #A4B1BC;
	height:14px;
	width:140px;
}

.registrationTable INPUT.SUBMITButton
{
	border:none;
	width:100px;
}

.registrationTable INPUT.checkBox
{
	border:none !important;
	width:20px !important;
	margin-left:-4px;
}

.registrationTable INPUT.req
{
	border:solid 1px #A4B1BC;
	height:14px;
	width:140px;
}

.registrationTable SELECT
{
	border:solid 1px #A4B1BC;
	height:14px;
	width:144px;
	font-size:11px;
}

.registrationTable HR
{
  border:1px inset #FFFFFF;
  margin-top:0px; 
  margin-bottom:0px;
}
		
/* ---------------------------------- mainLoginTable -------------------------------------------------------------------- */
		
.mainLoginTable
{
	border:1px solid #A5CCD1;
	margin-top:0px;
}

.mainLoginTable TH,.mainLoginTable TD
{
	padding:5px;
	background-color:#E5F4F9;
	color:#000000;
	font-weight:bold;
	text-align:left;
	vertical-align:center;
	font-size:11px;
}

.mainLoginTable TD
{
	background-color:#FFFFFF;
	text-align:left;
	border-left:1px solid #D7D7D7;
}


.mainLoginTable A, .mainLoginTable A:link, .mainLoginTable A:visited, .mainLoginTable A:focus, .mainLoginTable A:active
{
	display:block;
	font-weight:bold;
	padding-left:15px;
	margin-bottom:15px;
	margin-top:3px;
	background:transparent url('/Rappaport/_images/_design/iconArrowRTLBlue.gif') left 3px no-repeat;
}		

/* ---------------------------------- updateExpiredPasswordTable -------------------------------------------------------------------- */
		
.updateExpiredPasswordTable
{
	border:1px solid #D7D7D7;
	margin-top:0px;
	width:380px;
}

.updateExpiredPasswordTable TH,.updateExpiredPasswordTable TD
{
	padding:2p;x
	padding-left:5px;
	padding-right:5px;
	background-color:#E5F4F9;
	color:#000000;
	font-weight:bold;
	text-align:left;
	vertical-align:center;
	font-size:11px;
}

.updateExpiredPasswordTable TD
{
	background-color:#FFFFFF;
	text-align:left;
	border-left:1px solid #D7D7D7;
}


.updateExpiredPasswordTable A, .updateExpiredPasswordTable A:link, .updateExpiredPasswordTable A:visited, .updateExpiredPasswordTable A:focus, .updateExpiredPasswordTable A:active
{
	display:block;
	font-weight:bold;
	padding-left:15px;
	margin-bottom:15px;
	margin-top:3px;
	background:transparent url('/Rappaport/_images/_design/iconArrowRTLBlue.gif') left 3px no-repeat;
}
		
		
/* ---------------------------------- authorsListTable -------------------------------------------------------------------- */


.authorsListTable
{  width:100%;  }

	.authorsListTable TD,.authorsListTable TH
	{ 
		padding:3px; 
		padding-left:5px;
		padding-right:5px; 
		text-align:left;
		vertical-align:top;
		font-size:12px;
		
	}

	.authorsListTable .authorItemImage
	{ padding:0px; padding-top:5px; padding-bottom:10px; width:90px; }

	.authorsListTable TD.authorLetterTD
	{ 
		padding:0px !important;
		border-bottom:1px solid #C3CCD4;
	}

		.authorLetterTab
		{
			background: #016B78 url('/Rappaport/_images/_design/tabEndPart.gif') right top no-repeat; 	
			line-height:21px;
			padding-left:10px;
			padding-right:10px;
			color:#FFFFFF;
			font-size:16px;
			font-weight:bold;
			margin:0px;
			margin-top:15px;
			width:15px;
		}

	.authorsListTable TH.authorItemTitle
	{ 
		padding-bottom:5px;
		border-bottom:1px solid #C3CCD4;
	}
		
		.authorsListTable TABLE
		{ width:100%;}
			
			.authorsListTable TABLE TH, .authorsListTable TABLE TD
			{ text-align:left; border:none;}

			.authorsListTable TABLE TH
			{ padding-right:0px; white-space:nowrap; }	

			.authorsListTable TABLE TD
			{ width:100%; }	


			.authorsListTable TABLE TD.shortDescription
			{ padding-left:10px;}

			.authorsListTable TABLE TD.shortDescription P
			{ font-family:'Trebuchet Ms'; font-size:11px;  border-left:1px solid #C3CCD4; padding-left:10px;  }
			
			.authorsListTable TABLE TH
			{ font-weight:bold; }

	.authorsListTable H3
	{
		font-size:14px;
		font-size:15px;
		font-weight:bold;
		margin:0px;
		color:#01737E;
		font-family: Arial, Sans-Serif;
	}		

	.authorsListTable H4
	{
		font-size:11px;
		font-size:12px;
		font-weight:bold;
		margin-top:0px;
		color:#FF8000;
		font-family: Arial, Sans-Serif;
	}		
	
.authorsListTable SPAN.authorAddressLine
{
	color:#999999; font-style:italic;
}


.authorsListTable DIV.moreInformation
{ margin-top:5px; width:100%; text-align:right; }	

.managementItemPosition
{ font-weight:bold; } 

.authorsListTable A:hover H3
{
		font-size:14px;
		font-size:15px;
		font-weight:bold;
		margin:0px;
		color:#1041C1;
		font-family: Arial, Sans-Serif;
}
	
	
/* ---------------------------------- authorsItemTable -------------------------------------------------------------------- */


.authorsItemTable
{ width:100%;  }

	.authorsItemTable TD,.authorsItemTable TH
	{ 
		padding:3px; 
		padding-left:0px;
		padding-right:5px; 
		text-align:left;
		vertical-align:top;
		font-size:12px;
		font-family:Verdana;
	}

	.authorsItemTable .authorItemImage
	{  padding-left:0px; padding-right:0px; padding-bottom:10px; }

	.authorsItemTable TH.authorItemTitle
	{ 
		padding-bottom:5px;
		border-bottom:1px solid #C3CCD4;
	}
		
		.authorsItemTable TABLE
		{ width:100%;}
			
			.authorsItemTable TABLE TH, .authorsItemTable TABLE TD
			{ text-align:left; border:none;}

			.authorsItemTable TABLE TH
			{ padding-right:0px; white-space:nowrap; padding-right:5px;  }	

			.authorsItemTable TABLE TD
			{ width:100%; }	


			.authorsItemTable TABLE TD.shortDescription
			{ padding-left:10px;}

			.authorsItemTable TABLE TD.shortDescription P
			{ font-family:'Trebuchet Ms'; font-size:11px;  border-left:1px solid #C3CCD4; padding-left:10px;  }
			
			.authorsItemTable TABLE TH
			{ font-weight:bold; }

	.authorsItemTable H3
	{
		font-size:17px;
		font-size:15px;
		font-weight:bold;
		margin:0px;
		color:#01737E;
		font-family: Arial, Sans-Serif;
	}		

	.authorsItemTable H4
	{
		font-size:11px;
		font-size:12px;
		font-weight:bold;
		margin-top:0px;
		color:#FF8000;
		font-family: Arial, Sans-Serif;
	}		
	
.authorsItemTable SPAN.authorAddressLine
{
	color:#999999; font-style:italic;
}


.authorsItemTable DIV.moreInformation
{ margin-top:5px; width:100%; text-align:right; }	

.managementItemPosition
{ font-weight:bold; } 

.authorsItemTable A:hover H3
{
		font-size:14px;
		font-size:15px;
		font-weight:bold;
		margin:0px;
		color:#1041C1;
		font-family: Arial, Sans-Serif;
}

.allPublicationsByAuthor A, .allPublicationsByAuthor A:link, .allPublicationsByAuthor A:visited, .allPublicationsByAuthor A:focus, .allPublicationsByAuthor A:active
{
	display:block;
	font-weight:bold;
	padding-left:15px;
	margin-bottom:15px;
	margin-top:3px;
	background:transparent url('/Rappaport/_images/_design/iconArrowRTLBlue.gif') left 3px no-repeat;
	font-size:13px;
}

	.allPublicationsByAuthor A:hover
	{
		display:block;
		font-weight:bold;
		padding-left:15px;
		margin-bottom:15px;
		margin-top:3px;
		background:transparent url('/Rappaport/_images/_design/iconArrowRTLBlue.gif') left 3px no-repeat;
		font-size:13px;
	}


/* ---------------------------------- authorABC -------------------------------------------------------------------- */

.authorABC
{ 
  float:left; width:14px; height:18px; text-align:center;
  background-color: #F7F7F7;
  border:1px solid #E5E5E5;
  margin-right:3px;
  margin-bottom:5px;
  font-weight:bold;
  font-size:15px;
  color:#E5E5E5;
  padding:0px !important;
}

.authorABCMouseOver
{ 
  background-color: #FFFFFF !important;
}


.authorABC A, .authorABC A:link, .authorABC A:visited, .authorABC A:focus, .authorABC A:active
{ font-weight:bold !important; font-size:14px !important;width:100%; }

.authorABC A:hover
{ background-color: #FFFFFF; }



/* ---------------------------------- copyright -------------------------------------------------------------------- */

.copyright
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	color: #345271;
	font-size: 11px;
	background: #C9D2DF;
	padding-top:10px;
	padding-bottom:10px;
}
.copyright A, .copyright A:link, .copyright A:visited, .copyright A:focus, .copyright A:active
{ color: #345271; }

 .copyright A:active, .copyright A:hover
{ color: #FF8000; }
