/*  i-Study Style Sheet
    --------------------------------------------------------------
	Style name:		istudy
	Based on style:	proSilver (this is the default phpBB 3 style)
		
    --------------------------------------------------------------
*/


.jumpbox-seminar {
	font-size: 12px;
	width: 200px;
}

.pm-navbar {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pm-navbar li {
	float: left;
}


#page-body h2 {
	margin-top: 0;
}


.dashboard-column {
	width: 48%;
	float: left;
	
	margin-right: 10px;	
}

.dashboard {
	width: 95%;
	margin-bottom: 10px;
}

.dashboard h3, .dashboard p, .dashboard div, .dashboard li
{
	font-size: 1.1em;
}

.dashboard ul, .dashboard ol {
	margin-left: 20px;
}


.memberbox {
	width: 250px;
	/* height: 250px; */
	float: left;
	
	margin: 5px;
}

.inner-memberbox {
	height: 300px;
}



html, body {
	background-color: #e2e4cb; 
/*	background-color: #000; */
}

div#header-wrap {
	position: relative;
	left: 50%;
	
	width: 900px;
	
	margin-top: 15px;
	margin-left: -450px;
	margin-bottom: 0;
	padding: 0;
}

div#wrap {
	position: relative;
	left: 50%;
	
	width: 910px;	
	
	margin-top: 0;
	margin-left: -455px;
	margin-bottom: 0;
	padding: 0;
	
	background: url("../images/bg-body.gif") repeat-y 0 0;
}

#border-header {
	position: relative;
	left: 50%;
	
	width: 910px;
	height: 20px;
	
	margin-top: 15px;
	margin-left: -455px;
	margin-bottom: 0;
	padding: 0;
	
	background: url("../images/bg-header.gif") no-repeat 0 0;
}
#border-bottom {
	position: relative;
	left: 50%;
	
	width: 910px;
	height: 20px;
		
	margin-top: 0;
	margin-left: -455px;
	padding: 0;
	
	background: url("../images/bg-footer.gif") no-repeat 0 0;
}

#page-header {
	height: 120px;
	clear: both;
	
	background: url("../images/header.gif") no-repeat 0 0;
}
#page-header .header {
	padding-top: 10px;
	padding-left: 30px;
}
.header h1 {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.header h1 a { color: #fff; }
.header p {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #fff;
}

#page-body {
	margin: 0 30px;
	clear: both;
}

#page-body .navbar {
	margin: 4px 0;
	margin-top: 25px;
}

#page-footer {
	clear: both;
	
	margin-left: 25px;
	margin-right: 25px;
}



/* Navbar */
#navbar {
	height: 30px;
	clear: both;
/*	margin: 0px 30px 0 30px; */
	background: url("../images/bg-navbar.gif") no-repeat 0 0;
}
#navbar ul {
	list-style: none;
	display: block;
}
#navbar li {
	float: left;
	margin-right: 25px;

	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #ddd;
	
	line-height: 30px;
	vertical-align: middle;
}
#navbar li.but-dashboard {
	margin-left: 35px;
}

#navbar li a {
	color: #fff;
}

#navbar .seminar-jumpbox {
	float: right;
}

#navbar .label {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #fff;
}