
	.admin_lookup table {
		margin: 5px 0;
		padding: 0;
		border-collapse: collapse;
		width: 100%;
	}

	.admin_lookup th, .admin_lookup td {
		margin: 0;
		padding: 5px;
		border: 1px solid #C2BDA9;
	}

	/*============================================*/
	/* Course Request starts */

	#course_request_form {
	}

	#course_request_form label {
		font-weight:bold;
	}

	#course_request_form input.radio {
		display:inline;
		vertical-align:middle;
		padding-top:3px;
	}

	#course_request_form label.radio {
		vertical-align:middle;
		display:inline;
		margin-top:0;
		margin-right:2em;
		font-weight:normal;
	}

	#course_request_form input.readonly {
		background-color:#EEEEEE;
		color:#555555;
	}

	#course_request_form input.hidden {
		background-color:#EEEEEE;
		border:dashed 1px #888888;
		padding:3px;
		margin:0.5em;
		color:#555555;
		display:block;
	}

	#course_request_form input.narrow {
		width:5em;
	}

	#course_request_form h3, #course_request_form h4 {
		padding: 0.3em 0.5em;
		margin: 0;
		background-color: #f2f2f2;
		border: solid 1px #cccccc;
		color: #333333;
		border-bottom: 0;
	}

	#course_request_form div.form_div {
		padding:0.5em;
		margin-bottom: 1.5em;
		border:solid 1px #AAAAAA;
	}

	#course_request_form .moodle_settings_section {
		padding: 0.5em;
		border: solid 1px #AAAAAA;
	}

	#theme_preview_div {
		display:block;
		margin-top:1.1em;
		background:transparent;
	}

	#theme_preview {
		max-width: 380px;
		display:block;
		background:transparent;
		float: left;
		padding: 0 12px 0 0;
	}

	.user_lookup {
		font-size:8pt;
	}

	div.user_details_div {
		background-color:#f3f3ec;
		color:#333333;
		font-size:8pt;
		margin-top:1em;
		padding:0.5em 0.6em;
	}

	div.user_details_controls {
		margin-top:0.5em;
	}

	div.user_details_controls input {
		font-size:8pt;
	}

	div.user_details_controls select {
		font-size:8pt;
	}

	div.user_details_controls select option {
		font-size:8pt;
	}

	div.user_details {
	}

	#people_in_space {
		background-color:#f3f3ec;
		padding:0;
		margin-bottom:1em;
	}

	.people_in_space_list {
		width:100%;
		border-top:solid 1px #B9B2A9;
		border-right:solid 1px #B9B2A9;
		border-bottom:solid 1px #B9B2A9;
		background-color:#E0DBD1;
	}

	.people_in_space_list tr th {
		background-color:transparent;
		color:black;
		padding:0.4em 0.3em;
		text-align:center;
		border-left:solid 1px #B9B2A9;
	}

	.people_in_space_list tr th.heading_th {
		color:black;
		border-bottom:solid 1px #B9B2A9;
		border-left:solid 1px #B9B2A9;
		border-top:solid 1px #B9B2A9;
	}

	.people_in_space_list tr td {
		background-color:white;
		border-left:solid 1px #B9B2A9;
		border-top:solid 1px #B9B2A9;
		padding:0.2em 0.5em;
	}

	.people_in_space_list tr td.centered {
		text-align:center;
	}

	input.add_person_button {
		margin:auto 0;
	}

	#course_request_form div.clear {
		clear:both;
	}

	#course_request_form .roster_list div {
		padding: 1px 0 1px 0;
	}

	#course_request_form .roster_list label {
		vertical-align:middle;
		display:inline;
		margin-top:0;
		margin-left:0.3em;
		margin-right:2em;
		font-weight:normal;
		position:relative;
		top:2px;
	}

	#course_request_form .roster_list {
		background-color:#f3f3ec;
		height:86px;
		overflow:scroll;
		overflow-x:hidden;
		padding:0 0.5em;
		border:solid 1px #AAAAAA;
		margin-bottom:1em;
	}

	#course_request_form #rosters_in_space {
		padding: 0;
		height: auto;
		overflow: visible;
		border: none;
	}

	#course_request_form #other_spaces_roster_list div {
		margin-bottom: 2px;
	}

	option.disabled {
		color:#888888;
	}

	.submit_div {
		margin-top:1em;
	}

	.moodle_settings {
		padding:1em;
		border:solid 1px #CCCCCC;
		margin:1em 0 0.5em 0;
	}

	.moodle_settings img {
		margin-top:0.7em;
	}

	.cr_controls {
		padding: 0.4em 0;
	}

	.invalid {
		border:dotted 2px red;
		background-color:#FFCCCC;
	}

	.count {
		text-align:center;
		font-size:7pt;
	}

	.helpicon {
		margin-left:0.5em;
		vertical-align:middle;
		height:16px;
		width:16px;
		cursor:help;
	}

	.theme_colors {
		display: none;
	}

	.hidehelp {
		text-align:right;
	}

	.course-management-tools {
		width: 100%;
	}

	.course-management-tools th[scope="col"] {
		background-color: #cccccc;
	}

	.course-management-tools th, .course-management-tools td {
		padding: 10px 30px;
		border: 1px solid #cccccc;
	}

	.space_name {
		font-size: 12pt;
		font-weight: normal;
		font-style: normal;
		background-color: transparent;
		display: inline-block;
		border: solid 1px #CCC;
		padding: 3px;
	}

	.space_name:hover {
		background-color: #FFFFCC;
		cursor: text;
	}

	textarea.space_name {
		font-family: 'UniversRoman', Arial, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		font-style: normal;
		color: black;
		width: 98%;
		background-color: white;
		display: inline-block;
		overflow: hidden;
		resize: none;
		-ms-overflow-style: none;
		height: 70px;
	}

	.space_name_left {
		display: inline-block;
	}

	.space_name_right {
		display: inline-block;
		float: right;
		margin-left: 10px;
		text-align: left;
	}

	.space_name_button {
		display: inline;
		height: 28px;
		font-size: 12px;
	}

	.space_name_small {
		color: #5b5a51;
		font-size: 15px;
		font-weight: bold;
		padding: 0.2em 0;
		margin-bottom: 1em;
	}

	.space_settings_table tr th {
		text-align: right;
		vertical-align: top;
	}

	.space_name_edit_td1 {
		text-align: left;
		vertical-align: top;
	}

	.space_name_edit_td2 {
		text-align: left;
		vertical-align: top;
		min-width: 150px;
	}

	.space_name_button1 {
		height: 28px;
		font-size: 12px;
		display: none;
		color: #009900;
		background-color: #DDFFDD;
		padding: 4px;
	}

	.home_page_error {
		display: none;
		padding-top: 10px;
	}

	.home_page_inline_form {
		border: solid 1px #888;
		padding: 12px;
		background-color: #EEE;
		display: none;
	}

	.home_page_success {
		display: none;
		padding-top: 10px;
	}

	/* Course Request ends */

	/* Announcements Page begin */

	.announcement {
		padding:1em;
		border:1px solid #d2d1ca;
		margin-bottom:1em;
	}

	.announcement h4 a {
		text-decoration: none;
		color: #383838;
	}

	.announcement p {
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
	}

	/* Announcements Page end */


	/* Course table starts */

	.course_table {
		width: 100%;
		font-family: Lucida Grande, Lucida Sans Unicode, verdana, lucida, helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #333333;
		margin: 0px 0px 20px 0px;
		background: #b2afa7;
		border: none;
		border-collapse: collapse;
	}

	.all {
	}

	.all td {
		padding: 0px;
		width: 51px;
	}

	.all td a {
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		padding: 20% 0;
		margin: 0px;
		height: 60%;
		width: 100%;
	}

	.course_table caption {
		text-align: left;
	}

	.course_table td {
		vertical-align: top;
		text-align: left;
	}

	.course_table td a {
		color: #333333;
	}

	.course_table td a:hover {
		color: #000000;
	}

	.course_table .first_row {
		background: none;
		color: #FFFFFF;
	}

	.course_table tr.first_row_two {
		background: #b2afa7;
		color: #FFFFFF;
	}

	.course_table .border td {
		border: 1px solid #b2afa7;
	}

	.course_table .unshaded {
		background: #FFFFFF;
	}

	.course_table .shaded {
		background: #EBEAE3;
	}

	tr .title {
		font-weight: bold;
	}

	.course_table tr td.title {
	}

	.shader td, .shader th {
		border: 1px solid #b2afa7;
		padding: 7px 6px 7px 6px;
	}

	/* Row headers and multi-column headers should be left aligned (see SOPs) */
	.shader th[colspan], .shader th[scope=row] {
		text-align: left;
	}

	.shader tr.border:hover {
		background-color: #DBD7CC;
	}

	.all tr td:hover a {
		color: #000000;
	}

	.all tr td a:focus {
		outline: 0;
	}

	tr.first_row:hover {
		color: #FFFFFF;
	}

	/* Course table ends */
