/* colour scheme (202)
** dark  124 000 047 - #C9001D
** med   174 000 064 - #DC7684
** light 223 214 208 - #E2BEC3
*/

/*------------------------------------------------*/
/* Gradient Backgrounds                           */

body
{
	background: White url("Background.jpg") no-repeat scroll right bottom;
}
.PanelBlock th
{
	background: #E2BEC3 url("GradWhiteLight.png") repeat-x top; /* White -> light */
}
.PanelBlockHeader
{
	background: #E2BEC3 url("GradWhiteLight.png") repeat-x top; /* White -> light */
}
.TaskBlock h1,
.PanelTabBar a.ThisPanel, 
.PanelTabBar a.ThisPanel:hover
{
	background: #DC7684 url("GradLightMed.png") repeat-x top; /* light -> med */
}
#AppTabBar a.ThisApp, 
#AppTabBar a.ThisApp:hover
{
	background: #C9001D url("GradMedDark.png") repeat-x top; /* med -> dark */
}
.PanelBlock,
#AppTabBar a 
{
	background: #E2BEC3 url("GradMedLight.png") repeat-x top;  /* med -> light */
}
.PanelTabBar a 
{
	background: White url("GradLightWhite.png") repeat-x top; /* light -> White */
}
#AppTabBar a:hover, 
.PanelTabBar a:hover 
{
	background-image: none;
}

/*------------------------------------------------*/
/* Solid Backgrounds                              */

.PanelBlock table
{
	background-color: White; /* White */
}

#Nav a:hover,
.TaskBlock a:hover
{
	background-color: #E2BEC3; /* light */
}
#Nav
{
	background-color: #C9001D; /* dark */
}

/*------------------------------------------------*/
/* Borders                                        */

#Nav a:hover
{
	border: solid 1px White; /* White */
}
.PanelBlock table
{
	border: solid 1px #E2BEC3; /* light */
}
.TaskBlock h1,
.TaskBlock div,
.PanelTabBar a, 
.PanelBlock
{
	border: solid 1px #DC7684; /* med */
}
#AppTabBar a, 
#Nav a
{
	border: solid 1px #C9001D; /* dark */
}

/*------------------------------------------------*/
/* Miscellaneous Borders                          */

.PanelBlock td
{
	border-bottom: dashed 1px #E2BEC3; /* light */
}
.PanelBlock td.rowheading
{
	border-left: solid 1px #E2BEC3; /* light */
}
#AppTabBar a,
.PanelTabBar a 

{
	border-bottom-style: none;
}

/*------------------------------------------------*/
/* Special White Text (202 only)                  */

.TaskBlock h1,
.PanelTabBar a.ThisPanel, 
.PanelTabBar a.ThisPanel:hover
{
	color: White; /* light -> med */
}

/*------------------------------------------------*/
/* Calendar Control                               */

.Calendar
{
	background: #DC7684 url("GradLightMed.png") repeat-x top; /* light -> med */
}
.CalendarToday
{
	background: White url("GradLightWhite.png") repeat-x top;  /* med -> light */
}
.CalendarOtherMonth
{
	background: #E2BEC3 url("GradMedLight.png") repeat-x top;  /* med -> light */
}
/*------------------------------------------------*/
/* Login Control                                  */

.Login
{
	background: #E2BEC3 url("GradMedLight.png") repeat-x top;  /* med -> light */
}
