body {
	background: #fff;
	font-family: arial, helvetica, verdana;
	font-size: 11px;	
}

/* dashboard */
.channel_box, #recent_discussions_wrapper{
	display: none;
}

/* database */
form#qlist_search, input.bt, ul.ui-tabs-nav{
	display: none;
}
table.qlist{
	width: 500px;
}

table, th, tr, td, img, p{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5{
 	margin: 10px 0;
	padding: 0;
}
th, td{
	padding-left: 5px;
}
th{
	background-color: #998675;
	color: #fff;
}
td.cluster_topic{
	background-color: #f2efe9;
}
a{
	color: #000;
	text-decoration: none;
}
/* student tracking */
form#student_tracking_form, .error_message{
	display: none;
}
form#button_assessment_tools{
	display: none;
}
table#student_tracking_year{
	margin-bottom: 20px;
}

/* COLOR STUDENT TRACKING YEAR */
.year_2009{
	background-color: #d24b00;
}
.year_2010{
	background-color: #90620c;
}
.year_2011{
	background-color: #eb9f00;
}
.year_2012{
	background-color: #d5be1c;
}
.year_2013{
	background-color: #225928;
}
.year_2014{
	background-color: #3d367d;
}
.year_2015{
	background-color: #5d236e;
}
.year_2016{
	background-color: #d12c8b;
}
.year_2017{
	background-color: #ffae7a;
}
.year_2018{
	background-color: #ffd57a;
}
.year_2019{
	background-color: #8bc6cc;
}
.year_2020{
	background-color: #81bb99;
}

/* INSIDE FORM */
.inside_form fieldset{
	display: block;
	clear: both;  
	margin: 0 0 0 0;  
	padding: 10px 0 10px 0;  
	border-style: none;  
	border-top: 1px solid #BFBAB0;
	background-color: #F2EFE9; 
}
	.inside_form fieldset#button{
		padding-right: 20px;
		text-align: right;
	}
	* html .inside_form fieldset{
		padding-bottom: 20px;
	}
	.inside_form fieldset select{
		float: left;
		width: auto;
		margin-right: 30px;
		margin-bottom: 10px; 
	}
	select#major_learning_focus_id, select#major_teaching_emphasis_id{
		width: 700px;
	}
	#topic_type_2, #topic_type_1{
		clear: both;
		width: 700px;
		margin: 0 0 10px 160px;
		padding-left: 10px;
		border-left: 2px solid red;
	}
	.inside_form fieldset label{
		float: left;
		width: 150px;
		padding-right: 10px;
		text-align: right;
		font-weight: bolder;
	}
	.inside_form fieldset label#label_aspect_id{
		margin-left: 100px;
	}
	.inside_form fieldset label#year_group{
		float: none;
		display: block;
	}
	.inside_form fieldset .checkbox_wrapper input, .inside_form fieldset .checkbox_wrapper label{
		float: left;
		width: auto;
	}
	.inside_form fieldset #checkbox_box{
		width: 500px;
		margin: 0 0 10PX 160px;
	}
	.inside_form fieldset #checkbox_box .checkbox_wrapper{
		float: left;
		width: 150px;
	}


/*form_teaching_materials*/
#form_teacher_planning .label_checkbox_list{
	float: left;
	width: 90%;
}
#module_form_box{
	background-color: #F2EFE9;
}
#pref_col{
	float: left;
	width: 30%;
}
	#form_teaching_materials #checkbox_box{
		width: 300px;
		margin: 10px 0 0 0;
	}
		#form_teaching_materials #checkbox_box .checkbox_wrapper {
			float: left;
			width: 100px;
		}
		#pref_col #checkbox_box .checkbox_wrapper input, #pref_col #checkbox_box .checkbox_wrapper label{
			float: left;
			width: auto;
		}
#content_field{
	float: left;
	width: 70%;
}
#form_teaching_materials fieldset{
	display: block;
	clear: both;  
	margin: 0;  
	padding: 1em;  
	border-style: none;  
	border-top: 1px solid #BFBAB0;  
	background-color: #F2EFE9; 
}
	#form_teaching_materials #content_field fieldset{
		border-left: 1px solid #BFBAB0;
	}
		#form_teaching_materials #content_field fieldset .bt{
			float: left;
			width: auto;
			margin-right: 20px;
		}
	#form_teaching_materials select{
		display: block;
		width: 250px;
	}
	* html #form_teaching_materials select#major_teaching_emphasis_id, * html #form_teaching_materials select#major_learning_focus_id{
		width: 250px;
	}
	#form_teaching_materials #topic_type_2, #form_teaching_materials #topic_type_1{
		width: 98%;
		margin: 10px 0 10px 0;
		padding-left: 10px;
		border-left: 2px solid red; 
	}
	* html #form_teaching_materials #topic_type_2, #form_teaching_materials #topic_type_1{
		width: 90%;
	}

/* teacher planning */
form#teacher_planning_form{
	display: none;
}

#logo, #header_wrapper, #main_nav, #discussion_box, #chat_box, #pfsbox, #breadcrumbs_wrapper, p#topdf, input.btx{
	display: none;
}
table.table_inside{
	width: 100%;
}
table{
	width: 100%;
	border-collapse: collapse;
}
th, td{
	line-height: 20px;
	border: 1px solid #ccc;
}
td{
	vertical-align: top;
}
fieldset{
	border: none;
}
ol{
	margin: 0;
	padding: 0 0 0 10px;;
}

/* from inside table */	
.checkbox_list{
	float: left;
	width: 8%;
}
.label_checkbox_list{
	float: left;
	width: 70%;
}
.date_list{
	float: right;
	text-align: right;
}
* html .date_list{float: left;width: 10%;}

.items_wrapper.selected {
	background-color: #e1e1e1;
}
fieldset.fieldset_list{
	margin: 0;
	padding: 0;
	border: none;
}
fieldset.fieldset_list ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset.fieldset_list li{
	margin-bottom: 1px;
}
.date{
	font-size: 10px;
	font-weight: bolder;
	width: 70px;
	border: none;
}
.items_wrapper {
	width: 100%;
}

table#framework_planner_content{
	width: 600px;
}
.cluster_topic, .code{
	font-weight: bolder;
}
.code{
	display: block;
	float: left;
	width: 70px;
}
.framework.aspect{
	padding-left:10px;
}
.framework.aspect .code{
	width: 60px;
}

/* CLEAR */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}