/* -------------------- HOMEMADE STYLES -------------------*/


/* ------ Advanceret søgning styles - i topmenuen -------- */
/* ------ Styles på link i øverste menu - Home, index, byggepartner logon, extranet -------- */


/* ------ Toplinks -------- */
#toplinks, a.toplinks, a.toplinks:hover, a.toplinks:active, a.toplinks:visited
{	
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
}


/*#toplinks {
	color: #FFFFFF;
}KHK 13/10-2005 Der manglede stylesheet klasser. Jeg har tilføjet dem og givet toplinks den værdi du satte ind*/
a.toplinks:link, a.toplinks:active, a.toplinks:visited
{
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}

a.toplinks:hover
{
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}


/* Styles associated with left menu */
.leftMenuExpandedItemTopDiv
{
	font-size: 1.0em;
	width: 100%;
	min-height:19px; /*To get space for the text in firefox */
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.leftMenuHeader
{
	font-size: 1.1em;
	font-family: Verdana;
	color: #006c42;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	vertical-align: top;
}
.leftMenuHeaderDiv
{
	font-size: 1.0em;
	width: 100%;
	padding-bottom: 0.3em;	
}
.leftMenuRightDiv
{
	display: inline;
	font-size: 1.0em;
	padding-top: 2px;
	padding-bottom: 2px;
	/*float: left; Disturbes the menu in firefox in sertain cases*/
	width:87px; /*Added to stop this div from expanding larger than its parent in firefox*/
	margin-right:0px; /*Can be used to push down eventual content that should be under the menu in firefox*/
}
.leftMenuLeftDiv
{	
	display: inline;
	font-size: 1.0em;
	float: left;
	padding-bottom: 2px;
}
.leftMenuTopDiv
{
	font-size: 1.0em;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftMenuSelectedItemTopDiv
{		
	font-size: 1.0em;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	height:22px; /*Added because this div did not get a height from its children in firefox*/		
}


.leftMenuFooter
{
	border: 0;
	vertical-align: top;
	padding-top: 0.3em;
	width: 100%;
	height: 1px;		
}
img.leftMenuClearBorderless
{
	border: 0;	
	width: 13px;
}

/*Fonts in Left menu*/

/* ---- Font color on the MenuItem ---- */
.leftMenuItem
{
	font-size: 1.0em;
	font-family: Verdana;
	color: #00519e;
	text-decoration: none;
	display: inline;	
}
.leftMenuItemIcon
{
	font-size: 1.0em;
	font-family: Verdana;
	color: Black;
	text-decoration: none;
	display: inline;	
}

/* ---- Font color on the topMenuItem - venstre menu---- */
.leftMenuTopItem, a.leftMenuTopItem, a.leftMenuTopItem:visited, a.leftMenuTopItem:active
{
	font-size: 1.1em;
	font-family: Verdana;
	color: #00519e; 
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	clear:both; /* Added in firefox*/
}



a.leftMenuTopItem:hover
{
	font-size: 1.1em;
	font-family: Verdana;
	color: #00519e; 
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	clear:both; /* Added in firefox*/
}


/* ---- Font color on the topMenuExpandedItem ---- */
.leftMenuExpandedItem
{
	font-size: 1.1em;
	font-family: Verdana;
	color: #00519e; 
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
/*
.leftMenuSelectedExpandedItem
{
	font-size: 1.1em;
	font-family: Verdana;
	color: #00519e;
	text-decoration: none;
	font-weight: bold;
}
*/
/* ---- Font color on the MenuExpandedItem ---- */
.leftMenuSelectedItem
{
	font-size: 1.1em;
	font-family: Verdana;
	color: #1A2447;
	text-decoration: none;
	font-weight: bold;
}

/* ---- grå baggrund til alfabetisk forretningsoversigt ---- */
TD.figursRow{
	border-bottom:1px #E1E1E1 solid;
}
TD.figursRowAlt{
	background-color:#F6F6F6;
	border-bottom:1px #E1E1E1 solid;
}