/* Properties Clear */

body { 
	font-size: 68.5%;
}

* { margin:0; padding:0; list-style: none; }

table { border-collapse: collapse; }
* html input.checkbox { margin: -5px -3px 0px -5px; }

.clear { clear: both; }
.clear:after { content: ""; display: block; height: 0; width: 100%; }

a {
	text-decoration: none;
	color: #2C0DB5;
	-moz-outline-style: none;
	font-weight:bold;
}

a img { border: none; }

/* CSS Document */

html { height: 100%; width: 100%; }

body {
	background: url(../img/body_bg.png) top repeat-x #FFFFFF;
}

p {
	font: normal 1.2em/1.3em Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}

/* Adjusts page width & alignment */
.wrapper {
	width: 980px;
	margin-left: auto; margin-right: auto;
}

	/* CSS Document */

body #header .wrapper {
	height: 130px;
	background: url(../img/hdr_bg.png) left no-repeat;
}

body #header .logo a {
	background: url(../img/hdr_logo.png) center no-repeat;
	width: 500px; height: 135px;
	display: block;
}

body #header .emblem a {
	background: url(../img/ebm_openday.png) top right no-repeat;
	width: 190px; height: 185px;

	position: absolute;
	right: 0;
	z-index: 500;
}

ul.langbar {
	background: url(../img/langbar_bg.gif);
	width: 200px; height: 25px;
	float: right;

	position: relative;
	margin-right: 70px;
	z-index: 1000;
}

ul.langbar li {
	float: left;
	position: relative;
	left: 7px;
	font: normal 1.1em/20px Arial, Helvetica, sans-serif;
}

ul.langbar li img {
	float: left;
}

ul.langbar li a:hover, ul.langbar a:hover img {
	/* text-decoration doesn't work on image since we have image links */
	border-bottom: 1px solid #000000;
}

body #footer {
	background: url(../img/ftr_bg.png) top repeat-x #919196;
	height: 200px;
	padding: 30px 0 10px;
}

body #footer .affliates {
	float: left;
}

body #footer .affliates h4 {
	font: bold 1.1em/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

body #footer .affliates a {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

body #footer .affliates a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

body #footer .contactbox {
	background: #70737C;
	border: 1px solid #b6b7ba;
	padding: 13px;
	width: 220px;
	float: right;
}

body #footer .contactbox p {
	font-size: 1.1em;
	color: #FFFFFF;
	margin-bottom: 1em;
}

body #footer .contactbox p a {
	color: #00fff6;
	font-weight: bold;
}

body #footer .contactbox p a:hover {
	text-decoration: underline;
}

/* CSS Document */

ul#mnu {
	height: 45px;
	position: relative;
	top: -5px;
	margin-bottom: 10px;
}

ul#mnu li, ul#mnu a {
	height: 45px;
	float: left;
}

ul#mnu li a {
	backgroud-position: 0 0%;
}

ul#mnu li:hover, ul#mnu a:hover {
	background-position: 300% 0%;
}

ul#mnu li.current a, ul#mnu li.current:hover, ul#mnu li.current a:hover {
	background-position: 200%;
}

li#Home a {
	background-image: url(../img/mnu_home.png);
	width: 75px;
}

li#AboutUs a {
	background-image: url(../img/mnu_aboutus.png);
	width: 90px;
}

li#Programmes a {
	background-image: url(../img/mnu_programmes.png);
	width: 115px;
}

li#Admissions a {
	background-image: url(../img/mnu_admissions.png);
	width: 105px;
}

li#StudentServices a {
	background-image: url(../img/mnu_studentservices.png);
	width: 135px;
}

li#InternationalStudent a {
	background-image: url(../img/mnu_internationalstudent.png);
	width: 165px;
}

li#Scholarships a {
	background-image: url(../img/mnu_scholarships.png);	
	width: 115px;
}

li#Alumni a {
	background-image: url(../img/mnu_alumni.png);	
	width: 95px;
}

li#Industrial a {
	background-image: url(../img/mnu_industrial.png);
	width: 95px;
}

li#ContactUs a {
	background-image: url(../img/mnu_contactus.png);
	width: 100px;
}

ul#smnu {}

#submenu .header {
	background: url(../img/smnu_hdr_bg.png) repeat-x;
	height: 75px;
	width: 200px;
}

#submenu .header h4 {
	font: italic bold 1.5em/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: lowercase;
		
	/* Cross-browser positioning hack */
	position: relative;
	top: 50px;
	margin: 0 10px;
}

ul#smnu li {
	display: inline;
}

ul#smnu li a {
	background: #E4E6E6;
	border-left: 10px solid #CACDCD;
	padding: 10px;
	margin-bottom: 1px;
	display: block;

	font: bold 1.1em/14px Arial, Helvetica, sans-serif;
	color: #000000;
}

