
/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* ---Bars--- */
.bar1_bgcolor	/* Used in DefaultFramework (the backgroundcolor of the first bar) */
{
	background-color: #dce4ef; 
}

.bar1_OLDbgcolor	/* Used in DefaultFramework (the backgroundcolor of the first bar) */
{
	background-color: #dce4ef; 
}


.bar2_bgimage	/* Used in DefaultFramework (the backgroundimage of the second bar) */
{
	background-image: url(/images/bar_breadcrumb_dm.jpg);
}


/* ---Footer--- */
.footer_bgcolor	 /* Used in DefaultFramework (the backgroundcolor of the footer bar) */
{
	background-color: #0098c9; 
}	
	
/* ---Login Text---*/
.tableborder {border: 1px solid #0098c9}  /* Used in GenericLoginPageControl.ascx  */


/* ---Menu--- */

.menuitem_row_color_lev_1	/* Used in templates/units/menu.ascx */
{
	background-color: #ebebeb; 
}
.menuitem_row_color_lev_2 
{
	background-color: #ffffff; 
}
.menuitem_row_expanded_color_lev_1 
{
	background-color: #c1d4e2; 
}
.menuitem_row_expanded_color_lev_2 
{
	background-color: #cccccc; 
}
.menuitem_bar_color_lev_1 
{
	background-color: #0199ca; 
}	
.menuitem_bar_color_lev_2 
{
	background-color: #dce4ef; 
}	
.menuitem_bar_color_lev_3 
{
	background-color: #aaaaaa; 
}
.menuitem_bar_color_lev_4 
{
	background-color: #dce4ef; 
}
.menuitem_bar_color_lev_5 
{
	background-color: #dce4ef; 
}
/* ---LeftMenu items---*/
.MenuLink2{
	color: #000000;
	font-size:7.5pt;
	font-weight:normal;
	text-decoration:none;}
	
A.MenuLink2{
	text-decoration:none;
	color: #000000;}
	
A.MenuLink2:visited{
	text-decoration:none;
	color: #000000;}
	
A.MenuLink2:hover{
	text-decoration:none;
	color: #000000;}	

.MenuLink{
	color: #333333;
	font-size:7.5pt;
	font-weight:normal;
	text-decoration:none;}
		
A.MenuLink{
	text-decoration:none;
	color: #333333;}
	
A.MenuLink:visited{
	text-decoration:none;
	color: #000000;}
	
A.MenuLink:hover{
	text-decoration:none;
	color: #333366;}

/* ---BreadCrumb--- */
	
.BreadCrumb{
	color: #FFFFFF;
	font-size:7.5pt;
	font-weight:normal;
	text-decoration:none;}
	
A.BreadCrumb{
	text-decoration:none;
	color: #FFFFFF;}
	
A.BreadCrumb:visited{
	text-decoration:none;
	color: #FFFFFF;}