@charset "UTF-8";
body {
	font-family: "ff-basic-gothic-web-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	/*background: #D1EBF9;*/
	background-color:#6595cb;
	margin: 0;
	padding: 0;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 4px;
	padding-right: 15px;
	padding-left: 15px;
}
h1{
	font-family: "liquor-store",sans-serif;
	font-style: normal;
	font-weight: 400;
}
h5 {
	font-size:14px;
	text-align:right;
}
.hrSpace {
	height:5px
	color:#ACACAC;
	background-color:#ACACAC;
}
.hrSpaceThin {
	height:4px;
	font-size:9px;
	color:#ACACAC;
	background-color:#ACACAC;
	margin-top:20px;
	margin-bottom:20px;
}
a img {
	border: none;
}
a:link {
	/*color:#4E5869;*/
	color:#546e99;
	text-decoration: underline;
}
a:visited {
	color:#546e99;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#flashBar {
	background-color:#440804;
	z-index:1100;
	height:20px;
	margin-top:-20px;
}


.main {
	width:900px;
	height:100%;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#410606;*/
	background-color:#FFFFFF;
}
.content {
	padding: 20px 70px 20px 70px;
	font-size:20px;
	line-height:24px;
	
}
#mknLeft {
	padding:15px;
	width:90px;
	float:left;
}
#msysLeft {
	width:650px;
	float:left;
}
#msysRight {
	width: 60px;
	float:left;
}
.mainL {
	clear:both;
}
.menu {
	width:900px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(img/menuB.jpg);
	background-repeat:no-repeat;*/
	text-align:center;
	font-style:normal;
	/*display:none;*/
	/*background-color:#62A0C4;*/
	background-color:#AAC92D;
	padding:0 0 0 0px;
}
ul {
	padding:0;
}
.eventAnchorBox ul {
	padding-left:25px;
}
ul.menuList {
	margin:0 0 0 0;
	clear:both;
	color:#650506;
	list-style:none;
	font-size:21px;
	font-weight:400;
	padding:0 0 0 0;
}
li.menuItem {
	float:left;
	color:#650506;
	width:180px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
li.menuItem a {
	margin-top:0px;
	padding-top:15px;
	height:60px;
	width:180px;
	display:block;
}
.menuItemNon { 
	margin:0 0 0 0;
	padding:15px 0 0 0;
	height:60px;
	width:100%;
	display:block;
	cursor:default;
	text-decoration:underline;
}
li.menuItem a:Link, li.menuItem a:visited {
	color:#000000;
	text-decoration:none;
	transition: all 0.2s linear;
  	-webkit-transition: all 0.2s linear;
}
li.menuItem a:hover {
	color:#FFFFFF;/*655B3E;*//*EBF2D2;*//*224EC7;*/
	text-decoration:underline;
	text-shadow: rgba(255,255,255,1) 0 0 25px;
}
.lowerBar{
	height:15px;
	/*padding-top:20px;*/
	background-color:#BCBCBC;
	color:#000BFF;
	text-align:center;
}
.foot {
	width:850px;
	/*background-color:#62A0C4;*/
	background-color:#96bd34;
	color:#000000;
	padding: 25px 25px 25px 25px;
	float:left;
}
.footLeft {
	width:350px;
	float:left;
}
#addSm {
	/*font-size:smaller;*/
	
}
.footRight {
	padding-top:25px;
	width:50%;	
	float:right;
}
#oneontaLogo {
	width:200px;
	padding-right: 50px;
	float:left;
}
#mosaicLogo {
	
}



/*Events*/

.eventAnchorBox li {
	line-height:30px;
}
.eventList {
	background-color:#222222;
	border:solid thick #656565;
	padding:15px;
	margin-bottom:45px;
	list-style-type:none;
	color:#F3F3F3;
}
.eventList a {
	color:#2D6BDA;
}
.eventAnchorBox {
	padding-top:15px;
	font-size:smaller;
	background-color:#E2E2E2;
	border:medium solid #6E6E6E;
	margin-bottom:25px;
}
.eventTitle {
	font-family: "ff-basic-gothic-web-pro",sans-serif;
	font-size:22px;
	font-style: normal;
	font-weight: 700;
	color:#82D3FF;
	padding-bottom:5px;
	text-align:center;
}
.eventImg {
	text-align:center;
	padding-top:5px;
	padding-bottom:15px;
}
.eventDesc {
	padding-left:15px;
	padding-right:15px;
}
.eventMisc {
	padding:5px 35px 5px 35px;
	font-family: "ff-basic-gothic-web-pro",sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size:18px;
	background-color:#A9A9A9;
	width:300px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	border:thin dashed #8A8A8A;
}
.eventTimeLabel {
	color:#000000;
	font-weight: 600;
	float:left;
}
.eventTime {
	color:#000000;
}
.eventLocLabel {
	color:#000000;
	font-weight: 600;
	clear:both;
	float:left;
}
.eventLoc {
	color:#000000;
}
.familyleft {
	padding:20px;
	float:left;
}
#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/overlay2.png);
	text-align: center;
}
#lightbox p {
	text-align: right;
	color: #FFFFFF;
	margin-right: 20px;
	margin-bottom:50px;
	font-size: 12px;
}
#lightbox img {
	max-width: 940px; 
	max-height: 750px;
	box-shadow:0 0 40px #111;
	-webkit-box-shadow:0 0 40px #111;
	-moz-box-shadow:0 0 40px #111;
}
#campusMap {
	border:solid thin #000000;
}
#gmap {
	float:left;
}
#oneontaExt {
	height:320px;
}
.sysList {
	list-style-type:square;
	display:block;
	margin-left:160px;
}
.sysList li {
	padding-bottom:15px;
}
#topBt {
	display:none;
	width:50px;
	height:25px;
	background-color:#E8F290;
	color:#000000;
	position:fixed;
	border:4px #D7D7CC solid;
	text-align:center;
	font-size:15px;
	margin-left:386px;
	left:50%;
	bottom:25px;
	padding-top:5px;
	opacity:0.7;
	cursor: pointer;
	z-index:999;
	text-decoration:none;
}
/*.hideShowHelp {
	width:150px;
	height:25px;
	background-color:#E8F290;
	color:#000000;
	position:fixed;
	border:4px #D7D7CC solid;
	text-align:center;
	font-size:15px;
	margin-left:386px;
	left:50%;
	bottom:45px;
	padding-top:5px;
	opacity:0.7;
	cursor: pointer;
	z-index:1000;
}*/
.countArea {
	background-image:url(img/CoF_Date.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:50px;
}
.countTitle {
	font-size:25px;
	font-weight:700;
	text-align:center;
}
.countDn {
	padding:15px;
	width:270px;
	margin-left:auto;
	margin-right:auto;
}
.countDesc {
	font-size:20px;
	font-weight:500;
	text-align:center;
}
.scFrame {
	width:1420px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	height:2030px;
	max-width:1420px;
	overflow:hidden;
}
.scheduleEventTimeBox {
	width:100%;
	margin-bottom:50px;
}
#scUpdateDate {
	width:450px;
	Font-size:14px;
	text-align:right;
	float:left;
}
#scUpdateDateFree {
	width:300px;
	Font-size:14px;
	text-align:left;
	float:left;
}
/* add to schedule file 

html {
	overflow:hidden;
}
table {
	overflow:hidden;
	max-width:1600px;
}

*/