ul#smnu li.current a,
ul#smnu li a:hover {
	background: #F0F0F0;
	border-color: #A2CCDE;
}

ul#smnu li ul.cmnu {
	visibility: collapse;
	position: absolute;
	left: -5000px;
}

ul#smnu li.current ul.cmnu {
	visibility: visible;
	position: relative;
	left: auto;
}

ul#smnu li.current ul.cmnu li a {
	background: #FFFFDC;
	border: 1px solid #FFFCD9;
	padding: 8px 10px;
	margin-left: 10px;
	margin-bottom: 2px;

	font: normal 1.1em/13px Arial, Helvetica, sans-serif;
	color: #000000;
}

ul#smnu li.current ul.cmnu li.current a,
ul#smnu li.current ul.cmnu li a:hover {
	background: #FFFFFF;
	border-color: #CACDCD;
}

ul#breadcrumb {
	height: 30px;
}

ul#breadcrumb li {
	background: url(../img/bcr_arrow.gif) no-repeat right;
	padding-right: 12px;
	padding-left: 6px;

	position: relative;
	float: left;
	left: -6px;

	font: bold 1.1em/1.2em Arial, Helvetica, sans-serif;
	color: #000000;
}

ul#breadcrumb li a {
	/* Fixes strange opera font inheritance bug */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

ul#breadcrumb li a:hover {
	text-decoration: underline;
}

#content-group .container#top h1#content-title {
	font: bold italic 1.6em/20px Arial, Helvetica, sans-serif;
	color: #000000;
}

/* CSS Document */

#content-group {
	padding-bottom: 30px;
}

#content-group .container#left {
	width: 200px;
	display: table-cell;
	float: left;
}

#content-group .container#middle {
	padding: 15px;
	display: table;
}

#content-group .container#right {
	width: 200px;
	display: table-cell;
	float: right;

	/* Temporary */
}

#content-group .container#top {
	height: 75px;
	padding: 15px;
	padding-bottom: 10px;
	display: table-cell;
}

#content-group .container.hide {
	display: none;
	visibility: collapse;
	position: absolute;
	left: -5000px;
}

#content-group .container#middle p {
	margin-bottom: 1.0em;
	text-align: justify;
}

#content-group .container#middle img.sideImage-left { 
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}


#content-group .container#middle img.sideImage-right { 
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}

#content-group .container#middle img.sideImage-right-nb { 
	margin-left: 15px;
	float: right;
}

.matrix-1x2,
.matrix-1x3,
.matrix-1x4 {
	width: 100%;
}

/* Display mode */
.cell-left,
.cell-middle {
	float: left;
}

.cell-right {
	float: right;
}

/* Width control */
.matrix-1x2 .cell-left,
.matrix-1x2 .cell-right {
	width: 48.5%; /* Reduce 2% to fix Moz overflow problem */
}

.matrix-1x3 .cell-left,
.matrix-1x3 .cell-middle,
.matrix-1x3 .cell-right {
	width: 33.3%;
}

.matrix-1x4 .cell-left,
.matrix-1x4 .cell-middle-1,
.matrix-1x4 .cell-middle-2,
.matrix-1x4 .cell-right {
	width: 25%;
}

/* Header */

.cSummary .header {
	margin-bottom: 3px;
	border-bottom: 1px solid #D9D9D9;
	display: block;
}

.cSummary h2.header {
	font: bold 1.4em/25px "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #006699;
	text-transform: uppercase;
}

.cSummary h2.header a {
	/* Opera explicit font fix */
	font: bold 1.0em/25px "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #006699;
}

.cSummary .header a:hover {
	text-decoration: none;
}

/* Footer */
.cSummary .footer {
	margin-top: 3px;
	border-top: 1px solid #D9D9D9;
	padding: 5px;
	display: block;
}

.cSummary .footer a {
	font: bold 1.0em/18px Verdana, Arial, sans-serif;
	color: #999999;

	cursor: pointer;
}

.cSummary .footer a .label {
	/* Opera explicit font fix */
	font-size: 1.0em;
	float: right;
}

.cSummary .footer a:hover .label {
	color: #2388FF;
	text-decoration: underline;
}

.cSummary .footer .icon {
	margin-left: 5px;
	float: right;
}

/* Component : Event List */

.cEventList {}

.cEventList ul {}

.cEventList ul li {
	display: inline;
}

.cEventList ul li a {
	color: #666666;
	height: 35px;
	padding: 0px 5px;
	border-bottom: 1px solid #D9D9D9;
	font: normal 1.2em/35px Arial, Helvetica, sans-serif;
	
	display: block;
	cursor: default;
}

