/* Default stylesheet ORANGE */

html, body {
	/* STICKY FOOTER*/
	height: 100%;
}

body {
	background-color: #FFFFFF;
	background: #FFFFFF url(http://img4.custompublish.com/getfile.php/1819941.924.tqqwcvceax/mainshadow.png) repeat-y center;
	color: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	/*font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;*/
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	/*font-family: "Myriad Pro", Myriad, FreeSans, Tahoma, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif	;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}


#contactlist caption {
	font-size: 2.0em;
}
.ingress caption {
	font-size: 1.25em;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

/* General links */
a:link {color: #000000 /* #84807e */; text-decoration: none}
a:visited {color: #000000; }
a:hover {color: #ed762c; text-decoration: none}

.linkcontainer a, .mainsidebarsublinks a {color: #ed762c; }
.linkcontainer a:hover, .mainsidebarsublinks a:hover { color: #84807e; text-decoration: none;}

.mainsidebarsublinks {
	margin-top: 20px;
	font-style: italic;
}

/* read more.. links 
.link { color: #ed762c; }
a.link:link {color: #ed762c; }
a.link:visited { color: #000000;}
a.link:hover { color: #84807e; text-decoration: underline;}*/

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: none;}

.menu a.menuselected:link {text-decoration: none;}
.menu a.menuselected:visited {text-decoration: none;}
.menu a.menuselected:hover {text-decoration: none;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */

#cp {text-align: center; }
#cp a{color: #FFF; }
#cp a:hover{color: #CCC; }
.cp { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.eventdate {
	background: url("http://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}

.rightarticles h3.headline a{
	font-size: 12px;
	text-decoration: none;
}


.sidebar h1 {
	font-size: 18px;
	text-decoration: none;
	color: #999999;
	text-shadow: 0 1px 1px #999999;

}
h1.headlineview {
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}

div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.rightarticles .ingress {
	font-size: 10px;
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}

.viewarea div.listingpic {
	width: 250px;
	float: right;
	margin-left: 10px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}

.linkcontainer {
font-size: 10px;

}

.rightarticles .linkcontainer {
text-align: right;

}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}
.rightarticles .articleblock {
	margin-bottom: 5px;
}
.companyarticles .articleblock {
	margin-bottom: 0px;
}
.articleblock .imgwrap {
	float: right;
	width: 32.5%;
	text-align: right;
}
.bottomlinks {
	margin-top: 20px;
	
}
.bottomlinks .articleblock .imgwrap {
	float: left;
	text-align: left;	
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: left;
	width: 65%;
	
}
.bottomlinks .articleblock .textwrap {
	float: right;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/*

.facebooktext {

	float: right;
	width: 225px;
}
*/

.facebooktext {
	float: right;
	width: 140px;
}

#footer div.fourcol .articleblock.quad0 {width: 190px;}
#footer div.fourcol .articleblock.quad1 {width: 210px;}
#footer div.fourcol .articleblock.quad2 {width: 200px;}
#footer div.fourcol .articleblock.quad3 {}

/* 4-spalter */
div.fourcol .articleblock { 
	width: 23%;
	float: left;
	margin-right: 2%;
}
div.fourcol .articleblock.quad0 { 
	clear: both;
}
div.fourcol .articleblock.quad2 { 
	margin-right: 0;
}
div.fourcol .articleblock.quad3 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.textright {
	text-align: right;
}

div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }

/* SECTION: page containers */ 
#page {
	/*width: 960px;*/
	/*STICKY FOOTER*/
	height: 100%;
	min-height: 100%;
	height: auto !important;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
/* STICKY FOOTER*/
#middle {
	width: 980px;
	margin: 0px auto;
/* 	padding-bottom: 310px; */
	padding-bottom: 200px;

}
.middlebg {
/* 	background: #FFFFFF url(http://img4.custompublish.com/getfile.php/1819941.924.tqqwcvceax/mainshadow.png) repeat-y left; */
	padding: 0 25px;
/* 	margin: 20px 0; */
	margin: 20px 0px 0px 0px;

}
.inner {
	width: 960px;
	height: 159px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}
#top {
	margin: 0px;
	padding: 0px;
	background: #ed762c url(http://img4.custompublish.com/getfile.php/1818261.924.fysfxdcafu/header-bg.png) no-repeat center;
}
#top .logo {
	float: left;
	width: 320px;
	margin-left: 10px;
	position: relative;
	top: 0px;
}


#topnav {
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
	min-height: 20px;
	margin-top: 20px;
}
/*THIS WILL HIDE THE RIGHT NAVBAR ON THE FRONTPAGE*/
.frontpage #navbar, .page234502 #navbar  {
display: none;
}
#main {
	float: left;
	width: 525px;
	min-height: 200px;
}


.frontpage #main, .page234502 #main   {
width: 640px;}

.viewarea {
	min-height: 400px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 180px;
}

/*THIS CHANGES THE MAINSIDEBAR WIDTH IN ONLY THE FRONTPAGE*/
.frontpage #mainsidebar, .page234502 #mainsidebar {
	width: 245px;
}

