body {
	background-color: #E9E9E2;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

img {
	border: 0 !important;
}

form {
	display: inline;
}

div.padded {
	padding: 8px;
}

.bold, div.bold, a.bold, input.bold {
	font-weight: bold;
}

.bigger, div.bigger, input.bigger {
	font-size: 120%;
	line-height:130%;
}

textarea {
	font-size: 12px;
}

.nodisplay, div.nodisplay {
	display: none;
}

.italic {
	font-style: italic;
}

.normal-weight {
	font-weight: normal !important;
}

.smaller {
	font-size: 85%;
}

div.center, input.center, .center {
	text-align: center;
}

div.relative {
	position: relative;
}

div.float-left {
	float: left;
}

div.float-right {
	float: right;
}

div.align-right {
	text-align: right;
}

a img {
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

a:hover img {
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	opacity: 0.75 !important;
	filter: alpha(opacity=75) !important;
}

a, a:active {
	text-decoration: none;
}

div.clear, .clear {
	clear: both;
}

div.margin, h1.margin, .margin {
	margin-bottom: 14px !important;
}

div.big-margin {
	margin-bottom: 30px !important;
}

div.logged-spacer {
	height: 20px !important;
}

a:hover {
	text-decoration: underline;
}

input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

.ui-tooltip {
	padding: 3px !important;
	background-color: #FFFFFF !important;
	border: solid 1px #3D26C8 !important;
	box-shadow: 0 !important;
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	-o-box-shadow: 0 !important;
	font-size: 12px !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	max-width: 300px;
}


div.cj-container {
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:50px;
	/*
	padding:10px;
	background:#FFF;
	border:solid 1px ##c3c2ba;
	border-radius:5px;
	box-shadow: 2px 2px 3px #000;
	*/
}
			  


div#page {
	/*
	background-color: #FFFFFF;
    border: solid 1px #C3C2BA;
    margin: 25px;
    margin-top: 20px;
    padding: 8px;
	*/
	background-color: transparent;
	/*
	margin: 25px;
	margin-top: 20px;
	padding: 8px;
	*/
	border: 0 !important;
	position: relative;
	z-index: 2;
}

div#main {
	position: relative !important;
	background-color: transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	/*overflow: hidden;*/
	z-index: 4;
}


/*
FILE INPUT STYLE
*/
div.file-container {
	float: left;
	position: relative;
	cursor: pointer !important;
	height: 24px !important;
}

div.file-container input[type=file] {
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	z-index: 20;
	cursor: pointer !important;
}

div.file-container input[type=text] {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	text-align: right;
	top: 0;
	bottom: 0;
}

/*
CHECKBOX STYLE
*/

div.checkbox-container input[type=checkbox] {
	display: none;
}

div.checkbox-container {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 3px;
	max-height: 10px !important;
	max-width: 10px !important;
	overflow: visible;
}

div.checkbox-container div.display {
	height: 10px;
	width: 10px;
	position: relative;
	overflow: visible;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	top: -4px;
}

label.board-check-label div.checkbox-container div.display {
	height: 8px !important;
	width: 8px !important;
}

label.board-check-label div.checkbox-container div.display {
	border: solid 2px #666688 !important;
}

div.checkbox-container div.display div.check {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: -10px;
}

label.board-check-label div.checkbox-container div.display div.check {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 14px !important;
	position: absolute !important;
	top: -8px !important;
}

