.rating-span { color: #85c2e0; }

#user-rating {
	font-size: 16px;
	color: #85c2e0;
	font-weight: bold;
}

#search_form {
	border: 1px solid black;
	padding: 5px;
	background-color: #eee;
}

#search_form table th, #search_form table td {
	padding: 3px;
	text-align: left;
	padding-right: 14px;
}

#search_form .input-text {
	width: 250px;
}

#content_header {
	margin-top: 10px;
}

/* My Courses Styles */

#course-nav {
	width: 150px;
	float: left;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #699BD7;
	border-top: 0;
}

#course-nav h4 {
	border-bottom: 1px solid #699BD7;
	padding: 2px;
}

#course-nav ul li {
	list-style: square inside none;
}

p#new-course-link {
	font-weight: bold;
	padding: 5px 0 !important;
	margin-top: 15px;
	border-top: 1px solid #699BD7;
	text-align: center;
}

#course-content {
	padding: 5px 10px 0 5px;
}

#course-content th {
	text-align: left;
	padding-right: 5px;
}

#course-content-title {
	margin-top: 10px !important;
}

#course-content ul ul li {
	padding-left: 20px;
}

#course-content li {
	margin-bottom: 10px;
}

#course-content .content-list li {
	margin-bottom: 0;
}

.current-course {
	font-weight: bold;
}

#course-tabs {
	border-bottom: 5px solid #699BD7;
	height: 30px;
	padding: 0;
}

#course-tabs .course-tab {
	float: left;
	margin: 0 5px;
}

#course-tabs .course-tab a{
	display: block;
	padding: 5px 10px;
	height: 20px;
	font-weight: bold;
}

#course-tabs .course-tab a:hover {
	background-color: #CCCCCC;
	text-decoration: underline;
}

#course-tabs .course-tab.active {
	background-color: #699BD7;
}

#course-tabs .course-tab.active a, #course-tabs .course-tab.active a:hover {
	background-color: #699BD7;
	color: white;
	text-decoration: none;
}

#course-content span {
	background:none repeat scroll 0 0 #EBEBEB;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 5px;
	padding:5px 0 5px 5px;
	width:100%;
}

#course-content .course-content ul{
	padding: 10px;
}

#course-content .course-content ul ul {
	padding: 0;
}

/*========== COURSE ADD CONTENT PAGE ==========*/
.add_content_section { background: #ebebeb; padding: 10px 10px 5px 10px; margin: 5px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.add_content_section h4 { margin-bottom: 10px; }
.add_content_section ul.radios input { margin: 0 5px; }
.add_content_section table td { padding: 5px 0; }
.add_content_section small { font-weight: normal; }

/*========== PROFILE PICTURE PAGE ==========*/
table.profile_pic, #profile_pics table { text-align: center; margin: 0 auto; }
.profile_pic .pic_label { padding-bottom: 10px; font-size: 1.1em; }
.profile_pic #thepic { min-width: 80px; min-height: 80px; }
.profile_pic .overlap { background: #ebebeb; color: #555; padding: 0 10px; }
.profile_pic hr { margin: -8px 0 30px; background: #888; border-width: 0; color: #d9d9d9; height: 1px; }
.profile_pic_edit { padding: 20px 10px 20px 30px; width: 325px; }
.profile_pic_edit span.uploadError { display: block; padding-top: 5px; }
.profile_pic .pic_selector { padding: 10px 0 20px; }
.profile_pic .pic_selector .uploadBtn { padding: 0 6px; }

#profile_pics { margin-top: 15px; border-top: 1px solid #888; }
#profile_pics h4 { padding: 10px 0; }
#profile_pics table td { vertical-align: top; text-align: center; border: 1px solid #888; padding: 4px 0; height: 180px; }
#profile_pics img { padding: 0 3px; width: 150px; height: 150px; }
#profile_pics input { color: #ebebeb; background: #555; padding: 2px; border: 0; cursor: pointer; }

/*========== DOCUMENT UPLOAD PAGE ==========*/
.document_uploader { width: 675px; padding: 20px 10px; background: #ebebeb; border: 3px solid #ccc; }
.document_uploader td#feedback { padding: 0 10px; }
table.doc_upload { text-align: left; margin: 0 auto; }
table.doc_upload td { padding: 10px; }
table.doc_upload td.upload_divider { padding-left: 30px; border-right: 1px solid #888; }
table.doc_upload td.upload_info { padding-left: 30px; }
.upload_info ul { padding-top: 6px; list-style: square inside; }
.upload_info li { padding: 5px 2px; }

/* Calendar Styles */

.calendar-header {
	width: 785px;
}

.calendar-prev {
	text-align: left;
}

.calendar-title {
	text-align: center;
}

.calendar-next {
	text-align: right;
}

.calendar-next a, .calendar-prev a {
	text-decoration: none;
}

.calendar {}

.calendar th {
	text-align: center !important;
}


.calendar .today {
	background: #def;
}

.calendar .date {
	padding: 3px !important;
}

.calendar tr {}

.calendar .day {
	width: 111px;
	height: 100px;
	vertical-align: top;
	border: 1px solid black;
	margin: 0;
	position: relative;
	left: 10px;
	top: 0;
	padding: 2px;
}

.calendar .day.week-day {
	height: 600px;
}

.calendar .addevent {
	position: absolute;
	top: 0; 
	left: 0;
	text-align: right;
}

.calendar .prev-month, .calendar .next-month {
	color: #888;
	background-color: #eee;
}

.calendar .hour-label {
    width: 42px; padding-right: 5px; text-align: right; font-size: 12px;
}

.calendar .hour {
	width: 111px;
	height: 25px;
	vertical-align: top;
	border: 1px solid black;
	margin: 0;
	position: relative;
	padding: 2px;
}

table.addEvent { padding: 5px 20px; }
table.addEvent td { padding: 3px 0; font-weight: bold; }
