/* =========== Special cases ========== */


.menuitem a {
	font-size: 9pt;
	font-weight: bold;
	color: #003875;
	text-decoration: none;
}

.menuitem a:hover {
	text-decoration: underline;
}

.selectedsubitem {
	font-size: 8pt;
	color: #003875;
	text-decoration: none;
}

.subitem a {
	font-size: 8pt;
	color: #003875;
	text-decoration: none;
}


.subitem a:hover {
	text-decoration: underline;
}


.topmenu a {
	font-size: 7pt;
	color: white;
	text-decoration: none;
}

.topmenu a:hover {
	color: yellow;
}


.button {
	border: 2px groove black;
	padding: 5px;
	margin: 20px;
	background-color: #003875;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
}

.button:hover {
	background-color: #064EA2;
	
}

.buttonMenu a {
	border: 2px groove black;
	padding: 5px;
	background-color: #003875;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: white;
}


.buttonMenu a:hover {
	background-color: #064EA2;
	
}

/* ============ Programme related styles ============= */

.scheduleEventTitle {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0pt;
}

.schedulePaperTitle {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	margin-bottom: 3pt;
}

.scheduleSlot {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: blue;
	background-color: darkblue;
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana, arial;
	width: 590px;
	color: white;
}

.scheduleSlot a {
	color: white;
}

.scheduleChairs {
	font-size: 8pt;
	font-family: verdana, arial;
	margin-top: 0pt;
	margin-bottom: 6pt;
	margin-left: 6pt;
}

.scheduleAlert {
	font-size: 11pt;
	font-family: verdana, arial;
	color: red;
	font-weight: bold;
}

.myprogrammeRadio {
	color: green;
	background-color: #E0E0FF;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