/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 735px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}

#orglist {
	width: 100%;
}


#footer {
	/* STICKY FOOTER*/
	position: absolute;
	bottom: 0px;
	width: 100%;
	clear: both;
/* 	background-color: #c4c0c0; */
/* background-color: #002c35; */
/* background-color: #b8cbd1; */
	background-color: #7C7C7C;
}
	#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer .inner {
	/*
background: url(http://img4.custompublish.com/getfile.php/1819934.924.patudwsadt/footer-watermark.png) no-repeat right bottom;
	height: 275px;
	padding-top: 20px;
*/
	background: url(http://img4.custompublish.com/getfile.php/1923368.924.atqpduqxpd/footer-inner-new.png) no-repeat top center;
	margin-top: -33px;
	padding: 60px 30px 0px 30px;
	width: 920px;
}
.subfooter {
	height: 40px;
	padding: 10px 0px 10px 0px;
}

/* SECTION: Sidebar */
.sidebar {
}
.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
#topmenucontainer {
	width: 100%;
/* 	background-color:  #002c35; */
	padding: 5px 0px 0px 0px;
	color: #CCC;
	/* font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif; */
}
#topmenucontainerinner {
	text-align: right;
	width: 960px;
	margin: 0 auto;
/* 	background-color:  #002c35; */

}

/*
.menu141984 {
 	background: url(http://img9.custompublish.com/getfile.php/1914813.2109.eptucceqff/UNKG0001.gif) left;
 	border-left: solid 1px red;
 
 }
*/
 	
 	
 	
 	
a#topmenuitem141984{ 
background: url(http://img4.custompublish.com/getfile.php/1934912.924.ftrrycaybx/eng.png) no-repeat left ;
padding: 0px 0px 0px 30px;
}


 
/*
 #navbar ul.leftmenu a#leftmenuitem234270{ 
background: url(http://img2.custompublish.com/getfile.php/1821464.2062.yvxsvuevef/icon-map.png) no-repeat top center;
	padding: 180px 0px 25px 0px;
	text-align: center;


}
*/




 
.mainmenubg2 {
	position: absolute;
	top: 60px;
	right: 45px;
	padding-left: 10px;
}
#mainmenu2, #mainmenu2 * {
	margin:	0;padding:0;
	list-style:	none;
	position: relative;
	z-index:99;
}
#mainmenu2 ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}
#mainmenu2 ul li {
	width:100%;
}
#mainmenu2 li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu2 li {
	float:left;
	position:relative;
}
#mainmenu2 a {
	display:block;
	position:relative;
	padding-left: 20px;
	color: #FFF;
	font-size: 15px;
}
#mainmenu2 a:hover {
	color: #CCC;
}

.mainmenubg {
	background: url(http://img4.custompublish.com/getfile.php/1818361.924.svqvswfvrp/mainmenu-left.png) no-repeat left;
	position: absolute;
	bottom: 0;
	left: -60px;
	padding-left: 50px;
	height: 43px;
}
#mainmenu, #mainmenu * {
	margin:	0;padding:0;
	list-style:	none;
	position: relative;
	z-index:99;
}
#mainmenu ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	width:100%;
}
#mainmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float:left;
	position:relative;
}
#mainmenu a {
	display:block;
	position:relative;
	
}

