/* Corner radius */

.corner-top {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}

.corner-bottom {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
}

.corner-right {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
}

.corner-left {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
}

.corner-all  {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}



/* PAGE CONTENT */


#page_wrapper  {
	width:100%;
	height:100%;
	position:relative;
	z-index:55;
}

#page-content-wrapper {
	padding:10px 20px 10px 10px;
	margin:0 20px;
	background: #ffffff;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	box-shadow:0 0 20px #000;
	-o-box-shadow:0 0 20px #000;
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
}

.page-content  {
  width:100%;
}

.course-content-page {
   position: relative;
}
.course-content {
   position: relative;
   height:100%;
  min-height: 500px;
}

.course-content ul {
 list-style: circle outside;
/* padding: 10px;
 margin: 10px;*/
}

.course-content ol {
 list-style: decimal;
 /*padding-left: 25px;
 margin: 10px;*/
}

.course-content li {
 padding-bottom: 2px;
}
layout-options {
padding: 0;
 margin: 0;

}

portlet-content{
width:100%;
padding-left:2px;
}
ul.side-menu{padding: 0; margin: 0;}
.side-menu ul{
list-style-type: none;
list-style: none;
}
.side-menu li {
  list-style: none;
	border-bottom:#ccc dotted 1px;
}


.side-menu li a {
	padding:5px;
	display:block;
}

.side-menu li a:hover, .side-menu li.active {
	background:#f0f0f0;
	color:#000;
}

.side-menu li.active {
	font-weight:bold;
}

ul.ssidenav { padding: 0; margin: 0; font-size: 1em; list-style: none; }
ul.ssidenav li { border-bottom: 1px dashed #c2baba; }
ul.ssidenav li a { font-weight:normal; font-size:13px; color:#1f0000; text-decoration:none;	padding: 10px 5px;	display: block; }
ul.ssidenav li a:hover { color:#0f6cb6; text-decoration:none; }

ul.ssidenav ul { padding: 0; padding-left: 20px; margin: 0; list-style: none; }
ul.ssidenav ul li { padding: 0; margin: 0; clear: both; }
ul.ssidenav ul li a { font-size:12px; color:#1f0000; text-decoration:none;	outline:0; }
ul.ssidenav ul li a:hover { color:#0f6cb6; text-decoration:none; }





	/* Header */

#page-header-wrapper {
	margin:0 20px;
	min-height:50px;
}

.sitename {
	float:left;
	padding:10px 0 0;
}

.topbar {
	float:right;
	padding:10px 0 0;
}

.topbar a.btn {
	font-weight:normal;
	padding:3px 5px 4px 18px;
	margin-right:0;
	margin-left:8px;
}

.topbar a.btn span.icon {
	top:1px;
}

.topbar span.user {
	float:left;
	height:29px;
	line-height:29px;
	padding:0 10px 0 0;
}


/* navigation */
 .navigation-content {
  width:95%;
  margin-left:5px;
  margin-top:5px;
}


a.btn span.icon {
	left:0.2em;
	margin:0 5px 0 0;
	position:absolute;
	top:2px;
	*top:4px;
}

a.btn {
	display:block;
	cursor:pointer;
  float:left;
	margin:5px;
	padding:0.4em 1em 0.4em 20px;
	position:relative;
}



table.transcript-data { width: 100%; border-spacing: 2px; background-color: white; }
table.transcript-data thead tr td { border: none; background-color: white; }
table.transcript-data thead tr td p { font: normal 18px arial, sans-serif; }
table.transcript-data tr td { border: 1px outset #cfcfcf; background-color: #f2f1ef; padding: 2px; margin: 0px; vertical-align: middle; }
table.transcript-data tr td.credits { border: 1px outset #cfcfcf; background-color: #f68a1f; padding: 0px; margin: 0px; vertical-align: middle; text-align: center; }
table.transcript-data tr td p { font: normal 14px arial, sans-serif; padding: 0px; }

table.experts { width: 600px; border: none; padding: 0; margin: 0; }
table.experts thead tr td { background-color: #d0d0d0; }
table.experts thead tr td { font: bold 14px arial, sans-serif; }
table.experts tr td { padding: 5px 10px; margin: 0; }
table.experts tr td p { font: normal 12px arial, sans-serif; }
table.experts tr td i { font: italic 10px arial, sans-serif; }
