/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   ========================================================================== */

/* Typography */
/* -------------------------------------------------------------------------------- */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1em;
	line-height: 180%;
	color: #333;
	background-color: #e5e5e5;
}
a {
	color: #075a79;
	text-decoration: underline;
}
a:hover {
	color: #249db8;
}

/* Layout */
/* -------------------------------------------------------------------------------- */

#top {
	width: 100%;
	height: 30px;
	background: #000 url(../images/topbg.png) top repeat-x;
}
#tContent {
	height: 30px;
	margin: 0 20px;
	background: url(../images/toptext.png) top right no-repeat;
}
#header {
	width: 100%;
	height: 80px;
	background: #e1e1e1 url(../images/headerbg.png) top repeat-x;
	border-bottom: 1px solid #4c4c4c;
}
#hContent {
	height: 80px;
	margin: 0 20px;
	background: url(../images/logo.png) top left no-repeat;
}
#header .headertext {
	margin-top: 29px;
	margin-left: 210px;
	float: left;
}
#header .headertext p {
	font-size: .85em;
	color: #8c8c8c;
	margin: 0;
	line-height: 110%;
}
#header .headertext p.subtitle {
	font-size: .7em;
	font-weight: bold;
	color: #bdbdbd;
}
#header .welcome {
	margin-top: 22px;
	float: right;
	text-align: right;
}
#header .welcome p {
	margin: 0;
	line-height: 110%;
}
#hVersion {
	position: absolute;
	right: 0px;
}
#hVersionField {
    margin-top: 2px;
	font-style: italic;
	color: gray;
}

/********** Top Navigation **********/

#topnav {
	width: 100%;
	height: 20px;
	background: #d1d1d0 url(../images/topnavbg.png) top repeat-x;
	border-bottom: 1px solid #4c4c4c;
}
#topnavContent {
	height: 20px;
	margin: 0 20px;
	line-height: 100%;
	font-size: .75em;
}
#topnav ul {
	margin: 0;
	padding: 0;
	float: right;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #efefef;
}
#topnav ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#topnav li a {
	display: block;
	color: #333;
	height: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
	padding: 4px 20px 2px;
	margin: 0;
	text-decoration: none;
	border-left: 1px solid #efefef;
	border-right: 1px solid #c1c1c1;
	text-shadow: #fff 0 1px 0;
}
#topnav li a:hover {
	background: #e6e6e5 url(../images/topnavbg.png) 0 -20px repeat-x;
}
#topnav li a:active {
	background: #fff url(../images/topnavbg.png) 0 -40px repeat-x;
	border-left: 1px solid #b5b5b5;
	padding: 5px 20px 1px;
}
/********** Control Bar **********/
ul.controlbar {
	float: left;
	clear: both;
	margin: 1.1em auto 1.1em 0;
	padding: 0 5px;
	font-size: .8em;
	list-style: none;
	background: #f0f0f0 url(../images/controlbg.png) top repeat-x;
	border: 1px solid #bbb;
	text-shadow: #fff 0 1px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
ul.controlbar li {
	display: inline;
	margin: 0 auto 0 0;
	padding: 0 10px;
	border-left: 1px solid #c1c1c1;
}
ul.controlbar li.first {
	font-weight: bold;
	border-left: none;
}
ul.controlbar li a {
	color: #333;
	text-align: center;
	margin: 0;
}
.controlbar li a:hover {
	text-decoration: none;
}
/********** Body **********/

#bodywrap {
	width: 100%;
	margin: 0;
	background: #fff url(../images/bodybg.png) top repeat-x;
}
.transwrap {
	width: 100%;
	margin: 0;
	background: #fff;
}
.contentwrap {
	margin: 0 20px;
	padding: 20px 0;
}
#bContent {
	margin: 0 20px;
	padding: 20px 0;
}
#loginContent {
	width: 940px;
	margin: 0 auto;
}
/********** Login Screen **********/

