#tabnav 
{
	background-image: url('bkgd_tab.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

.ProjectHeader 
{
	color: #6d8d34;
	font-size: 2em;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 10px;
}
.ProjectHeader a
{
	color: #6d8d34;
}

.NotPublishedHeader 
{
	color: #6d8d34;
	font-size: 1.6em;
	font-weight: bold;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.NotPublishedWarning 
{
	color: #F00;
	font-size: 1.8em;
	font-weight: bold;
}

.ProjectPageContent
{
	border-style: solid;
	border-width: 1px; 
	border-color: #B8C1CA;
	border-top: none;
}


.editCell
{
	width: 120px;
	text-align: right;
}


/*
 * Side Bar Elements
 */

.SideBarContainer 
{
    width:100%;
    margin: 10px 0 10px 0;
    border: solid 1px #C5CCD4;
}

.SideBarHeader 
{
    width: 100%;
    height: 22px;
    font: bold 0.9em arial,verdana;
    color: #000;
    background-image: url('sidebarh.gif');
    background-repeat: repeat-x;    
}

.SideBarContent 
{
    border-bottom: none 0 #FFF;
    margin: 10px;
}


.ProjectDirectory
{
	width: 100%;
}

.ProjectDirectory th
{
	padding: 4px;
	background-color: #DDD;
	border-right: solid 1px #BBB;
	border-left: solid 1px #BBB;
	text-align: left;
	font-weight: normal;
}

.ProjectDirectory td
{
	padding: 4px;
}

.ProjectDetailsDescription 
{
    display: block;
}

.ProjectDetailsRecentActivity 
{
    text-decoration: underline;
    display: block;
}

.ProjectDetailsText 
{
    display: block;
}

.ProjectRolesTable
{
	border-collapse: collapse;
}
.ProjectRolesTable td, .ProjectRolesTable th
{
	border: solid 1px #BBB;
	padding: 2px 8px 2px 8px;
}
.ProjectRolesTable th
{
	background-color: #EEE;
}
.ProjectRolesTable tr.ThickBorder td, .ProjectRolesTable tr.ThickBorder th
{
	border-top: solid 2px #999;
}
.ProjectRolesTable .Dings
{
	color: Green;
	font-family: Webdings;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

.ProjectSearch
{
	border: #BBB 1px solid;
	margin-bottom: 10px;
}

.ProjectSearchContent
{
	padding: .2em .7em .2em .7em;
}

.ProjectSearchDropDown
{
	float: right;
	margin-left: 10px;
}

.ProjectExpandedItem
{
	color: #000;
	font-family: arial, verdana;
    font-size: .9em;
    font-weight: bold;
	padding-top: 5px;
}

.ProjectDirectoryHeader
{
	background-image: url('projectb.gif');
	background-repeat: repeat-x;
	color: #000;
	font-family: arial,verdana;
    font-size: 0.9em;
    font-weight: bold;
    height: 20px;
    padding: .2em .7em .2em .7em;
}

.ProjectDirectoryHeaderControl
{
	height: 18px;
	font-size: smaller
}

.SearchResultText
{
	font-weight:bold;
	font-style: italic;
	font-size:1.3em
}

.SimilarProjectTags
{
	color:#777;
	font-size: 1em;
}

.SimilarProjectTagsBold
{
	font-weight:bold;
	font-size:1.1em;
	color:#444
}
