﻿/* 
	Color Pallet: #922B2D #E96265 #B83437 #6F2426 #F4E5E5 #F0BCBD 
*/

/*****************************************************************************/
/* General Tag Styles
/*****************************************************************************/
BODY 
{
	background-image: url(MainBG.png);
	background-position:top left; 
	background-repeat: repeat-x;     	
}
A {
	color:Blue;
}
A:hover {
	color:Navy;
}

/*****************************************************************************/
/* General Styles
/*****************************************************************************/
#BodyTable 
{
	width: 845px;
	border: solid 1px white;	
} 
#right-panel
{
	background-color: White;
	background-image: url(BodyBGTopMiddle.png);	
	background-position:top left; 
	background-repeat: repeat-x;
	border: solid 1px white;
	border-top: solid 2px white; 
}
p.heading 
{
	background-image: url(HeaderBG.png);	
	background-position:top left; 
	background-repeat: repeat-x;	
	background-color:#6F2426;
	color:white;
	font-size: 1.2em;
	font-weight: bold;
	height: 18px;
	border: 1px solid #646464;   
}

/*****************************************************************************/
/* Masthead
/*****************************************************************************/
.masthead 
{
	background-position:top left; 
	background-repeat: repeat-x;	
	background-color: White;
}
.masthead-bottom 
{ 
	background-image: url(MastheadBottomBG.png);	
	background-position:top left; 
	background-repeat: repeat-x;	
}
.masthead-bottom div
{ 
	height: 37px;
	width: 845px;
}

/*****************************************************************************/
/* Control Panel Group
/*****************************************************************************/

/*****************************************************************************/
/* Control Panel Menu
/*****************************************************************************/
.control-panel .Menu li a 
{
	font-size: 1.1em;
	border-left: solid 1px white;
	color:white; 
}   

/*****************************************************************************/
/* Site Map Path 
/*****************************************************************************/
#ctl00_mnuRelatedLinks
{
	border: 1px solid #B83437;
	background-image: url(BodyBGTopMiddle.png);	
	background-position:top left; 
	background-repeat: repeat-x;
}
#ctl00_mnuRelatedLinks .Menu-NonLink SPAN
{
	background: #B83437;
	border-bottom: 1px solid #B83437;
	font-weight: bold;
	color: White;
	background-image: url(HeaderBG.png);
	background-position:top left; 
	background-repeat: repeat-x;	
}

/*****************************************************************************/
/* Message Center
/*****************************************************************************/

/*****************************************************************************/
/* Login Box
/*****************************************************************************/
.login-box 
{
	border-color:#E96265;
	margin:60px 50px 50px 150px;
}
.login-box .image-link {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
.login-box-top {
	color:#B83437;
	font-size: 1.2em;
	background-color:#F4E5E5;
}
.login-box-middle {
	border-color:#E96265;
	background-color:#fff;
}
.login-box-bottom 
{
	text-align:right;
	color:#E96265;
	background-color:#F4E5E5;
}

/*****************************************************************************/
/* Dynamic Tabs 
/*****************************************************************************/
.dynamic-tabs 
{	
	background-image:url(TabMenuBG.png);
	background-repeat: repeat-x;
	border-bottom: solid 3px #922B2D;     
}   
.dynamic-tabs .Menu li a, .dynamic-tabs .Menu Span.Menu-NonLink 
{     	
	background-color:#922B2D;
	color:#6F2426;
	font-size: 1.05em;
	font-weight: bold; 	
	background:url(RoundTabLeft.gif);
	background-repeat: no-repeat;	
	background-position: left top;
}
.dynamic-tabs .Menu li a Span, .dynamic-tabs .Menu Span.Menu-NonLink Span
{
	background:url(RoundTabRight.gif);
	background-repeat: no-repeat;	
	background-position: right top;     
}
.dynamic-tabs .Menu li a:hover 
{
	 background-position:0% -42px;
}
.dynamic-tabs .Menu li a:hover span
{
	background-position:100% -42px;
	color:white;	
}
.dynamic-tabs li.Menu-Selected  a 
{
	color:white;	
	background-position:0% -42px;
}
.dynamic-tabs li.Menu-Selected  a span
{
	color:white;	
	background-position:100% -42px;
}
.dynamic-tabs .Menu Span.Menu-NonLink Span 
{
	color:#E96265; /* Disabled Tab */
}

/*****************************************************************************/
/* Page Columns
/*****************************************************************************/

/*****************************************************************************/
/* Main Dynamic 
/*****************************************************************************/

/*****************************************************************************/
/* Search Dynamic 
/*****************************************************************************/

/*****************************************************************************/
/* Search Results
/*****************************************************************************/

/*****************************************************************************/
/* Detail Dynamic
/*****************************************************************************/

/*****************************************************************************/
/* Footer */
/*****************************************************************************/
.footer 
{
	background-image: url(FooterBG.png) ! important;	
	background-position:bottom left; 
	background-repeat: repeat-x;
	height:55px;
	color: #B83437;
}        
.footer a {
	color: #B83437;
}

/*****************************************************************************/
/* Grid Styles
/*****************************************************************************/
.standard-grid .row, .wide-grid .row
{
	background-color:white;
	background-image: url(RowBG.png) ! important;	
	background-position:top left; 
	background-repeat: repeat-x;
}
.standard-grid .row-alternate, .wide-grid .row-alternate 
{
	background-color:#F4E5E5; 	/* alternate row background color */
	background-image: url(AltRowBG.png) ! important;	
	background-position:top left; 
	background-repeat: repeat-x;
}
.standard-grid .grid-header, .wide-grid .grid-header
{
	background-image: url(GridHeaderBG.png) ! important;
	background-position:top left; 
	background-repeat: repeat-x;
	background-color:#F0BCBD; 	/* grid column headers background color */
}

/*****************************************************************************/
/* Menu Style
/*****************************************************************************/

/*****************************************************************************/
/* Control Styles
/*****************************************************************************/
/* Read Only Standard Field */
.standard-field span.readonly {
	border-color:#E96265;
}

/* Read Only Multi Field */
.multi-field span.readonly, .drop-multi-field span.readonly {
	border-color: #E96265;
}

/* Read Only Range Field */
.range-field span.readonly, .postfix-field span.readonly, .postfix-readonly-field span, .postfix-readonly-field span.readonly  
{
	border-color: #E96265; 
}

/* Show/Hide Section Header */
.showHideSectionHeader, .showhide .heading-grip
{
	background-image: url(HeaderBG.png);	
	background-position:top left; 
	background-repeat: repeat-x;	
	background-color:#6F2426;
	color:white;
	height: 18px;
	border: 1px solid #646464;   
}
