/* STYLESHET FOR THE PROJECT FILTER, DISPLAYED ON PROJECT PAGES */
/*
The styles are broken into the following sections:

1. Filter AND List styles
	- Styles that affect both the list and the filter controls
	
2. Filter Controls
	- Styles for just the filter controls
	
3. YUI datatable styles
	- Styles to manage how the YUI displays its datatables that are employed to create the list
	
4. News / Press list link styles
	- Styles the list links themselves 
project_list_filter
5. List Sub-Heading styles
	- Styles the list sub headings
	
6. pagination controls for the list - a lot are hidden
	- Style the YUI's datatable pagination links

/* ------------------------------------------------------------------------ */
/* 1. Filter AND List styles
/* ------------------------------------------------------------------------ */

/* attempt to fix table overflow. */
#yui-dt-table {
clear:both;
display:inline;
padding:0px;
margin:0px;
border:0px;
}

/* prevent dotted outlines on certain elements when clicked */
table, a {
	outline: none;
}

td {
padding:0px;
margin:0px;
}

/* container div for the list & its filter controls - arbitrary width set */
#project_list{

}

/* do not show the list returned form the Wayfinder call */
#project_list li.project_link_li{
margin-left:5px;
margin-right:15px;
line-height:14px;
padding-top:3px;
padding-bottom:3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:800;
list-style-image:url(../../site_images/bullet.gif);
	display:none;		
}

li.project_link_li {
margin-left:5px;
margin-right:15px;
line-height:14px;
padding-top:3px;
padding-bottom:3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:800;
list-style-image:url(../../site_images/bullet.gif);
}




/* ------------------------------------------------------------------------ */
/* 2. Filter Controls
/* ------------------------------------------------------------------------ */

/*  Div for the Filter controls */

/* Title of the Filter controls */
.list_filter {
background-image:url(../../site_images/projects/project_list_filters.gif);
background-position:top;
background-repeat:no-repeat;
background-color:#65a7cc;
margin:0px;
padding-bottom:20px;
padding-top:0px;
}


.list_filter ul{
margin:0px;
padding:0px;
margin-left:20px;
margin-height:10px;
list-style:	none;
margin-right:10px;
margin-top:10px;
}

.list_filter ul li{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:800;
border-bottom: 1px solid #b4d0e0;
padding-top:4px;
padding-bottom:4px;
}

/* default style for the links in the filter controls */
.project_filter_type_link{	
color:#004279;
text-decoration:none;
cursor:pointer!important;
cursor:hand!important;
}

/* hover style for the links in the filter controls i.e News By Year, Press By Year etc */
.project_filter_type_link:hover{
color:#FFFFFF;
text-decoration:none;
}

/* style for the currently selected Filter setting */
.current_filter_type_link{
color:#FFFFFF;
text-decoration:none;
}

/* ------------------------------------------------------------------------ */
/* 3. YUI datatable styles
/* ------------------------------------------------------------------------ */

/* hide the column headers on the datatable */
.yui-dt-header{
	display:none;
}

/* hide columns in the YUI datatable we dont want to see */
.hidden_col{
	display:none;
}

/* initialise the datatables hidden */
#list_datatable, #list_datatable_featured{	
	display:none;
}

/* ------------------------------------------------------------------------ */
/* 4. Project list link styles
/* ------------------------------------------------------------------------ */

/* This is what links look like in their 'off' state */
.row_text{
margin-left:15px;
margin-right:15px;
padding-top:3px;
padding-bottom:3px;
margin-top:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:800;
background-image:url(../../site_images/side_bullet.gif);
background-position:top left;
padding-left:15px;
background-repeat:no-repeat;
}

/* Style for the link text when it's the slected page */
.current_project .row_text{
	background-color:#666666;
	color:#FFFFFF;
}
/* added by ian */

.project_link list_link {

}

/* This is what links look like in their 'over' state */
.project_link_hover_style{
	background-color:#666666;
	color:#FFFFFF;
	cursor:pointer!important;
	cursor:hand!important;
}

/* This is what links look like that cannot be clicked - i.e the TV 'link_to_document' for the project has been set to NO */
.project_link_not_clickable{
	color:#666;	
}

/* ------------------------------------------------------------------------ */
/* 5. List Sub-Heading styles
/* ------------------------------------------------------------------------ */

/* sub headings ie the years or building types */
.row_sub_heading{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:800;
	color:#b4101b;
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-top:15px;
	text-transform:uppercase;
	display:none; /*initialy they must be hidden */
}

/* ------------------------------------------------------------------------ */
/* 6. pagination controls for the list - a lot are hidden
/* ------------------------------------------------------------------------ */

#yui-dt0-paginator1, #yui-dt1-paginator1{
	padding-left:20px;	
	text-decoration:none;
}
/* Additional styles for pagination */
.yui-dt-selected {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
background-color:#666666;
color:#ffffff;
padding-left:4px;
padding-right:4px;
margin-left:2px;
}

.yui-dt-page {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#004279;
padding-left:4px;
padding-right:4px;
margin-left:2px;
}

#yui-dt0-paginator0, #yui-dt1-paginator0{
	display:none;
	text-decoration:none;
    color:#004279;
}

#yui-dt0-paginator1 .yui-dt-first, 
#yui-dt0-paginator1 .yui-dt-previous, 
#yui-dt0-paginator1 .yui-dt-next, 
#yui-dt0-paginator1 .yui-dt-last, 
#yui-dt0-paginator1 .yui-dt-dropdown
{
	display:none;
}

#yui-dt1-paginator1 .yui-dt-first, 
#yui-dt1-paginator1 .yui-dt-previous, 
#yui-dt1-paginator1 .yui-dt-next, 
#yui-dt1-paginator1 .yui-dt-last, 
#yui-dt1-paginator1 .yui-dt-dropdown
{
	display:none;
}

.current_gallery_link {
color:#b4101b;
}