/*General settings - fonts, overall page background, etc*/
body {
	background-color:#FFFFFF;
	/*font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;*/
	/*font-family:"Minion Pro","Times New Roman",Times,serif;*/
	/*font-family:normal Helvetica,Arial,sans-serif;*/
	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;*/
	font-size: 90%;
	margin:0;
	padding:0;
}
body.fw1000 {
	background-color:#F7F7FF;
	background-image:url(../img/simplebg.png);
	background-position:center top;
	background-repeat:repeat-y;
}
.fw1000 .midwrapper {
	max-width: 970px;
}

html {
	margin: 0;
	padding: 0;
}

/*Link styles*/
a, a:link, a:visited {
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration: underline;
}

div.mainbody {
	height:auto;
	
}


/*Container for course items*/
div.item {
	/*border: 1px solid #000;*/
	/*background-color: #ffffff;*/
	clear: both;
	border-bottom: 1px solid #ccc;
}

/*Container for editor*/
div.editor {
	border: 1px solid #000;
}

/*Default block container*/
div.block, div.blockitems div.blockitems div.block {
	clear: both;
	border: 1px solid #C3CAC2;
	background-fcolor: #DBD2DB /*#D1DBD2; /*#ddf;*/
}

/*Default block item container*/
div.blockitems, div.blockitems div.blockitems div.blockitems {
	/*border: 1px solid #000;*/
	border: 1px solid #C3CAC2;
	border-top: 0px;
	background-color: #F2F2F2 /*#EAF2E7;/*#eef;*/
}

/*Second level default block container*/
div.blockitems div.block {
	border: 1px solid #C3C2CA;
	background-color: #D1D2DF;
}

/*Second level default block item container */
div.blockitems div.blockitems {
	border: 1px solid #C3C2CA;
	background-color: #E9E9E9;
}

/*toggles for instronly items inside item wrappers */
div.item:hover span.instronly, div.block:hover span.instronly {
	visibility: visible;
}
span.instronly {
	visibility: hidden;
}

.instrdates, .instronly {
	font-size: 80%;
}
div.block .instronly {
	display: block;
}

/*Icons*/
div.icon {
	color:#00d;	
	border: 1px solid #00f;
	font-weight: bolder;
}



/*Control panels*/
div.cp {
	/*border: 1px solid #000;*/
	background-color: #ddd;
}
div.cpmid {
	/*border: 1px solid #000;*/
	background-color: #ddd;
}




table thead th {
	font-weight:bold;
	cursor:pointer;
}

/*Tables */
table.gb thead th, table.gbl thead th, table.gbl thead th.locked {
	border-bottom: 2px solid #C3C2CA;
	background-color: #E2E2E2;
}
tr.even, tr.even td {
	background-color: #fff;	
}
tr.odd, tr.odd td {
	background-color: #E9E9E9;
}
.zebra tbody tr:nth-of-type(even) {
    background-color: #E9E9E9;
}
tr.bordered  td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
tr.highlight, tr.highlight td {
	background-color: #ddf;
}
tr.grid td {
	border: 1px solid #000;
}
tr.dbltop td {
	border-top: 3px double #000;
}
table.gbl td.locked, table.gbl th.locked {
	border-right: 2px solid #00f;
}

/*Category header colors*/
table.gb .catdf {
	background-color: #eef;
}
table.gb .cat0 {
	background-color: #ddf;
}
table.gb .cat1 {
	background-color: #dfd;
}
table.gb .cat2 {
	background-color: #fdd;
}
table.gb .cat3 {
	background-color: #dff;
}
table.gb .cat4 {
	background-color: #ffd;
}
table.gb .cat5 {
	background-color: #fdf;
}
table.gb .cat6 {
	background-color: #aaf;
}
table.gb .cat7 {
	background-color: #afa;
}
table.gb .cat8 {
	background-color: #faa;
}
table.gb .cat9 {
	background-color: #aff;
}
.cattothdr {
	font-variant: small-caps
}

.dropdown-header {
	background-color: #369;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #E9E9E9;	
}
/*Fake look of links for Javascript onclicks*/
span.link {
	text-decoration: underline;
	color: #00f;
	cursor: pointer;
}


/*Containers for instructor leftbar, main content*/
#leftcontent {
		/*position: relative;
		float: left;
		left:-15px;*/
		position: absolute;
		left: 0px;
		top: 4em;
		/*border:1px solid #000;*/
		background: #fff;
		color:#000;
		margin-top: 0px;
		/*font-size: 90%;*/
		width: 180px;
		padding-top: 0px;
		padding-left: 10px;
}

#leftcontent b {
	display: block;
	background: #336699;
	color: #fff;
	padding: 2px 4px;
	margin: -4px -6px -10px -6px;
}
#leftcontent p {
	border: 1px solid #ccc;
	padding-top: 0px;
	margin-bottom: 5px;
	padding: 4px 6px;
}

#centercontent {
		margin-left:180px;
		background:#ffffff;
		margin-right: 0px;
		padding-bottom: 5px;
}
#headerlogo {
	right: 0px;
	top: 0px;
	width: 30px;
}

