@import url("grid.css");
@import url("typography.css");
@import url("firefox.css");
@import url("webparts.css");

/*
	Last edit: 07jan09 - aarmkkv
*/

/* ------------------------------------------------------------------------
		ACCESSIBILITY
   ------------------------------------------------------------------------ */
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

/* ------------------------------------------------------------------------
		TOP TOOLBAR / Sharepoint toolbar
		Variations, Welcome Menu, My Site, My Links, Help
   ------------------------------------------------------------------------ */
#topToolbar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#topToolbar li
{
	float: left;
}

/* ------------------------------------------------------------------------
		SITE JUMPER
   ------------------------------------------------------------------------ */
#siteJumper select
{
	width: 170px;
}

/* ------------------------------------------------------------------------
		SEARCH BAR (Global search)

		CSS developed for MOSS 2007 search component.
		Ontolica search will be used, so CSS must be created for it.
		
   ------------------------------------------------------------------------ */
#search .btnSearch
{
	background: lime none;
	border: none;
	margin: 0;
	padding: 0;
	height: 20px;
}

#search .ms-sbtable
{
	width: auto !important;
}

/* Hide text before textfield*/
#search .search .ms-sbcell.ms-sbtext span
{
	display: none !important;
}

/* Search text field */
#search .search .ms-sbcell .ms-sbplain
{
	height: 15px;
	width: 150px !important;
	padding-top: 2px;
	padding-left:4px;
	border: none !important;
}

#search .search .ms-sbcell
{
	padding: 0;
}

#search .search .ms-sbgo
{
	padding-top: 3px !important;
}

#search .search .ms-sbgo a
{
	margin: 0;
	padding: 0;
	display: block;
}

#search td.ms-sbLastcell
{
	display: none;
}

/* ------------------------------------------------------------------------
		SERVICE NAVIGATION
   ------------------------------------------------------------------------ */
#navService
{
	/* Hide border (pipe-character) of first (leftmost) item in list */
	overflow: hidden;
}

#navService ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navService li
{
	float: left;
	line-height: 1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	border-left: 1px solid #394469;
	white-space: nowrap;
}

/* ------------------------------------------------------------------------
		BRANDING
   ------------------------------------------------------------------------ */
#logo img
{
	border: none;
}

/* ------------------------------------------------------------------------
		GLOBAL NAVIGATION
   ------------------------------------------------------------------------ */
#navGlobal
{
	/* Hide border (pipe-character) of first (leftmost) item in list */
	/*overflow: hidden;
	height: auto;*/
	/*padding-bottom: 1em;*/
	z-index:999;
}

#navGlobal ul
{	
	margin: 0;
	padding: 0;
	list-style: none;
}

#navGlobal ul li
{
	position:relative;	
	/*margin: 0 .9em 0 -.5em;*/
	margin:0 9px 0 -5px;
	height: 33px;
	float: left;	
	background-image: none;	
}

#navGlobal ul li a
{
	float:left;
	display:block;
	border-left: 1px solid #394469;
	/*padding: 0 .5em 0 .9em;*/
	padding:0 5px 0 9px;
	font-size:17px;
	color:#394469;
}

#navGlobal ul li.selected,
#navGlobal ul li.hover,
#navGlobal ul li a:hover
{
	/* Also apply this to submenu item as bg-image but positioned at the top */
	background:no-repeat url("globalArrowDown.png") center 24px;
	color:#394469 !important;

}

/* Submenu (dropdown) */
#navGlobal ul li.over ul,
#navGlobal ul li:hover ul,
#navGlobal ul li.selectedover ul
{
	display:block;
}
#navGlobal ul li ul
{
	z-index:998;
	position: absolute;
	top: 12px;
	left: 0;	
	margin:12px 0 0 0;
	padding:12px 24px 5px 12px;
	width: 192px;
	background:#394469;
	display:none;	
}
#navGlobal ul li ul li
{
	margin:0;
	padding:0;
	border: none;
	display:block;
	clear:both;
	height:auto;
}
#navGlobal ul li ul li a,
#navGlobal ul li ul li a:visited,
#navGlobal ul li.over ul li a,
#navGlobal ul li.hover ul li a,
#navGlobal ul li.hover ul li a:visited,
#navGlobal ul li.selectedover ul li a
{
	margin:0;
	padding:5px 0 4px 10px;
	color:#fff !important;
	font-size:12px;
	background:transparent no-repeat url("arrow-blue.gif") left center !important;
	border-bottom:1px solid #a0a3a3;
	display:block;	
	float:left;
	height:auto;
	text-align:left;
	width:192px;	
}
/*#navGlobal ul li.over
{
	behavior: url('/_layouts/DS/pngBgArrowBehavior.htc');
}*/
#navGlobal ul li ul li a:hover, #navGlobal ul li.selected ul li a:hover, #navGlobal ul li.selectedover ul li a:hover
{
	text-decoration:underline;
	color:#fff;
}
#navGlobal ul li ul li ul, #navGlobal ul li:hover ul li ul, #navGlobal ul li.selectedover ul li ul
{
	display:none;
}
/* ------------------------------------------------------------------------
		PAGE FUNCTIONS (print, send email)
   ------------------------------------------------------------------------ */
#pageFunctions ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#pageFunctions li
{
	margin: 0;
	padding: 0 10px 0 20px;
	float: left;
	background-position: left 2px;
}

#pageFunctions li.print
{
	background-image: url(print.gif);
	background-repeat: no-repeat;
}

