/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #696969;
}

/* background color for the content part of the pages */
body
{
    background-color: #ffffff;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#00539F
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #696969;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#00539F;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:White;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:White;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:White;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:White;
}

/* style for separator between site links */
.Accent
{
    color:White;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */

.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #00539F;
}



/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #00539F;
}


.HeadBlack   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */

.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #00539F;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}





/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}


  
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #00539F;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #00539F;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #00539F;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #00539F;
}

A:link  {
/* text-decoration:    none;*/
    color:  #00539F;
}

A:visited   {
    /*text-decoration:    none;*/
    color:  #00539F;
}

A:active    {
    text-decoration:    none;
    color:  #00539F;
}

A:hover {
    text-decoration:    underline;
    color:  #FF0000;
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square;

	
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}




/* CIC STYLES BEGIN */
/* text style used for most text rendered by modules */
.cicHeadWhite   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:bold;
    color: #FFFFFF;
}



.cicNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.cicNormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}


.cicNormalForList
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
}


.cicNormalSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
.cicNormalMiddle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}


.cicForntpageNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;

/*
	line-height: 60px;
	list-style-image: url(/images/arrowFront.gif);
	vertical-align: middle;
*/

}


.cicNormalWithPadding
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding-left: 5px;
}

.cicNormalKursiv
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;

}

.cicNormalUnderline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
}



.cicTitleBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight:    bold;
	color: #00539F;
	page-break-after: always;
	line-height: 25px;
}


.cicSmallTitleBoldTable {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #00539F;
}


.cicList
{/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	list-style-type: circle;
	list-style-position: outside;
	white-space:pre;
	list-style-image: url(images/ico.gif); */
}


.cicListNumbers
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	list-style-type: circle;
	list-style-position: outside;
	white-space:pre;
/*	list-style-image: url(images/ico.gif); */
}

.cicListNumbersAsTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #00539F;


	line-height: 20px;
	list-style-type: decimal;
	list-style-position: outside;
	/*white-space:pre; 2009_04_24,vop */
	white-space:normal;
/*	list-style-image: url(images/ico.gif); */


}

.cicListFrontPage
{
	line-height: 60px;
/*	list-style-image: url(/images/arrowFront.gif);
	vertical-align: middle; */

}



.cicListIcoBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(images/ico.gif);
}

.cicListLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	list-style-type: circle;
	list-style-position: outside;
	white-space:pre;
	list-style-image: url(images/ico.gif);
}


.cicMandatoryField{
	background-color: #FFFFCC;
}

.cicTextBoxNonEditable{
	background-color: #FF9999;
}


.cicBgDunkel
{
	/*background-color: #e3f1f9;
	background-color: #CBCBCB;	*/
		background-color: #CDD3D4;
		background-color: #FFFFFF;
	
}

.cicTitelGross 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00539F;
	padding-left: 5px;
}



.cicTitelGrossOhnePadding
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00539F;
}

.cicTitelGrossRot
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
	padding-left: 5px;
}

.cicTitelGrossRotOhnePadding
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}

.cicFormLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00539F;
	padding-left: 5px;
	line-height: 20px;
}


.cicFormLabelKursiv
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00539F;
	padding-left: 5px;
	line-height: 20px;
	font-style:italic;
}


.cicFormLabelBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00539F;
	padding-left: 5px;
	line-height: 20px;
}

.cicFormLabelLight
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #9C9CE9;
 padding-left: 5px;
}


.cicFormLabelOhnePadding
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00539F;
}

.cicFormLabelOhnePaddingBig
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00539F;
	font-style: italic;
}

.cicTextNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

.cicTbMandatory
{
	background-color: #FFFFDF;
}

.cicTextError
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FF0000;
	padding-left: 5px;
}

.cicTextErrorOhnePadding
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FF0000;
}

.cicTitelGrossOhnePaddingGlossarCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00539F;
	border-bottom:solid;
	border-bottom-color:#00539F;
}


/* start datagrid */
.cicDataGrid
{

	border-width :1px;
	border-color :#808080;
	/**/
}

.cicDataGridButtonSmall
{
	height:25px;
	width:120px;
}

.cicDataGridButtonLarge
{
	height:25px;
	width:55px;
}


.cicDataGrid td
{
	vertical-align:middle;
}


.cicDataGrid a
{
	text-decoration: none;
	color: #00539F;
}


.cicItemStyleHeader
{
	font-size :12px;
	font-family :Arial, Helvetica, sans-serif;
	font-weight :bold;
	color :#FFFFFF;
	background-color :#00539F;
	border-width: 1px;
	border-color: #FFFFFF;
	vertical-align:middle;
}
.cicItemStyleHeader A:link 
{
	text-decoration: none;
	color: #FFFFFF;
}
.cicItemStyleHeader A:visited 
{
	text-decoration: none;
	color: #FFFFFF;
}
.cicItemStyleHeader A:active 
{
	text-decoration: none;
	color: #FFFFFF;
}
.cicItemStyleHeader A:hover 
{
	text-decoration: none;
	color: red;
}


