/* generic.css */
/* generic stylesheet for listbased navigation */
/* sets standard properties that may be modified later by specific gallery or custom stylesheets */

div.navigationwrapper
{
	clear:both;
}

/* remove all standard list looks */
ul.navigationlist
{
	list-style-type:none;
	margin:0;
	padding:0;
	min-width:1%; /* this rule fixes a display bug in IE7 by forcing it to calculate the menu width */
}
/* all menu items */
ul.navigationlist li.navigationlistitem
{
	margin:0;
	padding:0;
	display:block;
	float:left;
}
/* last menu item */
ul.navigationlist li.lastitem
{
}
/* all menu item links */
ul.navigationlist li.navigationlistitem a
{
	display:block;
	float:left;
	text-decoration:none;
	padding:0px;
}
/* all menu item links on hover */
ul.navigationlist li.navigationlistitem a:hover
{
	padding:0px;
	border:none;
}
/* last menu item link */
ul.navigationlist li.lastitem a
{
	clear:right;
}
/* text inside all menu item links */
ul.navigationlist li.navigationlistitem a span
{
	padding:7px 15px;
	display:block;
	white-space:nowrap;
}

/* menu items that should not appear in standard desktop mode (but still needs to be in the DOM to be available for a responsive mode) */
.ts-dt-hide, ul.navigationlist li.navigationlistitem.ts-dt-hide
{
    display:none;
}
/* defaultresponsive.css */
/* Begin defaultresponsive.css stylesheet, auto created on publish of sitelayout 32, 30-06-2025 03:53:19 */
@media screen and (max-width: 1024px)
{
	/* System default tabletlandscape mode: */
	.ts-tl-hide { display:none }
	.ts-tl-show { display:block }
	span.ts-tl-show, img.ts-tl-show { display:inline }
	li.ts-tl-show { display:list-item }
	table.ts-tl-show { display:table }
	tr.ts-tl-show { display:table-row }
	td.ts-tl-show, th.ts-tl-show { display:table-cell }
}
@media screen and (max-width: 768px)
{
	/* System default tabletportrait mode: */
	.ts-tp-hide { display:none }
	.ts-tp-show { display:block }
	span.ts-tp-show, img.ts-tp-show { display:inline }
	li.ts-tp-show { display:list-item }
	table.ts-tp-show { display:table }
	tr.ts-tp-show { display:table-row }
	td.ts-tp-show, th.ts-tp-show { display:table-cell }
}
@media screen and (max-width: 568px)
{
	/* System default phonelandscapewide mode: */
	.ts-plw-hide { display:none }
	.ts-plw-show { display:block }
	span.ts-plw-show, img.ts-plw-show { display:inline }
	li.ts-plw-show { display:list-item }
	table.ts-plw-show { display:table }
	tr.ts-plw-show { display:table-row }
	td.ts-plw-show, th.ts-plw-show { display:table-cell }
}
@media screen and (max-width: 480px)
{
	/* System default phonelandscape mode: */
	.ts-pl-hide { display:none }
	.ts-pl-show { display:block }
	span.ts-pl-show, img.ts-pl-show { display:inline }
	li.ts-pl-show { display:list-item }
	table.ts-pl-show { display:table }
	tr.ts-pl-show { display:table-row }
	td.ts-pl-show, th.ts-pl-show { display:table-cell }
}
@media screen and (max-width: 320px)
{
	/* System default phoneportrait mode: */
	.ts-pp-hide { display:none }
	.ts-pp-show { display:block }
	span.ts-pp-show, img.ts-pp-show { display:inline }
	li.ts-pp-show { display:list-item }
	table.ts-pp-show { display:table }
	tr.ts-pp-show { display:table-row }
	td.ts-pp-show, th.ts-pp-show { display:table-cell }
}
/* End of defaultresponsive.css stylesheet generated by sitelayout 32 */
/* master.css */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* This file was auto generated when the font was added or modified by szymon at 15-04-2016 15:29:51 */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* Generel skrifttype, -stÃ¸rrelse og linieafstand */
body, td, input, textarea, select
{
	font-family: 'Lato Bold';
}

