<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * $Id: formBox.css 2969 2011-04-19 20:25:14Z rodrigo $
 *
 *  k12 Core: Tareas
 */
div#homework {background-position:0 0;}
div#homework div.taskZoneBody small {
	font-size:11px;
	color:#777;
}
div#homework, div#workDL, div#workUL {
	background-image:url(../images/homework.png)!important;
	background-image:url(../images/homework8.png);
	background-repeat:no-repeat;
}
div#workDL {background-position:-576px 0;}
div#workUL {background-position:-1152px 0;}
div#homework .taskZoneBody fieldset {
	border:none;
	background:none;
}
div#homework .taskZoneBody p {
	margin:0;
	text-indent:0;
	line-height:1.3em
}
div#homework .taskZoneBody input#inputFile {height:21px}
div#homework .taskZonexBody input#textfield {width:400px;}
div#homework .taskZoneBody input, div#homework .taskZoneBody textarea {
	color:#333;
	font-size:12px;
	margin-bottom:5px;
	padding:4px;
}
div#homework .taskZoneBody textarea#tinymceeditor {
	width:530px!important;
	width:528px;
	height:100px;
}
div#homework .taskZoneBody input.checkbox {width:20px;}
div#homework .taskZoneBody textarea#comments, input#formboxName {width:530px;}
div#homework .taskZoneBody label {
	color:#666;
	float:left;
	font:12px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:14px;
	padding:2px 0;
	text-align:left;
	width:100%;
}
div#homework .taskZoneBody label#allowAnonymousDeliveries-label {width:165px;}
/* Table */
table.workcomment {
	border:1px solid #CCC;
	background:#FFF;
	color:#777;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
	margin:8px 0;
}
table.workcomment td {padding:2px 0;}
table.workcomment a, table.workcomment a:hover {
	color:#555;
	font-weight:bold;
}
table.workcomment tr {
	height:20px;
}
table.workcomment thead {
	height:20px;
	background:#999;
	color:#FFF;
}
table.workcomment thead tr td {text-indent:4px;}
table.workcomment tr.new {
	background:#FFF;
	cursor:default;
	text-indent:4px;
}
table.workcomment tr.old {
	background:#F6F6F6;
	cursor:default;
	text-indent:4px;
}
table.workcomment tr.new:hover, table.workcomment tr.old:hover {background:#DDD;}
table.workcomment tr.new:active, table.workcomment tr.old:active, table.workcomment tr.new.active, table.workcomment tr.old.active {background:#CCC;}
table.workcomment td {
	border-bottom:1px solid #CCC;
	overflow:hidden;
}
table.workcomment td.user {width:20%;}
table.workcomment td.archive {width:25%;}
table.workcomment td.comment {width:40%;}
table.workcomment td.button {
	width:5%;
	text-align:center;
}
table.workcomment td.button a.btn {
	width:20px;
	height:19px;
	
	vertical-align:middle;
}
table.workcomment td div {
	width:19px;
	height:19px;
	display:inline-block;
	background-image:url(../../coreAssets/images/imgButton24.png)!important;
	background-image:url(../../coreAssets/images/imgButton8.png);
	background-position:0 -1553px;
	vertical-align:middle;
	margin-top:-3px;
}
table.workcomment td.user span {
	display:inline-block;
	overflow:hidden;
	width:70px;
	text-indent:0;
	margin-bottom:5px;
	font-weight:bold;
}
textarea#instructions {width:530px;}
div#homework .taskZoneBody input#upload {height:21px;}
div#homework .taskZoneBody fieldset div {clear:both;}
div#homework .taskZoneBody div#deliveriesTitle {
	display:block;
	width:100%;
	height:42px;
}</pre></body></html>