<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body  {
	font:12px/20px  Arial, Verdana, Helvetica, sans-serif;
	background:#303030 url(../images/background.jpg) top left repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000000;
}

h1, h2 {
	color:#07467E;
	padding:4px 0 0 4px;
}

h1 {
	font-size:20px;
	line-height:20px;
}

h2 {
	font-size:14px;
	line-height:14px;
}	

h3 {
	text-transform:uppercase;
	color:#000;
	font-size:12px;
	line-height:15px;
	padding:4px 0 3px 4px;
	background:url(../images/h-line_yellowfade.png) bottom left no-repeat;
}	

p {
	padding-left:4px;
	padding-bottom:5px;
}

p.small {
font-size:9px;
line-height:13px;
}

ul, ol {
	padding:0 0 5px 16px;
}
	
#container { 
	width:925px;  /* this will create a container 80% of the browser width */
	background: url(../images/contentbase.jpg) top center repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#topbar {
	background:url(../images/topbar_base.jpg) top left no-repeat;
	height:63px;
	width:925px;
}	

#sidebar {
	float: left; 
	position:relative;
	width:248px; /* since this element is floated, a width must be given */
	background:transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* top and bottom padding create visual space within this div  */
	margin:0;
}
#sidebar h3, #sidebar p {
	padding-left: 80px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#logoholder {
background:url(../images/logo_scmalumniweb.jpg) top left no-repeat;
margin:0;
width:248px;
height:163px;
}

/* pseudo classes
===============*/

a:link, a:visited {
color:#07467E;
text-decoration:none;
border-bottom: 1px solid #07467E;
}

a:hover, a:active {
	color:#FF9900;
	text-decoration:none;
	border-bottom: 1px solid #000;
}

a.backtotop:link,
a.backtotop:visited {
	background:transparent url(../images/icon_backtotop.png) left center no-repeat ;
	padding-left:15px;
}

/* Navigation
=============== */

#nav {
	background: url(../images/nav_base.jpg) top left no-repeat;
	width:217px;
	height:220px;
	padding-left:31px;
}

#nav ul {
	font:normal 13px Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	list-style: none;
	margin-top:0;
	padding-left:40px;
}

#nav ul a {
display:block;
width:175px;
height:40px;
line-height:40px;
color:#000;
text-decoration:none;
border-bottom:none;
background: url(../images/btn_off.gif) top center no-repeat;
}

#home #nav .home a,
#news #nav .news a,
#careers #nav .careers a,
#cohorts #nav .cohorts a,
#contact #nav .contact a {
color:#FFF;
text-decoration:none;
background: url(../images/btn_on.gif) top center no-repeat;
}

#nav a:hover {
text-decoration:underline;
}

#nav li {
	display:inline;
}	

/* Cohort navigation menus
=========================== */

#cohortnav {
	padding:0 0 15px 91px;
	margin:0;
	width:157px;
	background:transparent;
}	

#cohortnav p {
	padding:0;
}	

#cohortform {
width:100px;
padding-left:4px;
}

/* SCM and CityU sublogos
========================== */

#sublogo {
	padding:0px 0 0 80px;
	margin:0;
	width:160px;
	background: url(../images/sublogo_base.jpg) bottom left no-repeat;
}	

#sublogo a:link,
#sublogo a:hover {
border:none;
}

/*=====*/

#mainContent { 
	float:right;
	position:relative;
	width:677px;
	margin:0;
	padding:0;
} 

#header {
	background: url(../images/header_base.jpg) top left no-repeat;
	height:auto;
	min-height:60px;
	margin:0;
	padding:60px 0 0 20px;
}

#homeheader {
	background: url(../images/header_base.jpg) top left no-repeat;
	height:auto;
	min-height:60px;
	margin:0;
	padding:60px 0 0 0px;
}

/* Text Content Area, including 
2-column and 3-column layouts
================================ */

#mainText {
	margin: 0 48px 0 24px;
	width:600px;
	padding-top:10px;
}		

/* Two even columns, 
home page
==================== */

#twocoleven_left {
	position:relative;
	width:283px;
	float:left;
	padding-right:20px;
}

#twocoleven_right {
	position:relative;
	width:265px;
	float:right;
	padding-right:13px;
	padding-left:18px;
}

/* Two uneven columns,
news page, careers page
==================== */

#twocoluneven_left {
	position:relative;
	width:367px;
	float:left;
	padding-right:20px;
}	

