/* Banks stylesheet for new site */

#multicultural-header {
	height:  125px;
	background-image: url("../images/layout/multicultural-header.jpg");
	background-repeat: no-repeat;
}

#multicultural-header .hidden {
	visibility: hidden;
}

#multicultural-header a.homepage-link {
	float: left;
	display: block;
	height: 125px;
	width: 200px;
	text-decoration: none !important;
}

input,
select {
	font-size: 100%;
}

#phraseBox {
width: 100%;
overflow:hidden;
}

table.striped-table {
width:40%
}

table.striped-table td,
table.striped-table th {
width:50%
}

#main-content h2 {
background:none;
padding-bottom:5px;

}

/* ============================================================*/
/* START multicultural glossary section */

fieldset#phrases {
	clear: both;
	border: 3px solid #DDD;
	color: #000;
	background-color: #F9F9F9;
	padding: 15px;
	margin: 1em 0 1em 0;
}

fieldset#english-phrase {
	clear: both;
	border: 3px solid #DDD;
	color: #000;
	background-color: #F9F9F9;	
	padding: 15px;
	width: 44%;
	float: left;
	margin: 1em 15px 1em 0;
}

fieldset#other-phrase {
	clear: both;
	border: 3px solid #DDD;
	color: #000;
	background-color: #F9F9F9;	
	padding: 15px;	
	width: 44%;
	float: left;
	margin: 1em 0 1em 0;	
}


fieldset#phrases legend,
fieldset#english-phrase legend,
fieldset#other-phrase legend {
	color: #555;
	font-weight: bold;
	padding: 0 3px;
}


/* END multicultural glossary section */



#box {
	color: #6b6b6b;
	background-color: #ffffff;
	font-size: 90%;
	padding: 20px 20px 0px 20px;
	margin: 0% 15%;
	border: 1px solid Silver;
	
}

#box h2 {
	padding: 0px;
	margin: 0px;
}

.info-box {
	color: #444;
	background-color: #F8FCFF;
	font-size: 85%;
	padding: 10px;
	border: 3px solid #E4ECFF;
}

.phrase {
	font-size: 2em;
	font-weight: bold;
	padding-left: 27px;
}

.eng-phrase {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 10px;
}

.info-box-large {
	color: #444;
	background-color: #F8FCFF;
	padding: 10px;
	border: 3px solid #E4ECFF;
}

.alert-box {
	margin-bottom: 0.8em;
	color: #444;
	background-color: #FEFFF0;
	padding: 10px;
	border: 3px solid #FFF0C8;
}
