body			{	background:#020304;	color:#938172;	font:10px arial;	margin:0px;	padding:0px	}
table			{	font:10px arial	}
input			{	font:11px arial	}
form			{	margin:0px;	padding:0px	}
button		{	background:#321d12;	border:1px outset; color:#CC9E61;cursor:pointer}
button:disabled	{	background:#100b00;	border:1px inset; color:#555;cursor:pointer}
button:hover:enabled	{	background:#543f34;cursor:pointer} 
a:link		{	color:#CC9E61}
a:visited	{	color:#626266}
a:hover		{	color:#ddbf83}


.header 	{	background:#321d12;color:#CC9E61;font: bold 12px arial;height:24px}
.header_SortComplete {background:#323f12}
.header_SortIncomplete {background:#652d12}

.title 	{	font:16px arial}

.InputText	{	background:#404044; border:1px solid #222; color:#eebf82; font:10px arial; width:140px}

.InputSifter{ background:#bbd; border:2px solid #222; color:#000; cursor:pointer; margin-left:0px; position:absolute; width:140px; z-index:1}

.Pointer	{	cursor:Pointer}

.ImgIcon		{margin-bottom:-4px;height:12px;width:12px}
.ImgIcon2		{margin-bottom:-2px;height:12px;width:12px}
.ImgIcon2Disabled	{margin-bottom:-2px;height:12px;width:12px; opacity: 0.4;}

.FilterOn	{color:#eee;	font:bold 12px arial;	text-decoration:underline}
.FilterOff	{color:#936172; font:bold 12px arial;	text-decoration:none}

.completed { background:#000; border:1px outset; cursor:pointer}

.incomplete { background:#000; border:1px inset; cursor:pointer}

.ButtonBar{	background:#223;}

.DataTable{	background:#001;border:1px solid #cc9e61; border-collapse:collapse;}
.DataToonColumn {cursor:pointer;width:10px;overflow:hidden}
.DataRow:hover{background:#222; cursor:pointer}
.DataRowSelected{background:#333;border:1px solid #fff;color:#fff; cursor:pointer}
.DataRowSelectedRed{background:#300;border:1px solid #f88;color:#f88; cursor:pointer}

.Dialog	{	background:#0d0e0f;border:1px solid #cc9e61;z-index:10}

.Menu		{	background:#0d0e0f;	border:1px solid #cc9e61; cursor:pointer;	position:absolute;z-index:10}
.MenuBut	{	background:#0d0e0f;	border:1px solid #cc9e61; color:#cc9e61; cursor:pointer; font:bold 11px arial; padding-left:5px;padding-right:5px}
.MenuBut:hover	{	background:#2f2f2f;	border:1px solid #cc9e61; color:#cc9e61; cursor:pointer; font:bold 11px arial; padding-left:5px;padding-right:5px}

.SifterBar		{	background:#404044;border-bottom:1px solid #111;cursor:pointer; padding-left:4px;}
.SifterBarSelected{background:#c0c0cc;border-bottom:1px solid #000; cursor:pointer; padding-left:4px;}
.ToonNoteBox {background:#111;border:none;color:#938172;font:10px arial;text-align:left;width:100%}

.UpNextDisabled	{border:1px outset; filter: grayscale(100%);z-index:1}
.UpNextEnabled		{border:1px solid #1a1}
