<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .dateTextBox {
background-image:url(/postgradapplication/images/date_watermark.png);
background-repeat: no-repeat;
}

/* Tool tips */
a.tooltip {
text-decoration: none;
z-index: 500;
position:relative;
}

a.tooltip img {
	border-style: none
}

a.tooltip:hover {
	white-space: normal;
	z-index: 1000;
}

a.tooltip span {
	display: none;
	white-space: normal;
	z-index: 2000;
}

a.tooltip:hover span {
	white-space: normal;
	display: block;
	position: absolute;
	top: -20px;
	left: 10px;
	width: 220px;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	/* formatting only styles */
	padding: 5px;
	margin: 10px;
	background: #444444;
	border: 0.5px solid #000000;
	opacity: 0.9;
	text-align: left;
	filter:alpha(opacity=90);
	/* end formatting */
}

/* Tool tips - using SECTION  for better display with links*/
section.tooltipD {
text-decoration: none;
z-index: 500;
position:relative;
}

section.tooltipD img {
	border-style: none
}

section.tooltipD:hover {
	white-space: normal;
	z-index: 1000;
}

section.tooltipD span.tipcontent {
	display: none;
	white-space: normal;
	z-index: 2000;
}

section.tooltipD:hover span.tipcontent {
	white-space: normal;
	display: block;
	position: absolute;
	top: -20px;
	left: 10px;
	width: 220px;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	/* formatting only styles */
	padding: 5px;
	margin: 10px;
	background: #444444;
	border: 0.5px solid #000000;
	opacity: 0.9;
	text-align: left;
	filter:alpha(opacity=90);
	/* end formatting */
}

.tooltipIframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:300px;/*must have for any big value*/
	height:500px/*must have for any big value*/;
}

.letterPreview {
	width: 260px;
	height: 150px;
	background-image: url(/postgradapplication/images/letter.gif);
	background-position: 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-left: 8px;
}

.letterPreviewText {
	height: 150px;
	width: 260px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	margin-left: 40px;
	
}

.menuStyle {
	font-size: 12px;
	width: 153px;
}
.menuStyleCompleted {
	font-size: 12px;
	width: 153px;
	background-image: url(/postgradapplication/images/tick_grey_trans.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.menuStyleCurrent {
	background: #f2d9dc;
}
.menuStyleCompletedCurrent {
	background: #f2d9dc;
	background-image: url(/postgradapplication/images/tick_grey_trans.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.menuStyleLogout {
	background: #ffffff;
	text-align: right;
	font-weight: bold;
}
/*
#localNavigation {
	margin-top: 0px;
}*/
#localNavigation ul li a, #localNavigation ul li.heading {
	padding: 4px 4px 4px 5px; 
}

.deleteBtn { background: url(/postgradapplication/images/delete.png); border: 0px; width: 21px; }
button.deleteBtn { background-position: 0 -21px; height: 21px; }
a:hover button.deleteBtn { background-position: 0 0; }

.deleteBtnRollover a button
{
width: 23px;
padding: 0;
border: 0;
cursor: pointer;
display: inline;
}



/* global */
.localNavigation2 {
	width: 153px;
	height: 23px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	word-spacing: -0.1em; 
	margin-top: 4px;
	margin-bottom: 4px;
}
/* level 1 */
.localNavigation2 ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.localNavigation2 ul li {
	vertical-align: top;
	background-color: #EBEBEB; 
	border: 0.5px solid #C4C4C4; 
	border-left: 0; 
	border-right: 1px;
	margin-bottom: 0px;
}
.localNavigation2 ul li a, .localNavigation ul li.heading {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	padding: 4px 4px 4px 10px; 
	border-left: 14px solid #92BBE7;
}

.localNavigation2 ul li a:hover {
	background-color: #D4E8F5; 
	color: black; 
	border-color: #00A7F5
}

.localNavigation2 ul li#currentPage {  
	display: block; 
	padding: 8px 8px 8px 10px; 
	border-left: 14px solid #00A7F5; 
	background-color: #D4E8F5; 
}

.localNavigation2 ul li a { border-color: #F27989; }
.localNavigation2 ul li a:hover, 
.localNavigation2 ul li#currentPage, 
.localNavigation2 ul li ul li#currentPage, 
.localNavigation2 ul li ul li ul li#currentPage  { border-left-color: #F30A28; background-color: #F2B6BE;}


#breadcrumbs { padding: 6px 0px 0px 0px; font-size: 90%; margin-bottom: 10px; clear: both;  color: #555555  } 
#breadcrumbs a { color: #555555; text-decoration: underline; } 
#breadcrumbs a:hover { text-decoration: underline; color: #000000; }
#arpBreadcrumbs { padding: 6px 0px 0px 0px; font-size: 90%; margin-bottom: 10px; clear: both;  color: #555555  } 
#arpBreadcrumbs a { color: #555555; text-decoration: underline; } 
#arpBreadcrumbs a:hover { text-decoration: underline; color: #000000; }</pre></body></html>