*
{
	margin: 0px;
	padding: 0px;
}

body
{
	color:white;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #333333;
	font-family: arial;
	font-size: small;
}

IMG
{
	border:0px;
	margin:0px;
}

H2
{
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 20px;
	padding-bottom: 5px;
}

table
{
	table-layout:fixed;
	padding:0px;
	margin:0px;
}

tr
{
	margin:0px;
	padding:0px;
}

tr td
{
	vertical-align:top;
}
/* --------- standard needed styles ----------- */

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

.clear
{
	clear:both;
}

a, a:visited
{
	text-decoration:none;
	/*font-weight:bold;*/
}

input, textarea, select
{
	background-color:#2e2e2e;
	color:#ffffff;
	border:1px solid #000000;
}

textarea
{
	width:100%;
}

select
{
	width:130px;
}

input[type="text"]
{
	height: 17px;
	width:100%;
}

input[type="password"]
{
	height: 17px;
}

input[type="submit"]
{
	padding:3px 7px;
	margin:5px 0;
}

input[rel="clear"]
{
	margin:0px 5px;
}

select
{
	padding:3px 7px;
}

/***** Forms *****/
form
{
	margin:0;
	padding:0;
	display:inline;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

form dt
{
	color:#ffffff;
	width: 95px;
	display: block;
	float: left;
	clear: left;
	padding: 3px 0;
}

form dd
{
	margin-left: 0;
	float: left;
}


/* --------------- Actual components ----------------------- */
DIV#wrapper
{
	padding:3px;
}

DIV.formContainer
{
	padding:3px;
	width:250px;
}

A.toggleSign
{
	width:10px;
}

SPAN.toggleSignText
{
	color:#6fc155;
	font-size:11px;
	font-weight:bold;
}

SPAN.toggleSignTextDisabled
{
	color:#aaaaaa;
	font-size:11px;
	font-weight:bold;
}

DIV.toggleContainer
{
	float:left;
	height:15px;
	vertical-align:center;
	text-align:center;
	width:10px;
}

DIV.taskInfo
{
	float:left;
}

DIV.taskDescription
{
	display:none;
	font-style:italic;
	padding:10px;
}

A.dateString
{
	display:none;
}

A.dateShort
{
	display:black;
}

DIV.star
{
	height:16px;
	width:20px;
}

DIV.heading
{
	background-image:url(../images/bar-gradient.png);
	background-color:#464646;
	border:1px solid black;
	font-weight:bold;
	margin:0px 0px 2px 0px;
	padding:10px;
}

SPAN.white
{
	color:white;
	font-weight:bold;
}

SPAN.green
{
	color:#81bf3b;
	font-weight:bold;
}

SPAN.red
{
	color:#ff0000;
}

SPAN.selectedTab
{
	background-color:#464646;
}

DIV.tabContainer
{
	background-image:url(../images/top-tile.png);
	background-repeat:repeat-x;
	float:left;
	height:30px;
	margin:4px 3px 0px 3px;
}

DIV.tabContent
{
	padding:0px 20px 6px 20px;
	border-left:1px solid black;
	border-right:1px solid black;
	height:15px;
}

DIV.tabLeft
{
	background-image:url(../images/top-left.png);
	float:left;
	height:9px;
	width:9px;
}

DIV.tabRight
{
	background-image:url(../images/top-right.png);
	float:right;
	height:9px;
	width:9px;
}

TR.taskHeader
{
	background-image:url(../images/head-gradient.png);
	height:22px;
}

TR.taskHeader td
{
	border:1px solid black;
	vertical-align:middle;
}

TR.taskRow td
{
	padding:3px;
}

TABLE.formTable
{
	margin:0px 0px 0px 5px;
	border-collapse:collapse;
}

/*TABLE.formTable td*/
.element
{
	padding:2px 5px 2px 0px;
}

TABLE.clearForm
{
	border-collapse:collapse;
}

DIV#wrap
{
	padding:3px;
}