#header {
	position: relative;
	height: 6em;
	margin-bottom: 1em;
	padding: 1em 1em 0 1em;
	background-color: #fff;
	border-bottom: 1px #ccc solid;
}
#page {
	padding: 1em;
	overflow: hidden;
}
#assignments {
	position: relative;
	width: 100%;
	margin: 1em 0;
	height: 40em;
}


#menu {
	position: absolute;
	right: 1em;
	top: 5em;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2em;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	width: 8em;
	text-align: center;
	margin: 0 0.25em;
	padding: 0;
	background-color: #dfdfdf;
	border: 1px #999 solid;
	border-width: 1px 1px 0 1px;
}
#menu li a.selected {
	color: #111;
	background-color: #f3f3f3 !important;
	border-color: #ccc;
}
#menu li.admin_tab a {
	
}


#login_text {
	position: absolute;
	right: 2em;
	top: 1em;
}

#signup_sheet {
	margin-left: 51em;
	border: 1px #aaa solid;
	background-color: #fff;
	padding: 1em;
	
}




#user_selector_form {
	font-size: 24px !important;
}
#user_selector {
	width: auto !important;
	font-size: 24px !important;
	font-weight: bold;
	border: 0 none;
	background-color: transparent;
	padding: 0.25em 0;
}
#user_selector option {
	font-size: 18px;
	font-weight: normal;
	padding: 0.25em 0;
}
#user_site_selection {
	border: 1px #aaa solid;
	background-color: #fff;
	padding: 1em;
	margin: 0 1em 0 51em;
	width: 14.25em;
}
#social_network_checklist, #social_bookmark_checklist {
	margin-bottom: 0 !important;
}




#page_list {
	margin: 1em 0 0 0;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 16px;
}
#page_list li {
	float: left;
	margin: 0;
}

#page_list li.page_numbers a {
	display: block;
	width: 2em;
	text-align: center;
	background-color: #f7ebe4;
	border: 1px #966 solid;
	border-width: 2px 1px;
	line-height: 16px;
}
#page_list li.page_numbers.complete a {
	background-color: #e2f5c9;
	border-color: #693;
}
#page_list li.page_numbers.selected a {
	border-color: #222 !important;
	color: #000;
}

