/*//////////////////////////////////////////////////////////

SECTION INFO
SECTION TITLE: Arrow Changes
Ticket Info:

---Ticket 3870-8396570: display next month in banner not actual month---

Author: Jacob John
Client: German European School Singapore

////////////////////////////////////////////////////////////*/

/*

Changing arrow color for calendars

*/

.yui-calendar .calheader .calnavleft, 
.yui-calendar .calheader .calnavright {

	top: 7px;

}

.yui-calendar .calheader .calnavleft:before,
.yui-calendar .calheader .calnavright:before {

	font-family: FontAwesome;
	background: none;
	content: "\f104";
	color: white;

}

.yui-calendar .calheader .calnavright:before {

	font-family: FontAwesome;
	background: none;
	content:  "\f105";

}

h1{ font-size: 30px; font-weight: normal; text-transform: none;}
h2{ font-size: 18px; color: #8a8a8a;}
h3{ font-size: 16px; }
h4{ font-size: 14px; color: #8a8a8a; }
h5{ font-size: 12px; }
h6{ font-size: 12px; color: #8a8a8a;}
p { margin:0 0 1em 0; }




/*
* Menu overlapping - 8461085
* Chris Norman
* 09.09.16
*/

.fsBtn_menu {
    z-index: 9;
}

/* End Block */


/*
*  Ticket 8501165 ZD
*  Bottom banner table is broken in IE11 on Windows.
*  02/02/17 - James B
*/

.page_1 #mainmiddle > tbody > tr > td:nth-of-type(2),
.page_545 #mainmiddle > tbody > tr > td:nth-of-type(2) {
    display: none !important;
}

.page_1 #mainmiddle > tbody > tr > #rightbanner,
.page_545 #mainmiddle > tbody > tr > #rightbanner {
    display: block;
    height: 320px;
}


.page_1 #bottombanner,
.page_545 #bottombanner {
    table-layout: fixed;
}

/* End Section */


/*//////////////////////////////////////////////////////////

End Document

////////////////////////////////////////////////////////////*/