@charset "utf-8";
/* Loyola graduateLanding.css - updated eg 102109 */

#tickerholder{
	float:left;
	display:block; 
	width:557px;
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0;
	text-decoration: none;
	overflow: hidden;
	border-top: 1px solid #308898;
	border-bottom: 1px solid #308898;
}
#tickerholder a{
	color:#ff0000;
}
#newsticker{
	clear: both;
	float: left;
	width:790px;
	height:27px;
	margin-top:9px;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin-left: 13px;
	background: #FFFFFF;
}
#newsticker #allbtn a {
	color:#308898;
	text-decoration: none;
}
#newsticker #allbtn a:hover{
	color:#308898;
	text-decoration: none;
}
#newsticker a{
	color:#308898;
}
#newsticker a:hover{
	color:#ffffff;
}
.newsbutton{
	float:left;
	margin-left:0px;
	padding: 0;
	width:70px;
	height:27px;
	cursor: pointer;
	display:block;
	background: #ffffff url(/images/buttons/news_home_over.jpg) right top no-repeat;
	color:#ffffff;
	text-align: center;
	text-decoration: underline;
	padding-right: 10px;
}
.newsbuttonOff{
	float:left;
	margin-left:0px;
	background: #ffffff url(/images/buttons/news_home_off.jpg) right top no-repeat;
	width:70px;
	height:27px;
	cursor: pointer;
	display:block;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
}
.eventsbutton  {
	background: #ffffff url(/images/buttons/news_home_over.jpg) left top no-repeat;
	color: #ffffff;
	float:left;
	margin-left:0px;
	width:70px;
	height:27px;
	cursor:pointer;
	text-align: center;
	text-decoration: underline;
	border-right:1px solid #ffffff; 
} 
.eventsbuttonOff{
	float:left;
	margin-left:0px;
	background: #ffffff url(/images/buttons/news_home_off.jpg) left top no-repeat;
	width:70px;
	height:27px;
	cursor:pointer;
	color: #ffffff;
	 text-align: center; 
	border-right:1px solid #ffffff; 
	text-decoration: none;
}
.allbutton {
	color: #ffffff;
	float:right;
	margin-left:0px; 
	width:80px;
	height:25px;
	cursor:pointer;
	background: #ffffff url(/images/buttons/events_home_over.gif) left top no-repeat;
	text-align: center;
	border: 1px solid #308898;
}
.allbuttonOff{
	margin-left:0px;
	float:right;
	color: #308898;
	width:80px;
	height:25px;
	cursor:pointer;
	border: 1px solid #308898;
	text-align: center;
}
.contentcolumn {
	margin-left: 0px;
	min-height:330px;
	border: 0px solid orange;
}

