﻿/*locatie stylesheet: siteacties/alle site inhoud weergeven/Stijlbibliotheek/Frieslandcollege/css

Let op: css bestand moet ingecheckt en aproved zijn om te kunnen publiceren!

*/



/*Unit stylesheet cios heerenveen*/

 /*unitlogo: 
  Formaat logo: 758 x 139px
  bestandsformaat: .jpg
  Plaatje eerst uploaden naar: sitesacties/alle site inhoud weergeven/Afbeeldingen van siteverzameling
 */

#mainLogo
{
	background-image:url('/SiteCollectionImages/portal-logo-cios.jpg');/*hier alleen image naam aanpassen*/
}



/*geselecteerde opleiding side menu header*/
.current-unit a{
	color:#148BD5 !important;

}

/*geselecteerde opleiding side menu item*/
.current-unit li.selected a{
	background-color:#fffab1;
	color:#148BD5 !important;
}


#TopLeftCell.defaultcolumn h2{
	font-size:11pt;
	margin-bottom:20px;
	color:#148BD5;
	margin-top:0px;
}


h2.unittitle{
	color:#148BD5;
}



/*topmenu backgroundcolors*/
.topnav{
background-color:#148BD5;
}

ul.navigationBar li{
background-color: #148BD5; /*overall menu background color*/
}

/*hover en select kleur*/
ul.navigationBar li a:hover{
	background-color:#f9e810;
	color:#000000;
}
li.selectedItem{
	background-color:#f9e810 !important;
	
}

/*nieuwsblok*/

.newsheadlinecenter{
	border-right: 1px #148BD5 solid;
	float:left;
	background-color:#ffffff;
	width:459px;
}

.newsheadlineImage{
	width:228px;
	background-color: #148BD5;
	float:left;
	padding-left:7px;
	color:#ffffff;
	border-left:1px #148BD5 solid;
}

.newsHeadline a:hover{
	color:#148BD5;
	background-image:url('line_cios.gif');

}

.headlineselect a{
	color:#148BD5;
	background-color:#cde5ff;
	background-image:url('line_cios.gif');

}

.newsheadlinetop{
	background-image:url('newsheadlines_corners_top-cios.gif');
	width:460px;
	height:12px;
	background-repeat:no-repeat;

}


.newsheadlinebottom{
width:460px;
height:12px;
background-image:url('newsheadlines_corners_bottom-cios.gif');
background-repeat:no-repeat;
clear:both;
}

}