label.check-label:hover div.display {
	height: 12px;
	width: 12px;
	margin-left: -2px;
	margin-top: -2px;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

label.board-check-label:hover div.checkbox-container div.display {
	height: 8px !important;
	width: 8px !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	border: solid 2px #FF9000 !important;
}

div.admin-check div.display {
	border: solid 2px #999999 !important;
}

label.board-check-label {
	font-weight: normal !important;
	font-size: 11px;
}

input[type=submit].alert-button {
	border: solid 3px #ffc600;
	padding: 1px !important;
}

input[type=submit].alert-button:hover {
	border-color: #ff9000;
}

/*
=header
-------------------------------------------------*/


header {
	position: relative;
	z-index: 2;

	
}


/*

header a {
	color: #194376 !important;
}

*/



div.menu-container {
	border:solid 1px #7C939B;
	box-shadow: 1px 1px 3px #7C939B;
	-moz-box-shadow: 1px 1px 3px #7C939B;
	-webkit-box-shadow:1px 1px 3px #7C939B;
	-o-box-shadow: 1px 1px 3px #7C939B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:14px;
	min-height: 70px;
	margin-bottom: 14px;
	/* position: relative; */
	background-color: #FFFFFF;
	display:table;
	width:98%;


}

/* div.menu-container a { color:#2A5976; } */

div.menu-cell {
	display:table-cell;
	width:25%;
	vertical-align:middle;
}


img.logo {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	vertical-align: middle;
}

header ul.menu {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	line-height:1em;
	background:#ECE2C9;
	box-shadow: 1px 1px 3px #7C939B;
	-moz-box-shadow: 1px 1px 3px #7C939B;
	-webkit-box-shadow:1px 1px 3px #7C939B;
	-o-box-shadow: 1px 1px 3px #7C939B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: -5px;
	right: 10px;
	list-style: none;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

header ul.menu li {
	display: inline;
	color: #B75447;
}

header ul.menu a {
	color: #3B7E9A;
    font-size: 11px;
}

div.but-login-container {
	float: right;
	width: 130px;
	margin-top: 10px;
}

.menu-right {
	padding-top:10px;
	padding-right:12px;
}

a.menu-login {
	display: table;
	padding: 6px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border: solid 2px #E88A23;
	color: #194376;
	margin: 1px;
	text-transform: uppercase;
	float:right;

}

a.menu-login:hover {
	background-color: #E88A23 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

div.but-support-container {
	position: absolute;
	white-space: nowrap;
	top: 50%;
	margin-top: -8px;
	left: 30%;
	font-size:16px;
}

a.but-fundraiser {

	background:#E88A23;
	padding:12px;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	border:solid 2px #E88A23;
	display:table;
	border-radius:8px;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
	
}

a.but-fundraiser:hover {
	color: #194376;
	background:#FFF;
	font-size:0;
	text-decoration:none;
	
}


a.but-fundraiser:hover:before {
	content: attr(fundraiser-hover);
	font-size:16px;
}

.fundraiser-teacher {
	display:table;
	margin-left:auto;
	margin-right:auto;
	border:solid 2px #E88A23;
	padding:12px;
	text-align:center;
	border-radius:10px;
}

a.fundraiser-teacher-link {

	display:inline-table;
	background:#0f4a9a;
	color:#FFF;
	padding:3px 5px;
	border:solid 2px #0f4a9a;
	border-radius:3px;
	font-weight:bold;
	margin-right:2px;

}

a.fundraiser-teacher-link:hover {

	color:#E88A23;
	background:#FFF;
	text-decoration:none;

}

div.fundraiser-thanks {

	display:table;
	margin-left:auto;
	margin-right:auto;
	padding:12px;
	font-weight:bold;
	border:solid 2px #E88A23;
	text-align:center;
	border-radius:10px;
	background:#FFF;
}

div.fundraiser-report {

	display:table;
	margin-left:auto;
	margin-right:auto;
	padding:12px;
	background:#0f4a9a;
	color:#FFF;
	margin-top:10px;
	border-radius: 6px;
	text-align:center;
}




div.but-support-container a {
	color: #194376 !important;
}

/*
div.but-signup-container {
	position: absolute;
	top: 50%;
	right: 30%;
	margin-top: -14px;
}
*/

div.but-signup-container a {
	display: table;
	white-space: nowrap;
	padding: 6px;
	text-transform: uppercase;
	text-align: center;
	border: solid 1px #194376;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	color: #194376;
	margin-left:auto;
	margin-right:auto;
}

div.signup-container {
	display: none;
	padding: 6px;
	max-width: 230px;
	border: solid 1px #194376;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

div.signup-container a {
	color: #194376 !important;
}

div.but-signup-container a:hover {
	color: #FFFFFF !important;
	background-color: #194376 !important;
	text-decoration: none !important;
}

h1.main-title {
	background-color: #C3C1A9;
	padding: 14px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}

/*
footer
------------------------------------------------*/

div.footer-container {
	border:solid 1px #7C939B;
	box-shadow: 1px 1px 3px #7C939B;
	-moz-box-shadow: 1px 1px 3px #7C939B;
	-webkit-box-shadow:1px 1px 3px #7C939B;
	-o-box-shadow: 1px 1px 3px #7C939B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px;
	margin-top: 12px;
	margin-bottom:30px;
	background-color: #FFFFFF;
	color:#494949;
	font-size:11px;
	text-align:center;
}

div.footer-container a {color:#2A5976;}

/*
=editor
-------------------------------------------------*/

div#editor-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333333;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
	z-index: 200 !important;
}

div#loading-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
	z-index: 200;
}

div#loading-background img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
}

iframe#editor {
	display: none;
	position: fixed;
	background-color: #FFFFFF;
	overflow: auto;
	z-index: 250;
	padding: 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border: none;
}

iframe.login-teacher, iframe.login-student {
	height: 300px;
	width: 350px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -175px;
	overflow: hidden !important;
}

a.editor-close {
	position: fixed;
	right: 4px;
	top: 4px;
	z-index: 205;
}

a.editor-help {
	position: fixed;
	right: 32px;
	top: 4px;
	z-index: 205;
}

a.editor-close:hover, a.editor-help:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

body.editor-body {
	background-color: #FFFFFF !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 36px;
}

div.editor-help-container {
	display: none;
}

h1.editor-title {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #CCCCFF;
	color: #000000;
	z-index: 200;
}

div.form-row {
	margin-bottom: 14px;
	position: relative;
}

div.form-row input[type=text], div.form-row input[type=password], div.form-row label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	width: 97%;
}

input[type=text], input[type=password], textarea {
	border: solid 1px #9999A9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	color: #9999A9;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=text]:hover, input[type=password]:hover, textarea:hover {
	box-shadow: 2px 2px 3px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px #CCCCCC;
	-webkit-box-shadow: 2px 2px 3px #CCCCCC;
	-o-box-shadow: 2px 2px 3px #CCCCCC;
	color: #666696;
}

div.form-row label {
	position: absolute;
	top: 0;
	left: 2;
	cursor: text;
	color: #9999A9;
}

input[type=submit] {
	background-color: #9999A9;
	cursor: pointer;
	border: 0;
	box-shadow: inset 2px 2px 3px #888898;
	-moz-box-shadow: inset 2px 2px 3px #888898;
	-webkit-box-shadow: inset 2px 2px 3px #888898;
	-o-box-shadow: inset 2px 2px 3px #888898;
	color: #FFFFFF;
	padding: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}

select {
	background-color: #FFFFFF;
	cursor: pointer;
	border: solid 1px #9999A9;
	box-shadow: inset -1px -1px 2px #9999A9;
	-moz-box-shadow: inset -1px -1px 2px #9999A9;
	-webkit-box-shadow: inset -1px -1px 2px #9999A9;
	-o-box-shadow: inset -1px -1px 2px #9999A9;
	color: #9999A9;
	padding: 4px;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
}

input[type=submit]:hover {
	background-color: #777787;
	box-shadow: inset 2px 2px 3px #666676;
	-moz-box-shadow: inset 2px 2px 3px #666676;
	-webkit-box-shadow: inset 2px 2px 3px #666676;
	-o-box-shadow: inset 2px 2px 3px #666676;
}
input[type=submit]:active {
	top: 1px;
	left: 1px;
}

div.error {
	border: solid 2px #FF0000;
	background-color: #FFCCCC;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.problem {color:red;}

.text-red {color:red !important;}

.visibility-message {margin-right:10px;}
img.visibility-message {opacity:.5;}

div.success {
	border: solid 2px #00CC00;
	background-color: #CCFFCC;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

div.success-popup {
	border: solid 2px #00CC00;
	background-color: #CCFFCC;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	position: fixed;
	z-index: 200;
	width: 300px;
	height: 100px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: -50px;
	margin-left: -150px;
	top: 50%;
	left: 50%;
	font-size: 16px;
}

div.success-popup input[type=submit] {
	margin-top: 10px;
}

input.but-loading {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: no-drop;
}

div.logged {
	float: right;
	white-space: nowrap;
	padding: 8px;
	border: solid 1px #F38922;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
    box-shadow: 1px 1px 3px #7C939B;
    -moz-box-shadow: 1px 1px 3px #7C939B;
    -webkit-box-shadow: 1px 1px 3px #7C939B;
    -o-box-shadow: 1px 1px 3px #7C939B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 14px;
}

div.logged input[type=submit] {
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	border: solid 1px #FF0000;
	margin-left: 14px;
}

iframe#logout-frame {
	display: none;
}

/*
=sidebar
-------------------------------------------------*/

div.sidebar-container {
	width: 200px;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}

div.sidebar-nav-container {
	margin-bottom: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}

ul.sidebar-nav-container div.item {
	position: relative;
}

div.class-menu-spacer {
	position: absolute;
	width: 10px;
	height: 10px;
	left: -10px;
	top: 0;
	z-index: 400;
}

div.sidebar-nav-container a, .class-menu-links a {
	display: block;
	padding: 5px;
	text-decoration: none !important;
	font-weight: bold;
	padding-left: 9px;
}

div.class-menu-link {
	display: block;
	text-decoration: none !important;
	font-weight: bold;
	cursor: pointer;
}

div.class-menu-link .words {
	padding: 5px !important;
	padding-left: 9px !important;
	display: block;
}

div.sidebar-nav-container a:hover, div.class-menu-link:hover {
	text-decoration: none !important;
}

div.class-menu {
	border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;
	position: absolute;
	left: 200px;
	width: 0;
	overflow: hidden;
}

div.class-menu-links {
	display: none;
	width: 200px;
	overflow: visible;
}

div.class-menu div.item a {
	padding-left: 18px;
}

div.sidebar-school-container {
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	overflow-x: hidden;
}

h3.sidebar-school-name {
	padding: 5px;
	padding-left: 9px;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	display: block;
}

div#main-content {
	margin-left: 215px;
	margin-right: 215px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 14px;
	position: relative;
	z-index: 4;
}