#welcome {
	margin: 20px auto;
	padding: 20px;
	width: 420px;
	float: left;
}
#login {
	margin: 20px auto;
	padding: 20px;
	width: 420px;
	float: right;
	background-color: #e5e5e5;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#login form.loginform p {
	margin: 20px 0 0;
}
#login form.loginform input {
	width: 360px;
	padding: 8px 5px;
	font-size: 1.4em;
}
#login form.loginform input.button {
	width: 120px;
	float: left;
	margin-right: 20px;
	font-size: 1em;
}
#register {
	visibility: hidden;
	display: none;
}
#password {
	visibility: hidden;
	display: none;
}
/********** Side Column **********/

#sidecolumn {
	width: 220px;
	float: left;
	padding: 0 10px;
}
/********** Side Navigation **********/

#sidenav {
	width: 210px;
	padding: 10px;
	background-color: #e5e5e5;
	margin: 20px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#sidenav li {
	list-style: none;
	margin: 0;
	padding: 5px 10px;
}
#sidenav li a {
	display: block;
	color: #333;
	text-decoration: none;
	background: url(../images/navarrow_default.png) top right no-repeat;
}
#sidenav li a:hover {
	color: #249db8;
	background: url(../images/navarrow_active.png) top right no-repeat;
}
/********** Main Column **********/

#maincolumn {
	width: 640px;
	float: right;
	padding: 10px 20px;
}
/********** Footer **********/

#footer {
	clear: both;
	padding: 50px 20px 20px;
	background: transparent url(../images/footerbg.png) top left repeat-x;
}
#fContent {
	margin:0 auto;
	text-shadow: #fff 0 1px 0;
}
/********** Eval Page **********/

form.eval {
	margin: 0;
}
form.eval fieldset {
	margin: 0 auto 20px;
	border: none;
	padding: 10px 20px 20px;
	background-color: #e5e5e5;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
form.eval fieldset legend {
    white-space: normal;
    width: 100%;
    margin-left: -10px;
	font-size: 1em;
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	padding: 10px 15px 0;
	background-color: #e5e5e5;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}
form.eval input {
	padding: 2px 5px;
	font-size: 1.2em;
	margin-right: 5px;
}
form.eval select {
	padding: 1px 0;
	font-size: 1.2em;
	margin-right: 5px;
}
form.eval input.button {
	width: 140px;
	color: #222;
	margin-right: 20px;
	font-size: 1em;
}
form.eval input.twochars {
	width: 50px;
}
form.eval input.threechars {
	width: 75px;
}
form.eval input.fourchars {
	width: 100px;
}
form.eval input.singlefield {
	width: 495px;
}
form.eval select.singlefield {
	width: 505px;
}
.bevelline {
	margin-top: 20px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #f6f6f6;
}
/******************* Form Styles *******************/

input, textarea, select {
	font: normal 1em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #fff url(../images/fieldbg.png) top repeat-x;
	border: 1px solid #c8c8c8;
}
select {
	padding: 5px;
}
form legend {
	font-size: 1.4em;
	color: #363636;
	font-weight: normal;
	margin: .5em 0;
}
form fieldset {
	border: 1px solid #2e2e2e;
	padding: 10px;
	margin: 0 0 20px;
}
label {
	font-weight: bold;
	vertical-align: top;
	text-shadow: #fff 0 1px 0;
}
form .small {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	font: normal .7em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #777;
}
input.button {
	display:block;
	height:40px;
	background:#c9c9c9 url(../images/buttonbg40.png) top repeat-x;
	border: 1px solid #aeafae;
	text-align:center;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}
input.button:hover {
	background: url(../images/buttonbg40.png) 0 -40px repeat-x;
	cursor: pointer;
}
.resetLinks {
	clear: both;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
}
.resetLinks ul {
	margin: 0;
	padding: 0;
}
.resetLinks ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #aaa;
}
.resetLinks ul li.last {
	border: none;
	padding: 0 10px;
}
.resetLinks li a:hover {
	text-decoration: none;
}
form .watermark {
	color: #ccc;
}
/******************* Tables *******************/
table.eval {
	margin:0;
	line-height: 100%;
	empty-cells:show;
	width: 100%;
	background-color: #dbdce3;
}
table.eval thead {
	background-color: #e9f5f7;
	color: #075a79;
	text-transform: uppercase;
	letter-spacing: 1px;
}
table.eval th {
	/*padding: 2px 10px 2px 0;*/
	padding: 5px;
	margin: 0;
	cursor: pointer;
	white-space: nowrap;
	text-align:center;
}
table.eval td {
	padding: 5px;
}
table.zebra tr {
	background-color: #fff;
}
table.zebra tr.alt td {
	background-color: #efefef;
}
table.zebra tr.over td {
	background: #e8e8e8 url(../images/row_active.png) top repeat-x;
}
table.zebra tr.activerow {
	background: #dfebec url(../images/row_active.png) top repeat-x;
}
/******************* Panel *******************/

#panel, #panel2 {
	background-color: #e4e9ed;
	border: 1px solid #83abcf;
	padding: 10px;
	clear: both;
}
/******************* Miscellaneous Styles *******************/