.cEventList ul li a:hover {
	/* background: url(../img/qnote_bg.png) bottom repeat-x #FFFF99; */
}

.cEventList ul li .title {
	float: left;
}

.cEventList ul li .date {
	float: right;
}

/* Component Integration Correction */
.cSummary.cEventList .header,
.cSummary.cEventList .footer {
	margin: 0;
	border-top: 0;
}

/* Component : News Feed */

.cNewsFeed {}

.cNewsFeed .entry {}

.cNewsFeed .title {
	font: bold 1.4em/1.4em Arial, Helvetica, sans-serif;
	color: #2388FF;	
	display: block;
	
	/* Additional tweaks */
	margin-bottom: -2px;
}

.cNewsFeed .title a {
	/* Opera font inheritance bug */
	font: bold 1.0em/1.4em Arial, Helvetica, sans-serif;
}

.cNewsFeed p.summary,
.cNewsFeed .content p {
	margin-bottom: 1em;
	font: normal 1.2em/1.2em Arial, Helvetica, sans-serif;
}

.cNewsFeed small.date {
	font: bold 1em/1.2em Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: uppercase;
}

.cNewsFeed .image-thumbnail {
	float: right;
	padding: 2px;
	margin-left: 4px;
	border: 1px solid #D9D9D9;
}

.cNewsFeed .entry a {
	font-weight: bold;
	color: #2388FF;
}

.cNewsFeed .entry a:hover {
	text-decoration: underline;
}

.cTabbedContent {
	border-bottom: 1px solid #CCCCCC;
}


/* Tabs */
.cTabbedContent .tabs {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

.cTabbedContent .tabs ul {
	height: 35px;
	padding: 0 5px;
}

.cTabbedContent .tabs ul li {
	display: inline;
}

.cTabbedContent .tabs ul li a {
	background: url(../img/tbc_tab_gray_l.png) top left;
	height: 35px;
	margin-left: 5px;
	padding-left: 5px;
	font: bold 1.1em/35px Arial, Helvetica, sans-serif;
	float: left;
	cursor: pointer;
}

.cTabbedContent .tabs ul li#All a {
	float: right;
}

.cTabbedContent .tabs ul li#All a img {
	margin-top: 9px;
}

.cTabbedContent .tabs ul li a span {
	background: url(../img/tbc_tab_gray_r.png) top right;
	height: 35px;
	padding: 0px 10px 0px 5px;
	display: block;
	float: left;
}

.cTabbedContent .tabs ul li a:hover {
	background-position: 0 -35px;
}

.cTabbedContent .tabs ul li a:hover span {
	background-position: 100% -35px;
}

.cTabbedContent .tabs ul li.current a,
.cTabbedContent .tabs ul li.current a:hover {
	background-position: left 70px;
	height: 36px;
}

.cTabbedContent .tabs ul li.current a span,
.cTabbedContent .tabs ul li.current a:hover span {
	background-position: right 70px;
	height: 36px;
}

.cTabbedContent .content {
	display: block;
	padding: 0px 10px;
}


/* Content */
.cTabbedContent .content .section {}

.cTabbedContent .content .section.hide {
	display: none;
}

.cTabbedCurrent .content .section.show {
	display: block;
}

.cTabbedContent p {
	margin-bottom: 10px;
}

.cCalendar {

}

.calTable {
	border-collapse: collapse;
	color: #555;
	width: 100%;
}

.monthName {
	font-size: 1.8em;
	color: #ff9300;
}

.rowMonth monthName {
	margin-bottom: 20px;
}

.rowDayNames th {

}

.rowDayNames .dayName {
	padding-bottom: 2px;
	font: normal 1.2em/15px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #cdd8dc;
	text-align: left;
	color: #000000;
}

.rowDays {
	border-top: 1px solid #cccccc;
}


.rowDays .day,
.rowDays .today,
.rowDays .dayOther {
	width: 80px;
	height: 70px;
	vertical-align: top;
	font: bold 1.1em/14px Arial, Helvetica, sans-serif;
}

.rowDays ul {
	font-weight: normal;
}

.rowDays .day .dayNum,
.rowDays .today .dayNum,
.rowDays .dayOther .dayNum {
	background: #dde5e8;
	border-bottom: 1px solid #cdd8dc;
	padding: 2px;
	margin-bottom: 3px;
	width: 100%;
}

.rowsDays .today {
	font: bold 1.1em/15px Arial, Helvetica, sans-serif;
}

.rowDays .today .dayNum {
	background: #2bd0d3;
	color: white;
}

.rowDays .dayOther .dayNum {
	background: none;
	border: none;
	color: #CCCCCC;
}

.dayEvents .event a {
	padding-left: 10px;
	font-size: 1.0em;
	background: url(/images/arrow-miniorange.gif) 0 .4em no-repeat;
	color: #999;
}