div.sidebar-school-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.sidebar-school-container li {
	position: relative;
}

div.sidebar-school-container a {
	display: block;
	padding: 5px;
	text-decoration: none !important;
	font-weight: bold;
	padding-left: 9px;
	position: relative;
	z-index: 15;
}

div.sidebar-school-container a:hover {
	text-decoration: none !important;
}

a.remove-teacher-button, a.delete-site-button {
	display: block;
	height: 14px !important;
	width: 14px !important;
	position: absolute !important;
	z-index: 20 !important;
	right: 10px !important;
	top: 50% !important;
	margin-top: -7px !important;
	background-color: #cc0000 !important;
	color: #FFFFFF !important;
	line-height: 14px !important;
	text-align: center !important;
	cursor: pointer !important;
	border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	-webkit-border-radius: 7px !important;
	-o-border-radius: 7px !important;
	border: 0 !important;
	padding: 0 !important;
}

a.remove-teacher-button:hover, a.delete-site-button:hover {
	background-color: #FF0000 !important;
}



div.right-sidebar {
	width: 200px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

div.right-sidebar h4 {
	margin: 0;
	padding: 5px 9px 5px 9px;
}

div.right-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.right-sidebar a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 3px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
div.right-sidebar a:hover {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	text-decoration: none;
}

div.right-sidebar li {
	padding: 4px 9px 0 12px;
}

div.right-sidebar div {
	padding: 5px 9px 5px 9px;
}

div.right-image {
	padding: 0 !important;
	margin-bottom: 12px;
}

h3.home-headline {
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
}

div.admin-note {

	padding: 14px;
	background-color: #FFFFFF;
	border: solid 5px black;
	text-color: #333333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;

	font-family: Arial,Helvetica,sans-serif;
}
.admin-note a{
	color:#E15629;
}
.admin-note b{
	font-size:16px;
}

a.admin-note-close {
	float: right;
	margin-left: 14px;
	margin-bottom: 14px;
}

/*
=admin
-------------------------------------------------*/

/*iframe.admin-classes {
	height: 500px;
	width: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	overflow: auto;
}*/

iframe.admin-classes, iframe.admin-profile, iframe.admin-welcome, iframe.admin-gallery, iframe.admin-links, iframe.admin-documents, iframe.admin-calendar, iframe.admin-posts, iframe.admin-colors, iframe.admin-students, iframe.admin-help, iframe.admin-tutorial {
	height: 500px;
	width: 700px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -350px;
	overflow: auto;
}

div#admin-menu {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 40px;
}

div.admin-menu-background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #E88A23;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

div#admin-menu a, div.class-buttons-container a, a.inline-admin-button  {
	vertical-align: middle;
	background-color: #ffdb57;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	color: #227695 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	text-transform: uppercase;
	box-shadow: -1px -1px 2px #f68b1f inset;
	-moz-box-shadow: -1px -1px 2px #f68b1f inset;
	-webkit-box-shadow: -1px -1px 2px #f68b1f inset;
	-o-box-shadow: -1px -1px 2px #f68b1f inset;
	position: relative;
	letter-spacing: 1px;
	font-size: 14px;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	font-weight: normal !important;
	border: solid 1px #f68b1f;
}

div#admin-menu a.help {
	background-color: #227695 !important;
	border: solid 2px #f68b1f !important;
	color: #ffdb57 !important;
	box-shadow: -1px -1px 2px #1d566b inset !important;
	-moz-box-shadow: -1px -1px 2px #1d566b inset !important;
	-webkit-box-shadow: -1px -1px 2px #1d566b inset !important;
	-o-box-shadow: -1px -1px 2px #1d566b inset !important;
	font-weight: bold !important;
}

div#admin-menu a:hover, div.class-buttons-container a:hover, a.inline-admin-button:hover{
	text-decoration: none !important;
	background-color: #f6ca32;
	color: #0b4358 !important;
	box-shadow: -1px -1px 2px #cd6a09 inset;
	-moz-box-shadow: -1px -1px 2px #cd6a09 inset;
	-webkit-box-shadow: -1px -1px 2px #cd6a09 inset;
	-o-box-shadow: -1px -1px 2px #cd6a09 inset;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

div#admin-menu a.help:hover {
	background-color: #f6ca32 !important;
	color: #0b4358 !important;
	box-shadow: -3px -3px 4px #cd6a09 inset !important;
	-moz-box-shadow: -3px -3px 4px #cd6a09 inset !important;
	-webkit-box-shadow: -3px -3px 4px #cd6a09 inset !important;
	-o-box-shadow: -3px -3px 4px #cd6a09 inset !important;
}

a.but-editor-image, a.but-editor-image-sm {
	vertical-align: middle;
	backgrou
	nd-color: transparent;
	padding: 3px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	border: solid 2px #f68b1f;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px !important;
	display: inline-block;
	background-color: #ffdb57;
}

a.but-editor-image-sm {
	height: 15px !important;
	width: 15px !important;
	line-height: 15px !important;
	margin-left: 15px;
}

