/**
 * Modules - fi FI
 */
@import url(modules_fi.css);

/**
 * CONTENT MODULES 
 */
/**
 * C2: Graphical Page Titles for T1 and T2
 */
div#t1 h2 {
	background: url(/repository/images/headers/h2/home_fi_FI.jpg) no-repeat 0 0;
}

/* 
 * N3: Large Utility Nav
 */

#utilityNav p#division {
	background-image: url(/repository/images/icons/flags/fi.png);
}

/**
 * C18: History
 * Use with javascript behaviours
 */
div#history ol#historyLinks a {		
	width: 31px;
}


/**
 * Education Page Course Dates 
 */
#courseDates ol {
	margin: 0 0 1em 0;
	list-style: none; 
}
#courseDates ol a {
	text-decoration: none; color: #17617b; margin: 0;
}
#courseDates ol a:hover span.name{
	color: #4B8CA4; text-decoration: underline;
}
#courseDates ol span {
	margin: 0;
}
#courseDates ol span.name {
	display: block;
	font-weight: bold;
}

/**
 * Trading Example lists
 */
ol.example li {
	font-size: 1.2em; font-weight: bold; color: #6bb520
}
ol.example li p {
	margin: 0 0 1em 0;
	font-size: 0.8em; color: #444444; font-weight: normal; line-height: 1.3em;
}

/**
 * Refer a Friend Promotion
 */
div.referAFriend {
	padding-right: 8px;
}

fieldset.doubleDropdown select {
	margin-bottom: 1em;
}