.cicItemStyle
{
	font-size :12px;
	font-family :Arial, Helvetica, sans-serif;
	font-weight :normal;
	color :#000000;
	word-wrap: break-word;
	vertical-align:top;
	vertical-align:middle;
}

.cicItemStyleAlternating
{
	font-size :12px;
	font-family :Arial, Helvetica, sans-serif;
	font-weight :normal;
	color :#000000;
	background-color :#F7F7F7;
	word-wrap: break-word;
	vertical-align:middle;
	
}

.cicItemStyleEdit
{
	font-size :12px;
	font-family :Arial, Helvetica, sans-serif;
	font-weight :normal;
	color :#000000;
	background-color :#FAEBD7;
	word-wrap: break-word;
	vertical-align:middle;
}

.cicItemStyleFooter
{
	font-size :12px;
	font-family :Arial, Helvetica, sans-serif;
	font-weight :normal;
	color :#000000;
	background-color :#FAEBD7;
	word-wrap: break-word;
	vertical-align:middle;
}
/* end datagrid */


.cicBgColorPopup
{
	background-color :#dcdcdc;
}

.CommandButtonBig     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration:none;
}

.cicVerticalText
{
writing-mode: tb-rl;
filter: flipv fliph;
height:40px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

.borderTop
{	
border-top-width:1px;
border-top-style:outset;
border-top-color:#000000;
}

.borderBottom
{
border-bottom-width:1px;
border-bottom-style:outset;
border-bottom-color:#000000;
}
.borderLeft
{
border-left-width:1px;
border-left-style:outset;
border-left-color:#000000;
}
.borderTopAndLeft
{	
border-top-width:1px;
border-top-style:outset;
border-top-color:#000000;
border-left-width:1px;
border-left-style:outset;
border-left-color:#000000;
}
.borderBottomAndLeft
{
border-bottom-width:1px;
border-bottom-style:outset;
border-bottom-color:#000000;
border-left-width:1px;
border-left-style:outset;
border-left-color:#000000;
}
.borderRight
{
border-right-width:1px;
border-right-style:outset;
border-right-color:#000000;
}
.borderTopAndRight
{	
border-top-width:1px;
border-top-style:outset;
border-top-color:#000000;
border-right-width:1px;
border-right-style:outset;
border-right-color:#000000;
}
.borderBottomAndRight
{
border-bottom-width:1px;
border-bottom-style:outset;
border-bottom-color:#000000;
border-right-width:1px;
border-right-style:outset;
border-right-color:#000000;
}


.cicSearchEngineButton
{
	margin-left: 298px;	
}
.cicSearchEngineFavoriteButton
{
	margin-left: 2px;
}

/* CIC STYLES END */



/*	.menuitem_PortalBanner{								 color:#C0E2FF;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:1px;border-style:solid;} */
	.menuitem_PortalBanner{									 color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:1px;border-style:solid;}
	.submenu_PortalBanner{			background-color:#E7E8E8;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:0px;border-style:solid;border-color:696969;border-left-color:#000000;border-top-color:#000000;border-right-color:000000;border-bottom-color:000000;cursor:pointer;cursor:hand;}
	.menustyle_PortalBanner{		background-color:#E7E8E8;																		                         border:1px;border-style:solid;border-color:000000;border-bottom-color:000000;border-top-color:000000;border-left-color:000000;border-right-color:000000;}
	.mouseup_PortalBanner{			background-color:#FFFFFF;color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:1px;border-style:solid;border-color:000000;cursor:pointer;cursor:hand;}
	.mouseover_PortalBanner{		background-color:#FFFFFF;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:1px;border-style:solid;border-color:000000;border-left-color:#000000;border-top-color:#000000;border-right-color:000000;border-bottom-color:000000;cursor:pointer;cursor:hand;}
	.mousedown_PortalBanner{		background-color:#696969;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:1px;border-style:solid;border-color:000000;border-right-color:#000000;border-bottom-color:#000000;border-left-color:000000;border-top-color:000000;cursor:pointer;cursor:hand;}
	/*.highlighteditem_PortalBanner { font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color: #ffffff; background-color: #c00000; font-weight: bold; cursor: default} /*




/*----------------------------------------------------------------
		START: skmMenu Styles
----------------------------------------------------------------*/
/*
	.menustyle_ReportRender{	background-color:#3F3F3F;border:1px;border-bottom-color:black;border-top-color:gray;border-left-color:gray;border-right-color:black;border-style:solid;}
	.menuitem_ReportRender{		color:white;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:2px;padding-left:5px;padding-right:15px;border:1px;border-style:solid;}
	.mouseup_ReportRender{		background-color:#3F3F3F;color:white;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:2px;padding-left:5px;padding-right:15px;border:1px;border-color:#3F3F3F;border-style:solid;cursor:pointer;cursor:hand;}
	.mouseover_ReportRender{	background-color:#3B5386;color:white;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:2px;padding-left:5px;padding-right:15px;border:1px;border-color:3F3F3F;border-left-color:#8A99BA;border-top-color:#8A99BA;border-right-color:black;border-bottom-color:black;border-style:ridge;cursor:pointer;cursor:hand;}
	.mousedown_ReportRender{	background-color:#3B5386;color:white;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:2px;padding-left:5px;padding-right:15px;border:1px;border-color:3F3F3F;border-right-color:#8A99BA;border-bottom-color:#8A99BA;border-left-color:black;border-top-color:black;border-style:solid;cursor:pointer;cursor:hand;}

*/	
	.menustyle_ReportRender{		background-color:#FFFFFF;																		                         border:1px;border-style:solid;border-color:000000;border-bottom-color:000000;border-top-color:000000;border-left-color:000000;border-right-color:000000;}
	.menuitem_ReportRender{									 color:#00539F;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:1px;border-style:solid;}
	.mouseup_ReportRender{			background-color:#696969;color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:1px;border-style:solid;border-color:000000;cursor:pointer;cursor:hand;}
	.mouseover_ReportRender{		background-color:#CBCBCB;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:1px;border-style:solid;border-color:000000;border-left-color:#000000;border-top-color:#000000;border-right-color:000000;border-bottom-color:000000;cursor:pointer;cursor:hand;}
	.mousedown_ReportRender{		background-color:#696969;color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:1px;border-style:solid;border-color:000000;border-right-color:#000000;border-bottom-color:#000000;border-left-color:000000;border-top-color:000000;cursor:pointer;cursor:hand;}
	.submenu_ReportRender{			background-color:#FFFFFF;color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:0px;padding-left:5px;padding-right:5px;border:0px;border-style:solid;border-color:696969;border-left-color:#000000;border-top-color:#000000;border-right-color:000000;border-bottom-color:000000;cursor:pointer;cursor:hand;}

/*----------------------------------------------------------------
		END: skmMenu Styles
----------------------------------------------------------------*/

/* start Tab Menu classes */
/*
.menustyle{background-color:#3F3F3F;border:1px;border-bottom-color:black;border-top-color:gray;border-left-color:gray;border-right-color:black;border-style:solid;}
.menuitem{width:150px;color:white;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:2px;padding-left:5px;padding-right:15px;border:1px;border-color:#000000;border-style:solid;}
.mouseup{width:150px;background-color:#3F3F3F;color:white;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:2px;padding-left:5px;padding-right:15px;border:1px;border-color:#000000;border-style:solid;cursor:pointer}
.mouseover{width:150px;background-color:#6a6a6a;color:white;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:2px;padding-left:5px;padding-right:15px;border:1px;border-color:#3F3F3F;border-left-color:#8A99BA;border-top-color:#8A99BA;border-right-color:black;border-bottom-color:black;border-style:ridge;cursor:pointer}
.mousedown{width:150px;background-color:#3B5386;color:white;font-family:Arial, Helvetica, sans-serif;font-size:10pt;padding:2px;padding-left:5px;padding-right:15px;border:1px;border-color:#3F3F3F;border-right-color:#8A99BA;border-bottom-color:#8A99BA;border-left-color:black;border-top-color:black;border-style:solid;cursor:pointer}
*/


.BreadCrumbs{
/*    background-color: CBE0F2; */
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#2F2F2F;
}

A.breadcrumbs:link{
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#2F2F2F;
}

A.breadcrumbs:visited{
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#2F2F2F;
}

A.breadcrumbs:active{
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#2F2F2F;
}

A.breadcrumbs:hover{
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#2F2F2F;
}
/* end Tab Menu classes */


/*	Legend	*/
.cicSEResultLegend
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00539F;
	padding-left: 5px;
}

/*	Darstellung PortalSignIn.ascx	*/
.SignInRegistrationCell
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:8px;
	width: 150px;
	
	/*	text-align:center*/	
}

/* Darstellung Logos der Member auf der Startseite */
.MemberLogoHome
{
	display:inline;
	margin:10px;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
}
/* Darstellung aller Logos der Member auf einer Seite */
.MemberLogo
{
	display:inline;
	margin:10px;
	vertical-align:middle;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	
	/*	
	margin-top:10px;
	margin-bottom:11px;
	font-size:10px;
	padding-left:5px;
	*/

}


/* Darstellung monatliche Performance Listen */
#PLControl
{
}

/*
#PLSwissRegFoFH_OLD
{
	position:relative;
	left: 0px;
	width:100%;
	height:100%;
}

#PLInvestCompanies_OLD
{
	position:relative;
	top: -50px;	
	left: 300px;
	width:100%;
	height:100%;
}

#PLQualInvestor_OLD
{
	position:relative;
	left: 600px;
	width:100%;
	height:100%;
}
*/

#PLRepeater
{
	position:relative;
	width:100%;
	height:100%;
}

#PLSwissRegFoFH
{
	position:absolute;
	left: 0px;
}

#PLInvestCompanies
{
	position:absolute;
	left: 300px;
}

#PLQualInvestor
{
	position:absolute;
	left: 600px;
}

.lblDate
{
	position:absolute;
	left: 150px;
	text-align:right; 
}
