﻿.tasks
{
	border:solid 1px #ccc;
	width:390px;
	margin:10px 0 20px 0;
	height:250px;
	overflow:auto;
	background:#eee url(/images/layup/form-grad-rep.gif);
	background-position:center top;
	background-repeat:repeat-x;
}
div.row 
{
	clear:both;
	height:26px;
	line-height:26px;
	font-weight:bold;
}
div.row .label 
{
	float:left;
	font-weight:bold;
	font-size:smaller;
	width:120px;
	text-align:right;
	padding-right:10px;
	color:#999;
	height:26px;
	line-height:24px;
}
div.row img {margin:5px 0 5px 0;}
.tasks .taskimage 
{
	margin:20px 0px 10px 20px;
	padding:5px;
	float:left;
	background-color:#fff;
	border:solid 1px #ccc;
}
.tasks .taskimage:hover
{
	border:solid 1px #333;
}

.taskheading
{
	clear:both;
	color:#ccc;
	font-size:x-large;
	font-weight:bold;
	border-bottom:solid 2px #ccc;
	padding-bottom:3px;
	height:30px;
}
div.spacer
{
	clear:both;
	height:1px;
	margin:5px auto 5px auto;
	width:90%;
}
div.line
{
	border-top:dotted 1px #ccc;
}

.tasks .nopics {margin-top:60px;font-size:50px;color:#f0f0f0;text-align:center;}