/* Generel skrifttype, -størrelse og linieafstand */
body, td, input, textarea, select
{
	font-size: 10pt;
	line-height: 14pt;
}

/* Normal afsnit og intro afsnit */
p
{
	margin: 0px 0px 2px 0px;
}

/* Alle links */
a
{
	text-decoration: none;
}

/* Alle links - mouseover */
a:hover
{
	text-decoration: underline;
}

/* Links i overskrifter - mouseover */
h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: none;
}

/* Sidetitel */
.pageheader
{
	font-size: 17pt;
	margin: 0px 0px 12px;
}

/* Afsnitsoverskrift */
.sectionheader
{
	font-size: 12pt;
	margin: 16px 0px 8px;
}

table
{
	border-collapse: collapse;
}
table[cellspacing]
{
    border-collapse: separate;
}

/* Tabel i standardformat - overskrift */
/*.tableheader, .tableheader td*/
.tableheader > td, .tableheader > th
{
	font-weight: 700;
	padding: 4px 12px 5px;
}

/* Tabel i standardformat - rækker */
.tablelineodd, .tablelineodd > td, .tablelineeven, .tablelineeven > td
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 4px 12px;
}


body, td, input, textarea, select
{
	color: inherit;
}
a
{
	color: #00A2FF;
}
a:hover
{
	border-bottom-color: #00A2FF;
}
.sectionheader a[name]
{
	color: inherit;
}
table
{
	border-color: inherit;
}
.tableheader, .tableheader td, .tableheader th
{
	background-color: #00A2FF;
	color: white;
	border-color: #00A2FF;
	border-bottom-color: inherit;
}
.tablelineodd, .tablelineodd td
{
	border-bottom-color: inherit;
}
.tablelineeven, .tablelineeven td
{
	border-bottom-color: inherit;
}
body {background:rgb(102, 102, 102) none; margin:0px 0px 0px 0px}
#layoutbox16 {width:100%; max-width:1024px; min-height:1px}
#layoutbox10 {width:100%; max-width:300px; float:left; position:relative}
#layoutbox6 {min-width:340%; min-height:20px; margin-top:7px}
div#mergefield_logo-frezz-demo > a > img {border:none}
div#mergefield_logo-frezz-demo {float:none; position:relative; top:0px; left:0px}
div#mergefield_richtext4 {float:none; clear:both}
#layoutbox1 {min-height:20px; margin-top:72px; padding-top:200px; background:rgb(255, 255, 255) url(/media/sitelayouts/75/bg-top.jpg) no-repeat 50% 0%; background-size:contain}
#layoutbox15 {padding-bottom:30px; min-height:600px}
#columnset1 {height:20px}
#columnset1_column1 {width:100%; height:100%}
#layoutbox2 {min-height:40px; background:rgb(0, 162, 255) none}
#layoutbox3 {min-height:100px; background:rgb(0, 0, 0) none}
#layoutbox4 {width:80px; height:50px; overflow:hidden; background:rgb(0, 0, 0) none; border-top-left-radius:200px; border-top-right-radius:200px; border-bottom-left-radius:50px; border-bottom-right-radius:50px; position:relative; top:-20px; left:0px}
div#mergefield_richtext3 {padding:10px 15px 10px 15px}
#layoutbox17 {min-height:20px}
div#sitelayout76 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:100%; min-height:500px; margin:auto auto auto auto; background:rgb(255, 255, 255) none; border-top-style:none; border-right-style:none; border-bottom-style:none; border-left-style:none; position:relative}
 .layoutcolumn {display:table-cell;overflow:hidden;float:none;vertical-align:top;box-sizing:border-box;}
 .layoutcolumnset {display:table;table-layout:fixed;width:100%;box-sizing:border-box;}
 .layoutfloatbreaker {width:0%; display:none;}
 .navigationwrapper .layoutfloatbreaker {clear:both; display:block; height:0px}
 [class="mergefield_image"] > a { display:inline-block; }
 .layoutbox {box-sizing:border-box;display:block}