.alert {
	color: #a61b01;
	font-weight: bold;
}
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	outline: 0;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	outline: 0;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}

/* From old SelfEvaluation.css */
/* -------------------------------------------------------------------------------- */

/******************* EPC Ratings for Teacher Eval *******************/

/********** EPC Wraps **********/
form.eval div.contentwrap h3 {
	color: #fff;
	text-shadow: #333 0 -1px 0;
	margin-top: 0;
}
.buttons p {
    float: right;
}
.buttons p input[type=button] {
    float: left;
}
div.info {
	width: 23%;
	float: right;
	margin-bottom: 20px;
	position: relative;
}
ul.epcrating {
	padding-left: 0;
	margin-left:0;
	width: 75%;
	float:left;
}
ul.epcrating li {
	list-style-type: none;
	margin:0;
	padding: 22px 10px 10px 0;
	clear: both;
	background: #e3e4e4 url(../images/large_default.png) top left repeat-x;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

/*ul.epcrating li input {
	float: left;
    display: block;
}*/
ul.epcrating li label {
	position: relative;
	margin-left: 56px;
	display: block;
	font-weight: normal;
	cursor: pointer;
}
ul.epcrating li label p {
	margin: 0 0 10px 0;
}
ul.epcrating li label.finalized {
    cursor:default;
}
div.infobox {
	background-color: #fff;
	padding: 10px;
	margin: 20px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
div.infobox ul {
	padding-left: 0;
	margin-left: 0;
}
div.infobox ul li {
    list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

/********** Custom Radio Buttons **********/

ul.epcrating li .radio {
	float:left;
	margin: 0 0 3px;
	padding: 0 0 0 15px;
	/*cursor: pointer;*/	
}

ul.epcrating li .radioCheck {
    height: 29px;
	width: 29px;
	background: url(../images/check_sprite.png) center 0;
	background-repeat:no-repeat;
}
ul.epcrating li .radio input {
	outline: 0;
}
ul.epcrating li .radio input.show {
	display: inline;
}
ul.epcrating li:hover {
    cursor: pointer;
	background: #ecedee url(../images/large_hover.png) top left repeat-x;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
ul.epcrating li.selected {
	background: #fefefe url(../images/large_selected.png) top left repeat-x;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #f6f6f6;
	border-left: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
}
ul.epcrating li .block {
	width: 50%;
	float: left;
}
p.ratingresult {
	text-align: right;
	background: transparent url(../images/groove.png) top left repeat-x;
	margin: 0;
	padding-top: 20px;
	color: #a61b01;
}
ul.epcrating li.finalized:hover {
    cursor:default;
    background: #e3e4e4 url(../images/large_default.png) top left repeat-x;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
ul.epcrating li.selected.finalized {
	background: #fefefe url(../images/large_selected.png) top left repeat-x;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #f6f6f6;
	border-left: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
}

/********** Dialog Box **********/

div.reviewdialog {
    max-height: 350px;   
}
ul.reviewratings {
	padding-left: 0;
	margin-left:0;
}
ul.reviewratings li {
	list-style-type: none;
	margin:0;
}
p.buttons input.button {
	width: 150px;
	float: left;
	margin-right: 20px;
}

.noCloseButton .ui-dialog-titlebar-close {
	display: none;
}

/* From old Observation.css */
/* -------------------------------------------------------------------------------- */
div.infobox {
	margin: 0;
}
/******************* Observation Nav *******************/
ul#observationnavcontent {
	height: 50px;
	padding: 0 20px;
	margin: 0;
	background: url(../images/observationnavbg.png) top left repeat-x;
	font-size: .85em;
}
ul#observationnavcontent li {
	height: 30px;
	margin: 0 20px 0 0;
	padding: 10px;
	display: inline-block;
	position: relative;
	z-index: 1000;
}
/*#topnav {
	margin: 0 0 10px;
	padding: 10px;
	line-height: 160%;
	background-color: #000;
	border-top: 1px solid #555;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #2e2e2e;
}*/
ul#observationnavcontent h3, ul#observationnavcontent h4 {
	font-size: 1em;
	font-weight: normal;
	letter-spacing: normal;
	display: inline;
	text-transform:none;
}
ul#observationnavcontent li.mega:hover {
	background: #fff url(../images/observationnavhover.png) top left repeat-x;
}
ul#observationnavcontent li.mega a.toplevel {
	background: transparent url(../images/observationnavarrow.png) center right no-repeat;
	padding-right: 25px;
	color: #fff;
	font-weight:bold;
	text-shadow: #5b656b 0 -1px 0;
	text-decoration: none;
}
ul#observationnavcontent li.mega:hover a.toplevel {
	background: transparent url(../images/observationnavarrowhover.png) center right no-repeat;
	padding-right: 25px;
	color: #333;
	font-weight:bold;
	text-shadow: #fff 0 1px 0;
	text-decoration: none;
}
ul#observationnavcontent li.mega div.megacontent {
	display: none;
}
ul#observationnavcontent li.mega:hover div.megacontent {
	display: block;
	position: absolute;
	top: 50px;
	left: 0px;
	color: #333;
	background-color: #fff;
	padding: 10px;
}
ul#observationnavcontent li ul.observationnavlinks {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
ul#observationnavcontent li ul.observationnavlinks li {
	margin: 0;
	padding: 0;
	display: list-item;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: .85em;
	line-height: 100%;
}
ul#observationnavcontent li ul.observationnavlinks li a {
	display: block;
	margin: 1px 0;
	padding: 5px 5px 5px 25px;
	background: #f1f1f1 url(../images/observationnav_defaulticon.png) 5px center no-repeat;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