#mainmenu li:hover ul, #mainmenu li.sfHover ul {
	left:0;
	top:100%; /* match top ul list item height */
	z-index:99;
}
ul#mainmenu li:hover li ul, ul#mainmenu li.sfHover li ul {
	top:-999em;
}
ul#mainmenu li li:hover ul, ul#mainmenu li li.sfHover ul {
	left:100%;
	top:0;
}
ul#mainmenu li li:hover li ul, ul#mainmenu li li.sfHover li ul {
	top: -999em;
}
ul#mainmenu li li li:hover ul, ul#mainmenu li li li.sfHover ul {
	left: 100%;
	top: 0;
}
ul#mainmenu {
	color: #FFF;
	font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
}
ul#mainmenu li{
	float: left;
	font-size: 15px;
	padding-bottom: 3px;
	text-align: center;
}
ul#mainmenu li a.menulevel0, ul#mainmenu li.noclick{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-shadow: 0 1px 1px #000000;
	/*font-weight: bold;*/
	padding-right: 32px;
}
ul#mainmenu li a.menulevel0 span, ul#mainmenu li.noclick span{
	display: block;
	padding: 11px 0px 11px 32px;
}				
ul#mainmenu li.firstitem a {
	border-left: none;
}
ul#mainmenu li li li {
	background:	#003261;
}
ul#mainmenu li.sfHover a.menulevel0, ul#mainmenu li a:hover{
	background: url(http://img4.custompublish.com/getfile.php/1818390.924.tscwfqsxwd/mainmenu-li-right.png) right no-repeat;
}
ul#mainmenu li.sfHover a.menulevel0, ul#mainmenu li a:hover span{
	background: url(http://img4.custompublish.com/getfile.php/1818389.924.xrrbtaafwb/mainmenu-li-left.png) left no-repeat;
}
ul#mainmenu li ul{
	background: url(/images/opacity/black/opacity70.png) repeat;
	width: auto;
	margin-left: 5px;
}
ul#mainmenu li ul li {
	float: none;
	font-size: 14px;
	text-align: left;
}
ul#mainmenu li li a{
	padding: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
ul#mainmenu li li a span{
	padding: 0;	
}
ul#mainmenu li li a:hover{
	background: #ed762c;
	color: #000000;

}
ul#mainmenu li li a:hover span{
	background: transparent;
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}
ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}
ul.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	display: inline;
	font-size: 14px;
}
ul.topmenu li a {
	display: inline;
	text-decoration: none;
	color:#444444;
}

.topmenu a {color: #ed762c; }
.topmenu a:hover { color: #ed762c; text-decoration: none;}

#search {
}

.topnavcontainer {
	float: right;
	text-align: right;
	margin-top: 10px;
	width: 380px;
}
#searchform {
	/*width: 215px;*/
	float: right;
	background: #F0F0F0;
    border-radius: 24px 24px 24px 24px;
    margin-top: 36px;
    padding: 0px;
}
input.searchinput {
    background: transparent;
    border: 0;
    color: #555555;
    vertical-align: middle;
    padding: 8px 12px;
    font-size: 1.2em;
    
}

#top input.searchsubmit {
    cursor: pointer;
    vertical-align: middle;
    padding-right: 12px;
    text-align: right;
    width: 20px;
    height: 20px;
    
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}



/* frontpage listing */
.slides_control {
	width: 640px;
}
#slides .articlelist {
	margin-bottom: 15px;
	border-radius: 0px;
	box-shadow: 1px 1px 8px #666666;
	/* OVERFLOW DISPLAY ON RELOAD FIX  */
	overflow: hidden;
	display: none;
}
#slides .articleblock {
	border-radius: 0px;
	position: relative;
	min-height: 200px;
	height: 295px;
	overflow: hidden;
	width: 640px; /* maa ha dette pga slideshow */
}
#slides .imgwrap, #slides .textwrap {
	float: none;
	width: auto;
}
#slides .imgwrap, #slides .imgwrap .img {
	border-radius: 0px;
}
#slides .textwrap {
	background-image: url(/images/opacity/black/opacity70.png);
	/* background-color: rgba(66,66,66,0.6); */
	border-radius: 0 0 0px 0px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 2%;
	text-shadow: 1px 1px 0 #333333;
	width: 96% !important;
}
#slides .textwrap span.date {
	color: #FFFFFF;
	float: right;
	font-style: italic;
	padding-top: 5px;
	width: 18%;
	text-align: right;
	
}
#slides .textwrap .headline {
	float: left;
	width: 80%;
}
#slides .textwrap a {
	color: #FFFFFF;
	text-decoration: none;
}