form {margin:0px; padding:0px}
select {margin:0px}
.size1 {font-size:xx-small}
.size2 {font-size:x-small}
.size3 {font-size:small}
.size4 {font-size:medium}
.size5 {font-size:large}
.size6 {font-size:x-large}
.size7 {font-size:xx-large}
ul.breadcrumb {display:inline-block;padding:0px;margin:0px;}
ul.breadcrumb li {display:inline-block;list-style-type:none;padding-left:2px;padding-right:2px;}
td { vertical-align:top; }
a > img, img[usemap] { border:none; }
td[valign="middle"] { vertical-align:middle; }
td[valign="bottom"] { vertical-align:bottom; }
html>/**/body img {vertical-align:bottom}
div.mergefield_image {font-size:0px; line-height:0px;}
@media screen and (min-width: 1px)
{
	body {-webkit-text-size-adjust:100%}
	img {max-width:100%;height:auto}
}

/* Tekstformatering i spalter og flettefelter */
#mergefield_richtext1, #mergefield_richtext1 td, #mergefield_richtext1 .section, #mergefield_richtext1 .sectionintro, #mergefield_richtext1 .sectionheader a[name] {color: #FFFFFF}
#mergefield_richtext1 .tableheader, #mergefield_richtext1 .tableheader td, #mergefield_richtext1 .tableheader td.section {color: #fff}
#mergefield_richtext1 .tablelineodd, #mergefield_richtext1 .tablelineodd td, #mergefield_richtext1 .tablelineeven, #mergefield_richtext1 .tablelineeven td {border-bottom-color: #FFFFFF}
#layoutbox7, #layoutbox7 td, #layoutbox7 .section, #layoutbox7 .sectionintro, #layoutbox7 .sectionheader a[name] {color: #FFFFFF}
#layoutbox7 .tableheader, #layoutbox7 .tableheader td, #layoutbox7 .tableheader td.section {color: #fff}
#layoutbox7 .tablelineodd, #layoutbox7 .tablelineodd td, #layoutbox7 .tablelineeven, #layoutbox7 .tablelineeven td {border-bottom-color: #FFFFFF}
#layoutbox7 a.inlinelink, #layoutbox7 a.sectionlink, #layoutbox7 a.actionlink, #layoutbox7 a.breadcrumb, #layoutbox7 a.pageposition, #layoutbox7 a.calendarlinks {color: #FFFFFF}
#layoutbox7 .tableheader, #layoutbox7 .tableheader td {background-color: #FFFFFF}
#mergefield_main .tableheader, #mergefield_main .tableheader td, #mergefield_main .tableheader td.section {color: #fff}
/* User-defined CSS defined in the master-layout (sitelayout-id:76) */
#layoutbox16
{
  margin-left:auto;
  margin-right:auto;
}
#layoutbox4{
  margin:0px auto;
}
#layoutbox6{
  z-index:101;
}
#layoutbox7{
  z-index:10;
}
#layoutbox14{
  z-index:100;
}
/*extra styles for sitemap*/
div[id*="sitemaprootpageid"]:nth-child(2n) {
    display: none;
}
div[id*="sitemaprootpageid"] > div {
    margin: 5px 0;
    font-size: 14px;
}
div[id*="sitemaprootpageid"] > div:nth-child(1) {
    margin: 10px 0;
    font-size: 15px;
}
div[id*="sitemaprootpageid"] {
    padding-left: 7px;
    padding-right: 7px;
    width: 22%;
    min-width: 150px;
}
/*extra style for spaces betwin navigation in content p.856*/
#mergefield_navigation_level2 .navigationlistitem {
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 3px;
}
/*extra style for minicalendar icon*/
table .sectionimg{
  width:16px;
}
/* User-defined CSS for 1024px, defined in the master-layout (sitelayout-id:76) */
@media screen and (max-width: 1024px)
{
	/*extra styles for sitemap*/
	div[id*="sitemaprootpageid"] {
	    width: 30%;
	}
}
/* User-defined CSS for 575px, defined in the master-layout (sitelayout-id:76) */
@media screen and (max-width: 575px)
{
	/*extra styles for sitemap*/
	div[id*="sitemaprootpageid"] {
	    width: 47%;
	}
}

