f/*--------------------------------------------------------------------------------------*/		
/* SME Forum -  Styles für den Frame 		  					*/
/*											*/
/* blau1		222 240 235	#DEF0EB						*/
/* blau2		210 233 234	#D2E9EA						*/
/* blau3		 60 121 170	#3C79AA						*/
/* blau4		  0  51 129	#003381						*/
/* blauGruen		  0  88 123	#00587B						*/
/* graublau1  		123 148 156	#607B9D	60,7B,9D				*/
/* rot1			155  30  38	#9B1E26						*/
/* Mein rot				#A22449	oder CC0066				*/
/* rot2			 99  28  33	#631C21						*/
/* gelb			255 234   0	#FFEA00						*/
/* organge		226 131  52	#E28334						*/
/* gruen		  0 192 102     #00C066  0 140 54	#018C36
/* dkl grau		#6B6B6B								*/
/*------------------------------------------------------------------------------------- */



/* ---------- Allgemeine Styles für Formularfelder ------------------------------------	*/
.button       		{  	color: #607B9D; 
				background-color: #FFFFFF; 
				font-size:11 px; 
				font-weight:bold;
				border-style: ridge;
				border-color: #0099CC;
			}
.select			{ 	width: 400px;
			}
select       		{ 	font-size: 10px; 
				color: #003366; 
				background-color: #F5F5F5;
			}


/* ---------- Styles zum Body 	-------------------------------------------------------	*/
body			{ 	background-image: url('images/b2bEIClu/SMEForumBackGround.jpg');
				font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				color: #00587B;
				margin-top: 0; 
				margin-left: 0;
				scrollbar-base-color: #003381;  			/*Basisfarbe der Scroll-Leiste*/
				scrollbar-3dlight-color: #607B9D;  			/*Farbe für 3D-Effekte*/
				scrollbar-arrow-color: #D2E9EA;  			/*Farbe für Verschiebepfeile*/
				scrollbar-darkshadow-color: #00587B;  			/*Farbe für Schatten*/
				scrollbar-face-color: #DEF0EB; 				/*Farbe für Oberfläche*/
				scrollbar-highlight-color: #FFFFFF;  			/* Farbe für oberen und linken Rand*/
				scrollbar-shadow-color: #6B6B6B;  			/*4D72B7Farbe für unteren und rechten Rand*/
				scrollbar-track-color: #DEF0EB;  			/*Farbe für freibleibenden Verschiebeweg*/
			} 

table.Index		{
			}

table.Body		{	
			}



td			{ 	font-family: Verdana, Arial, 'MS Sans Serif'; 
				font-size: 11px; 
				color: #666666;
			} 


td.Error        	{ 	font-size: 9px; 
				color: #A22449;
			}

td.Header		{ 	font-family: Tahoma, Arial, Verdana, 'MS Sans Serif'; 
				font-size: 14px; 
				color: #00587B;
				font-weight: bold;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-bottom-style: solid;	
				border-bottom-width: 1; 		
				border-Color: #DEF0EB;
				line-height: 25px;
			}

td.Info			{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				color: #6B6B6B;
			} 

td.Important		{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				color: #A22449;
				font-weight: bold;
			}

td.Line			{ 	font-size: 1px; 
			}

td.Scroll		{ 	font-size: 10px; 
				color:#455E7D; 
				font-weight:bold;
			}


td.Scroll20px		{ 	font-size: 10px;
				color:#455E7D; 
				padding-left: 10px;
				padding-top: 2px;
				padding-bottom: 2px;
			}

td.White		{	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 11px; 
				color: #002D56;
/*				background-color: #FFFFFF;*/
			}




td.1LeftTopShadow	{
			}

td.2TopShadow		{ 
			}

td.3RightTopShadow	{ 
			}

td.4LeftShadow		{ 	
			}


td.5RightShadow		{ 
			}

td.6LeftBottomShadow	{ 
			}

td.7BottomShadow	{ 
			}

td.8RightBottomShadow	{ 
			}


td.BorderLRB		{ 
			}

td.IndexDots		{ 
			}

td.LightBlue		{ 	
			}


/* --------------------------------------------------------------------------------------- */		
/* LINKS --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */		
a     			{ 	text-decoration: none;
				color: #003366; 
				font-weight: bold;
			}