a.but-editor-image:hover{
	background-color: #f6ca32;
	box-shadow: 0 0 10px #f68b1f inset;
	-moz-box-shadow: 0 0 10px #f68b1f inset;
	-webkit-box-shadow: 0 0 10px #f68b1f inset;
	-o-box-shadow: 0 0 10px #f68b1f inset;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

a.but-editor-image.delete-button:hover, a.but-editor-image-sm.delete-button:hover {
	background-color: #FFCCCC !important;
	box-shadow: 0 0 10px #FF0000 inset !important;
	-moz-box-shadow: 0 0 10px #FF0000 inset !important;
	-webkit-box-shadow: 0 0 10px #FF0000 inset !important;
	-o-box-shadow: 0 0 10px #FF0000 inset !important;
	border-color: #FF0000 !important;
}

a.but-editor-image:hover img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

div#admin-menu a:not(.but-print-handout):active {
	text-decoration: none !important;
	top: 1px;
	left: 1px;
}

body.editor-body label {
	display: block;
	margin-bottom: 3px;
}

body.editor-body a, body.editor-body a:active {
	color: #3d26c8;
	text-decoration: none;
}

body.editor-body a:hover {
	text-decoration: underline;
}

div.editor-left {
	position: absolute;
	top: 0;
	left: 12px;
	right: 51%;
}

div.editor-right {
	position: absolute;
	top: 0;
	right: 12px;
	left: 51%;
}

body.editor-body input[type=text], body.editor-body input[type=password], body.editor-body textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 98%;
	color: #666677;
	border-color: #666677;
}
body.editor-body input[type=text]:hover, body.editor-body input[type=password]:hover, body.editor-body textarea:hover, body.editor-body input[type=text]:focus, body.editor-body input[type=password]:focus, body.editor-body textarea:focus {
	color: #222222;
	border-color: #222222;
}

body.editor-body div.row {
	margin-bottom: 14px;
	position: relative;
}

body.editor-body .smaller {
	font-size: 90%;
}

