/*Box CSS*/

.box_left /*Main box control*/
{
	margin: 0 0 10px 9px;
	float: left;
}

#academialive
{
	margin-left: 5px;
}

div.header {
	float: left;
	background: url(../img/box/box_02.png) repeat-x;
	background-color: white;
	border-right: 2px solid #FF8D20;
	border-top: 2px solid #FF8D20;
	height: 38px;
	position: relative;
	top: 5px;
	width: 129px;
}

div.header p {
	color: #FFFFFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0 0 10px;
}

div.content {
	z-index: 5;
	float: left;
	background-color: #FFFFFF;
	border: none;
	border-left: 2px solid #FF8D20;
	border-right: 2px solid #FF8D20;
	height: auto;
	left: 8px;
	position: relative;
	width: 166px;

}
div.bottom_left {
	float: left;
	background-image: url(../img/box/box_07.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 21px;
}

div.bottom_middle{
	float: left;
	background-image: url(../img/box/box_08.png);
	background-repeat: repeat-x;
	height: 19px;
	width: 144px;
}

div.bottom_right {
	float: left;
	background-image: url(../img/box/box_09.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 14px;
}

div.content p
{
	display: block;
	text-align: left;
	padding-left: 10px;
}


#login_content {
	margin: 0px;
	padding: 10px 0px 0px 10px;
}


#login div.icon_container {
	background: url(../img/box/icon_login.png) no-repeat;
	height: 45px;
	width: 47px;
	z-index: 10;
	float: left;
}

#news div.icon_container {
	background: url(../img/box/icon_news.png) no-repeat;
	height: 45px;
	width: 47px;
	z-index: 10;
	float: left;
}


#events div.icon_container {
	background: url(../img/box/icon_news.png) no-repeat;
	height: 45px;
	width: 47px;
	z-index: 10;
	float: left;
}

#events .content
{
	font: 10px arial;	
}

#events .content div
{
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 1px dotted gray;
	padding-bottom: 2px;
}

#alle_biler div.icon_container {
	background: url(../img/box/icon_allebiler.png) no-repeat;
	height: 45px;
	width: 47px;
	z-index: 10;
	float: left;
}
/*
#next_trips div.icon_container {
	background: url(../img/box/icon_bil.png) no-repeat;
	height: 45px;
	width: 47px;
	z-index: 10;
	float: left;
}
*/