#twocoluneven_right {
	position:relative;
	width:180px;
	float:right;
	padding-right:15px;
	padding-left:15px;
}
	
/* Three columns,
cohorts page
=================== */

#threecol_holder {
	position:relative;
	width:400px;
	float:left;
	padding:0;
}

#threecol_left {
	position:relative;
	width:175px;
	float:left;
	padding-right:15px;
}

#threecol_center {
	position:relative;
	width:175px;
	float:right;
	padding-left:5px;
	padding-right:15px;
}

#threecol_right {
	position:relative;
	width:180px;
	float:right;
	padding-right:0px;
}
.divider_right {
	background:transparent url(../images/divline_vert.gif) top right repeat-y;
}

.divider_left {
	background:transparent url(../images/divline_vert.gif) top left repeat-y;
}

/* Contact Form
=================== */

form {
width:360px;
padding-left:4px;
}

fieldset {
margin:0;
padding:0;
border:none;
}

legend {
font-weight:700;
}

fieldset label {
text-align:left;
font-weight:bold;
color:#666;	
line-height:30px;
}

label.required {
color:red;
font-size:10px;
}

input {
border:1px solid #CCC;
background:#F3F3F3 url(../images/textfield_back.png) top left repeat-x;
font:12px/16px Arial, Helvetica, sans-serif;
padding:3px;
width:340px;
}

input.submit,imput.reset {
background: url(../images/formbtn.png) no-repeat center bottom;
border:none;
color:#000;
display:inline;
font:bold 11px/10px Arial, Helvetica, sans-serif;
height:30px;
width:76px;
padding-top:6px;
margin:10px 0 10px 0;
}

input:focus,textarea:focus {
border:1px solid #CCC;
color:#333;
}


select:option {
border:1px solid #CCC;
background-color:#999;
}

textarea {
border:1px solid #CCC;
background:#F3F3F3 url(../images/textarea_back.png) top left repeat-x;
color:#333;
display:inline;
font:12px/16px Arial, Verdana, sans-serif;
height:140px;
padding:4px;
width:340px;
}

/* TABLE style 
================= */

table {
	width:367px;
	padding: 0 10px 0 4px;
}

th {
	text-align:left;
	vertical-align:top;
	border-right:1px solid #FFF;
}
	
td {
	text-align:left;
	border-bottom: 1px solid #666; 
	border-right: 1px solid #ccc;
	vertical-align:top;
}

td.lastcol {
	border-right:none;
}	

thead tr {
	min-height:20px;
	background:transparent url(../images/tablehead_back.gif) repeat-x left top;
}	

table p {
	font: 12px/14px Arial, Helvetica, sans-serif;
	text-align:left;
	padding:8px 3px 8px 4px;
	margin:0;
	vertical-align:top;
}

table ol {
	line-height:14px;
	padding:8px 3px 8px 20px;
	margin:0;
	vertical-align:top;
}

table p.bold {
	font-weight:bold;
}
/* Footer area
=============== */

#footer { 
	height:105px;
	background: url(../images/footer_base.jpg) top left no-repeat;
	padding:0;
} 
#footer p {
	margin:0 45px 0 0;
	padding:30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:10px/16px Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:right;
}

#footer a:link,
#footer a:visited {
color:#999999;
border-bottom: 1px solid #999999;
}

#footer a:hover {
color:#FFFFFF;
border:none;
}

/* hidden DIV for cohort HREFs, for search engines to follow
============================================================= */

#cohortlinks {
display:none;
}

/* Search field inside footer area
==================================== */

#searchbox {
	width:157px;
	position:relative;
	float:left;
	padding:32px 0 0 91px;
}	

#searchbox form {
text-align:left;
padding:0;
margin:0;
width:240px;
}

input.searchtext {
float:left;
border:1px solid #999;
background:#DCDCDC url(../images/textfield_back.png) top left repeat-x;
font:11px/12px Arial, Helvetica, sans-serif;
color:#666;
padding:2px;
width:120px;
height:13px;
}

.searchradiobtn {
margin:3px 3px 0 10px;
width:auto;
background:none;
border:none;
}

.searchgobutton {
width:18px;
padding-left:2px;
border:none;
background:none;
}

/* ===== */

img {
border:none;
padding:0;
}

img.noborder,
a.noborder {
border:none;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer&gt;#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }</pre></body></html>