/* Brugerdefinerede typografier */
#layoutbox10{
  margin: 0 auto;
}
#mergefield_logo-frezz-demo{
  text-align:center;
}

/* Responsive design css */
@media screen and (max-width: 1024px)
{
	.ts-tl-hide { display:none }
	.ts-tl-show { display:block }
	span.ts-tl-show, img.ts-tl-show { display:inline }
	li.ts-tl-show { display:list-item }
	table.ts-tl-show { display:table }
	tr.ts-tl-show { display:table-row }
	td.ts-tl-show, th.ts-tl-show { display:table-cell }
}

@media screen and (max-width: 768px)
{
	.ts-tp-hide { display:none }
	.ts-tp-show { display:block }
	span.ts-tp-show, img.ts-tp-show { display:inline }
	li.ts-tp-show { display:list-item }
	table.ts-tp-show { display:table }
	tr.ts-tp-show { display:table-row }
	td.ts-tp-show, th.ts-tp-show { display:table-cell }
	#layoutbox10
	{
		left:5px;
		top:1px;
		width:63.35%;
		position:static;
	}
	#layoutbox6
	{
		width:auto;
		min-width:734px;
		max-width:none;
	}
	div#mergefield_logo-frezz-demo
	{
		width:65px;
	}
	div#mergefield_richtext4
	{
		float:left;
		clear:none;
		margin-top:15px;
		margin-left:10px;
	}
	#layoutbox15
	{
		min-height:1000px;
		height:auto;
	}
}

@media screen and (max-width: 575px)
{
	.ts-plw-hide { display:none }
	.ts-plw-show { display:block }
	span.ts-plw-show, img.ts-plw-show { display:inline }
	li.ts-plw-show { display:list-item }
	table.ts-plw-show { display:table }
	tr.ts-plw-show { display:table-row }
	td.ts-plw-show, th.ts-plw-show { display:table-cell }
	div#mergefield_logo-frezz-demo
	{
		background-image:url('/media/sitelayouts/75/imagegenerator/50x0/logo-frezz-demo.png');
		background-repeat:no-repeat;
		background-position:0% 0%;
		margin-left:5px;
	}
	div#mergefield_logo-frezz-demo img
	{
		width:50px;
		height:auto;
		visibility:hidden;
	}
	div#mergefield_richtext4
	{
		margin-top:8px;
		margin-left:0px;
	}
	#layoutbox1
	{
		margin-top:49px;
		padding-top:180px;
	}
	div#mergefield_richtext1
	{
		height:14px;
	}
}

/* High-definition background images if supported by device */
@media screen and (max-width: 575px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 575px) and (min-resolution: 144dpi)
{
	div#mergefield_logo-frezz-demo {background-image:url('/media/sitelayouts/75/imagegenerator/50x0/logo-frezz-demo@2x.png'); background-size:50px auto}
}


@media screen and (max-width: 480px)
{
	.ts-pl-hide { display:none }
	.ts-pl-show { display:block }
	span.ts-pl-show, img.ts-pl-show { display:inline }
	li.ts-pl-show { display:list-item }
	table.ts-pl-show { display:table }
	tr.ts-pl-show { display:table-row }
	td.ts-pl-show, th.ts-pl-show { display:table-cell }
	ul.navigationlist li.navigationlistitem.ts-pl-hide { display:none }
	ul.navigationlist li.navigationlistitem.ts-pl-show { display:block }
	#layoutbox1
	{
		padding-top:150px;
	}
}