.dayEvents .event a:hover {
	color: #2388ff;
}

/* CSS Document */

.cWebForms {}

.cWebForms td {
	font: bold 1.2em/16px Arial, Helvetica, sans-serif;
	padding-right: 10px;
}

.cWebForms td {
	padding: 2px 0;
}

.cWebForms td.label {
	padding-right: 15px;
	vertical-align: top;
}

.cWebForms input.textbox {
	background: url(../img/wfrm_textbox_bg.png) repeat-x #FFFFFF;
	height: 20px;
	font: bold 1.4em/20px Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.cWebForms input.error {
	border: 2px solid #FF0000;
}

.cWebForms input.focus {
	border: 2px solid #FFCC00;
}

.cWebForms .errorNote {
	font: italic bold 0.8em/14px Arial, Helvetica, sans-serif;
	color: #FF0000;
}


.cWebForms textarea {
	font: bold 1.4em/20px Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.cWebForms select,
.cWebForms select option {
	background: #E6F7F8;
	margin: 0;
}

.cWebForms select.focus,
.cWebForms select.focus option {
	background: #FFFF99;
}

.cWebForms select.error,
.cWebForms select.error option {
	background: #FFDCDA;
}

.cWebForms select option {
	/* background: #cef0f2; */
	font: normal 1.0em/10px Arial, Helvetica, sans-serif;
	padding: 2px;
}

.cWebForms select.birthday {
	width: 60px;
}

.cWebForms select.birthmonth {
	width: 80px;
}

.cWebForms input.birthyear {
	margin-bottom: 0px;
}

.cWebForms .button {
	width: 150px;
	height: 30px;
	margin: 10px;
}

.cWebForms .note {
	font: italic bold 0.8em/14px Arial, Helvetica, sans-serif;
	color: #0099FF;
}

/* Fix content width */

p.fixContentWidth {
	white-space: -moz-pre-wrap;
}

/* Deals with list of programmes */
.ProgrammeList {
	margin-bottom: 30px;
}

.ProgrammeList ul li a {
	background: url(../img/ico_go.png) left no-repeat;
	padding: 8px 20px;
	font: normal 1.2em/30px Arial, Helvetica, sans-serif;
	color: #000000;
}

.ProgrammeList ul li a:hover {
	text-decoration: underline;
}

.ProgrammeList h2 {
	display: block;
	margin-bottom: 3px;
	border-bottom: 1px solid #D9D9D9;
	font: bold 1.4em/25px "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #006699;
	text-transform: uppercase;
}


/* Deals with paragraphs with section header */
.Paragraph {
	margin-bottom: 20px;
}

.Paragraph h2 {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
	font: bold 1.4em/25px "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #006699;
	text-transform: uppercase;
}

.Paragraph h4 {
	font: bold 1.2em/20px Arial, Helvetica, sans-serif;
	z-index: -400;
}

.Paragraph small {
	float: right;
	position: absolute;
	left: -4000px;
	top: -24px;
	font: bold 1.0em/1.2px Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 0.1em;
}

.Paragraph p a {
	color: #2388FF;
	font-weight: bold;
}

.Paragraph p a:hover {
	text-decoration: underline;
}

.Paragraph small a {
	color: #666666;
}

.Paragraph small a:hover {
	text-decoration: underline;
}

/* Deals with table */
.Table {
}

.Table table {
	margin-bottom: 15px;
	width: 100%;
}

.Table th {
	font: bold 1.2em/25px Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
}

.Table h4 {
	font: bold 1.2em/20px Arial, Helvetica, sans-serif;
}

.Table td {
	font: normal 1.2em/12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/*.Definitions */
.Definitions {
}

.Definitions dt {
	font: bold 1.2em/12px Arial, Helvetica, sans-serif;
}

.Definitions dd {
	padding-left: 20px;
	margin-bottom: 10px;
	font: normal 1.2em/12px Arial, Helvetica, sans-serif;
}


/* Deals with bullets */
.Bullets {
	margin-left: 15px;
	margin-bottom: 12px;
}

.Bullets h4 {
	font: bold 1.2em/20px Arial, Helvetica, sans-serif;
}

.Bullets ul li {
	background: url(../img/ico_bullet_blue.png) left no-repeat;
	padding-left: 20px;
	font: normal 1.2em/20px Arial, Helvetica, sans-serif;
	color: #000000;
}

.Bullets ul li a:hover {
	text-decoration: underline;
}

#OpenDaySideBar .Bullets {
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 0;
}

#OpenDaySideBar .Bullets ul li {
	padding-left: 15px;
	font: normal 1.1em/18px Arial, Helvetica, sans-serif;
}