span.padright {
	padding-right: 40px;
}
.headerwrapper {
	/*background:#FFF;*/
	border: 0px;	
	margin: 0;
	margin: 0px;
	margin-bottom: 0px;
	/*height: 94px;*/
/*	border-bottom: 2px solid #e1134f; */
}
.headerwrapper h1 {
	margin: 0;
	padding: 30px 20px 0px;
	color:#AE131E;
	font-weight: normal;
}
div#headercontent, div#navlistcont {
	/*width: 1000px;
	margin: auto;*/
	
}
div#headercontent {
	height: 70px;
	padding: 0px 10px;
}

div#navlistcont {
	/*height: 24px;*/
}
div#headerbarlogo {
	/*background: transparent url(../img/otbslogo.gif) no-repeat scroll left bottom;*/
	font-size: min(50px,5cqw);
	height: min(75px,6cqw);
	vertical-align: middle;
	max-width: 1000px;
	margin: auto;
	padding-left: 25px;
	/*overflow: hidden;*/
}
div#headerbarlogo img {
	vertical-align: middle;
	height: min(75px,6cqw)
}
div#headerrightlinks {
	text-align: right;
	float: right;
	margin-top: 15px;
	color: #666;
}
div#headermenu {
	position: absolute;
	right: 10px;
	top: 10px;
	display:none;
	cursor: pointer;
}
ul#headermobilemenulist li a {
	background-color: #369
} 
ul#headermobilemenulist li a:hover, ul#headermobilemenulist li a:focus {
	background-color: #036;
}
#headermidlinks {
	padding-left: 30px;
}
.footerwrapper {
	height: 20px;
	/*margin:auto;
	width:1000px;*/
}

div.breadcrumb {
	border: 0;
	background: #369;
	color: #fff;
	margin-bottom: 5px;
	margin-left: -15px;
	margin-right: -15px;
	padding: .25em;
	padding-left: 10px;
	min-height: 1.5em;
}
div#centercontent div.breadcrumb {
	margin-left: -10px;
}
div.breadcrumb a {
	color: #ddf;
}
	

.midwrapper {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	/*margin:auto;
	width:970px;*/
}

div.ddmenu {
	padding: 5px;
	background: #F2F2F2;
	border:1px solid #C3CAC2;
	position: absolute;
	right:auto;
	text-align:left;
	visibility:hidden;
	margin: 0px;
	z-index: 100;
}
div.ddmenu li {
	padding-bottom: 2px;
}
div.ddmenu ul.nomark li {
	margin-top: 0px;
}
div.ddmenu ul.nomark {
	padding-left: 0px;
	margin-left: 15px;
}
/*colors and borders for assessments*/
/*seq question css*/
div.curquestion {

}
div.inactive {

}
hr.seq {

}
div.seqqinfocur {

}
div.seqqinfocur span.current{

}
div.seqqinfoavail {

}
div.seqqinfoinactive {

}
div.todoquestion {
	background-color: #ffffcc; 
	border: 0px; 
}
/*all questions*/
div.question {
	background-color: #EAE7F2; 
	border: 1px solid #bbd;
	width: auto;
	
}
div.inset {
	margin-right: 0px;
}
div.review { /*info bar*/
	margin-top: -6px;
	background-color: #f0e6f0;
	border: 1px solid #bbd;
	width: auto;
}
div.intro {
	border: 0px;
	background-color: #ccf;
}
div.navbar {
	background: #f0e6f0;
	border: 1px solid #bbd;
	color:#000;
}
div.navbar a {
	color: blue;
}
span.current {
	background-color: #ffa;
}
span.done {
	text-decoration: line-through;
}

ul#navlist {
	background-color: #dd662ccc;
	
}
ul#navlist li a {
	padding: 2px 8px;
	line-height: 20px;
	background-color: #0000;
}
ul#navlist li a:hover {
	background-color: #dd662ccc;
}
div#navlistwrapper {
	margin:auto;
	width:1000px;
}
div.additembox span {
	background-color: #ddd;
}
div#viewbuttoncont {
	float: right;
	background: #fff;
}
div#viewbuttoncont a {
	color: #fff;
	display: inline-block;	
	padding: 3px 5px;
	margin-left: 2px;
}
div#viewbuttoncont a:hover {
	text-decoration: none;
}
div#viewbuttoncont a.buttonactive {
	background-color: #369;
	cursor: default;
}
div#viewbuttoncont a.buttoninactive {
	background-color: #69a;
}
div#viewbuttoncont a.buttoninactive:hover {
	background-color: #036;
}
a.newnote, a.newnote:link, a.newnote:visited {
	color: #f00;
}

@media only screen and (max-width: 805px) {
	div#headerrightlinks {
		display: none;
	}
	#headermidlinks {
		display: none;
	}
	div#headermenu {
		display: block;
	}
	div#headerbarlogo { 
		padding-top:5px;
		height:35px;
    	font-size: 20px;
	}
	div#headercontent {
		height: 45px;
	}
	div#headerbarlogo img {
		height: 35px;
	}	
}
@media only screen and (max-width: 805px) {
	#headerhome h2{
		font-size: medium;
	}
}

@media only screen and (max-width: 805px) {
	#navlist {
		display: none;
	}
	#navlist.menuexpanded, ul#headermobilemenulist.menuexpanded {
		display: block;
	}
	ul#navlist li {
		display: list-item;
	}
	ul#navlist li a{
		display: block;
		float: none;
		border-right: none;
		padding: .3em 1em;
		line-height: 1.3em;
		border-bottom: 1px solid #fff;
	}
}