@media screen and (max-width: 320px)
{
	.ts-pp-hide { display:none }
	.ts-pp-show { display:block }
	span.ts-pp-show, img.ts-pp-show { display:inline }
	li.ts-pp-show { display:list-item }
	table.ts-pp-show { display:table }
	tr.ts-pp-show { display:table-row }
	td.ts-pp-show, th.ts-pp-show { display:table-cell }
	ul.navigationlist li.navigationlistitem.ts-pp-hide { display:none }
	ul.navigationlist li.navigationlistitem.ts-pp-show { display:block }
	#layoutbox6
	{
		padding-left:5px;
	}
	#layoutbox1
	{
		padding-top:110px;
	}
}


/* site.css */
@font-face {
font-family: 'Robots Slab';
src: url('/setup/fonts/4fe6c08b-cc9c-4e2c-b231-abdbf5eeac8b.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/4fe6c08b-cc9c-4e2c-b231-abdbf5eeac8b.eot?') format('eot'),
url('/setup/fonts/4fe6c08b-cc9c-4e2c-b231-abdbf5eeac8b.woff') format('woff');
}
@font-face {
font-family: 'Lato Bold';
src: url('/setup/fonts/41e01f68-de72-4442-b213-931b0e12de4a.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/41e01f68-de72-4442-b213-931b0e12de4a.eot?') format('eot'),
url('/setup/fonts/41e01f68-de72-4442-b213-931b0e12de4a.woff') format('woff');
}
@font-face {
font-family: 'Roboto Thin';
src: url('/setup/fonts/7cea1a94-7191-4a60-9250-0198092082fe.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/7cea1a94-7191-4a60-9250-0198092082fe.eot?') format('eot'),
url('/setup/fonts/7cea1a94-7191-4a60-9250-0198092082fe.woff') format('woff');
}
@font-face {
font-family: 'Roboto Slab Light';
src: url('/setup/fonts/b19d0a19-132b-4528-b341-969f0727c7ac.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/b19d0a19-132b-4528-b341-969f0727c7ac.eot?') format('eot'),
url('/setup/fonts/b19d0a19-132b-4528-b341-969f0727c7ac.woff') format('woff');
}

