a.opprettLink:link, a.opprettLink:visited, a.opprettLink:active,
.table_col a:link, .table_col a:visited, .table_col a:active,
.content a:link, .content a:visited, .content a:active
.content_table a:link, .content_table a:visited, .content_table a:active
{
	color: #3485D6;
	text-decoration: none;
}
a.opprettLink:hover, .content_table a:hover, .table_col a:hover, .content a:hover
{
	color: #3485D6;
	text-decoration: underline;
}

.opprettLink:link {
	font-size: 80%;
}

/********* filter ***********/
.filter_selected {
	background-color: #FFFFFF;
	border: 0px solid #CCCCCC;
	margin-right: 5px;
	margin-top: 5px;
}
.filter_selected .path {
	font-size: 80%;
	padding: 5px;
}
.filter_selected .path {
	font-style:italic;
}


.filter_selected_top {
	background-color: #FFFFFF;
	border: 0px solid #CCCCCC;
	margin-right: 5px;
	margin-top: 5px;
}
.filter_selected_top .path {
	font-size: 80%;
	padding: 5px;
}
.filter_selected_top .path {
	font-style:italic;
}


.filter { 
	margin-right: 5px;
	border: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	float: left; 
	width: 750px;
	font-size: 80%; 
}
.filter .inner{
	padding: 5px;
	float: left; 
	width: 100%;

} 
.filter .inner h3 
{
	color: #052f43;
	font-size: 150%;
	border-bottom: 2px solid #052f43;

} 


.filter .year { float: left; margin-right: 20px;}
.filter .year label { margin: 0px 10px; }
.filter .week { float: left; margin-right: 20px;}
.filter .week label { margin: 0px 10px; }
.filter .date { float: left; margin-right: 10px;}
.filter .date label { margin: 0px 10px; }
.filter .radio { float: left; }
.filter .radio label { margin: 0px 5px; }
.filter .dim { float:left; width: 300px; margin: 0px 20px;}
.filter .dim a{ float:left; }
.filter .dim span{ float:left; display:block; margin-left: 10px;}
.filter .clear { clear:both; }
.filter .buttons { float: left; }



.table_col table
{
	font-family: "Frutiger 55", arial;
	font-size: 70%;
	color: #666666;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
	margin-bottom: 20px;
}

.content_table table
{
	font-family: "Frutiger 55", arial;
	font-size: 70%;
	color: #666666;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	xtable-layout: fixed;
	margin-bottom: 20px;
}

.table_col table tr, .content_table table tr
{
	margin: 0;
	padding: 0;
}
.table_col table th
{
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	text-align: right;
	vertical-align: top;
}
.table_col table th.left
{
	text-align: left;
}
.table_col table th.center
{
	text-align: center;
}
.content_table table th
{
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
}
.content_table table tr td
{
	padding: 2px 5px;
	vertical-align:top;
	text-align:left;
}

.table_col table tr td
{
	padding: 1px 5px;
	vertical-align:top;
	text-align:right;
}

.table_col table tr td.text {
	text-align: left;
}

.table_col table tr td.red {
	color: #C12924 !important;
	xcolor: #ffffff;

}
.table_col table tr td.green {
	color: #64CB32 !important;
	xcolor: #000000;
}

