/* This CSS file contain style for the Odin Portal           */
/* These styles modifies the tabs generated by Oracle Portal */
/*                                                           */
/* See also "iexplorer.style.css" and "mozilla_styles.css"   */
/* for browser sepsific styles to generate the lines         */
/* under the oracle Tabs.                                     */
/*************************************************************/	

/* If you add a new tab to a page, or moves pages from one  server */
/* to another, you might get a picel height line between          */

/*
site0 = Finsk
site33=Norsk
*/

/****************************************************************/
/* Styles of Oracle Portal Tabs                                 */
/* These style will override the styles given by Oracle Portal  */
/****************************************************************/
/* Removes empty image between tabs and area below */
.Bodyid1siteid0 .TabForegroundColorid1siteid0 img,
.Bodyid1siteid33 .TabForegroundColorid1siteid33 img{
	height: 0px;
}

/* Left side of selected tab */
.Bodyid1siteid0   table td  .LeftTabForeSlantid1siteid0, 
.Bodyid1siteid33 table td  .LeftTabForeSlantid1siteid33 , 
.tabSelectedLeftSide{
	Background-image:url(/op/images/layout/tabs2/leftside.gif);
	background-color: white;
	Background-position:right top;
	background-repeat:no-repeat;
	width:8px;
	font-size:1px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	height:19px;
}

/* Top of selected tab */
.Bodyid1siteid0   table td .TabForegroundColorid1siteid0, 
.Bodyid1siteid33 table td  .TabForegroundColorid1siteid33, 
.tabSelectedTop{
	background-image: url(/op/images/layout/tabs2/top.gif);
	background-color: white;
	background-position: top;
	background-repeat: repeat-x;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	font-size:1px;
}

/* Link&Text of selected tab */
.Bodyid1siteid0   table td  .TabForegroundTextid1siteid0, 
.Bodyid1siteid33 table td  .TabForegroundTextid1siteid33, 
.tabSelectedText{
	font-family:Arial, Helvetica;
	color:black;
	font-size:10px;
	font-weight: normal;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}

/* Right side of selected tab */
.Bodyid1siteid0 table td  .RightTabForeCurveid1siteid0, 
.Bodyid1siteid33 table td  .RightTabForeCurveid1siteid33, 
.tabSelectedRightSide{
	background-image:url(/op/images/layout/tabs2/rightside.gif);
	background-color: white;
	background-Repeat:no-repeat;
	background-position:left top;
	width:8px;
	font-size:1px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}

/* Left side of unselected tabs */
.Bodyid1siteid0   table td .LeftTabBgSlantid1siteid0, 
.Bodyid1siteid33 table td .LeftTabBgSlantid1siteid33, 
.tabUnselectedLeftSide{
	background-image:url(/op/images/layout/tabs2/leftside.gif);
	background-color:#CCCCCC;
	background-position:right top;
	background-repeat:no-repeat;
	width:8px;
	font-size:1px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	height:19px;
}

/* Top of unselected tabs */
.Bodyid1siteid0   table td .TabBackgroundColorid1siteid0, 
.Bodyid1siteid33 table td .TabBackgroundColorid1siteid33, 
.tabUnselectedTop{
	background-image: url(/op/images/layout/tabs2/top.gif);
	background-color:#CCCCCC;
	background-position: top;
	background-repeat: repeat-x;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	font-size:1px;
}

/* Link&Text of unselected tabs */
.Bodyid1siteid9   Table td .TabBackgroundColorid1siteid0, 
.Bodyid1siteid33 Table TD .TabBackgroundColorid1siteid33, 
.tabUnselectedColor {
	font-family:Arial, Helvetica;
	background-image: url(/op/images/layout/tabs2/top.gif);
	color:black;
	font-size:1px;
	font-weight: normal;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}
/* Link&Text of unselected tabs */
.Bodyid1siteid0   table td .TabBackgroundTextid1siteid0, 
.Bodyid1siteid33 table td .TabBackgroundTextid1siteid33, 
.tabUnselectedText {
	font-size:10px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}
.Bodyid1siteid0 table td .TabBackgroundTextid1siteid0, 
.Bodyid1siteid33 table td .TabBackgroundTextid1siteid33, 
.tabUnselectedText a:hover{
	text-decoration: none;
}

/* Right  side of unselected tab */
.Bodyid1siteid0   table td .RightTabBgCurveid1siteid0, 
.Bodyid1siteid33 table  td .RightTabBgCurveid1siteid33, 
.tabUnselectedRightSide{
	background-image:url(/op/images/layout/tabs2/rightside.gif);
	background-color:#CCCCCC;
	background-Repeat:no-repeat;
	background-position:left top;
	width:8px;
	font-size:1px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}