#slides .textwrap .ingress {
	clear: both;
	font-style: italic;
}




#slides .pagination {
	list-style-type: none;
	margin: 20px 0 15px 0;
	padding: 0;
}
#slides .pagination .articleblock {
	border: 2px solid #ed762c;
	box-shadow: none;
	float: left;
	min-height: 0;
	height: 104px;
	margin-right: 10px;
	width: 149px;
	overflow: visible; /* maa ha visible pga pil */
}
#slides .pagination .article2, #slides .pagination .article3 {
	margin-right: 0;
}
#slides .pagination .article3 {
	float: right;
}

#slides .pagination .headline {
	font-size: 0.9em;
	font-weight: normal;
}
#slides .pagination .textwrap {
	background: #ed762c;
	display: block;
	min-height: 2.3em;
	padding: 3px;
	left: 0;
	width: 143px !important;
}
#slides .pagination .textwrap .headline {
	display: block;
	float: none;
	height: 2.3em;
/* 	overflow: hidden; */
	width: auto;
}
#slides .pagination .textwrap .ingress, #slides .pagination .textwrap .date {
	display: none;
}
#slides .pagination .articleblock.current {
	border: 2px solid #7C7C7C;
}
#slides .pagination .current .textwrap {
	background-color: #7C7C7C;
}
#slides .pagination .arrow {
	background-image: url(http://img6.custompublish.com/getfile.php/1679946.1646.abcxpvxwdu/slider-arrow.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #0E718B;
	display: none;
	height: 10px;
	left: 43%;
	padding: 0;
	position: absolute;
	top: -12px;
	width: 22px;
}
#slides .pagination .current .arrow {
	background-color: #7C7C7C;
	display: block;
}



/* COMPANY LISTING */
.company {
	background-color: #ccc;
}
.companyheader {
	background: #FFF  url(http://img4.custompublish.com/getfile.php/1820806.924.cfxyrqtsxy/arrow-right.png) no-repeat center right;
	border: 1px solid #555;
	padding: 5px;
	cursor: pointer;
}
.companyheader:hover {
	background: #CCC url(http://img4.custompublish.com/getfile.php/1820806.924.cfxyrqtsxy/arrow-right.png) no-repeat center right;

}
.companyheader.expanded {
	background: #FFF url(http://img4.custompublish.com/getfile.php/1820805.924.eqfyvscsup/arrow-down.png) no-repeat center right;
	
}
.companycontent {
	padding: 20px;
	display: none;
}
.companycontent table tr td {
 background-color: #FFFFFF;
 border: none;
}
.companyinfo {
	float: left;
	width: 13%;
}
.companyinfo.companyname {
	width: 26%;
}
.companyname {
	font-size: 14px;
}
.companyphone {
	background: url(http://img4.custompublish.com/getfile.php/1820662.924.xbwcsaafuv/icon-company-phone.png) no-repeat center left;
	padding-left: 30px;

}
.companymobile {
	background: url(http://img4.custompublish.com/getfile.php/1820661.924.qqxafrvvca/icon-company-mobile.png) no-repeat center left;
	padding-left: 30px;
}
.companyfax {
	background: url(http://img4.custompublish.com/getfile.php/1820660.924.pwtpyvvwtp/icon-company-fax.png) no-repeat center left;
	padding-left: 30px;
}
.companyemail {
	background: url(http://img4.custompublish.com/getfile.php/1820659.924.sywaruedqa/icon-company-email.png) no-repeat center left;
	padding-left: 30px;
}	
.companyweb {	
	background: url(http://img4.custompublish.com/getfile.php/1820804.924.wswcewxvdp/icon-company-web.png) no-repeat center left;
	padding-left: 30px;
}
.publicuserlisttable {
	width: 100%;
	margin-top: 10px;
}