/* moodalbox CSS */

/* skuggnignen */
#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #cccccc;
	cursor: pointer;
}

/* ordnar fönstrets position men varför inte i y-led utan bara i x???*/
#mb_center{
	position: absolute;
	left: 50%;
	/* to get the box in correct position from the top */
	margin-top: 80px;
	overflow: hidden;
	background-color: transparent;
}

#mb_nav{
	position: absolute;
	left: 50%;
	padding-left:1px;
	margin-top: 80px;
	height:24px !important;
	background: transparent url(../images/other/studentinfo_shadow.jpg) repeat;
	height:auto;
	float:left;
}

#mb_center {
	background-color: #fff;
}

#mb_contents {
	width: 400px;
	height: 400px;
	border: 1px solid #ccc;
	overflow: auto;
	background-color: #fff;
	visibility: hidden;
}

.mb_loading {
	background: #ddd url(../images/loading.gif) no-repeat center center;
}

#mb_error {
	font-size: 1.2em;
	color: #cd0000;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	font-family: Trebuchet MS;
	margin-top: 50px;
}

#mb_error em {
	font-size: 0.8em;
	font-style: normal;
}

#mb_caption {
	float:left;
	margin-right: 71px;
	width:30%;
	visibility: hidden;
}

/*

added by peppe

*/


/* Navet */
#mb_nav ul{
	float:right;
	width:70; height:11;
	margin: 0;
	padding:5px 3px 0 0px;
	list-style: none;
	border:0px solid red;
}

#mb_nav li{
	float:left;
	margin:0px 0px 0px 3px;
	padding:0;
}

#mb_nav li a{
	display:block;
	height: 11px;
	text-decoration: none;
	overflow: hidden;
	margin:0;
	padding:0;
}

#mb_nav li p{
	padding:0; margin:0;
}

#mb_studentbrowser_link{
	background: url(../images/nav_items/students_browse.gif) 0 0 no-repeat;
	width:108px; height:11px;
	display:block;
}

#mb_next_link{
	background: url(../images/nav_items/next.gif) 0 0 no-repeat;
	width:26px; height:11px;
	display:block;
}

#mb_previous_link{
	background: url(../images/nav_items/previous.gif) 0 0 no-repeat;
	width:52px; height:11px;
	display:block;
}

#mb_close_link {
	background: transparent url(../images/nav_items/close.gif) 0 0 no-repeat;
	width: 33px; height: 10px;
	display: block;
	padding-left:10px;
	/*border: 1px solid;*/
}

#mb_slash{
	background: url(../images/nav_items/slash.gif) 0 0 no-repeat;
	width:10px; height:11px;
	display:block;
}

#mb_dot{
	background: url(../images/nav_items/dot.gif) 0 0 no-repeat;
	width:2px; height:11px
}

#mb_next_link:hover, #mb_previous_link:hover,#mb_close_link:hover{
	background-position: 0 -11px;
}


	
#mb_inlay{
	position: relative;
	width:95%;
	padding: 10px;
	margin-top:30px;
	font-size:11px;
	color: #808080;
	line-height: 140%;
}

#mb_inlay img{
	padding:0;
	margin: 8px 0 0 10px;
}

#mb_personbild{
	background: url(../images/other/l_img_frame.jpg) -1px -3px no-repeat;
	width: 263px; height:196px;
}

#mb_person_name{
	width:100%;
	margin:0 0 0 1px; padding:0;
}



#mb_inlay_left{
	float:left;
	width: 44%;
	margin:0;
}

#mb_inlay_left ul{
	width:90%;
	padding:0;
	margin:0 0 0 0;
	list-style: none;
}

#mb_inlay_left li{
	border: 0px solid green;
	margin-left:10px;
	white-space: normal;
}

#mb_inlay_left span{
	font-weight: bold;
	margin-right: 2px;
}

#mb_inlay_left ul.horizontal_list{
	margin:7px 0 0 0;
}

#mb_inlay_left ul.horizontal_list li{
	margin:0;
	padding: 0 5px 0px 0;
	float:left;
	white-space:nowrap;
}

#mb_inlay_right{
	width:55%;
	float:right;
}

#mb_inlay_right img{
	margin:0;
}

#mb_inlay_right ul{
	width:90%;
	padding:0;
	margin:5px 0 0 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#mb_inlay_right li{
	border: 0px solid green;
	margin:0px;
	white-space: normal;
}

#mb_inlay_right span{
	font-weight: bold;
	margin-right:2px;
}

/*div-tagg*/
#print_knapp{
margin:0;
padding:0;
font-size:1px;
}
