﻿body {
}

a {
	color:Blue;
}

#tsktop {
  background-color: black;
  padding: 5px;
  font-size: 10px;
  margin-bottom: 25px;
}

#tskEmpty 
{	
	font-size:14px;
	font-style:italic;
}

.tsktitle {
  padding: 0;
  border-bottom: 0;
  margin: 0;
  font-size: 22px;
}

.tskfilterdropdown 
{
	font-size:90%;
	font-family:Arial;
}

.tskcommands
{
	width:100px;
}

.tskname 
{
	width:300px;
	font-size:90%;
}

.tskname_edit
{
	width:290px;
	font-size:90%;
}

.tskiscomplete 
{
	width:40px;
	font-size:90%;
}

.tskstarted
{
	width:110px;
	font-size:90%;
}

.tskpriority 
{
	width:75px;
	font-size:90%;
}

.tskviewitems
{
	font-size:90%;
}

#tskseparator 
{
	width:500px;
	margin:5px 0 0 0 
}

#tskfilter 
{
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-size: 10px;
  line-height: 12px;
  padding: 10px 0 1px 0;
  font-weight: normal;
  color: #630;
  width:300px;
}

.tskContentContainer 
{
	margin:10px 10px 10px 50px;
	text-align: left;
}

#tsklist
{
 margin:20px 10px 20px 0px;
}

#tsklist th
{
 padding: 10px 0 1px 0;
  text-transform : uppercase;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  color: #630;
}

#tsklist .buttons 
{
  text-transform : uppercase;
  margin: 0 0 0 0;
  font-size: 60%;
  line-height: 12px;
  padding: 10px 1px 0;
  font-weight: normal;
}

#tskrss
{
	margin: 40px 0 0 0;
	font-size:70%;
}

#tskrss h5
{
	margin: 0 0 0 0 
}

#tskrss img 
{
	border-color:White;
	border: 0 0 0 0;
}

#tskAddNew
{
	margin:20px 0 0 0px;
}

#tskAddNew span
{
	font-size:80%;
	width:100px;
}

#tskAddNew .newitem
{
	width:290px;
}

/*Modal Popup*/
.modalBackground
{
	background-color: #dcdcdc;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #f0f8ff; 
	border-color: Gray;
	padding: 3px;
}