.searchword {
font-weight: bold;
color: #DC5319;
border-bottom: 1px dotted #CECEB2;
background-color: #FFFFFF}

.Horizontal_rule {
border-bottom: 1px solid RGB(217,213,209);
height:1px;
line-height:1px}

.groupheader {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 12px;
font-weight: bold;
color: #635a5f;
line-height: 14pt;
vertical-align: text-bottom;
margin-top: 20px;
background-color: #ffffff}

.pageheader {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-serif;
font-size: 17pt;
color: #dc5319;
line-height: 20pt;
margin-bottom: 12px}

.faqsections {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 12px;
line-height: 12px;
margin-top: 2px;
margin-bottom: 5px}

.infoboxheader {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-serif;
font-size: 14px;
color: #7c996a;
line-height: 20px;
vertical-align: bottom;
margin-top: 10px;
margin-bottom: 2px}

.notebookheader {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-serif;
font-size: 14px;
color: #57634f;
margin-left: 36px;
margin-top: 0px;
margin-bottom: 15px}

.redbullitlink {
color: #666666;
padding-left: 13px;
background: url({system.layoutpath}/x-redSquareBullit.gif) no-repeat left center;
}

.errormsg {
font-weight: bold;
color: #DC5319;
background-color: #FFFFFF}

.headersmall {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-serif;
font-size: 13px;
color: #7c996a;
line-height: 20px;
vertical-align: bottom;
margin-bottom: 2px;
display:block;
 width: 206px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
}

.borderbluelight {
border-left: 1px   #DDE2E8;
border-right: 1px   #DDE2E8;
border-top: 1px   #DDE2E8;
border-bottom: 1px   #DDE2E8;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px}

.img-shadow {
float:left;

background: url(/media/system/shadow-alpha.png) no-repeat bottom right !important;

background: url(/media/system/shadow.gif) no-repeat bottom right;

margin: 10px 0 0 10px !important;

margin: 10px 0 0 5px;
}

.headerverysmall {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-serif;
font-size: 13px;
color: #7c996a;
line-height: 13pt;
vertical-align: bottom;
margin-bottom: 2px;
display:block;
 width: 250px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
}

.pageinfo {
font-size: 11px;
font-style: italic;
color: #8d9cac}

.capFirst {
text-transform: capitalize;
}

.secondary {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 7pt;
color: #bcbcbc}

.blue-pageheader {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-serif;
font-size: 17pt;
color: #374d7a;
line-height: 20pt;
margin-bottom: 12px}

.secondary-white {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 7pt;
color: #ffffff}

.frezz_h2 {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 15pt;
color: #444444;
line-height: 130%;
margin-left: 18px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 7px;
padding-left: 30px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:normal;
}

.news_bold {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 7pt;
font-weight: 700;
color: #444444;
line-height: 120%;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.sectionheader {
}

.intranet-record-header {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 11pt;
color: #444444;
line-height: 130%;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 19px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-position: left center;
background-repeat: no-repeat;
font-weight:normal;
}

.frezz-intranet-heading-detail-page {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 12pt;
color: #444444;
line-height: 130%;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 7px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:normal;
}

.frezz_h2-details {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 15pt;
color: #444444;
line-height: 130%;
margin-left: -20px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 7px;
padding-left: 30px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:normal;
}

.Small {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 7pt}

.interanet-header-one {
font-family: 'Roboto Slab Light';
font-size: 24px;
font-weight: 700;
color: #00a2ff;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.interanet-header-two {
font-family: 'Roboto Slab Light';
font-size: 20px;
font-weight: 700;
color: #00a2ff;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.interanet-header-tree {
font-family: 'Lato Bold';
font-size: 18px;
color: #2a2a2a;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:600;
}

.interanet-header-four {
font-family: 'Roboto Slab Light';
font-size: 16px;
color: #00a2ff;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.page-header {
font-family: 'Roboto Slab Light';
font-size: 24px;
font-weight: 700;
color: #00a2ff;
line-height: 1.5;
border-bottom: 1px solid #b2dbf2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 5px}

.light-text {
color: #666666}

.help-text {
color: #999999;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px}

.button-blue-sml {
color: #fff;
border-left: 1px solid #00a2ff;
border-right: 1px solid #00a2ff;
border-top: 1px solid #00a2ff;
border-bottom: 1px solid #00a2ff;
padding-left: 15px;
padding-right: 15px;
padding-top: 3px;
padding-bottom: 3px;
background-color: rgb(0, 162, 255)}

.frezz_h2:hover {
}

.news_bold:hover {
}

.sectionheader:hover {
}

.frezz-intranet-heading-detail-page:hover {
}

.frezz_h2-details:hover {
}

.interanet-header-one:hover {
}

.interanet-header-two:hover {
}

.interanet-header-tree:hover {
}

.interanet-header-four:hover {
}

.page-header:hover {
}

.light-text:hover {
}

.help-text:hover {
}

.button-blue-sml:hover {
}

th.headersmall, td.headersmall
{ 
  display:table-cell;
}
.nocontent
{
  display:none
}

/* Show .nocontent inside Visual Designer (the title attribute is not rendered public) */
.layoutpanel[title] .nocontent
{
   display:list-item;
}

.toolbar-item:first-child
{
margin-left:0px;
}
.sectionheader {
font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
font-size: 15pt;
color: #444444;
line-height: 130%;
margin-left: -20px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 19px;
padding-left: 30px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-image: URL('/media/frezz_icon2.png');
background-position: left center;
background-repeat: no-repeat;
font-weight: normal;
background-size: 25px 25px;
}

