body {
	font-family: Trebuchet MS;
	font-size: 10px;
	background-color:#ffffff;
}

table {
	border-collapse: collapse;
}

input {
	font-family: Tahoma;
	font-size: 10px;
	padding: 0px;
	border: 1px solid black;
}
select {
	font-family: Tahoma;
	font-size: 10px;
	padding: 0px;
	border: 1px solid black;
}

#logo_div{
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	height: 49px;
	height: expression(50+'px');
	width: 249px;
	width: expression(250+'px');
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fafafa;
	z-index: 3;
}

/* FILTERS */
#filters_div {
	/*height: 99px;
	width: 249px;*/
	position: absolute;
	left: 0px;
	background-color: #ffffff;
}
.filters_tbl{
	font-size: 10px;
}
.filters_tbl a,.filters_tbl a:visited{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

/* DAYS */
#days_div {
	height: 50px;
	position: absolute;
	left: 250px;
	top: 0px;
	z-index: 1;
	background-color: #ffffff;
}

table.days_tbl{
	background-color: #fafafa;
}
table.days_tbl tr td {
	border: 1px solid #c0c0c0;
	height: 50px;
	width: 30px;
	font-size: 8px;
	text-align: center;
}

td.dred{
	color: #e90f2d;
}


/* PROJECTS */
#projects_div {
	border: 0px;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 2;
	background-color: #ffffff;
}
table.projects_tbl{
	background-color: #fafafa;
}
table.projects_tbl tr td {
	border: 1px solid #c0c0c0;
	font-size: 10px;
	height: 15px;
}
table.projects_tbl tr td.h {
	border: 1px solid #c0c0c0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	height: 15px;
}

/* TIMELINE */
#timeline_div {
	border: 0px;
	position: absolute;
	left: 250px;
	top: 50px;
}

table.timeline_tbl tr td {
	font-size: 10px;
	height: 15px;
	font-weight: bold;
}

td.cnormal{
	width: 29px;
	border: 1px solid #c0c0c0;
}

/* CELLS */
td.cfree{
	background-color: #ccffff;
}

td.empty{
	border: 1px solid #c0c0c0;
}
td.management{
	background-color: #ffcc99;
}
td.management_delayed{
	background-image: url('i/timeline/management_delayed.gif');
}
td.management_advanced{
	background-image: url('i/timeline/management_advanced.gif');
}

td.programming{
	background-color: #ff99cc;
}
td.programming_delayed{
	background-image: url('i/timeline/programming_delayed.gif');
}
td.programming_advanced{
	background-image: url('i/timeline/programming_advanced.gif');
}

td.design{
	background-color: #ffff99;
}
td.design_delayed{
	background-image: url('i/timeline/design_delayed.gif');
}
td.design_advanced{
	background-image: url('i/timeline/design_advanced.gif');
}

td.content{
	background-color: #ccffcc;
}
td.content_delayed{
	background-image: url('i/timeline/content_delayed.gif');
}
td.content_advanced{
	background-image: url('i/timeline/content_advanced.gif');
}


/* TOOLTIP */
.tooltip_arrow{
	background-image: url('i/tooltip_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin: 0px;
	width: 14px;
	height: 24px;
}
.tooltip{
	background-color: #ffe400;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 5px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	margin: 0px;
}
.tooltip h1{
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	color: #cc0000;
	font-weight: 600;
	border-bottom: #333333 1px dashed;
}
.tooltip_side{
	border-bottom: #000000 1px solid;
}

/* MENU */
img.move{
	cursor: move;
}
div.menu{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 100px;
}
div.menu a,div.menu a:visited{
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 0px 2px;
	margin: 2px 2px;
	border: 1px solid #000000;
}
div.menu a:hover{
	background-color: #c0c0c0;
}


div.edit_tool{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #000000;
}
div.edit_tool table tr td{
	font-family: Arial;
	font-size: 10px;
}
div.edit_tool a,div.edit_tool a:visited{
	text-decoration: none;
	color: #000000;
	padding: 0px 2px;
	margin: 2px 0px;
	border: 1px solid #000000;
}
div.edit_tool a:hover{
	background-color: #c0c0c0;
}
div.edit_tool input{
	width: 150px;
	font-family: Arial;
	font-size: 10px;
}
div.edit_tool textarea{
	width: 150px;
	height: 100px;
	font-family: Arial;
	font-size: 10px;
	border: 1px solid #000000;
}
div.edit_tool select{
	width: 150px;
	font-family: Arial;
	font-size: 10px;
	border: 1px solid #000000;
}