ul#observationnavcontent li ul.observationnavlinks li a:hover {
	background-color: #e3e3e3;
}
ul#observationnavcontent li ul.observationnavlinks li a.selected {
	background: #cad8e3 url(../images/observationnav_selected.png) 5px center no-repeat;
}
/*div.megacontent div.megaint {
	border-top:#fec500 1px solid;
	padding:10px;
	margin:0;
	overflow:hidden;
}*/
div.megacontent div.megacol {
	float:left;
	width:170px;
	margin:0 10px 0 0;
	display:inline;
}
.fourcol {
	width: 720px;
}
.onecol {
	width: 300px;
}
div#staffmemberlist h4 {
	clear: both;
}
/******************* EPC Ratings for Principal Observations *******************/
div.epcgroup {
	float:left;
	margin:0;
	padding: 0;
	width: 73%;
	border-bottom: 1px solid #a9a9a9;
}
div.epcgroup p {
}
textarea.notes {
	height: 200px;
	width: 99%;
}
div.epcgroup select {
	font-size: 1em;
}
div.epcgroup select.ratingfield {
	font-weight: bold;
}
div.epcgroup a.optionalfeedback {
	font-weight: bold;
	font-size: .85em;
	color: #333;
	text-decoration: none;
	display: block;
	float: right;
	height: 34px;
	text-shadow: #fff 0 1px 0;
	background: transparent url(../images/accordionbuttons.png) no-repeat top left;
}
div.epcgroup a.optionalfeedback span {
	display: inline;
	float: left;
	height: 30px;
	padding: 3px 7px 0 0;
	margin-left: 7px;
	margin-right: -3px;
	cursor: pointer;
	background: transparent url(../images/accordionbuttons.png) no-repeat right top;
}
div.epcgroup a.optionalfeedback:hover {
	background-position: 0px -34px;
}
div.epcgroup a.optionalfeedback:hover span {
	background-position: right -34px;
}
div.epcgroup a.optionalfeedback:active {
	background-position: 0px bottom;
	text-shadow: #fff 0 -1px 0;
}
div.epcgroup a.optionalfeedback:active span {
	background-position: right -68px;
}
div.epcgroup div.accordionheader {
	background: #f1f1f1 url(../images/accordionheaderbg.png) top left repeat-x;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #a9a9a9;
}
div.epcgroup div.accordioncontent {
	background: #fff url(../images/smallintshadow.png) top left repeat-x;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	border-bottom: none;
	padding: 10px;
}
div.accordionheader div.epctitlewrap, div.accordionheader div.ratingwrap, div.accordionheader div.expandwrap {
	padding: 10px;
}
div.accordionheader div.epctitlewrap {
	width: 300px;
	float: left;
}
div.accordionheader div.ratingwrap {
	width: 100px;
	float: left;
}
div.accordionheader div.ratingwrap select {
	padding: 3px;
}
div.accordionheader div.expandwrap {
	width: 150px;
	float: right;
}
/******************* Scripting Component *******************/

