﻿/**************************************************/
/* Manage Resources Pages                         */
/**************************************************/

/* The grid of resources. */
.resources-summary
{
	color: #003399;
	font-size: 9pt;
	
	width: 98%;
	
	border:	solid 1px #003399;
	background-color: White;
	
	margin: 8px;
}

/* Pending changes text and add item text. */
.resources-summary-pending-changes,
.resources-summary-add-item
{
	color: #003399;
	font-weight: bold;
	text-align: center;
}

/* the title text within the grid of resources. */
.resources-summary-title
{
	font-weight: bold;
}

/* the description text within the grid of resources. */
.resources-summary-description
{
	font-style: italic;
	font-size: 90%;
	width: 320px;
	max-width: 320px;
	margin-left: 8px;
}

/* The action column within the grid of resources. */
.resources-summary-action
{
}

/* The view of a single resource. */
.resources-detail
{
	color: #003399;
	
	width: 100%;
	
	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#DEDEDE', EndColorStr='#EEEEEE');
	
	padding: 0px;
}

.resource-detail-empty
{
	text-align: center;
}

/* A resource data item. */
.resources-detail-item,
.resources-detail-item-variable
{
	margin: 8px;
}

.resources-detail-item-variable
{
	display: block;
	
	background-color: #C0C0C0;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#C0C0C0', EndColorStr='#D0D0D0');
	
	border: solid 1px #003399;
	padding: 8px;
}

.resources-detail-label
{
	float: left;
	width: 160px;
}

.resources-detail-label-variable
{
	float: left;
	width: 152px;
}

.resources-detail-control,
.resources-detail-control-variable
{

}

/* Action buttons */
.resources-detail-footer
{
	width: 100%;
	
	color: White;
	text-align: center;
	
	background-color: #003399;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#0055BB', EndColorStr='#003399');
	
	border-top: solid 1px black;
	padding: 3px 0px 3px 0px;
}

.resources-detail-footer a,
.resources-detail-footer a:visited,
.resources-detail-footer a:hover
{
	color: White;
	
}

/* The grid of siblings. */
.resources-detail-siblings
{
	color: #003399;
	font-size: 9pt;
	
	border:	solid 1px #003399;
	background-color: White;
}

.resources-detail-siblings-position
{
	width: 40px;
}