div.editor-headline {
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

div.editor-border {
	padding: 8px;
	border: solid 1px #BBBBFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

body.editor-body div.border-bottom {
	padding-bottom: 12px;
	border-bottom: solid 1px #BBBBFF;
}

label.check-label {
	cursor: pointer;
}

div.editor-save {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

div.editor-container {
	position: relative;
}

div.delete {
	position: fixed;
	background-color: #FFCCCC;
	border: solid 1px #FF0000;
	text-align: center;
	width: 250px;
	padding: 15px;
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	max-height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -125px;
	z-index: 600;
}

div.pop {
	position: fixed;
	background-color: #EFEFFF;
	border: solid 1px #333344;
	width: 400px;
	padding: 15px;
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -200px;
	z-index: 600;
}

div.pop-left {
	width: 195px;
	float: left;
}

div.pop-right {
	width: 195px;
	float: right;
}

a.pop-close {
	position: absolute;
	top: 4px;
	right: 4px;
}

a.pop-close:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

div.list-row {
	clear: both;
	padding: 3px !important;
}

/* DRAG AND DROP STUFF */
div.list-drag.white-background {
	cursor: move;
	background-color: #FFFFFF;
}

div.list-drag.gray-background {
	cursor: move;
	background-color: #D3D3F5;
}

div.list-drag.border-top {
	border-top: solid 5px #2419ff !important;
}

div.list-drag.border-bottom {
	border-bottom: solid 5px #2419ff !important;
}

[draggable] {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
/* END DRAG AND DROP */

div.list-row.gray-background {
	background-color: #D3D3F5;
}

div.list-name {
	font-weight: bold;
	float: left;
	margin-right: 12px;
}

div.list-desc {
	float: left;
}

div.list-but {
	float: right;
	margin-left: 5px;
}

div.list-thumb {
	float: left;
	margin-right: 12px;
	height: 40px;
	width: 40px;
	overflow: hidden;
}

div.new-window-title {
	display: none;
}

div.progress-container {
	width: 200px;
	height: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border: solid 1px #9F9FBF;
	overflow: hidden;
	position: relative;
}

div.progress {
	position: absolute;
	height: 8px;
	top: 0;
	left: 0;
	background-color: #9F9FBF;
}

input[type=submit].archive-but {
	width: 80px;
	text-align: center;
}

input[type=submit].green {
	background-color: #00CC00 !important;
	box-shadow: 2px 2px 3px #008800 inset;
	-moz-box-shadow: 2px 2px 3px #008800 inset;
	-webkit-box-shadow: 2px 2px 3px #008800 inset;
	-o-box-shadow: 2px 2px 3px #008800 inset;
}

input[type=submit].red {
	background-color: #FF0000 !important;
	box-shadow: 2px 2px 3px #880000 inset;
	-moz-box-shadow: 2px 2px 3px #880000 inset;
	-webkit-box-shadow: 2px 2px 3px #880000 inset;
	-o-box-shadow: 2px 2px 3px #880000 inset;
}

input[type=submit].red:hover {
	background-color: #FF3333 !important;
	box-shadow: 2px 2px 3px #FF0000 inset;
	-moz-box-shadow: 2px 2px 3px #FF0000 inset;
	-webkit-box-shadow: 2px 2px 3px #FF0000 inset;
	-o-box-shadow: 2px 2px 3px #FF0000 inset;
}

/*
=profile
-------------------------------------------------*/

div.profile-image {
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 200px !important;
}

div.profile-image div {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	padding: 3px;
	font-size: 11px;
	border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
	-o-border-radius: 0 0 0 4px;
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*
=ckeditor help
-------------------------------------------------*/
div.help-cke { 
	margin-bottom:12px; 
	padding-bottom:12px; 
	border-bottom:solid 2px #7D7B7A; 
	display:table; 
}
div.help-cke-img { 
	display:table-cell; 
	width:70px; 
	vertical-align:top; 
	text-align:center;
}
div.help-cke-txt { 
	display:table-cell;
	vertical-align:top;
	padding-left:12px;
}

/*
=username
-------------------------------------------------*/

div.username-check-container, div.password-check-container, div.confirm-check-container {
	position: absolute;
	left: 110%;
	bottom: 0;
	margin-top: -13px;
}

div.username-check-animation, div.password-check-animation, div.confirm-check-animation {
	display: none;
}


div.username-check-result, div.password-check-result, div.confirm-check-result , div.directory-check-result {
	display: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
}

input[type=submit].enabled-but {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

div.username-success {
	color: #00CC00;
}

div.username-failure {
	color: #FF0000;
}

/*
=calendar
-------------------------------------------------*/

a.month-but {
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	background-color: #3D26C8;
	text-decoration: none;
	color: #FFFFFF !important;
	position: relative;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
}

a.month-but:hover {
	text-decoration: none !important;
	background-color: #7e69fb;
}

a.month-but:active {
	top: 1px;
	left: 1px;
}

a.month-but.previous {
	float: left;
}

a.month-but.next {
	float: right;
}

div.calendar-headline {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

table.calendar {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #333333;
	border-collapse: collapse;
}

table.calendar-sm {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #333333;
	border-collapse: collapse;
}

table.calendar td, table.calendar-sm td {
	border: solid 1px #333333;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0;
}

td.day-of-week {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

td.day, td.day-sm {
	border: solid 1px #333333;
}

td.day a, td.day-sm a {
	width: 54px;
	height: 54px;
	display: block;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	cursor: pointer;
	color: #333333;
	padding: 3px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

td.day-sm a {
	width: 26px !important;
	height: 26px !important;
}

td.day a.calendar-contains, td.day-sm a.calendar-contains {
	background-color: #CCFFCC;
}

td.day a:hover, td.day-sm a:hover {
	background-color: #3D26C8;
	text-decoration: none !important;
	color: #FFFFFF !important;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

div.change-datepicker {
	margin-right: auto !important;
	margin-left: auto !important;
	width: 220px !important;
}

div.calendar-item-row {
	padding: 2px;
	border: solid 1px transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	padding-bottom: 12px !important;
	margin-bottom: 0 !important;
	position: relative;
}
/*
div.calendar-item-row:hover {
	border-color: #CFCFFF;
}
*/
div.calendar-item-edit {
	display: none;
	position: absolute;
	z-index: 50;
	top: 22px;
	left: 4px;
}

div.calendar-item-edit a {
	font-size: 11px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	background-color: #3D26C8;
	text-decoration: none;
	color: #FFFFFF !important;
	position: relative;
	display: inline;
	cursor: pointer;
	text-transform: uppercase;
}

div.calendar-item-edit a:hover {
	text-decoration: none !important;
	background-color: #7e69fb;
}

div.document-name-edit {
	display: none;
}

div.document-name-border {
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border: solid 1px transparent;
	cursor: text;
	float: left;
}

div.document-name-border:hover {
	border-color: #99999F;
}

div.document-name-edit input[type=text] {
	width: auto !important;
	display: block !important;
	position: relative;
	top: 3px;
}

div.document-name-edit input[type=submit] {
	float: right !important;
	margin-left: 2px;
}

/*
=teacher
-------------------------------------------------*/

div.class-header-container {
	position: relative;
	margin-bottom: 15px;
}

div.class-buttons-container {
	position: absolute;
	z-index: 20;
	top: 50%;
	margin-top: -15px;
	right: 10px;
}

h3.section-header {
	margin: 0;
	margin-bottom: 14px;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: bold;
	display: block;
	text-decoration: none !important;
	position: relative;
	z-index: 15;
}

a.class-header {
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	text-decoration: none !important;
	position: relative;
	z-index: 15;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

a.class-header:hover {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
/*
=posts
-------------------------------------------------*/

div.post-preview.title {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}

div.post-preview {
	padding: 4px;
	border: solid 1px transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 14px;
	cursor: text;
}

div.post-preview:hover {
	border-color: #AFAFFF;
}

div.post-edit.title input[type=text] {
	font-size: 16px !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: bold !important;
	border-width: 2px !important;
	width: 400px;
}

div.post-title-buttons {
	display: inline-block;
	margin-left: 8px;
}

div.post-title-wrapper {
	display: block;
}

div.post-content-edit {
	padding: 8px 0 8px 0;
	margin-bottom: 12px;
	border-top: solid 1px #AFAFFF;
	border-bottom: solid 1px #AFAFFF;
}

div.post-content-headline {
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	margin-bottom: 8px;
}

div#uploader-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
	z-index: 800;
}

div#uploader {
	display: none;
	position: fixed;
	background-color: #FFFFFF;
	overflow: auto;
	z-index: 850;
	padding: 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border: none;
	height: 200px;
	width: 300px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
	border:  solid 1px #333333;
}

#post-title-input {
	font-weight: bold;
	font-size: 18px;
	width: 98%;
}

a.uploader-close {
	position: absolute;
	top: 4px;
	right: 4px;
}

a.uploader-close:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

div#uploader div.padded {
	padding: 15px;
}

h1.uploader-headline {
	font-size: 16px; 
	font-weight: bold;
	text-transform: uppercase;
	margin:0;
	padding: 0;
	margin-bottom: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}

div.post-image {
	margin-bottom: 12px;
	position: relative !important;
}

div.post-image.center {
	clear: both;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

div.post-image.left {
	clear: left;
	float: left;
	margin-right: 12px;
	width: 300px;
}

div.post-image.right {
	clear: right;
	float: right;
	margin-left: 12px;
	width: 300px;
}

div.post-image-buttons {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4px;
	background-color: #FFFFFF;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 300;
}

div.article-thumbnail {
	height: 120px;
	width: 120px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*
=gallery
-------------------------------------------------*/

a.gallery-thumbnail {
	display: block;
	height: 90px;
	width: 90px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

div.slideshow-container {
	display: none;
	width: 600px;
	height: 600px;
	position: fixed;
	z-index: 600;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -300px;
	overflow: hidden;
}

div.slideshow {
	text-align: center;
	line-height: 600px;
}

div.slide {
	height: 600px;
	width: 600px;
	text-align: center;
	line-height: 600px;
	position: relative;
}

div.slide img {
	vertical-align: middle;
}

a.slideshow-left-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 85%;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #FFFFFF;
	z-index: 800;
}

a.slideshow-right-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 85%;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #FFFFFF;
	z-index: 800;
}

a.slideshow-right-container:hover, a.slideshow-left-container:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

div.slideshow-left-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0px;
	width: 0px;
	border-right: solid 46px #000000;
	border-top: solid 46px transparent;
	border-bottom: solid 46px transparent;
	border-left: 0;
	margin-top: -23px;
	margin-left: -23px;
}

div.slideshow-right-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0px;
	width: 0px;
	border-left: solid 46px #000000;
	border-top: solid 46px transparent;
	border-bottom: solid 46px transparent;
	border-right: 0;
	margin-top: -23px;
	margin-left: -23px;
}
div.slideshow-close-container {
	display: none;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	z-index: 850;
}
a.slideshow-close {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

a.slideshow-close:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

div.slideshow-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	color: #333333;
	padding: 10px;
	font-size: 11px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 500;
	top: auto !important;
	line-height: 14px !important;
}

div.gallery-password-div {
	position: fixed;
	z-index: 200;
	width: 300px;
	min-height: 120px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border: solid 3px #999999;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	top: 50%;
	left: 50%;
	padding: 15px;
	margin-top: -78px;
	margin-left: -168px;
	background-color: #FFFFFF;
	text-transform: uppercase;
}

div.gallery-password-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333333;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 180;
}

div.gallery-list {
	border: solid 3px transparent;
	padding: 6px;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	display: block;
	margin-bottom: 10px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
div.gallery-list:hover {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.gallery-name {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
	display: block;
}

.gallery-tiny-thumb {
	height: 15px;
	width: 15px;
	margin-right: 6px;
	margin-bottom: 6px;
	overflow: hidden;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.gallery-description {
	margin-bottom: 6px;
	display: block;
}
.gallery-tiny-thumb.private {
	background-color: #EEEEEE;
}
.gallery-tiny-thumb.private img {
	opacity: 0.05;
	filter: alpha(opacity=5);
}
a.gallery-back {
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	float: right;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

a.gallery-back:hover {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

/*
=colors
-------------------------------------------------*/

div.color-template-outer {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #666666;
	margin-top: 60px;
}

div.color-template-container {
	width: 400px;
	height: 200px;
	position: relative;
}

div.dimmed {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}

div.color-template-container div {
	position: absolute;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

div.color-template-head-background {
	height: 24px;
	top: 10px;
	left: 10px;
	right: 10px;
	z-index: 1;
}

div.color-template-head-text {
	height: 10px;
	left: 18px;
	right: 18px;
	top: 17px;
	z-index: 2;
}

div.main-menu-background {
	left: 10px;
	top: 44px;
	height: 60px;
	z-index: 1;
	width: 70px;
}

div.main-menu-text {
	height: 6px;
	width: 54px;
	left: 18px;
	z-index: 2;
}
div.main-menu-text.one {
	top: 54px;
}
div.main-menu-text.two {
	top: 70px;
}
div.main-menu-text.three {
	top: 86px;
}

div.school-menu-background {
	left: 10px;
	height: 60px;
	width: 70px;
	z-index: 1;
	top: 114px;
}

div.school-menu-headline {
	height: 6px;
	width: 54px;
	left: 18px;
	top: 124px;
	z-index: 2;
}

div.school-menu-link-background {
	height: 18px;
	width: 70px;
	left: 10px;
	z-index: 3;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

div.school-menu-link-background.one {
	top: 140px;
}

div.school-menu-link-background.two {
	top: 158px;
	border-radius: 0 0 3px 3px !important;
	-moz-border-radius: 0 0 3px 3px !important;
	-webkit-border-radius: 0 0 3px 3px !important;
	-o-border-radius: 0 0 3px 3px !important;
}

div.school-menu-link-text {
	height: 6px;
	width: 54px;
	left: 18px;
	z-index: 4;
}
div.school-menu-link-text.one {
	top: 148px;
}
div.school-menu-link-text.two {
	top: 162px;
}

div.main-background {
	top: 44px;
	left: 90px;
	right: 90px;
	height: 132px;
	z-index: 1;
}
div.main-text {
	height: 6px;
	left: 100px;
	right: 100px;
	z-index: 2;
}

div.main-text.one {
	top: 54px;
}
div.main-text.two {
	top: 70px;
}
div.main-text.three {
	top: 86px;
}

div.main-headline-background {
	height: 24px;
	top: 110px;
	left: 100px;
	right: 100px;
	z-index: 1;
}


div.main-headline-text {
	height: 10px;
	left: 110px;
	right: 110px;
	top: 117px;
	z-index: 2;
}
div.main-text.four {
	top: 145px;
}
div.main-text.five {
	top: 161px;
}

div.right-menu-background {
	top: 44px;
	right: 10px;
	width: 70px;
	height: 132px;
	z-index: 1;
}

div.right-menu-text {
	height: 6px;
	width: 54px;
	right: 18px;
	z-index: 2;
}
div.right-menu-text.one {
	top: 54px;
}
div.right-menu-text.two {
	top: 70px;
}
div.right-menu-text.three {
	top: 86px;
}

div.right-menu-link {
	height: 6px;
	width: 54px;
	right: 18px;
	z-index: 2;
}

div.right-menu-link.one {
	top: 106px;
}
div.right-menu-link.two {
	top: 122px;
}
div.right-menu-link.three {
	top: 138px;
}

div.color-edit {
	position: relative;
}

div.color-edit div.sp-picker-container {
	margin-right: auto !important;
	margin-left: auto !important;
}

div.color-edit div.editor-left, div.color-edit div.editor-right {
	padding: 15px;
}
div.color-edit-thumb {
	height: 100px;
	width: 100px;
	border: solid 1px #666666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	float: left;
	margin-left: 30px;
}

div.font-edit {
	padding: 15px;
}

div.sp-container {
	float: left;
	margin-left: 110px;
}

div.head-font-preview, div.body-font-preview {
	text-transform: none !important;
}

div.head-font-preview {
	font-weight: bold !important;
}

div.body-font-preview {
	font-weight: normal !important;
}
.link-preview:hover {
	text-decoration: underline;
	cursor: pointer;
}
/*
=news
-------------------------------------------------*/

article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

article a.title, article h1.title {
	margin: 0;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

article div.image-left {
	max-width: 300px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

article div.image-right {
	max-width: 300px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}

article div.image-center {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align: center;
}

div.comments-button {
	padding-top: 5px;
	padding-bottom: 5px;
}

#comment-field {
	width: 98%;
	height: 150px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.35;
	border: solid 2px #9999DE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	color: #9999DE;
	padding: 6px;
}

#comment-field:focus, #comment-field:hover {
	color: #333366;
	border-color: #333366;
	box-shadow: 2px 2px 4px #333366;
}

#comment-button, #comment-success-button {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	border: solid 1px #333366;
	color: #333366;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 6px;
	box-shadow: 0 !important;
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	-o-box-shadow: 0 !important;
}

#comment-success {
	position: fixed;
	padding: 12px;
	background-color: #CCFFCC;
	text-align: center;
	border: solid 2px #00CC00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	width: 200px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
}

div.comment-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.comment-title {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 12px;
	font-size: 110%;
}

div.comment-add-container {
	padding-top: 15px;
}

div.comment-body {
	padding-left: 30px;
}

updater {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #FFFFFF;
	border: solid 2px #9999FF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 10px;
	z-index: 100;
	font-family: 'Source Sans Pro', sans-serif;
}

a.updater-clear {
	position: absolute;
	top: -8px;
	right: -8px;
	background-color: #9999FF;
	height: 15px;
	width: 15px;
	text-align: center;
	line-height: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

a.updater-clear:hover {
	background-color: #FF0000;
}

updater div a {
	color: #7777CC !important;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

input.new-comments-button {
	border: solid 1px #FF0000;
}

div.admin-comment-container {
	border: solid 1px #9999FF;
	margin-bottom: 12px;
	padding: 12px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 2px 2px 2px 2px #9999FF;
}

div.admin-comment-button-container {
	float: right;
	white-space: nowrap;
}

div.admin-comment-post {
	margin-bottom: 10px;
	font-size: 11px;
}

/*
=subscribe
-------------------------------------------------*/

div.subscribe-container {
	width: 350px;
	padding: 10px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border-radius: 15px 0 15px 0;
	-moz-border-radius: 15px 0 15px 0;
	-webkit-border-radius: 15px 0 15px 0;
	-o-border-radius: 15px 0 15px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}

div.subscribe-container.verify {
	width: 400px !important;
	float: none !important;
	margin: 0 auto !important;
}

div.subscribe-container.contact {
	width: 500px !important;
	float: none !important;
	margin: 0 auto !important;
}

div.subscribe-headline {
	margin-bottom: 10px;
	font-weight: bold;
}

div.row {
	position: relative;
	margin-bottom: 10px;
}

div.subscribe-container input[type=text], div.subscribe-container input[type=email], div.subscribe-container textarea, div.subscribe-container label.text-label, .generate-board input[type=text], .generate-board textarea, .generate-board label.text-label {
	width: 98%;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: bold;
}

div.subscribe-container textarea {
	height: 80px;
}

div.subscribe-container label.text-label, .generate-board label.text-label {
	position: absolute;
	top: 0;
	left: 3px;
	cursor: text;
}

div.subscribe-classes-header {
	margin-bottom: 10px;
	padding: 6px;
	border-radius: 6px 0 6px 0;
	-moz-border-radius: 6px 0 6px 0;
	-webkit-border-radius: 6px 0 6px 0;
	-o-border-radius: 6px 0 6px 0;
}

div.subscribe-error {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
	background-color: #FF0000;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	display: none;
}

div.subscribe-container input[type=submit], .generate-board input[type=submit] {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	padding: 6px;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	position: relative;
}

div.subscribe-container input[type=submit]:hover, .generate-board input[type=submit]:hover {
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

div.subscribe-success {
	font-weight: normal !important;
}

a.document-link img {
	vertical-align: middle;
	margin-right: 10px;
}

div#student-register-popup {
	position: fixed;
	display: none;
	width: 400px;
	height: 300px;
	margin-top: -140px;
	margin-left: -200px;
	top: 50%;
	left: 50%;
	z-index: 250;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	background-color: #FFFFFF;
	overflow: hidden;
}

div#student-register-popup div.container {
	margin-top: 34px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 15px;
}

div#student-register-popup a.close {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 205;
}

div#student-register-popup a.close:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#student-register-popup h1 {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #CCCCFF;
	color: #000000;
	z-index: 200;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-o-border-radius: 15px 15px 0 0;
}

div#student-register-popup input[type=submit], div.success-popup input[type=submit] {
	
	border: solid 2px #2f60ff;
	color: #2f60ff;
	background-color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	box-shadow: inset 0 0 2px #2f60ff;
	-moz-box-shadow: inset 0 0 2px #2f60ff;
	-webkit-box-shadow: inset 0 0 2px #2f60ff;
	-o-box-shadow: inset 0 0 2px #2f60ff;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

div#student-register-popup input[type=submit]:hover, div.success-popup input[type=submit]:hover {
	background-color: #FFFFFF !important;
	box-shadow: inset 0 0 4px #3355c1;
	-moz-box-shadow: inset 0 0 4px #3355c1;
	-webkit-box-shadow: inset 0 0 4px #3355c1;
	-o-box-shadow: inset 0 0 4px #3355c1;
	color: #3355c1;
	border-color: #3355c1;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

div.student-messages-container {
	position: relative;
	height: 400px;
}

div.student-message-add-container {
	position: absolute;
	height: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	border-top: solid 1px #999999;
}

div.student-message-add-container div.input-container {
	position: absolute;
	top: 10px;;
	left: 0;
	right: 70px;
	bottom: 0;
}

div.student-message-add-container div.button-container {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.student-message-add-container textarea {
	width: 100%;
	height: 100%;
	padding: 4px;
}

div.message-content {
	padding-left: 10px;
	padding-right: 10px;
}

div.student-messages {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 257px;
	
}
div.student-single-container {
	position: relative;
}

div.student-message {
	width: 300px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	z-index: 50;
}

div.student-message.me {
	float: right;
	background-color: #a4dbe7;
}

div.student-message.them {
	float: left;
	background-color: #D3D3D3;
}

div.message-date {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 10px;
	font-style: italic;
}

div.student-message.me div.message-date {
	text-align: right;
}

div.tail.me {
	position: absolute;
	height: 0;
	width: 0;
	border-top: solid 20px transparent;
	border-bottom: solid 20px transparent;
	border-left: 0;
	border-right: solid 20px #a4dbe7;
	bottom: -12px;
	right: 10px;
	z-index: 25;
}

div.tail.them {
	position: absolute;
	height: 0;
	width: 0;
	border-top: solid 20px transparent;
	border-bottom: solid 20px transparent;
	border-right: 0;
	border-left: solid 20px #D3D3D3;
	bottom: -12px;
	left: 10px;
	z-index: 25;
}

div.populate-calendar {
	margin-bottom: 15px;
}

div.populate-calendar div.item-container {
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}

div.populate-calendar h4 {
	margin: 0 0 10px 0;
	color: inherit;
}

.calendar-day-info {
	position: fixed;
	bottom: 0 !important;
	right: 20px !important;
	z-index: 175 !important;
	background-color: #FFFFFF;
	color: #000000 !important;
	border: solid 2px #666666;
	border-bottom: none !important;
	padding: 15px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	width: 450px;
	max-height: 500px !important;
	overflow: auto;
	font-size: 90% !important;
}

.calendar-day-info h3 {
	margin: 0 0 10px 0;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}

.calendar-day-info a {
	color: #3B7E9A !important;
}

.calendar-day-info h4.border {
	padding-top: 10px;
	border-top: solid 1px #999999;
	margin-top: 10px;
}

a.calendar-day-info-close {
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;

}

.populate-calendar td span {
	width: 100px;
	height: 80px;
	text-align: right;
	padding: 3px;
	display: block;
	font-size: 12px;
}

.populate-calendar td.day a {
	width: 100px;
	height: 80px;
	display: block;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	padding: 3px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.populate-calendar td.day a span {
	text-align: left !important;
}
td.day a:hover, td.day-sm a:hover {
	background-color: #3D26C8;
	text-decoration: none !important;
	color: #FFFFFF !important;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
a.header-button {
	font-size: 14px;
}

/*
=board
-------------------------------------------------*/

#new-thread {
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	margin-bottom: 15px;
}

.board-headline {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.generate-board label {
	display: block;
	margin-bottom: 6px;
}

.generate-board textarea {
	height: 135px;
}
div.board-container {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	overflow: hidden;
}
table.thread-table {
	width: 100%;
	border-collapse: collapse;
}

table.thread-table td {
	padding: 3px;
}

td.thread-topic {
	width: 60%;
}
td.thread-date {
	width: 12%;
}
td.thread-views {
	width: 8%;
	text-align: center;
}
td.thread-last {
	width: 20%;
}
div.board-post-headline {
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

div.board-post-container {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 10px;
}
div.board-post-name {
	padding: 10px;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
div.board-post-content {
	padding: 10px;
}

.generate-board .delete input[type=submit] {
	border-color: #666666 !important;
	background-color: #D3D3D3 !important;
	color: #666666 !important;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.generate-board .delete input[type=submit]:hover {
	border-color: #333333 !important;
	background-color: #FFFFFF !important;
	color: #333333 !important;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.new-reply-loading {
	margin-left: 20px;
}

.board-post-last-edit {
	font-size: 80%;
	font-style: italic;
	text-align: right;
}

div.tutorial-block {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.tutorial-scheme-container {
	width: 402px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
label.tutorial-scheme-label {
	cursor: pointer;
	border: solid 2px transparent;
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px !important;
	width: 110px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s; 
}

label.tutorial-scheme-label:hover {
	border-color: #CCCCCC;
	box-shadow: 0 0 8px #CCCCCC;
	-moz-box-shadow: 0 0 8px #CCCCCC;
	-webkit-box-shadow: 0 0 8px #CCCCCC;
	-o-box-shadow: 0 0 8px #CCCCCC;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s; 
}
label.tutorial-scheme-label.selected {
	border-color: #2f60ff !important;

}

div.captcha-container {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 4px;
	margin-right: auto;
	margin-left: auto;
	background-color: #bebec0;
	margin-bottom: 10px;
}
input.captcha-input {
	width: 150px !important;
	text-align: center;
}

a.but-print-image, a.but-print-image-sm {
	vertical-align: middle;
	background-color: transparent;
	padding: 3px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	border: solid 2px #6d77a2;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	display: inline-block;
	background-color: #b8c1e5;
}

a.but-print-image:hover, a.but-print-image-sm:hover {
	background-color: #bfc8f3;
	box-shadow: 0 0 10px #6d77a2 inset;
	-moz-box-shadow: 0 0 10px #6d77a2 inset;
	-webkit-box-shadow: 0 0 10px #6d77a2 inset;
	-o-box-shadow: 0 0 10px #6d77a2 inset;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
}

a.but-print-image-sm {
	height: 15px !important;
	width: 15px !important;
	line-height: 15px;
	text-align: center;
}
a.but-print-image-sm:hover {
	box-shadow: 0 0 5px #6d77a2 inset;
	-moz-box-shadow: 0 0 5px #6d77a2 inset;
	-webkit-box-shadow: 0 0 5px #6d77a2 inset;
	-o-box-shadow: 0 0 5px #6d77a2 inset;

}

textarea.remove-teacher-reason {
	width: 99%;
}

textarea.remove-teacher-reason.err {
	border: solid 2px #FF0000 !important;
}

div.student-sidebar-container {
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 190px;
	margin-bottom: 15px;
}

div.student-sidebar-container div.item {
	margin-bottom: 12px;
}

div.student-sidebar-container a {
	text-decoration: none;
	display: block;
	line-height: 16px;
	color: #2f60ff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	position: relative;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	font-weight: bold;
	text-transform: uppercase;
}

div.student-sidebar-container a:hover, div.student-sidebar-container a.menu-selected {
	text-indent: 24px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

div.student-sidebar-container a:hover img, div.student-sidebar-container a.menu-selected img {
	background-color: #2f60ff;
	opacity: 1;
	filter: alpha(opacity=100);
}

div.student-sidebar-container a img {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.teacher-admin-menu-alert {
	font-size: 80% !important;
	color: #FF0000;
	font-weight: bold;
	letter-spacing: normal;
	margin-left: 15px;
	vertical-align: middle;
}

.teacher-profile-alert {
	padding:10px;
	border:solid 2px red;
	margin-top:10px;
	font-weight:700;
	border-radius:6px;
}



.but-print-handout, .but-print-handout:active {
	position: absolute !important;
	right: 10px !important;
	top: 50% !important;
	margin-top: -15px !important;
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	width: 30px !important;
	height: 30px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.but-print-handout:hover {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	opacity: 0.65;
}

.pop.feedback h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
}

.pop.feedback textarea {
	height: 150px;
	padding: 4px;
}

.feedback-saved {
	font-size: 80%;
	font-weight: bold;
	color: #00CC00;
}

#invalid-email-button {
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFFFFF !important;
	text-decoration: none;
	background-color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

#invalid-email-button:hover {
	color: #FF0000 !important;
	background-color: #FFFFFF !important;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

input[type=submit].alert {
	background-color: #FF0000 !important;
	box-shadow: inset 2px 2px 3px #CC0000 !important;
	-webkit-box-shadow: inset 2px 2px 3px #CC0000 !important;
}

input[type=submit].alert:hover {
	background-color: #FF6666 !important;
	box-shadow: inset 2px 2px 3px #FF0000 !important;
	-webkit-box-shadow: inset 2px 2px 3px #FF0000 !important;
}

.list-sort {
	/*position: fixed;
	top: 100px;
	left: 10px;
	right: 10px;
	bottom: 10px;*/
	overflow: auto;
}

.list-sort-item {
	cursor: move;
}
.list-sort-item:hover {
	background-color: #AFAFAF !important;
}

.new-document-link {
	color: #CC9900 !important;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #FFFFFF;
}

.board-quote-preview {
	position: relative;
	margin-bottom: 20px;
}

.board-quote-preview-content {
	width: 400px;
	padding: 20px;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.board-post-quote {
	width: 400px;
	padding: 20px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.board-quote-preview-cancel {
	position: absolute;
	top: 0;
	right: 0;
}

.board-quote-preview-cancel input[type=submit] {
	padding: 4px;
	line-height: 1;
}

.quote-body:before {
	content: "\201C";
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

.cal-item-invisible {
	opacity:.4;
}

.error-border{
	border-color:red !important;
	border-width:2px !important;
}

.cal-tool-tip-options{
	position:absolute;
	right:15px;
}
.ui-datepicker{
	z-index: 1000 !important;
}
.hidden{
	display:none;
}