/********** Default Scripting Panel **********/

div.scripting {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
div.scripting.expanded {
	background: #768c97 url(../images/scriptingbg.png) top left repeat-x;
	padding: 15px 20px 20px;
	z-index: 100;
	height: 200px;
	top: auto;
}
div.scripting.collapsed {
	padding: 9px 20px 0;
	height: 41px;
	z-index: 200;
	background: transparent url(../images/observationnavbg.png) top left repeat-x;
}
div.scripting.expanded textarea.scriptingtext {
	width: 97%;
	height: 135px;
}
div.scripting h3 {
	float: left;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	color: #8397a1;
	text-shadow: #e6edf2 0 1px 0;
}
div.scripting.collapsed h3 {
	margin-top: 3px;
}
div.scriptteacher {
	width: 50%;
	height: 100%;
	float: left;
}
div.scriptstudent {
	width: 50%;
	float: right;
	height: 100%;
}
/********** Collapsed Scripting Panel **********/

/********** Buttons in Scripting Panel **********/

ul.scriptingbuttons {
	list-style: none;
	margin: 0;
	list-style:none;
	list-style-image: none;
	float: right;
}
ul.scriptingbuttons li {
	float: left;
	display: inline-block;
	margin: 0 8px 0 0;
	list-style:none;
	list-style-image: none;
	margin-right: 8px;
	height: 34px;
	text-shadow: #949fa7 0 -1px 0;
	background: transparent url(../images/scriptingbuttons.png) no-repeat top left;
}
ul.scriptingbuttons li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: inline;
	float: left;
	height: 30px;
	padding: 3px 7px 0 0;
	margin-left: 7px;
	margin-right: -3px;
	cursor: pointer;
	background: transparent url(../images/scriptingbuttons.png) no-repeat right top;
}
ul.scriptingbuttons li:hover {
	background-position: 0px -34px;
}
ul.scriptingbuttons li:hover a {
	background-position: right -34px;
}
ul.scriptingbuttons li:active {
	background-position: 0px bottom;
	text-shadow: #3b4144 0 1px 0;
}
ul.scriptingbuttons li:active a {
	background-position: right -68px;
}
a.scriptingcollapse span, a.scriptingexpanddefault span, a.scriptingexpandfull span {
	display: block;
	width: 20px;
	text-indent: -9999px;
}
a.scriptingcollapse span {
	background:transparent url(../images/scripting_collapse.png) no-repeat center left;
}
a.scriptingexpanddefault span {
	background:transparent url(../images/scripting_default.png) no-repeat center left;
}
a.scriptingexpandfull span {
	background:transparent url(../images/scripting_full.png) no-repeat center left;
}
a.scriptingcollapse span {
	background:transparent url(../images/scripting_collapse.png) no-repeat center left;
}
a.scriptingexpanddefault span {
	background:transparent url(../images/scripting_default.png) no-repeat center left;
}
a.scriptingsave span {
	padding-right: 27px;
	background:transparent url(../images/scripting_save.png) no-repeat bottom right;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  #hVersion, #pdfButton { display: none; visibility: hidden; }
}
