/* @override http://www.elon.edu/shell/960/css/boxes.css */

/* BOXES */

/* box */
.box .boxContent
{background:#fff;border-left:1px solid #b0b0b0;border-right:1px solid #b0b0b0;}
.box .boxHeader
{height:4px;overflow:hidden;background:url(https://www.elon.edu/shell/960/css/images/corner-TR.gif) 100% 0 repeat-x;}
.box .boxHeader div
{height:4px;width:4px;background:#fff url(https://www.elon.edu/shell/960/css/images/corner-TL.gif) 0 0 no-repeat;}
.box .boxFooter
{height:4px;overflow:hidden;background:url(https://www.elon.edu/shell/960/css/images/corner-BR.gif) 100% 0 no-repeat;}
.box .boxFooter div
{height:4px;width:4px;background:#fff url(https://www.elon.edu/shell/960/css/images/corner-BL.gif) 0 0 no-repeat;}

div.boxInner_padding {
	padding: .5em 1em;
}

/*div#sl_cal.box {
	background: none;
	padding-bottom: inherit;
	margin-bottom: 1.25em;
	margin-top: -4px;
}*/

div.boxContent ul {
	list-style: none;
	padding-bottom: .5em;
}

div.boxContent li {
	background: url(http://www.elon.edu/images/e-web/home/arrow_button.png) top left no-repeat;
	padding-left: 24px;
	margin: .5em .25em;
}

div.boxContent ul a {
	margin-left: 0;
	padding-left: 0;
}

div.boxContent a {text-decoration: none;border-bottom:1px solid #ccc; color: #A40006;}
div.boxContent a:hover {border-bottom:1px solid #900; color: #900000;}


/* ADDITIONAL NAVIGATION BOX */

div.additional_nav h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #d1d1d1;
	margin-left: -12px;
	margin-right: -12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
}