body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #a6a8aa;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #ff9c00;
	text-decoration: none;
}

h1 {
	color: #555;
	font-family: "Times New Roman", serif;
	font-weight: bold;
}

input {
	font-size: 1em;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: #dee3e6;
	box-shadow: 1px 1px 5px #000;
	position: relative;
}

#header
{
	margin: 0;
	padding: 0;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	/* background:white url(bg.gif) repeat-x left top; */
	box-shadow: inset 0 0 2px #000;
	background-color: #A6A8AA;
	margin-bottom: 5px;
}

#mainmenu ul
{
	padding:0px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: block;
	float: left;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding: 8px;
	display: block;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #fff;
	background-color:#ff9c00;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}


table, th, td {vertical-align:top;}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

table.exercise_form td {
	text-align: left;
	vertical-align: top;
}

#Exercise_backgroundColor {
	display:block;
	width: 200px;
	height: 150px;
	text-align: center;
	border: 0;
	box-shadow: 1px 1px 3px #000000;
}

.gapsentence_words {
}

.gapsentence_words .word,
.gapsentence_chars .char,
.answers .answer,
.sentence_wrap .word,
.solution_wrap .word {
	border: 1px solid #555;
	border-radius: 5px;
	padding: 4px 10px;
	color: #fff;
	background-color: #ccc;
	opacity: 1;
	margin: 5px 15px 5px 0px;
	display: block;
	float: left;
	cursor: pointer;
	box-shadow: 1px 1px 2px #999;
	position:relative;
}

.gapsentence_words .word.gap,
.gapsentence_chars .char.gap,
.sentence_wrap .word.gap {
	opacity: 0.5;
	box-shadow: none;
}

.sentence_wrap .word,
.solution_wrap .word {
	cursor:auto;
}

.gapsentence_chars .char {
	margin: 5px 10px 5px 0px;
}

.answers .answer.correct {
	border-color: #118811;
	background-color: #aaffaa;
	box-shadow: 1px 1px 2px #161;
}

.hidden {
	display: none;
}

.answer_remove {
	position: absolute;
	top: 2px;
	right: 2px;
	height: 5px;
	width: 5px;
}

.answer_correct {
	position: absolute;
	bottom: 2px;
	right: 2px;
	height: 5px;
	width: 5px;
}

.exercisetype_card {
	float: left;
	width:210px;
	height: 110px;
	position: relative;
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 1px 1px 3px #000;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.exercisetype_card .exercisetype_icon {
	position: absolute;
	left: 5px;
	top: 30px;
	height: 50px;
	width: 50px;
}

.exercisetype_card .exercisetype_number {
	position: absolute;
	left: 55px;
	top: 20px;
	height: 20px;
	width: 155px;
}

.exercisetype_card .exercisetype_title {
	position: absolute;
	left: 55px;
	top: 50px;
	height: 60px;
	width: 155px;
}

a.toggle_table {
	color: #000;
}

a.toggle_table:after {
	content: " ↧"
}

a.toggle_table.open:after {
	content: " ↥"
}

table.new_media tr.even {
	background-color: #e7ebed;
}
table.new_media tr.odd {
	background-color: #f1f4f5;
}
a.media_new_btn {
	color: #0066A4;
	background-color: #fff;
	border: 1px solid #298DCD;
	border-radius: 5px;
	padding: 5px;
	margin: 3px;
	display: block;
	text-align: center;
	font-weight: bold;
}
a.media_new_btn:hover {
	color: #298DCD;
}

.tags .items .row .operations {
    float: right;
    position: relative;
}

.mediawall .view {
	position: relative;

	width: 150px;
	height: 150px;

	margin: 0px;
	padding: 0px;

	border: 0;

	float: left;

	overflow: hidden;
}

.mediawall .view.image {
	background-color: #fff;
}

.mediawall .view.video {
	background-color: #fff;
	cursor: pointer;
}

.row.checkboxlist span label {
	display: inline;
	font-weight: normal;
}


#topmenu
{
	/* background:white url(bg.gif) repeat-x left top; */
	position: absolute;
	width: 500px;
	height: 20px;
	right: 5px;
	top: 5px;
}

#topmenu ul
{
	padding: 0px;
	margin: 0px;
}

#topmenu ul li
{
	display: block;
	float: left;
}

#topmenu ul li a
{
	color:#555555;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding: 8px;
	display: block;
}

#topmenu ul li a:hover/*, #topmenu ul li.active a*/
{
	color: #fff;
	background-color:#ff9c00;
	text-decoration:none;
}

img.showingOriginal {
	border: 1px solid #00d;
}

div.form div.checkboxlist label {
	display: inline;
}

div.form div.checkboxlist span {
	display: block;
}

div.form div.checkboxlist label span {
	display: inline;
}