/*
This file describes styles used for content presentation within the List Pane. 
*/

/*
COLORS:
Background light-grey:	#f7f7f7;
Sticky-note yellow:		#feffc4;
Sticky-note edge:			#d2d2d3;
Red:							#ac0d14;
Blue:							#427dbe;
Light blue:					#7d9fd4;
*/

/*

#list_pane #view_title {
	margin: 0 5px 4px 5px;
	font-size: 11px;
	font-weight: bold;
}

#list_pane table {

}

#list_pane table th {
	background-color: #ededed;
	border-right: 1px solid #f7f7f7;
	padding: 0;
	padding-top: 7px;
	font-size: 10px;
}

#list_pane table th .colhead {
	background-color: #f7f7f7;
	padding: 3px;
}

#list_pane table td {
	background-color: #ededed;
	border-right: 1px solid #fff;
	padding: 3px;
	font-size: 10px;
	line-height: 14px;
	vertical-align: top;
}

#list_pane table td.list_group {
	background-color: #dde7f6;
}

#list_pane table tr.selected td {
	background-color: #ac0d14;
	border-right: 1px solid #fff;
	padding: 3px;
	font-size: 10px;
	color: #fff;
}

#list_pane table tr.row_hover td {
	background-color: #d3d3d3;
	border-right: 1px solid #fff;
	padding: 3px;
	font-size: 10px;
}

*/


.section .content.nolabel { /* The content of a section, only visible when the section is expanded */
		margin:					0;
	}
	
	
.project_list_item { /* A project summary block on the 'my projects' page */
	position: relative;
	width: 580px;
	margin: 5px 0;
}

	.pli_summary { /* Container for the data portion of a project_list_item */
		background-color:		#fff;
		border-bottom:			1px solid #bbb;
		border-right:			1px solid #d2d2d3;
		width: 484px;
		height: 59px;
		padding: 8px;
	}

	.pli_button { /* The button portion of a project_list_item */
		position: absolute;
		top: 0;
		left: 505px;
		width: 75px;
		height: 75px;
		background-image:		url("../images/pli_button.gif");
		background-repeat:	no-repeat;
		border-bottom:			1px solid #bbb;
		border-right:			1px solid #d2d2d3;
		cursor:					pointer;
	}

	.pli_button:hover {
			background-position: 0 -75px;
	}

	.pli_project_name {
		font-weight: bold;
		font-size: 13px;
	}
	
	.pli_info {
		position: relative;
		top: 2px;
	}
	
	.pli_project_number, .pli_owner, .pli_action_items {
		width: 210px;
	}
	
	.pli_action_items {
		color: #b4b4b4;
	}
	
		.pli_action_link {
			text-decoration: none;
			color:			#427dbe;
		}
		
		.pli_action_link:hover {
			color:			#7d9fd4;
		}
		
		
	.pli_description {
		position: absolute;
		top: 0;
		left: 220px;
		width: 260px;
	}
	
.project_status_summary { /* The table container for module status summaries in project home page */
	width: 100%;

}

	.project_status_summary td {
		vertical-align: top;
	}

	.pss_module_group { /* The table container for a specific module's status summary */
		margin: 20px 20px 0 0;
	}
	
	.pss_module_name {
		font-size:12px;
		color:#427dbe;
		padding-bottom:2px;
		border-bottom:1px solid #e1e1e1;
	}
	
	.pss_actions_active {
		font-weight: bold;
		color: #ac0d14;
		cursor: pointer;
	}
	
		.pss_actions_active:hover {
			color: #f00;
		}
	
	.pss_name {
		width: 120px;
	}
	
	.pss_value {
		width: 50px;
		text-align: right;
	}
	

#ulNav_0 {
	margin:10px 0 10px 10px;
}

.nav_top {
	margin:0 0 5px 0;
}

.nav_sub {
	padding-left:10px;
	margin:5px 0 0 0;
}

#ulNav_0 a {
	color:#1e6580;
	text-decoration:underline;
}

#ulNav_0 a:hover {
	color:#0e394a;
	text-decoration:underline;
}


	