.table_col table tr.dark td, .table_col table .dark, 
{
	background-color: #EBEBEB;
}
.table_col table tr.bold td, .table_col table .bold
{
	font-weight: bold;
}
.table_col table tr.borderdotted td, .table_col table .borderdotted
{
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}
.table_col table tr.bordersolid td, .table_col table .bordersolid
{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.table_col table .col_short_label { border-right: 1px solid #CCCCCC;  border-left: 1px solid #CCCCCC;}
.table_col table .col_label { text-align:left; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;}
.table_col table .col_data  {  text-align:right; }
.table_col table .col_long_data  {  text-align:right; }
.table_col table .col_sum   { text-align:right; border-left: 1px dashed #CCCCCC; border-right: 1px solid #CCCCCC;}
.table_col table .col_long_sum   { border-left: 1px dashed #CCCCCC; border-right: 1px solid #CCCCCC;}


.table_col table.no_row_sum   { border-right: 1px solid #CCCCCC; }
.table_col table.no_row_legend   { border-left: 1px solid #CCCCCC; }
.table_col table tr.sum   {  }
.table_col table tr.sum td  { border-top: 1px solid #CCCCCC; padding-top: 5px; font-weight: bold;  border-bottom: 1px solid #CCCCCC;}


.table_col .right_col table {
	width: 200px;
}
.table_col .right_col table .col1 { width: 130px; }
.table_col .right_col table .col2 { width: 30px; }
.table_col .right_col table .col3 { width: 40px; }

.table_col .right_col h3 {
	color: #052f43;
	font-size: 150%;
	border-bottom: 0px solid #052f43;
}

.table_col .full_col table {
	width: 750px;
}

#col_mpid_label { width: 30px; }

.table_col .full_col table .col_short_label { width: 20px; }
.table_col .full_col table .col_label { width: auto; }
.table_col .full_col table .col_auto { width: auto; }
.table_col .full_col table .col_data { width: 35px; }
.table_col .full_col table .col_long_data { width: 60px; }
.table_col .full_col table .col_sum { width: auto; }
.table_col .full_col table .col_long_sum { width: 60px; }

.table_col .full_col h3 {
	color: #052f43;
	font-size: 150%;
	border-bottom: 0px solid #052f43;
}

.table_col .full_col h4 {
	color: #052f43;
	font-size: 120%;
	border-bottom: 2px solid #052f43;
}

.table_col .mid_col table {
	width: 350px;
}
.table_col .mid_col table .col_label { width: auto; }
.table_col .mid_col table .col_data { width: 20px; }
.table_col .mid_col table .col_sum { width: 20px; }


.site_card, site_details {
	font-family: "Frutiger 55", arial;
	font-size: 70%;
	color: #666666;
	padding: 0px;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
	margin-bottom: 20px;
}

.site_card td, site_details td{
	padding: 2px 5px 2px 5px;
	vertical-align:top;
}
.site_card th, site_details th{
	padding: 2px 2px 2px 15px;
	vertical-align:top;
}

.h1
{
	font-size: 150%;
	font-weight: bold;
	color: #052f43;
	margin: 0px 0px 20px 0px;
	padding: 2px 0px;
	line-height: 1.1em;
	border-bottom: 0px solid #052f43;
}

.content {
	font-size: 70%;
}

.content h1
{
	font-size: 150%;
	font-weight: bold;
	color: #052f43;
	margin: 0px 0px 20px 0px;
	padding: 2px 0px;
	line-height: 1.1em;
	border-bottom: 2px solid #052f43;
}

#content_title
{
	font-size: 110%;
	font-weight: bold;
	color: #052f43;
	margin: 0px 0px 20px 0px;
	padding: 2px 0px;
	line-height: 1.1em;
	border-bottom: 2px solid #052f43;
}

.content h2
{
	margin: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #052f43;
	margin-bottom: 10px;
	padding: 0px 0 3px 0;
	line-height: 1.1em;
	border-bottom: 1px dotted #052f43;

}
.content h3
{
	font-size: 110%;
	font-weight: bold;
	color: #052f43;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.1em;
	border-bottom: 1px dotted #052f43;
}

.doclist h4
{
	font-size: 80% !important;
	font-weight: bold;
	color: #052f43;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.1em;
}

.content h4
{
	font-size: 100%;
	font-weight: bold;
	color: #052f43;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	line-height: 1.1em;
}

.port_info table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
	empty-cells: show;
	xtable-layout: fixed;
	margin-bottom: 20px;
}	
.port_info table th{
	text-align:left;
	padding: 2px 5px 2px 5px;
}

.port_info table td{
	color: #666666;
}

table.generelt .col1 {	width: 100px; }
table.generelt .col2 {	width: 300px; }
table.generelt .col3 {	width: 100px; }
table.generelt .col4 {	width: 200px; }


table.rapportering .col1 {	width: 100px; }
table.rapportering .col2 {	width: 100px; }
table.rapportering .col3 {	width: 100px; }
table.rapportering .col4 {	width: 100px; }

table.betingelser .col1 {	width: 100px; }
table.betingelser .col2 {	width: 100px; }
table.betingelser .col3 {	width: 100px; }
table.betingelser .col4 {	width: 100px; }
table.betingelser .col5 {	width: 100px; }
table.betingelser .col6 {	width: 100px; }

table.betingelser_det .col1 {	width: 100px; }
table.betingelser_det .col2 {	width: 100px; }
table.betingelser_det .col3 {	width: 100px; }
table.betingelser_det .col4 {	width: 100px; }
table.betingelser_det .col5 {	width: 100px; }
table.betingelser_det .col6 {	width: 100px; }

table.betingelser_fakt .col1 {	width: 100px; }
table.betingelser_fakt .col2 {	width: 50px; }
table.betingelser_fakt .col3 {	width: 100px; }
table.betingelser_fakt .col4 {	width: 50px; }
table.betingelser_fakt .col5 {	width: 100px; }
table.betingelser_fakt .col6 {	width: 50px; }
table.betingelser_fakt .col7 {	width: 100px; }
table.betingelser_fakt .col8 {	width: 50px; }
table.betingelser_fakt .col9 {	width: 100px; }

table.betingelser_fakt tr.line td, table.betingelser_fakt tr.line  th {
	border-top: 1px solid #000000;
}

table.site_economy tr.PORTFOLIO_ECONOMY_MV_CONSUME_TEXT_01 td,
table.site_prognosis tr.PORTFOLIO_ECONOMY_MV_PROGNOSIS_TEXT_01 td {
	padding-top: 1px;
}
table.site_economy tr.PORTFOLIO_ECONOMY_MV_CONSUME_TEXT_02 td,
table.site_prognosis tr.PORTFOLIO_ECONOMY_MV_PROGNOSIS_TEXT_02 td {
	border-bottom: 1px solid #cccccc;
}
table.site_economy tr.PORTFOLIO_ECONOMY_MV_CONSUME_TEXT_03 td,
table.site_prognosis tr.PORTFOLIO_ECONOMY_MV_PROGNOSIS_TEXT_03 td {
	border-bottom: 1px double #cccccc;
}
table.site_economy tr.PORTFOLIO_ECONOMY_MV_CONSUME_TEXT_05 td,
table.site_prognosis tr.PORTFOLIO_ECONOMY_MV_PROGNOSIS_TEXT_05 td {
	border-bottom: 1px solid #cccccc;
}
table.site_economy tr.PORTFOLIO_ECONOMY_MV_CONSUME_TEXT_06 td,
table.site_prognosis tr.PORTFOLIO_ECONOMY_MV_PROGNOSIS_TEXT_06 td {
	border-bottom: 1px double #cccccc;
}

table.site_economy tr.PORTFOLIO_ECONOMY_MV_CONSUME_TEXT_07 td,
table.site_prognosis tr.PORTFOLIO_ECONOMY_MV_PROGNOSIS_TEXT_07 td {
	border-bottom: 2px double #cccccc;
}

table.site_economy tr.PORTFOLIO_ECONOMY_MV_CONSUME_TEXT_08 td,
table.site_prognosis tr.PORTFOLIO_ECONOMY_MV_PROGNOSIS_TEXT_08 td {
	border-bottom: 0px double #cccccc;
      font-weight: bold;
}

table.site_economy tr.PORTFOLIO_ECONOMY_MV_CONSUME_TEXT_10 td,
table.site_prognosis tr.PORTFOLIO_ECONOMY_MV_PROGNOSIS_TEXT_10 td {
	xborder-bottom: 1px solid #cccccc;
}
table.site_economy tr.PORTFOLIO_ECONOMY_MV_CONSUME_TEXT_11 td,
table.site_prognosis tr.PORTFOLIO_ECONOMY_MV_PROGNOSIS_TEXT_11 td {
	border-bottom: 1px solid #cccccc;
}

table.site_economy tr.PORTFOLIO_ECONOMY_MV_CONSUME_TEXT_SUM td,
table.site_prognosis tr.PORTFOLIO_ECONOMY_MV_PROGNOSIS_TEXT_SUM td {
	border-bottom: 2px solid #cccccc;
      font-weight: bold;
}

.table_col .full_col table.site_prognosis {
	width: auto;
}

.table_col .full_col table.site_economy td.col_label, .table_col .full_col table.site_economy th.col_label {
	width: 140px;
}

.table_col .full_col table.site_prognosis td.col_label, .table_col .full_col table.site_prognosis th.col_label {
	width: 200px;
}
.table_col .full_col table.site_prognosis td.col_data, .table_col .full_col table.site_prognosis th.col_data {
	width: auto;
}

.contact {
	line-height: 20px;
}
.excellink {
	xwidth: 100%;
	float:right;
	text-align:right;
	height: 0;
	margin-right: 30px;
}
.excellink a{
	float: right;
	background: center no-repeat url('/ressurs/atel/images/excel.gif');
	width: 24px;
	height: 16px;
}
.excellink a span{
	display: none;
}

.test {
	overflow:scroll;
}

.table_col .full_col table.site_economy {
	table-layout: auto;
}

.table_col .full_col table.site_economy td {
	font-size: 80%;
}

.table_col .full_col TABLE.site_economy TD.col_data,
.table_col .full_col TABLE.site_economy TH.col_data{
	WIDTH: auto;
}

.table_col .full_col table.site_economy td.col_sum,
.table_col .full_col TABLE.site_economy TH.col_sum{
	WIDTH: 50px;
}

.table_col .full_col TABLE.site_economy TD.col_label,
.table_col .full_col TABLE.site_economy TH.col_label{
	WIDTH: 50px;
}

.iKBDarkTableRow1 {
   background-color:#FFFFFF;
}
.iKBDarkTableRow2 {
   background-color:#EEEEDD;
}

.InternetHeading1
{
	font-size: 150%;
	font-family:Arial;
	font-weight: bold;
	color: #052f43;
}

.image
{
        float: right;
        width: 45%;
        margin: 0 0 5px 5px;
}

/********* Anmeldinger POMAX ***********/

#locator { position:absolute; visibility:show; left: 0px; top: 0px; z-index:2 } 


.GroupHeaderid1siteid53{Text-Align:Left;Height:20;Background-Color:#336699;}
.GroupHeaderLinkid1siteid53{Font-Family:Arial, Helvetica;Font-Size:9pt;Font-Weight:Bold;Color:#FFFFFF;}
.GroupHeaderTextid1siteid53{Font-Weight:Bold;Font-Size:9pt;Font-Family:Arial, Helvetica;Color:#FFFFFF;}
.RegionHeaderid1siteid53{Height:20;Background-Color:#336699;Text-Align:Left;}
.RegionHeaderTextid1siteid53{Color:#FFFFFF;Font-Weight:Bold;Font-Size:9pt;Font-Family:Arial, Helvetica;}
.Bodyid1siteid53{Background-Color:#FFFFFF;}
.Display_In_New_browserid1siteid53{Font-Size:8pt;Font-Family:Arial, Helvetica;Color:#000000;}
.Display_Reports_Parameter_Formid1siteid53{Font-Size:8pt;Font-Family:Arial, Helvetica;Color:#000000;}
.Oracle_Reports_Componentsid1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;}
.authorid1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;}
.createdateid1siteid53{Font-Size:8pt;Font-Family:Arial, Helvetica;Color:#000000;}
.creatorid1siteid53{Font-Size:8pt;Font-Family:Arial, Helvetica;Color:#000000;}
.defaultattributeid1siteid53{Font-Family:Arial, Helvetica;Color:#000000;Font-Size:8pt;}
.descriptionid1siteid53{Font-Family:Arial, Helvetica;Color:#000000;Font-Size:8pt;}
.documentsizeid1siteid53{Font-Family:Arial, Helvetica;Font-Size:8pt;Color:#000000;}
.expiredateid1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;}
.inplacedisplayid1siteid53{Font-Family:Arial, Helvetica;Font-Size:8pt;Color:#000000;}
.itemfunctionid1siteid53{Font-Family:Arial, Helvetica;Color:#000000;Font-Size:8pt;}
.keywordsid1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;}
.perspectivesid1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;}
.scoreid1siteid53{Font-Size:8pt;Font-Family:Arial, Helvetica;Color:#000000;}
.subpagetitleid1siteid53{Font-Size:8pt;Font-Family:Arial, Helvetica;Color:#000000;}
.titleid1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;Font-Weight:Bold;}
.titleorimageid1siteid53{Color:#336699;Font-Family:Arial, Helvetica;Font-Size:9pt;Font-Weight:Bold;}
.wwsbr_category_id1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;}
.wwsbr_charset_id1siteid53{Font-Size:8pt;Font-Family:Arial, Helvetica;Color:#000000;}
.wwsbr_itemtype_id1siteid53{Font-Size:8pt;Font-Family:Arial, Helvetica;Color:#000000;}
.wwsbr_mime_type_id1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;}
.wwsbr_page_id1siteid53{Font-Family:Arial, Helvetica;Color:#000000;Font-Size:8pt;}
.wwsbr_pagegroup_id1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;}
.wwsbr_publishdate_id1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;}
.wwsbr_updatedate_id1siteid53{Font-Size:8pt;Font-Family:Arial, Helvetica;Color:#000000;}
.wwsbr_updator_id1siteid53{Font-Family:Arial, Helvetica;Color:#000000;Font-Size:8pt;}
.wwsbr_version_number_id1siteid53{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:8pt;}
.LeftCurve{Background-Position:left top;Background-Repeat:no-repeat;Background-Image:url(http://www.energipartner.no/images/FFFFFFl.gif);Background-Attachment:scroll;}
.PortletBodyColor{}
.PortletHeaderColor{Background-Color:#336699;}
.PortletHeaderLink{Font-Family:Arial, Helvetica;Color:#FFFFFF;Font-Size:8pt;}
.PortletHeaderStyle{}
.PortletHeaderText{Font-Weight:Bold;Font-Family:Arial, Helvetica;Font-Size:10pt;Color:#FFFFFF;}
.PortletHeading1{Font-Weight:Bold;Font-Size:10pt;Font-Family:Arial, Helvetica;Color:#336699;}
.PortletHeading2{Font-Size:8pt;Font-Weight:Bold;Color:#336699;Font-Family:Arial, Helvetica;}
.PortletHeading3{Color:#336699;Font-Family:Arial, Helvetica;Font-Size:7pt;Font-Weight:Bold;}
.PortletHeading4{Color:#336699;Font-Size:7pt;Font-Weight:Bold;Font-Family:Arial, Helvetica;}
.PortletSubHeaderColor{Background-Color:#EEEEDD;}
.PortletSubHeaderLink{Font-Size:9pt;Font-Family:Arial, Helvetica;Color:#000000;}
.PortletSubHeaderText{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:9pt;}
.PortletText1{Color:#666666;Font-Family:Arial, Helvetica;Font-Size:8.5pt;}
.PortletText2{Font-Size:8pt;Color:#000000;Font-Family:Arial, Helvetica;}
.PortletText3{Color:#000000;Font-Family:Arial, Helvetica;Font-Size:7pt;}
.PortletText4{Font-Family:Arial, Helvetica;Font-Size:7pt;Color:#000000;}
.RightCurve{Background-Position:right top;Background-Repeat:no-repeat;Background-Attachment:scroll;Background-Image:url(http://www.energipartner.no/images/FFFFFFr.gif);}
.LeftSubTabid1siteid53{Background-Attachment:scroll;Background-Color:#336699;Background-Image:url(http://www.energipartner.no/images/FFFFFFsl.gif);Background-Repeat:no-repeat;Background-Position:left top;}
.LeftTabBgSlantid1siteid53{Background-Attachment:scroll;Background-Color:#CCCC99;Background-Position:left top;Background-Repeat:no-repeat;Background-Image:url(http://www.energipartner.no/images/FFFFFFtl.gif);}
.LeftTabForeSlantid1siteid53{Background-Image:url(http://www.energipartner.no/images/FFFFFFtl.gif);Background-Repeat:no-repeat;Background-Position:left top;Background-Attachment:scroll;Background-Color:#336699;}
.RightSubTabid1siteid53{Background-Image:url(http://www.energipartner.no/images/FFFFFFsr.gif);Background-Color:#336699;Background-Attachment:scroll;Background-Repeat:no-repeat;Background-Position:right top;}
.RightTabBgCurveid1siteid53{Background-Attachment:scroll;Background-Position:right top;Background-Repeat:no-repeat;Background-Image:url(http://www.energipartner.no/images/FFFFFFtr.gif);Background-Color:#CCCC99;}
.RightTabForeCurveid1siteid53{Background-Attachment:scroll;Background-Color:#336699;Background-Image:url(http://www.energipartner.no/images/FFFFFFtr.gif);Background-Repeat:no-repeat;Background-Position:right top;}
.SubTabBgTextid1siteid53{Font-Weight:Bold;Text-Decoration:none;Font-Size:11pt;Font-Family:Arial, Helvetica;Color:#CCCC99;}
.TabBackgroundColorid1siteid53{Background-Color:#CCCC99;}
.TabBackgroundTextid1siteid53{Text-Decoration:none;Font-Size:10pt;Color:#003366;Font-Family:Arial, Helvetica;}
.TabForegroundColorid1siteid53{Background-Color:#336699;}
.TabForegroundTextid1siteid53{Text-Decoration:none;Font-Weight:Bold;Font-Size:10pt;Color:#FFFFFF;Font-Family:Arial, Helvetica;}
.portlet-font{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-font-dim{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-msg-status{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-msg-info{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-msg-error{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-msg-alert{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-msg-success{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-section-header{Font-Weight:Bold;    Font-Size:9pt;    Font-Family:Arial, Helvetica;    Color:#336699;    }
.portlet-section-body{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-section-alternate{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-section-selected{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-section-subheader{Font-Size:8pt;    Font-Weight:Bold;    Color:#336699;    Font-Family:Arial, Helvetica;    }
.portlet-section-footer{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-section-text{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-table-header{Font-Weight:Bold;    Font-Size:9pt;    Font-Family:Arial, Helvetica;    Color:#336699;    Background-Color:#EEEEDD;    }
.portlet-table-body{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-table-alternate{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-table-selected{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-table-subheader{Font-Size:8pt;    Font-Weight:Bold;    Color:#336699;    Font-Family:Arial, Helvetica;    }
.portlet-table-footer{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-table-text{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-form-label{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-form-input-field{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-form-button{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-icon-label{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-dlg-icon-label{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-form-field-label{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.portlet-form-field{Color:#000000;    Font-Family:Arial, Helvetica;    Font-Size:8pt;    }
.RegionNoBorder{}
.RegionBorder { border:#336699  1px solid; }
.RegionHeaderColor { background-color:; border:#336699 0px solid }
.PageColor { background-color:#FFFFFF}

