/* Main ------------------------------------------------------------------------------------------*/
body {
	background-color: #707660;
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 30px;
	margin-top: 20px;
	font-family: 'Book Antiqua','Times New Roman';
}

a {
	color: #772222;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #707660;
}

.public_sets {
	target-new: window;
}

#shell {
	width: 900px;
	/*background-color: #FFFFFF;*/
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

#container {
	/*padding: 0px 20px 20px 20px;*/
	border: 3px solid #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	clear: both;
	-moz-box-shadow: 8px 10px 70px #222;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	box-shadow: 5px 5px 10px #444;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222');
}

#feedback {
	width: 120px;
	background-color: #FFFFFF;
	position: fixed;
	right: 0px;
	bottom: 50px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 4px solid #CCDDDD;
	border-right: none;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;
	padding: 10px;
}

#login, #fac_menu {
	position: absolute;
	text-align: left;
	font-size: 70%;
	top: 0px;
	border: 0px;
	z-index: 9500;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 10px;	
	color: #505440;
}

#log {
	background-color: #707660;
}

#fac_menu {
	position: fixed;
	background-color: #707660;
}

#login a, #fac_menu a {
	color: #505440;
}

.mathjam_form_field {
	background-color: #929882;
	border: none;
	color: #505440;
}

/*#login {
	width: 215px;
	border: 1px solid #000000;
	text-align: center;
	float: left;
	padding: 0px 10px 0px 10px;
	color: #000000;
	margin: 15px;
}*/

#warning {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0px;
}

#sub_warning a {
	color: #828772;
}

#sub_warning {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	color: #DDDDDD;
	background-color: #772222/*606550*/;
	border-top: 2px solid #550000;
	/*border-left: 2px solid #550000;
	border-right: 2px solid #550000;*/
}

.contentTitle {
	text-align:center;
	width:100%;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 120%;
}

.contentTitle a {
	font-weight: normal;
	text-transform:uppercase;
	font-size: 65%;
	margin:0px;
}

h3 {
	color: #000000;
}

#info {
	width: 80%;
	margin: 0px auto;
	margin-bottom: 20px;
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	clear: both;
	text-align: left;
}

.enter {
	width: 250px;
	margin: 0px auto;
	padding: 50px 20px 60px 20px;
	cursor: pointer;
	background-color: #772222;
	border: 2px solid #441111;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #DDDDDD;
	//font-size: 22px;
	letter-spacing: 2px;
}


/* Navigation ------------------------------------------------------------------------------------*/
#nav {
	width: 100%;
	height: 35px;
	margin: 0px auto;
	margin-top: 0px;
	vertical-align: text-bottom;
	background-color: #FFFFFF;
	border: 3px solid #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: justify;
	-moz-box-shadow: 2px 2px 8px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	box-shadow: 5px 5px 10px #444;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222');
}

#nav a {
	text-transform: uppercase;
	font-size: 90%;
	display: block;
	line-height: 35px;
	padding: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}


ul.nav {
	text-align: center;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	display: table;
}

li.nav {
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	display: table-cell;
}

#nav a:hover {
	background-color: #E7EED7;
	color: #505440;
	text-decoration: none;
}


/* Includes --------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	text-align: center;
	color: #772222;
	border: 3px solid #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	-moz-box-shadow: 8px 10px 70px #222;
	-webkit-box-shadow: 8px 10px 70px #222;
	box-shadow: 5px 5px 10px #444;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222');
}

#spacer {
	background-color: #772222;
	width: 830px;
	height: 10px;
	margin: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	border-left: 2px solid #441111;
	border-right: 2px solid #441111;
/*
	-moz-box-shadow: 4px 5px 20px #222;
	-webkit-box-shadow: 4px 5px 20px #222;
	box-shadow: 4px 5px 20px #222;
*/
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222');
}

#textblock {
	width: 95%;
	/*border: 1px solid #000000;*/
	float: none;
	padding: 0px 10px 10px 10px;
	color: #000000;
	margin: 15px;
	text-align: left;
}

.subtitle {
	font-size: 130%;
	font-weight: bold;
}

#help_desc {
	width:95%;
	margin: auto;
}

.desc {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #E7EED7;
}


/* Popup Windows ---------------------------------------------------------------------------------*/
#blanket {
	background-color:#222;
	opacity: 0.85;
	filter:alpha(opacity=85);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