a:link				{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited			{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover				{ text-decoration: none; color: #00C066; font-weight: bold }
a:active			{ text-decoration: none; color: #00587B; font-weight: bold }

/* --------------------------------------------------------------------------------------- */
td.HomeLinksLanguage	{	font-family: Tahoma, Verdana, Arial, 'MS Sans Serif'; 
				font-size: 10pt; 
				font-weight: bold;
				text-transform: uppercase; 
				color: #9B1E26;
				padding-left: 20px;
				padding-right: 20px;

			}

a.HomeLinksLanguage	{	font-family: Tahoma, Verdana, Arial, 'MS Sans Serif'; 
				font-size: 10pt; 
				font-weight: bold;
				color: #9B1E26;
			}
a:link.HomeLinksLanguage	{ text-decoration: none; text-transform: uppercase; color: #9B1E26; }
a:visited.HomeLinksLanguage	{ text-decoration: none; text-transform: uppercase; color: #9B1E26; }
a:hover.HomeLinksLanguage	{ text-decoration: underline; text-transform: uppercase; color:  #E28334; }
a:active.HomeLinksLanguage	{ text-decoration: none; text-transform: uppercase; color:#9B1E26; }


/*------------------------------------------------------------------------------------------- */
td.HomeLinks		{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 14px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
				line-height: 15px;
			}
a.HomeLinks		{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 14px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
			}
a:link.HomeLinks		{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited.HomeLinks		{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover.HomeLinks		{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.HomeLinks  		{ text-decoration: none; color: #00587B; font-weight: bold }

/*------------------------------------------------------------------------------------------- */
td.HomeLinksSelect	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 14px; 
				text-decoration: none; 
				color: #00C066; 
				font-weight: bold;
				line-height: 15px;
			}
a.HomeLinksSelect	{ 	color: #00C066; 
				font-weight: bold;
			}
a:link.HomeLinksSelect		{ text-decoration: none; color: #00C066; font-weight: bold }
a:visited.HomeLinksSelect	{ text-decoration: none; color: #00C066; font-weight: bold }
a:hover.HomeLinksSelect		{ text-decoration: none; color: #00587B; font-weight: bold }
a:active.HomeLinksSelect	{ text-decoration: none; color: #00C066; font-weight: bold }

/*------------------------------------------------------------------------------------------- */
td.HomeLinksSub		{
			}

a.HomeLinksSub		{	
			}
a:link.HomeLinksSub		{ }
a:visited.HomeLinksSub		{ }
a:hover.HomeLinksSub		{ }
a:active.HomeLinksSub  		{ }


td.HomeLinksEmpty	{ 
			}

td.HomeLinksSubSelect	{
			}
a.HomeLinksSubSelect	{
			}
a:link.HomeLinksSubSelect	{ }
a:visited.HomeLinksSubSelect	{ }
a:hover.HomeLinksSubSelect	{ }
a:active.HomeLinksSubSelect	{ }


/*------------------------------------------------------------------------------------------- */
td.HomeLinksEmpty	{
			}

/*------------------------------------------------------------------------------------------- */
td.EventLinksSelect	{	font-size: 14px; 
				text-decoration: none; 
				color: #00C066; 
				font-weight: bold;
				line-height: 15px;
			}
a.EventLinksSelect	{ 	color: #00C066; 
				font-weight: bold;
			}
a:link.EventLinksSelect		{ text-decoration: none; color: #00C066; font-weight: bold }
a:visited.EventLinksSelect	{ text-decoration: none; color: #00C066; font-weight: bold }
a:hover.EventLinksSelect	{ text-decoration: none; color: #00587B; font-weight: bold }
a:active.EventLinksSelect	{ text-decoration: none; color: #00C066; font-weight: bold }


/*------------------------------------------------------------------------------------------- */

td.EventLinksSub	{ 	font-size: 14px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
				line-height: 15px;
			}
a.EventLinksSub		{	font-size: 14px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
			}
a:link.EventLinksSub		{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited.EventLinksSub		{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover.EventLinksSub		{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.EventLinksSub		{ text-decoration: none; color: #00587B; font-weight: bold }

/*------------------------------------------------------------------------------------------- */
td.EventLinksSubSelect	{ 	font-size: 14px; 
				text-decoration: none; 
				color: #00C066; 
				font-weight: bold;
				line-height: 15px;
			}
a.EventLinksSubSelect	{ 	color: #00C066; 
				font-weight: bold;
			}
a:link.EventLinksSubSelect	{ text-decoration: none; color: #00C066; font-weight: bold }
a:visited.EventLinksSubSelect	{ text-decoration: none; color: #00C066; font-weight: bold }
a:hover.EventLinksSubSelect	{ text-decoration: none; color: #00587B; font-weight: bold }
a:active.EventLinksSubSelect	{ text-decoration: none; color: #00C066; font-weight: bold }

/*------------------------------------------------------------------------------------------- */
td.EventLinksSub2	{ 	font-size: 12px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
				padding-left: 10px;
			}
a.EventLinksSub2	{	color: #003366; 
				font-weight: bold;
			}
a:link.EventLinksSub2		{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited.EventLinksSub2	{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover.EventLinksSub2		{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.EventLinksSub2		{ text-decoration: none; color: #00587B; font-weight: bold }

/*------------------------------------------------------------------------------------------- */
td.EventLinksSub2Select	{ 	font-size: 12px; 
				text-decoration: none; 
				color: #00C066; 
				font-weight: bold;
				padding-left: 10px;
			}
a.EventLinksSub2Select	{ 	color: #00C066; 
				font-weight: bold;
			}
a:link.EventLinksSub2Select	{ text-decoration: none; color: #00C066; font-weight: bold }
a:visited.EventLinksSub2Select	{ text-decoration: none; color: #00C066; font-weight: bold }
a:hover.EventLinksSub2Select	{ text-decoration: none; color: #00587B; font-weight: bold }
a:active.EventLinksSub2Select	{ text-decoration: none; color: #00C066; font-weight: bold }

/*------------------------------------------------------------------------------------------- */
td.EventLinksSub3	{ 	font-size: 11px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
				padding-left: 15px;
			}
a.EventLinksSub3	{	color: #003366; 
				font-weight: bold;
			}
a:link.EventLinksSub3		{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited.EventLinksSub3	{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover.EventLinksSub3		{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.EventLinksSub3		{ text-decoration: none; color: #00587B; font-weight: bold }

/*------------------------------------------------------------------------------------------- */
td.EventLinksSub3Select	{ 	font-size: 11px; 
				text-decoration: none; 
				color: #00C066; 
				font-weight: bold;
				padding-left: 15px;
			}
a.EventLinksSub3Select	{ 	color: #00C066; 
				font-weight: bold;
			}
a:link.EventLinksSub3Select	{ text-decoration: none; color: #00C066; font-weight: bold }
a:visited.EventLinksSub3Select	{ text-decoration: none; color: #00C066; font-weight: bold }
a:hover.EventLinksSub3Select	{ text-decoration: none; color: #00587B; font-weight: bold }
a:active.EventLinksSub3Select	{ text-decoration: none; color: #00C066; font-weight: bold }


/*------------------------------------------------------------------------------------------- */

td.WorkshopLinksSub	{ 	font-size: 14px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
				line-height: 15px;
			}
a.WorkshopLinksSub	{	font-size: 14px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
			}
a:link.WorkshopLinksSub		{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited.WorkshopLinksSub		{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover.WorkshopLinksSub		{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.WorkshopLinksSub		{ text-decoration: none; color: #00587B; font-weight: bold }

/*------------------------------------------------------------------------------------------- */
td.WorkshopLinksSubSelect{ 	font-size: 14px; 
				text-decoration: none; 
				color: #E28334; 
				font-weight: bold;
				line-height: 15px;
			}
a.WorkshopLinksSubSelect{ 	color: #00C066; 
				font-weight: bold;
			}
a:link.WorkshopLinksSubSelect		{ text-decoration: none; color: #E28334; font-weight: bold }
a:visited.WorkshopLinksSubSelect	{ text-decoration: none; color: #E28334; font-weight: bold }
a:hover.WorkshopLinksSubSelect		{ text-decoration: none; color: #00587B; font-weight: bold }
a:active.WorkshopLinksSubSelect	{ text-decoration: none; color: #E28334; font-weight: bold }

/*------------------------------------------------------------------------------------------- */
td.WorkshopLinksSub2	{ 	font-size: 12px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
				padding-left: 10px;
			}
a.WorkshopLinksSub2	{	color: #003366; 
				font-weight: bold;
			}
a:link.WorkshopLinksSub2		{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited.WorkshopLinksSub2		{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover.WorkshopLinksSub2		{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.WorkshopLinksSub2		{ text-decoration: none; color: #00587B; font-weight: bold }

/*------------------------------------------------------------------------------------------- */
td.WorkshopLinksSub2Select	{ 	font-size: 12px; 
				text-decoration: none; 
				color: #E28334; 
				font-weight: bold;
				padding-left: 10px;
			}
a.WorkshopLinksSub2Select	{ 	color: #00C066; 
				font-weight: bold;
			}
a:link.WorkshopLinksSub2Select		{ text-decoration: none; color: #E28334; font-weight: bold }
a:visited.WorkshopLinksSub2Select	{ text-decoration: none; color: #E28334; font-weight: bold }
a:hover.WorkshopLinksSub2Select	{ text-decoration: none; color: #00587B; font-weight: bold }
a:active.WorkshopLinksSub2Select	{ text-decoration: none; color: #E28334; font-weight: bold }



/* Links am Ende der Seite ------------------------------------------------------------ */		
td.LinkHomeRegPdf	{ 	font-family: Arial, Verdana,  'MS Sans Serif'; 
				font-size: 13px; 
				color: #A22449;
				font-weight: bold;
				padding-top: 5;
				border-top-style: solid;	
				border-top-width: 1	; 		
				border-Color: #E28334;
			}
a.LinkHomeRegPdf	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 14px; 
				text-decoration: none; 
				color: #A22449; 
				font-weight: bold;
			}
a:link.LinkHomeRegPdf		{ text-decoration: none; color: #A22449; font-weight: bold }
a:visited.LinkHomeRegPdf	{ text-decoration: none; color: #A22449; font-weight: bold }
a:hover.LinkHomeRegPdf		{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.LinkHomeRegPdf		{ text-decoration: none; color: #A22449; font-weight: bold }


/* Links Auswahl NC -------------------------------------------------------------------- */
td.NcSelectLinks	{ 	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #003381;
				padding-left: 50px;
			}
a:link.NcSelectLinks		{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited.NcSelectLinks		{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover.NcSelectLinks		{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.NcSelectLinks		{ text-decoration: none; color: #00587B; font-weight: bold }


/* ---------- Überschrift auf jede Seite ----------------------------------------------	*/
td.PageCaption1		{	font-size: 20 px; 
				color: #A22449;
				font-weight: bold;
				border-bottom-style: solid;	
				border-bottom-width: 1	; 		
				border-Color: #E28334;
			}

td.PageCaption1Underline{	font-size: 1px;
			}

td.PageCaption2		{ 	font-size: 13px;
				color: #A22449;
				font-weight: bold;
			}
td.PageCaption2Color1	{ 	font-size: 13px;
				color: #A22449;
				font-weight: bold;
			}
td.PageCaption2Color2	{ 	font-size: 13px;
				color: #A22449;
				font-weight: bold;
			}


/*-------------------------------------------------------------------------------------- */		
/* Seiten mit den Informationen								 */
/*-------------------------------------------------------------------------------------- */		

td.InformationCaption	{ 	background-color: #3C79AA;
				font-size: 12px; 
				color: #FFFFFF;
				padding-left: 10px;
				padding-right: 10px;
				font-weight: bold;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-bottom-style: solid;	
				border-bottom-width: 1; 		
				border-Color: #D2E9EA;
			}

td.Information		{	font-size: 11px; 
				color: #666666;
				padding-right: 10;
				padding-left: 10;
			}




/*----------------------------------------------------------------------------------------*/
/* PartnerListe										  */
/*----------------------------------------------------------------------------------------*/

td.PartnerCountryLinks	{	padding-left: 10px; 
				font-weight: bold;
			}

a.PartnerCountryLinks	{	text-decoration: none;
				color: #00587B; 
			}

a:link.PartnerCountryLinks	{ text-decoration: none; color: #00587B; }
a:visited.PartnerCountryLinks	{ text-decoration: none; color: #00587B; }
a:hover.PartnerCountryLinks	{ text-decoration: underline; color: #00C066; }
a:active.PartnerCountryLinks	{ text-decoration: none; color: #00587B; }


td.PartnerCountryALinks	{	padding-left: 10px; 
				font-weight: bold;
			}

a.PartnerCountryALinks	{ 	text-decoration: none;
				color: #00587B; 
			}
a:link.PartnerCountryALinks	{ text-decoration: none; color: #00587B; }
a:visited.PartnerCountryALinks	{ text-decoration: none; color: #00587B; }
a:hover.PartnerCountryALinks	{ text-decoration: underline; color: #00C066; }
a:active.PartnerCountryALinks	{ text-decoration: none; color: #00587B; }


td.PartnerCountry	{	font-weight: bold;
				color: #00587B; 
				PADDING-LEFT: 10px; 
				padding-right: 10px;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-color: #00587B; 
			}
a.PartnerCountry	{ 	text-decoration: none;
			}
a:link.PartnerCountry		{ text-decoration: none; }
a:visited.PartnerCountry	{ text-decoration: none; }
a:hover.PartnerCountry		{ text-decoration: none; }
a:active.PartnerCountry		{ text-decoration: none; }


td.PartnerCountryA	{	font-weight: bold;
				color: #00587B; 
				line-height: 19px;
				PADDING-LEFT: 10px; 
				padding-right: 10px;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-color: #00587B; 
			}			

a.PartnerCountryA	{ 	text-decoration: none;
			}

a:link.PartnerCountryA		{ text-decoration: none; }
a:visited.PartnerCountryA	{ text-decoration: none; }
a:hover.PartnerCountryA		{ text-decoration: none; }
a:active.PartnerCountryA	{ text-decoration: none; }



td.Partner		{ 	font-family: Arial, Verdana, 'MS Sans Serif';
				font-size: 11px;
				color: #455E7D;
				border-top-style: solid; 
				border-top-width: 1; 
				border-Color: #455E7D;
			}

td.PartnerA		{ 	font-family: Arial, Verdana, 'MS Sans Serif';
				font-size: 11px;
				color: #669999;
				border-top-style: solid; 
				border-top-width: 1; 
				border-Color: #669999;
			}

/*-------------------------------------------------------------------------------------- */
/* Programm zur Veranstaltung								 */
/*-------------------------------------------------------------------------------------- */

td.ProgramDate1		{	background-color: #3C79AA;
				font-size: 12px; 
				color: #FFFFFF;
				padding-left: 5;
				padding-bottom: 2;
				font-weight: bold;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-bottom-style: solid;	
				border-bottom-width: 1; 		
				border-Color: #D2E9EA;
			}

td.ProgramDate2		{ 	font-size: 11px; 
				color: #666666;
				padding-left: 5;
			}
td.ProgramTime		{	color: #666666;
				font-weight: bold;
			}
td.Program		{	/*color: #00587B;*/
				color: #666666;
			}

/*-------------------------------------------------------------------------------------- */
/* Workshop zur Veranstaltung								 */
/*-------------------------------------------------------------------------------------- */

td.WorkshopCaption	{	font-size: 14px; 
				background-color: #E28334;
				color: #FFFFFF;
				padding-left: 5;
				padding-top: 2;
				padding-bottom: 2;
				font-weight: bold;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-Color: #FFFFFF;
			}


td.WorkshopType		{	font-size: 14px; 
				color: #E28334;
				padding-left: 5;
				padding-top: 2;
				padding-bottom: 10;
				font-weight: bold;
				border-top-style: solid;	
				border-top-width: 2; 		
				border-Color: #E28334;
			}

td.WorkshopDate1	{	background-color: #3C79AA;
				font-size: 12px; 
				color: #FFFFFF;
				padding-left: 5;
				padding-bottom: 2;
				font-weight: bold;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-bottom-style: solid;	
				border-bottom-width: 1; 		
				border-Color: #D2E9EA;
			}


td.WorkshopTitle	{	font-size: 12px; 
				color: #E28334;
				font-weight: bold;
			}

td.WorkshopDate2	{ 	font-size: 11px; 
				color: #666666;
				padding-left: 5;
			}
td.WorkshopTime		{	color: #666666;
				font-weight: bold;
			}


td.WorkshopRef		{	color: #666666;
				font-weight: bold;
				font-style: italic;
				padding-top: 5px;
				padding-bottom: 10px;

			}

td.Workshop		{	color: #666666;
			}


td.WorkshopTitleReg	{	font-size: 11px; 
				color: #666666;
				font-weight: bold;
				padding-top: 3px;
			}

.radio.WorkshopOptionReg{	
			}


td.WorkshopRefReg	{	color: #666666;
				font-weight: bold;
				font-style: italic;
				padding-bottom: 10px;
			}

td.RegFormWorkshopOption{	color: #E28334;
				font-weight: bold;
			}

.radio.RegFormWorkshopOption{	padding-top: 2px;
				font-weight: bold;
			}

td.RegFormWorkshopLine	{	font-size: 1px;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-color: #E28334;
			}


/*------------------------------------------------------------------------------------- */
/* Anmeldefomrular									*/
/*------------------------------------------------------------------------------------- */
td.RegCaption1		{ 	background-color: #3C79AA;
				font-size: 12px; 
				color: #FFFFFF;
				padding-left: 5;
				padding-bottom: 2;
				font-weight: bold;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-bottom-style: solid;	
				border-bottom-width: 1; 		
				border-Color: #D2E9EA;
			}
td.RegCaptionRed	{	font-size: 12px; 
				color: #A22449;
				padding-bottom: 2;
				font-weight: bold;
			}
td.RegCaption1C		{ 	background-color: #3C79AA;
				font-size: 12px; 
				color: #FFFFFF;
				padding-left: 5;
				padding-bottom: 2;
				font-weight: bold;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-bottom-style: solid;	
				border-bottom-width: 1; 		
				border-Color: #D2E9EA;
			}
td.RegCaption2		{ 	font-size: 11px; 
				/*color: #00587B;*/
				color: #666666;
				font-weight: bold;
			}
td.RegCaption2C		{ 	font-size: 11px; 
				color: #666666;
				font-weight: bold;
			}


td.RegSection		{	font-size: 12px; 
				color: #00587B;
				font-weight: bold; 
				border-top-style: solid; 
				border-top-width: 1; 
				border-Color: #DEF0EB;
			}
td.RegSectionC		{	font-size: 11px; 
				color: #666666;
				font-weight: bold; 
				border-top-style: dotted; 
				border-top-width: 1; 
				border-Color: #607B9D;
			}

td.RegGeneral		{ 	font-size: 12px; 
				/*color: #00587B;*/
				color: #666666;
				padding-bottom: 2;
				font-weight: bold;
			}

td.RegGeneralRed	{ 	font-size: 12px; 
				color: #A22449;
				padding-bottom: 2;
				font-weight: bold;
			}

td.RegFieldName		{	font-size: 10px; 
				color: #607B9D;
			}

input.RegFieldName	{	font-size: 11px; 
				color: #002D56;
			}

select.RegFieldName	{	font-size: 11px; 
				color: #002D56;
			}
td.RegFieldNameC	{	font-size: 11px; 
				color: #666666;
				/*font-weight: bold; */
			}
td.RegFieldNameSmall	{	font-size: 9px; 
				color: 	#607B9D;
			}

td.RegMulti		{	font-size: 10px; 
				color: #607B9D;
			}
.select.RegMulti	{ 	width:400px;
			}
select.RegMulti       	{ 	font-size: 10px; 
				color: #003366; 
				background-color: #F5F5F5;
			}

.select.RegAbsent	{ 	width:150px;
			}
select.RegAbsent	{ 	font-family: 'Lucida Sans Typewriter', 'Courier New', 'MS Sans Serif'; 
				font-size: 10px; 
				color: #002D56; 
				background-color: #FFFFFF;
			}

td.RegCheckBox		{ 	font-size: 11px; 
				color: #607B9D;
				border-top-style: dotted; 
				border-top-width: 1; 
				border-Color: #CCCCCC;
			}
td.RegCheckBoxC		{ 	font-size: 11px; 
				color: #666666;
				/*font-weight: bold; */
				border-top-style: dotted; 
				border-top-width: 1; 
				border-Color: #CCCCCC;
			}

td.RegOption		{ 	font-size: 10px; 
				color: #00587B;
			}

td.RegSector		{	font-size: 10px; 
				color: #607B9D;
			}
.select.RegSector	{ 	width:400px;
			}
select.RegSector       	{ 	font-size: 10px; 
				color: #003366; 
				background-color: #F5F5F5;
			}


td.RegUnderline		{ 	font-size: 10px; 
				color: #455E7D; 
				text-decoration: underline; 
				font-weight: bold;
			}


/*-------------------------------------------------------------------------------------- */
/* Katalog										 */
/*-------------------------------------------------------------------------------------- */

td.CatalogDistance	{	font-family: 'Lucida Sans Typewriter', 'Courier New', 'MS Sans Serif'; 
				font-size: 1pt;
				padding-left: 10px; 
			}

/*-------------------------------------------------------------------------------------- */
td.MenuCatalogLinks	{ 	background-color: #00587B;
				font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				text-decoration: none; 
				color: #FFFFFF;
				font-weight:bold 
			}
a.MenuCatalogLinks	{	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				text-decoration: none; 
				color: #FFFFFF;
				font-weight:bold 
			}
a:link.MenuCatalogLinks		{ text-decoration: none; color: #FFFFFF }
a:visited.MenuCatalogLinks	{ text-decoration: none; color: #FFFFFF }
a:hover.MenuCatalogLinks	{ text-decoration: none; color: #D2E9EA }
a:active.MenuCatalogLinks	{ text-decoration: none; color: #FFFFFF }

td.MenuCatalogLinksRight{ 	background-color: #00587B;
				font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				text-decoration: none; 
				color: #FFFFFF;
				font-weight:bold 
				text-align: right;
			}
a.MenuCatalogLinksRight	{	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				text-decoration: none; 
				color: #FFFFFF;
				font-weight:bold 
			}
a:link.MenuCatalogLinksRight		{ text-decoration: none; color: #FFFFFF }
a:visited.MenuCatalogLinksRight	{ text-decoration: none; color: #FFFFFF }
a:hover.MenuCatalogLinksRight	{ text-decoration: none; color: #D2E9EA }
a:active.MenuCatalogLinksRight	{ text-decoration: none; color: #FFFFFF }


/*-------------------------------------------------------------------------------------- */
td.CatalogSelectLinks	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 14px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
				padding-top: 5px;
				padding-bottom: 5px;
			}

a.CatalogSelectLinks	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 14px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
			}
a:link.CatalogSelectLinks	{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited.CatalogSelectLinks	{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover.CatalogSelectLinks	{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.CatalogSelectLinks	{ text-decoration: none; color: #00587B; font-weight: bold }

/*-------------------------------------------------------------------------------------- */
td.CatalogListLinksLeftArrow	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #455E7D; 
				font-weight: bold;
				border-top-style: solid; 
				border-top-width: 1; 
				border-Color: #6B6B6B;
				padding-top: 5px;
				padding-Bottom: 5px;
			}

a.CatalogListLinksLeftArrow	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #455E7D; 
				font-weight: bold;
			}
a:link.CatalogListLinksLeftArrow		{ text-decoration: none; color: #455E7D }
a:visited.CatalogListLinksLeftArrow	{ text-decoration: none; color: #455E7D }
a:hover.CatalogListLinksLeftArrow	{ text-decoration: none; color: #314359 }
a:active.CatalogListLinksLeftArrow	{ text-decoration: none; color: #314359 }

/*-------------------------------------------------------------------------------------- */
td.CatalogListLinksLeft	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #455E7D; 
				font-weight: bold;
				border-top-style: solid; 
				border-top-width: 1; 
				border-Color: #6B6B6B;
				padding-top: 5px;
				padding-Bottom: 5px;
			}

a.CatalogListLinksLeft	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #455E7D; 
				font-weight: bold;
				padding-top: 5px;
				padding-Bottom: 5px;
			}
a:link.CatalogListLinksLeft		{ text-decoration: none; color: #455E7D }
a:visited.CatalogListLinksLeft	{ text-decoration: none; color: #455E7D }
a:hover.CatalogListLinksLeft	{ text-decoration: none; color: #314359 }
a:active.CatalogListLinksLeft	{ text-decoration: none; color: #314359 }

/*-------------------------------------------------------------------------------------- */

td.CatalogListLinksRight{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #455E7D; 
				font-weight: bold;
				border-top-style: solid; 
				border-top-width: 1; 
				border-Color: #6B6B6B;
				padding-top: 5px;
				padding-Bottom: 5px;
			}

a.CatalogListLinksRight	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #455E7D; 
				font-weight: bold;
			}
a:link.CatalogListLinksRight		{ text-decoration: none; color: #455E7D }
a:visited.CatalogListLinksRight	{ text-decoration: none; color: #455E7D }
a:hover.CatalogListLinksRight	{ text-decoration: none; color: #314359 }
a:active.CatalogListLinksRight	{ text-decoration: none; color: #314359 }

/*-------------------------------------------------------------------------------------- */


td.CatalogImportantBlue	{	padding-bottom: 5px;
				color: #175AA1;
				font-weight: bold;
			}

td.CatalogImportantRed	{	padding-bottom: 5px;
				color: #A41330;
				font-weight: bold;
				border-bottom-style: solid; 
				border-bottom-width: 1; 
				border-Color: #555555;
			}



td.CatalogCompanyId 	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 16px; 
				color: #A22449;
				padding-left: 15;
				padding-bottom: 2;
				padding-top: 2;
				font-weight: bold;
				border-top-style: solid; 
				border-top-width: 1; 
				border-bottom-style: solid; 
				border-bottom-width: 1; 
				border-Color: #E28334;
			}

td.CatalogCompanyname	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 16px; 
				color: #A22449;
				padding-left: 15;
				padding-bottom: 2;
				padding-top: 2;
				font-weight: bold;
				border-top-style: solid; 
				border-top-width: 1; 
				border-bottom-style: solid; 
				border-bottom-width: 1; 
				border-Color: #E28334;

			}


td.CatalogCountry	{ 	font-family: Arial,  Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				color: #A22449;
				padding-bottom: 2;
				padding-top: 2;
				font-weight: bold;
				border-top-style: solid; 
				border-top-width: 1; 
				border-bottom-style: solid; 
				border-bottom-width: 1; 
				border-Color: #E28334;
			}

td.CatalogSector	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				color: #A22449;
				padding-left: 15;
				font-weight: bold;
			}

td.CatalogUnderline	{	text-decoration: underline;
			}


td.CatalogField		{	font-family: Arial, Verdana, 'MS Sans Serif'; 
				color: #00587B;
				font-size: 11px; 
				padding-right: 10px;
			}

a.CatalogField		{ 	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 11px; 
				text-decoration: none; 
				color: #002D56
				font-weight: bold;
			}
a:link.CatalogField		{ text-decoration: none; color: #002D56; font-weight: bold }
a:visited.CatalogField		{ text-decoration: none; color: #002D56; font-weight: bold }
a:hover.CatalogField		{ text-decoration: underline; color: #009DCA; font-weight: bold }
a:active.CatalogField		{ text-decoration: none; color: #002D56; font-weight: bold }


td.CatalogFieldRight	{	padding-right: 10px;
			}

td.CatalogFieldName	{	font-size: 7pt;
			}


td.CatalogGeneral	{	padding-bottom: 2;
				font-weight: bold;
				line-height: 12px;
			}


td.CatalogQuantity	{ 	font-size: 11px; 
				color: #333333;
				font-weight: bold;
				padding-right: 50;
			} 

td.CatalogInfo		{ 	padding-left: 10px;
				padding-right: 10px;
			} 

td.CatalogCaption1	{ 	background-color: #3C79AA;
				font-size: 12px; 
				color: #FFFFFF;
				padding-left: 5;
				padding-bottom: 2;
				font-weight: bold;
				border-top-style: solid;	
				border-top-width: 1; 		
				border-bottom-style: solid;	
				border-bottom-width: 1; 		
				border-Color: #D2E9EA;
			}
td.CatalogSection	{ 	font-size: 12px; 
				color: #00587B;
				font-weight: bold; 
				border-top-style: solid; 
				border-top-width: 1; 
				border-Color: #DEF0EB;
			}

td.CatalogSearchField	{	color: #00587B;
				font-size: 11px; 
				padding-left: 5;
			}
input.CatalogSearchField{	font-size: 11px; 
				color: #002D56;
			}
.select.CatalogSearchField{ 	width:240px;
			}
select.CatalogSearchField{	font-size: 11px; 
				color: #002D56;
			}

/* Liste zum Auswählen der Firmen     							  */
a.List			{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #607B9D; 
				font-weight: bold;
			}
a:link.List		{ text-decoration: none; color: #607B9D; }
a:visited.List		{ text-decoration: none; color: #607B9D;  }
a:hover.List		{ text-decoration: underline; color: #607B9D;  }
a:active.List	  	{ text-decoration: none; color: #607B9D;  }


/*----------------------------------------------------------------------------------------*/
/* PRINT CATALOG									  */
/*----------------------------------------------------------------------------------------*/


body.print		{ 	background-image: url('');
				background-color: #FFFFFF;
			}

table.print		{ 	table-layout:fixed }
td.PrintCaption1Red  	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 14px; 
				color: #A22449; 
				font-weight: bold;
			}

	
td.PrintDistance	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 4px; 
				color:#00587B;
			}


td.PrintLeftTop		{	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 16px; 
				color: #00587B; 
				font-weight: bold;
				border-top-style: solid; 
				border-top-width: 1; 
				border-left-style: solid; 
				border-left-width: 1;
				border-Color: #00587B;
			}

td.PrintRightTop	{	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 16px; 
				color: #00587B; 
				font-weight: bold;
				border-top-style: solid; 
				border-top-width: 1; 
				border-right-style: solid; 
				border-right-width: 1; 
				border-Color: #00587B;
			}

td.PrintLeftBottom	{	font-family:  Arial, Verdana,'MS Sans Serif'; 
				font-size: 16px; 
				color: #00587B; 
				font-weight: bold;
				border-bottom-style: solid; 
				border-bottom-width: 1; 
				border-left-style: solid; 
				border-left-width: 1; 
				border-Color: #00587B;
			}
td.PrintRightBottom	{	font-family:  Arial, Verdana,'MS Sans Serif'; 
				font-size: 16px; 
				color: #00587B; 
				font-weight: bold;
				border-bottom-style: solid; 
				border-bottom-width: 1; 
				border-right-style: solid; 
				border-right-width: 1; 
				border-Color: #00587B;
			}

td.PrintCompany		{	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 18px; 
				color: #00587B; 
				font-weight: bold;
				border-top-style: solid; 
				border-top-width: 1; 
				border-Color: #00587B;
			}

td.PrintSector		{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				color: #00587B; 
				font-variant: small-caps; 
				font-weight: bold;
				border-bottom-style: solid; 
				border-bottom-width: 1; 
				border-right-style: solid; 
				border-right-width: 1; 
				border-Color: #00587B;
			}

td.PrintCatalogUnderline	{	font-family: Arial, Verdana, 'MS Sans Serif'; 
				color: #00587B;
				font-size: 11px; 
				text-decoration: underline;
			}

td.PrintCatalogField		{	font-family: Arial, Verdana, 'MS Sans Serif'; 
				color: #00587B;
				font-size: 11px; 
			}

td.PrintCatalogMulti		{	font-family: Arial, Verdana, 'MS Sans Serif'; 
				color: #00587B;
				font-size: 11px; 
			}

td.PrintCatalogGeneral	{ 	font-size: 12px; 
				color: #00587B;
				padding-bottom: 2;
				font-weight: bold;
			}


/*--------------------------------------------------------------------------------------*/
/* Nationale Partner 						  			*/
/*--------------------------------------------------------------------------------------*/

td.HomeNpLinks		{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #00587B;
				font-weight: bold;
			}
a.HomeNpLinks		{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
			}
a:link.HomeNpLinks		{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited.HomeNpLinks		{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover.HomeNpLinks		{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.HomeNpLinks  		{ text-decoration: none; color: #00587B; font-weight: bold }


td.NpListLinks		{ 	font-family: Arial,  Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #666666;
				font-weight: bold;
			}
a:link.NpListLinks		{ text-decoration: none; color: #00587B; font-weight: bold }
a:visited.NpListLinks		{ text-decoration: none; color: #00587B; font-weight: bold }
a:hover.NpListLinks		{ text-decoration: none; color: #00C066; font-weight: bold }
a:active.NpListLinks  		{ text-decoration: none; color: #00587B; font-weight: bold }




td.NpIntro		{ 	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 12px; 
				color: #333333;
				line-height: 15px;
				padding-bottom: 10;
				border-bottom-style: solid; 
				border-bottom-width: 1; 
				border-color: #FFFFFF;
				padding-right: 50;
				padding-left: 25;
			}

td.NpInfo		{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				color: #00587B;
				line-height: 150%;
			}

td.NpImportantUnder	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				color: #C2374A; 
				text-decoration: underline
			}

td.NpImportant		{ 	font-family: Arial, Verdana,  'MS Sans Serif'; 
				font-size: 12px; 
				color: #C2374A; 
			}




/* Links für das Menu auf der Seite ---------------------------------------------------------------------- */
td.MenuLinks		{ 	font-family: Arial,  Verdana, 'MS Sans Serif'; 
				font-size: 1opx; 
				text-decoration: none; 
				color: #333333;
				font-weight: bold;
			}
a:link.MenuLinks		{ text-decoration: none; color: #2D5E86; font-weight: bold }
a:visited.MenuLinks		{ text-decoration: none; color: #2D5E86; font-weight: bold }
a:hover.MenuLinks		{ text-decoration: none; color: #1B3850; font-weight: bold }
a:active.MenuLinks  		{ text-decoration: none; color: #2D5E86; font-weight: bold }



/*------------------------------------------------------------------------------------- */
/* Gesprächswünsche									*/
/*------------------------------------------------------------------------------------- */

td.MeetingCompanyName	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 12px; 
				color: #00587B;
				font-weight: bold;
				background-color: #F3F3F3;
			}
td.MeetingCaption1	{ 	font-family: Arial,  Verdana, 'MS Sans Serif'; 
				font-size: 13px; 
				color: #7F96Ab;
				font-weight: bold;
				border-bottom-style: solid;
				border-bottom-width: 1; 
				border-Color: #7F96Ab;
				padding-top: 5;
			}
td.MeetingCaption2	{ 	font-family: Arial,  Verdana, 'MS Sans Serif'; 
				font-size: 13px; 
				color: #7F96Ab;
				font-weight: bold;
				padding-top: 5;
			}

td.MeetingInfoList	{ 
			} 


td.MeetingInfo		{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				color: #666666;
				list-style-type: font-family; 
				list-style-image: url('images/ArrowWhite.gif');

			} 
td.MeetingInfoBooked	{ 	font-family: Arial, Verdana, 'MS Sans Serif'; 
				font-size: 11px; 
				color: #008080;
				font-weight: bold;
			} 
td.MeetingInfoSmall	{ 	font-family: Arial, Verdana,  'MS Sans Serif'; 
				font-size: 10px; 
				color: #002D56;
			} 
.select.Meetings	{ 	width: 400px;
			}
select.Meetings		{ 	font-family: 'Lucida Sans Typewriter', 'Courier New', 'MS Sans Serif'; 
				font-size: 10px; 
				color: #333333; 
				background-color: #BBE2EA;
			}





/*--------------------------------------------------------------------------------------*/
/*  Tabellen - EICLuTables								*/
/*--------------------------------------------------------------------------------------*/

a:link.TablesLinksPlus		{ text-decoration: none; color: #00587B; }
a:visited.TablesLinksPlus	{ text-decoration: none; color: #00587B; }
a:hover.TablesLinksPlus		{ text-decoration: underline; color: #00587B; }
a:active.TablesLinksPlus	{ text-decoration: none; color: #00587B; }

/*--------------------------------------------------------------------------------------*/	
td.TablesLinksPlus1	{ 	list-style-image: url('images/Plus.GIF');
				text-decoration: underline;
				color: #00587B; 
				padding-left: 30px;
				list-style-position:outside;
			}

td.TablesLinksPlus2	{ 	list-style-image: url('images/Plus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 50px;
				list-style-position:outside;
			}
td.TablesLinksPlus3	{ 	list-style-image: url('images/Plus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 70px;
				list-style-position:outside;
			}

td.TablesLinksPlus4	{ 	list-style-image: url('images/Plus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 90px;
				list-style-position:outside;
			}
td.TablesLinksPlus5	{ 	list-style-image: url('images/Plus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 110px;
				list-style-position:outside;
			}

td.TablesLinksPlus6	{ 	list-style-image: url('images/Plus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 130px;
				list-style-position:outside;
			}


a:link.TablesLinksMinus		{ text-decoration: none; color: #00587B; }
a:visited.TablesLinksMinus	{ text-decoration: none; color: #00587B; }
a:hover.TablesLinksMinus	{ text-decoration: underline; color: #00587B; }
a:active.TablesLinksMinus	{ text-decoration: none; color: #00587B; }

td.TablesLinksMinus1	{ 	list-style-image: url('images/Minus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 30px;
				list-style-position:outside;
			}

td.TablesLinksMinus2	{ 	list-style-image: url('images/Minus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 40px;
				list-style-position:outside;
			}

td.TablesLinksMinus3	{ 	list-style-image: url('images/Minus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 70px;
				list-style-position:outside;
			}

td.TablesLinksMinus4	{ 	list-style-image: url('images/Minus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 90px;
				list-style-position:outside;
			}
td.TablesLinksMinus5	{ 	list-style-image: url('images/Minus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 110px;
				list-style-position:outside;
			}
td.TablesLinksMinus6	{ 	list-style-image: url('images/Minus.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 120px;
				list-style-position:outside;
			}
td.TablesLinksSelect	{ 	list-style-image: url('images/DotBlack9x9.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 60px;
				list-style-position:outside;
			}

a:link.TablesLinksSelect	{ text-decoration: none; color: #00587B; }
a:visited.TablesLinksSelect	{ text-decoration: none; color: #00587B; }
a:hover.TablesLinksSelect	{ text-decoration: underline; color: #00587B; }
a:active.TablesLinksSelect	{ text-decoration: none; color: #00587B; }


td.TablesLinksSelect2	{ 	list-style-image: url('images/DotBlack9x9.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 30px;
				list-style-position:outside;
			}

td.TablesLinksSelect3	{ 	list-style-image: url('images/DotBlack9x9.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 50px;
				list-style-position:outside;
			}

td.TablesLinksSelect4	{ 	list-style-image: url('images/DotBlack9x9.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 70px;
				list-style-position:outside;
			}
td.TablesLinksSelect5	{ 	list-style-image: url('images/DotBlack9x9.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 90px;
				list-style-position:outside;
			}
td.TablesLinksSelect6	{ 	list-style-image: url('images/DotBlack9x9.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 110px;
				list-style-position:outside;
			}
td.TablesLinksSelect7	{ 	list-style-image: url('images/DotBlack9x9.GIF');
				text-decoration: none; 
				color: #00587B; 
				padding-left: 130px;
				list-style-position:outside;
			}





td.TablesCaption	{	font-size: 13px; 
				color: #333333;
				font-weight: bold;
				padding-bottom: 10;
				padding-left: 25;
			}



.select.TablesSelectHelp{ 	width:400px;
			}

select.TablesSelectHelp	{ 	font-size: 10px; 
				color: #003366; 
				background-color: #F5F5F5;
			}
td.Tables		{ 	font-size: 11px; 
				color: #333333;
				padding-right: 25;
				padding-left: 25;
				list-style-type: font-family; 
				list-style-image: url('images/ListBlue.gif');
			
			} 
td.TablesSmall		{ 	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 10px; 
				color: #333333;
				padding-right: 25;
				padding-left: 25;
				list-style-type: font-family; 
				list-style-image: url('images/ListBlue.gif');
			}

td.Tables		{ 	font-size: 11px; 
				color: #333333;
				padding-right: 25;
				padding-left: 25;
				list-style-type: font-family; 
				list-style-image: url('images/ListBlue.gif');
			}
	

/*----------------------------------------------------------------------------------------*/
/* Admin										  */
/*----------------------------------------------------------------------------------------*/


a.AdminHomeLinks	{ 	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
			}


td.AdminHomeLinks	{ 	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 12px; 
				text-decoration: none; 
				color: #002D56
				font-weight: bold;
			}
a:link.AdminHomeLinks	{ text-decoration: none; color: #002D56; font-weight: bold }
a:visited.AdminHomeLinks	{ text-decoration: none; color: #002D56; font-weight: bold }
a:hover.AdminHomeLinks	{ text-decoration: underline; color: #009DCA; font-weight: bold }
a:active.AdminHomeLinks 	{ text-decoration: none; color: #002D56; font-weight: bold }


a.AdminLink		{ 	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 11px; 
				text-decoration: none; 
				color: #003366; 
				font-weight: bold;
			}

td.AdminLink		{ 	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 11px; 
				text-decoration: none; 
				color: #002D56
				font-weight: bold;
			}
a:link.AdminLink	{ text-decoration: none; color: #002D56; font-weight: bold }
a:visited.AdminLink	{ text-decoration: none; color: #002D56; font-weight: bold }
a:hover.AdminLink	{ text-decoration: underline; color: #009DCA; font-weight: bold }
a:active.AdminLink 	{ text-decoration: none; color: #002D56; font-weight: bold }
td.AdminInfo		{ 	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 11px; 
				color: #002D56;
				line-height: 150%;

			}

td.AdminSmall		{ 	font-family: Verdana, Arial,  'MS Sans Serif'; 
				font-size: 8px; 
				color: #002D56;
			}

td.AdminFieldName	{	font-size: 10px; 
				color: #7F96AB;
			}

input.AdminFieldName	{	font-size: 11px; 
				color: #002D56;
			}

