html, body {
	margin:0;
	height:100%;
	width:100%;
	padding:0px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#cnt {
}

#logo {
	float: left;
	width: 80px;
	height: 250px;
	background: url(../images/bocconi.gif) no-repeat 10px 10px;
}

#right {
	margin-top: 10px;
	margin-left: 80px;
	margin-bottom: 50px;
	width: auto;
	padding-right: 20px;
}
#right h1 {
	height: 23px;
	line-height: 23px;
	color: #ffffff;	
	font-size: 12px;
	margin-bottom: 0px;
}
#top {
	background: url(../images/top.jpg);
	height: 23px;
	line-height: 23px;
	color: #ffffff;	
	font-size: 12px;
}
#top span {
	float: left;
}
#top #logout {
	float: right;
	color: #ffffff;
	background: url(../images/logout.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 20px;
}

#main {
	border: 1px solid #cccccc;
	padding: 10px;
}

/********************/
#others_list a.edit, #others_list a.delete {
	margin-left: 5px;
	display: none;
}
#others_list li {
	height: 18px;
}
#others_list li:hover a {
	display: inline;
}

#FEO table th {
	background: #f0f0f0;
}
#FEO table tr.action td {
	text-align: right;
	background: #f2f2f2;
}
#FEO .input {
	border: 1px solid #bababa;
	font-size: 14px;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333333;	
}
#FEO .input_error {
	border-color: #cc0000;
}

.no-dot {
	list-style: none;
	margin-left: -15px;
}

/********************/
#FTL table th {
	text-align: right
}
#FTL .input {
	border: 1px solid #bababa;
	font-size: 14px;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333333;	
	width: 200px;
}
#FTL .input_error {
	border-color: #cc0000;
}
/********************/
#TB_project, .TB_actions {
	width: 99%;
	height: auto;
}
#TB_project th, #TB_project td {
	padding: 2px 0px;
}
#TB_project th {
	text-align: left;
	color: #999999;
	font-weight: normal;
	padding-right: 15px;
	vertical-align: top;
}
#TB_project th, #TB_project td {
	padding: 3px 0px;
	font-size: 14px;
}
#TB_project td em {
	font-size: 12px;
	color: #a8d7ff;
	margin-top: 5px;
	display: block;
}
#display_month, #display_year {
	float: left;
	margin-right: 5px;
}
#display_date {
}
#display_date:hover {
	cursor: hand;
	cursor: pointer;
}

#TB_hours {
	background: #666666;
	width: 100%;
	float: left;
}
#TB_hours th, #TB_hours td {
	text-align: center;
	vertical-align: middle;
}
#TB_hours th {
	background: #ffffff;
	text-align: left;
	font-weight: normal;
}
#TB_hours th, #TB_hours td {
	padding: 3px 1px;
	background: #ffffff;
}
#TB_hours tr.header th, #TB_hours tr.header td {
	background: #999999;
	text-align: center;
	width: 20px;
}
#TB_hours td.off {
	background: #dedede !important;
	color: #cccccc;
}
#TB_hours td.disabled {
	background: #efefef !important;
	color: #cccccc;
}
#TB_hours td.today {
	font-weight: bold;
	color: #ffffff;
}
#TB_hours .others th, #TB_hours .others td {
	background: #f1dddc !important;
	text-indent: 5px;
}
#TB_hours .subtask td {
	background: #9dccfe !important;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
}
#TB_hours .total th {
	font-weight: bold;
	padding: 5px;
}
#TB_hours th.wp_desc {
	width: 120px;
	font-size: 11px;
}

#hour_edit {
	position: absolute;
	border: 0px;
	background: #fdff99;
	font-size: 12px;
	text-align: center;
	padding: 3px 1px;
}

.actions span {
	display: none;
}
.actions img {
	margin-left: 15px;
}
/*********************/
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a.blue {
 color: #294A5F;
 font-weight: bold;
}
.red {
	color: #cc0000;
}
h2 {
	font-size: 14px;
}

ul {
	margin: 0px;
	padding-left: 20px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/**************/
/*		OVER		*/
/**************/
#wOver_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
#wOver {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	background: none;
	background-repeat: no-repeat;	
	background-position: center;
}
#wOverContainerEmpty {
	position: relative;
	width: 100px;
	margin: 0px auto;
	line-height: 100%;
}

@media print{
	.no-print {	
		display: none !important;
	}
}