.popUpDiv {
	position: absolute;
	background-color: #CEDDEE;
	width: 600px;
	height: 400px;
	z-index: 9002;
	padding: 0px;
	margin: 0px auto;
	border: 2px solid #772222;
}

.popUpInner {
	overflow: auto;
	height: 275px;
	background-color: #FFFFFF;
	border-top: 2px solid #772222;
	border-bottom: 2px solid #772222;
	padding: 20px;
	text-align: left;
}

.popUpIframe {
	border: none;
	border: 0px;
	width: 100%;
	height: 270px;
	margin: 0px;
	padding: 0px;
}

.popUpTitle {
	margin: 0px auto;
	height: 30px;
}

.popUpClose {
	margin: 5px auto;
	text-align: center;
}


/* Forms -----------------------------------------------------------------------------------------*/
form {
	text-align: left;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.text {
	float: right;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	height: auto;
	/*width: 45%;
	font-size: 70%;*/
}

.submit {
	float: left;
	width: auto;
	clear: both;
}

label {
	float: left;
	clear: left;
	width: 50%;
	margin: 0px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-top: 4px;
	line-height: 22px;
}

label.forgot {
	float: left;
	clear: left;
	width: 120px;
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-top: 4px;
}

#enter {
	float: right;
}


/* Table of Contents -----------------------------------------------------------------------------*/
ol.modules {
	width: 100%;
	padding: 10px;
	margin-bottom: 30px;
	clear: both;
}

li.modules {
	width: 90%;
	margin-bottom: 30px;
	padding-right: 5px;
	margin-left: 30px;
	margin-right: 0px;
	border: 1px solid #E7EED7;
}

#modules .title {
	font-weight: bold;
	font-size: 120%;
	/*text-decoration: underline;*/
	/*font-variant: small-caps;*/
	width:100%;
	background-color:#E7EED7;
	padding: 3px 0px 3px 5px;
	margin: 0px;
}

#modules {
	width:100%;
	margin: 0px auto;
	text-align: center;
}

ol.topics {
	
}

li.topics {
	margin-top: 10px;
}


/* Lists -----------------------------------------------------------------------------------------*/
ol {
	text-align: left;
	margin: 0px;
}

ul {
	text-align: left;
	margin: 10px;
	margin-right: 60px;
	list-style: square;
}

ul.nostyle {
	list-style: none;
}

li {
	margin: 0px;
	margin-bottom: 5px;
}

ol.greek {
	list-style-type: lower-greek;
}

ol.lower-latin {
	list-style-type: lower-latin;
}

ol.upper-latin {
	list-style-type: upper-latin;
}

ol.login {
	list-style: none;
	width: 90%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

ol.forgot {
	list-style: none;
	width: 300;
	padding: 0px;
	text-align: left;
	margin: 10px auto;
}


/* Session ---------------------------------------------------------------------------------------*/
#session {
	width: 100%;
	height: 35px;
	margin: 0px auto;
	background-color: #606550;
	border: none;
	border-bottom: 2px solid #505440;
	padding-top: 0px;
	vertical-align: text-bottom;
}

#session_nav {
	width: 900px;
	height: 35px;
	margin: 0px auto;
	vertical-align: text-bottom;
}

#session_nav a {
	text-transform: uppercase;
	font-size: 90%;
	display: block;
	line-height: 33px;
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 2px;
}

#session_nav a:hover {
	background-color: #A3A993;
	border-bottom: 2px solid #505440;
	color: #505440;
	text-decoration: none;
}

#session_login {
	width: 900px;
	height: 48px;
	margin: 0px auto;
	vertical-align: text-bottom;
	display: block;
	padding: 0px;
	padding-top: 3px;
}

#identifier {
	float: left;
	/*width: 340px;*/
	margin: 0px;
	text-align: left;
	margin-top: 2px;
	line-height: 33px;
}

ul.session_nav {
	float: right;
	background-color: inherit;
	list-style: none;
	margin: 0px;
}

li.session_nav {
	padding: 0px;
	float: right;
	text-align: center;
}

ul.session_login {
	float: right;
	background-color: inherit;
	list-style: none;
	margin: 0px;
}

li.session_login {
	padding: 0px;
	float: right;
	text-align: left;
	margin-right: 12px;
}

/* Survey- ---------------------------------------------------------------------------------------*/

#survey {
	width: 90%;
	margin: 20px auto;
}

#survey li {
	margin-bottom: 20px;
}