@font-face {
	font-family: 'OswaldRegular';
	src: url('fonts/Oswald-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'OswaldLight';
	src: url('fonts/Oswald-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'OswaldBold';
	src: url('fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayBold';
	src: url('fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayRegular';
	src: url('fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayItalic';
	src: url('fonts/Raleway-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayLight';
	src: url('fonts/Raleway-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayLightItalic';
	src: url('fonts/Raleway-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewaySemiBold';
	src: url('fonts/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewaySemiBoldItalic';
	src: url('fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
}

.boxOff {  float:left;height:200px;width:250px;background-color:#eeeeee;text-align:center;font-family:Raleway;font-size:13px;cursor:pointer;border: 1pt solid #eeeeee}
.boxOff:hover  {  float:left;height:200px;width:250px;background-color:#dddddd;text-align:center;font-family:Raleway;font-size:13px;cursor:pointer;border:1pt solid #000000}

.divTopBar { position:fixed; z-index:50; left: 0px; top:0px; height:75px; width:100%; background-color:#000000;}
.divTopBarStripe { position:absolute; left: 0px; top:88px; height:2px; width:100%; background-color:#000000;}
.divCampusLinx { 
	position:absolute;
	background-size:contain;
	background-position: 0% 0%;
	left:0px; 
	top:75px; 
	height:900px; 
	overflow:hidden; 
	z-index:0;
}

.btnGoSelfie {
	float:left; 
	width:160px; 
	height:60px; 
	background-color:#777777;
	border-radius: 15px 15px 15px 15px; 
	border: 2px solid #000000;
	list-style-type: none; 
	font-family: RalewayLight; 
	font-size: 17px; 
	color: #FFFFFF; 
	line-height: 20px; 
	z-index:20; 
	text-align:center; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer 
}

.btnGoSelfie:hover { 
	background-color:#386BD1; 
}

.pageShadeWindow {
	display:inline-block;
	margin-top:60px;
	width:600px;
	height:auto;
	min-height:500px;
	background-color:#ffffff;
	font-family:RalewayRegular;
	font-size:18px;
	text-align:center;
	padding-bottom:20px;
}

.btnSmall {
	z-index: 50;
	width:100px; 
	height:28px; 
	background-color:#444444; 
	border-radius: 12px 12px 12px 12px; 
	border: none; 
	font-family: OswaldRegular, arial, verdana, 'sans serif'; 
	font-size: 15px; 
	color: #ffffff; 
	line-height: 1.2; 
	text-align:center; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer 
}

.btnSmall:hover   { background-color:#f3115c; }

.btnSmallDisabled {
	z-index: 50;
	width:100px; 
	height:28px; 
	background-color:#808080; 
	border-radius: 12px 12px 12px 12px; 
	border: none; 
	font-family: OswaldRegular, arial, verdana, 'sans serif'; 
	font-size: 15px; 
	color: #C0C0C0; 
	line-height: 1.2; 
	text-align:center; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btnNavPageTop { 
	float:left; 
	width:150px; 
	height:35px; 
	background-color:#386BD1;
	border:none;
	border-radius: 15px 15px 15px 15px; 
	margin-top:5px; 
	margin-right:10px; 
	font-family: RalewayLight; 
	font-size: 17px; 
	color: #FFFFFF; 
	z-index:20; 
	text-align:center; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor:pointer;
}

.btnNavPageTopDisabled { 
	float:left; 
	width:150px; 
	height:35px; 
	background-color:#CCCCCC; 
	border: none; 
	margin-top:5px; 
	margin-right:10px; 
	list-style-type: none; 
	font-family: OswaldLight, arial, verdana, 'sans serif'; 
	font-size: 18px; 
	color: #888888; 
	line-height: 33px; 
	z-index:20; 
	text-align:center; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.btnNavPageTop:hover { 
	background-color:#f3115c; 
	color:#ffffff; 
}


/////////////////////////////////////////////////////////////////////////