#pageFunctions li#email, #pageFunctions li.email
{
	background-image: url(email.gif);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------
		FORSIDE
   ------------------------------------------------------------------------ */

div.twoCols{
	margin-bottom:1px;
	z-index:0;
}
div.text
{
	padding:10px;
}
div.leftCol{
	float:left;
	width:382px;
	height:273px;
	margin-right:1px;
	/*padding:10px;*/
	border:1px solid #dadedd;
}
div.rightCol{	
	float:left;
	width:382px;
	height:273px;
	/*padding:10px;*/
	border:1px solid #dadedd;
}
div.teaserLeft, div.teaserRight
{
	height:93px;
	z-index:2;
}
.RadEContent div.teaserLeft, .RadEContent div.teaserRight{
	border:1px dashed red;
}
div.teaserLeft
{
	background:transparent no-repeat url("Visa.jpg") left top;
}
div.teaserRight
{
	background:transparent no-repeat url("Tools.jpg") left top;
}
div.teaserLeft div.left, div.teaserRight div.right
{
	padding-top:14px;
}
div.teaserLeft div.left
{
	padding-left:174px;
}
div.teaserRight div.right
{
	padding-left:21px;
	border:none;
}
div.teaserLeft div.left a, div.teaserRight div.right a
{
	font-size:11px;
}
#page.subsiteFront div.leftCol, #page.subsiteFront div.rightCol
{
	width:276px;
	border:none;
}
#page.topic div.leftCol, #page.topic div.rightCol
{
	width:373px;
	border:none;
	height:auto;
}
#page.sub div.leftCol, #page.sub div.rightCol, #page.fieldFront div.leftCol, #page.fieldFront div.rightCol{
	border:none;
	width:276px;
	height:auto;
}
/* ------------------------------------------------------------------------
		LIST ITEMS - CONTENT QUERY
   ------------------------------------------------------------------------ */
div.list-item{
	margin-bottom:23px;
	margin-bottom:17px;
}   
/* ------------------------------------------------------------------------
		DEBUG
   ------------------------------------------------------------------------ */
#debug
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	border: 1px solid #000;
	background-color: #fff;
	text-align: left;
	padding:10px;
}

#debug ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#debug li
{
	color: #ccc;
	cursor: default;
}

#logo
{
	behavior: url('/Style%20Library/Creuna/Includes/pngBgBehavior.htc');
	/*behavior: url('/_layouts/1033/styles/DS/pngBgBehavior.htc');*/
}

#page table td
{
  vertical-align: top;
  text-align: left;
}


/* 12.03.2008 New buttons */
.btn-new { /* Top left corner, top edge */ 
    float:left; 
    color:#fff; /* Text colour */ 
    background:#769329 url(button-new.gif) no-repeat; /* Fallback bg colour for images off */    
} 
.btn-new * {display:block;} 
.btn-new span { /* Top right corner */ 
    padding:4px 0 0; 
    background:url(corners-new.gif) no-repeat right top; 
} 
.btn-new span span { /* Bottom left corner, left and bottom edges */ 
    padding:0 0 0 6px; 
    background:url(button-new.gif) no-repeat left bottom; 
} 
.btn-new span span span { /* Bottom right corner */ 
    padding:0 0 4px; 
    background:url(corners-new.gif) no-repeat right bottom; 
} 
.btn-new span span span span { /* Right edge */ 
    padding:0 12px 0 6px; /* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */ 
    background:url(button-new.gif) no-repeat right center; 
} 
.btn-new:hover, 
.btn-new:focus, 
.btn-new:active { /* Help keyboard users */ 
    /*outline:2px solid #ff0;*/ /* Not supported by IE/Win :-( */ 
    /*color:#fff;*/
}
a.btn-new span span span span{
	color:#fff;
}

/*
	Search Results page
*/


.srch-URL A:link,.srch-URL A:visited
{
	color: #769329  !important;
	text-decoration: none;
}

.page-jump
{
	text-decoration: underline !important;
}

 


td.leftcol
{
	background: #fff;	
}


/* 
	Top banner
*/
div#navGlobalWrapper 
{
	height: 32px;
	width: auto;
	float: right;
	right: 3px;
	left: auto !important;
	padding-left: 20px;
}
	div#gradient-start
	{
		height: 32px;
		width: 120px;
		float: right;
		background: url('/Style library/Creuna/Includes/bg-gobalmenu-end-gradient.png') no-repeat left center;
	}
#search, 
#navGlobal
{
	height: 32px;
	padding: 0;
	background: #fff;
}
	#navGlobal ul
	{
		margin-top: 8px;
	}

/* hide overflow when i big image is choosen */
#topbanner-selector .ms-formfieldvaluecontainer
{
	overflow: hidden;
}

/*
	Campaign Teasers
*/
.campaign
{
	height: 92px;
}
	.campaign h2
	{
		padding-top: 25px !important;
	}
	.campaign a
	{
		font-weight: bold;
		font-size: 11px;
	}
		.campaign a span.arrow
		{
			font-size: 13px;
		}
		
	.teaser-left
	{
		padding-left: 15px;
	}
	.teaser-right
	{
		padding-left: 175px;
	}


#campaign-right,
#campaign-left
{
	height: auto;
	min-height: 93px;
}








/* PRINT */
@media print{
  #pageHeader,
  #navSub,
  #functionsWrapper,
  #related{
	display:none;
  }
  #page,
  #contentWrapper,
  #content,
  div.twoCols{
	margin:0;
	padding:0;
	width:auto;
  }
	  div.leftCol,
	  div.rightCol{
		width:49%;
	  }
	  .teaserLeft, .teaserRight{
		margin-top:2px;
	  }
  #contactInfo{
	text-align:left;
	margin-left:15px;
  }
	address{
		margin:0;
		padding:0;
	}
} 