/*******************************************************************************
CSS file used by the portal, most of the settings will be found in here
except for some few settings

Written by Stig Woxholt (stig@websystemer.no) / 2004

******************************************************************************/
/* Generic CSS definitions */

body, font,a	{
	font-family :  verdana;
	font-size: 7.5pt;
	color: #491b07;
	cursor: Crosshair;
}

.siteborder {
	border: 1px solid #732707;
	height : 490px;
	width : 800px;
	background-color : White;
}

.content_border {
	width: 690px;
	height: 433px;
}

.menu_border {
	border-right: 1px solid #732707;
	height : 433px;
	width : 110px;
}

.footer_border_1 {
	border-top: 1px solid #732707;
	height: 59px;
	width: 110px;
}

.footer_border_2 {
	border-top: 1px solid #732707;
	height: 59px;
	width: 690px;
}


.siteborder_fp {
	border: 1px solid #732707;
	height : 493px;
	width : 800px;
	background-color : White;
}

.menu_border_fp {
	border-right: 1px solid #732707;
	height : 493px;
	width : 110px;
}

.profile_footer_txt {
	font-weight: bold;
}

.profile_navi {
	font-size: 7.5pt;
	color: #1388e1;
	text-decoration : none;
}

table	{
	font-family :  verdana;
	font-size: 7.5pt;
	color: #491b07;
}


/* Content specific definitions */
a.project_menulink {
	font-size : 7.5pt;
	font-weight : none;
	text-decoration : none;
	
}

a.menulink {
	color: #491b07;
	font-weight : bold;
	text-decoration : none;
}


a.project_fp_link_light {
	color: #FFFFFF;
}

a.project_fp_link_dark {
	color: #491b07;
}



/* FLASH SCREEN specific definitions */
.flash_screen_text {
		color: #491b07;
		font-weight : bold;
}

