P            { color: Black; font-family: Verdana, Arial, Helvetica; FONT-SIZE: 10px}
BODY         { background-color: WHITE; font-family: Verdana, Arial, Helvetica; FONT-SIZE: 10px}
.PageHeader  { color: Black; background-color: WHITE; font-family: Verdana, Arial, Helvetica; font-size: 20px; margin-left: 10px; FONT-WEIGHT: bolder; }
.SubHeader   { color: Black; background-color: WHITE; FONT-FAMILY: Verdana, Arial,Helvetica; FONT-SIZE: 14px; FONT-WEIGHT: bolder; }
TD           { color: Black; font-family: Verdana, Arial, Helvetica; FONT-SIZE: 10px}
INPUT        { color: Black; font-family: Verdana, Arial, Helvetica; FONT-SIZE: 10px}
TEXTAREA     { color: Black; font-family: Verdana, Arial, Helvetica; FONT-SIZE: 10px}
SELECT       { color: Black; font-family: Verdana, Arial, Helvetica; FONT-SIZE: 10px}

/* Limits the width of free flowing text pages so they match the navigation bar width */
.FreeTextBox { width: 700px }

#InPageTitle { margin-top: 20px;}

/* Forside webpart titles */
A.NoVisuals
{
	Text-decoration: none;
	color: black;
}

A.shortcut
{
	Text-decoration: underline;
	color: black;
	MARGIN-LEFT: 20px; 
	MARGIN-RIGHT: 10px;
}

.smallFrameTitle 
{
	FONT-WEIGHT: bolder;
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	FONT-SIZE: 9pt;
	BORDER-COLOR: darkblue;
	BACKGROUND-COLOR: white;
	BORDER-WIDTH: 1px;
	BORDER-STYLE: solid;
	TEXT-INDENT: 5px;
	PADDING-TOP: 2px;
	BACKGROUND-IMAGE: url('/images/faded_background_down.png');
	PADDING-BOTTOM: 2px;
}

.smallFrameBackground
{
	BORDER-COLOR: darkblue;
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	BORDER-WIDTH: 1px;
	BORDER-STYLE: solid;
	BORDER-TOP-WIDTH: 0px;
	PADDING: 2px;
}

/* End of Forside webpart titles */

#MainContentOld
{
	MARGIN-LEFT: 10px
}


/* Styles for the new in-page navigation header */

/* The header block at the top of every page */
/* We have to set border-bottom-style and border-color in NavigationHeader to work around a rendering bug in firefox */
.NavigationHeader
{
		position: absolute; 
		top: 0px; left: -5px; 
    width: 100%;
    border-bottom-style: solid; 
    border-color: white;            
    height:73px;
}  

#NavigationAndContentDivider
{
    height: 0px;  
}

#PageContent
{
		position: absolute; 
		top: 83px; 
    border: 0px solid;
}

#PageCopyright
{
		display: none;
    margin-top: 20px; 
    font-style: italic;
    font-size: smaller;
    color: Silver;
}

/* End-of Styles for the new in-page navigation header */
