/*------------------------------------------------------------------------------*/
/* AC_todolist.css																*/
/* ActiveCampus To Do List StyleSheet											*/
/* This file comprises all display styles for the To Do List frontend			*/
/* Author:  	M. Dempster 9/17/02												*/
/* Copyright:	LiquidMatrix Corporation										*/
/*------------------------------------------------------------------------------*/

/* Outer styles:  Header, footer, and Iframe.  Also positions list on page. chg from 130 by 20 to 165 by 170 for new wide layout */

/* Inner Styles (from todoFrame down):  Individual task styles, link styles, and positioning data */

/* MST 11/16/2010 Removed all by commenting out cause absolute positions causes ADA compliance flagging. CSS not used
	but this file is included into pages still because of templates. Easier to comment out here than republish all those pages.
	
#todoComponentClosed 	{position:absolute; top:130px; left:20px; z-index:10; width:190px; height:31px; font-size:1px;}
#todoComponentOpen 		{position:absolute; top:130px; left:20px; z-index:10; width:190px; visibility:hidden; font-size:1px;}
BODY>#todoComponentClosed 	{position:absolute; top:128px; left:20px; z-index:10; width:190px; height:31px;  font-size:1px;}
BODY>#todoComponentOpen 		{position:absolute; top:128px; left:20px; z-index:10; width:190px; visibility:hidden; font-size:1px;}
#todoComponentOpenHead 	{height:31px; font-size:1px;}
#todoComponentOpenFoot 	{height:11px; font-size:1px;}
#todoList 				{margin:0px;width:188px;}


#todoFrame				{background-color:#ee0000; margin:0px;}
#todoItems				{margin:2px;border-width:1px 1px 0px 1px; border-style:solid; border-color:#ffffff;}
.todoTask 				{background-color:#8a8a8a; background-repeat:no-repeat;background-position:bottom right;  position:relative; width:100%; border-bottom:1px solid #ffffff;}
.todoTaskComplete 		{background-color:#454545; background-repeat:no-repeat;background-position:bottom right;  position:relative; width:100%; border-bottom:1px solid #ffffff;}
.todoTaskRoll			{background-color:#ee0000; background-repeat:no-repeat;background-position:bottom right;  position:relative; width:100%; border-bottom:1px solid #ffffff;}
.todoTaskRow			{height:16px; position:relative;padding:0px 2px 0px 2px; vertical-align:middle; width:178px; }
.todoText 				{margin:0px; width:155px; float:left;   padding-top:0px;}
.todoText .todoTextComplete		{display:none;}
.todoText A 			{font-family:verdana, arial, helvetica; font-size:10px;color:#ffffff;text-decoration:none;display:block; width:100%; padding:3px 0px;}
.todoText A:hover		{text-decoration:none;}
.todoCheckbox 			{padding:0px 0px 0px 0px; text-align:left; float:right; width:18px;}
.todoSeparator 			{clear: both; height:1px; font-size:1px;}
.todoSeparator IMG		{width:1px;}

*/
