/*
	Weedon Partnership
	http://www.weedonpartnership.co.uk
*/

/* 
Copyright Neil Preedy 2007.
http://www.npreedy.co.uk/Websites.html
*/

/* 
	These Styles are used by Projects.js script
	DO NOT ALTER the names.
*/

#ProjectList td, #ProjectListHead td
{
	padding: 2px 2px 2px 2px;		
}

/* @group Table Headers */

#ProjectList, #ProjectListHead
{

		background-color:white;
/*		margin-top: 1em; */
		font-size: 10pt;
/*		border: 1px #e6e6e6 solid; */
}

#ProjectListHead thead
{
		background-color: #ccc;
}


#ProjectListHead td
{
		padding-top: 10px;
		padding-bottom:	10px;
		text-align: center;
		cursor: pointer;
}

.Ascending
{
		background: url(../Images/Style/ArrowUp.gif) no-repeat left center;
		background-color: inherit; 
}

.Descending
{
		background: url(../Images/Style/ArrowDown.gif) no-repeat left center;
		background-color: inherit; 

}

.Date
{
		width: 60px;
		text-align: center;
}

.Name
{
		width: 200px;
}

.Type
{
		width: 160px;
}

.Location
{
		width: 150px;
}
.Client
{
		width: 150px;
}


/* @end */

.Hide
{
		display: none;
}

.Highlighted
{
/* Used by the Mouse Over and Mouse Out on the Table Title */
		background-color: #808080;
}

#ProjectListData .Even
{
		background-color: #e6e6e6;
}


#ProjectListData .Odd
{
		background-color: white;
}

noscript
{
		color: red;
		border: black 2px solid;
		margin: 2em;
		padding: 0.5em;
		font-weight: bold;
		font-style: italic;
		text-align: center;
}

#ProjectListData .link
{
		color: red;
		cursor: pointer;
}

#ImageArea .ScrollView
{
		height: 220px;
		padding-right: 0px;
}
@media print
{
	#ImageArea .ScrollView
	{
		height: auto;
	}

}


#ProjectImage
{
	height: 136px;
	/* width: ²620px; */
	margin-left: 2px;
	border: none;
}

/* 
Copyright Neil Preedy 2007.
http://www.npreedy.co.uk/Websites.html
*/
