﻿html
{
    height: 100%;
}

body
{
	background-color: white;
	font-family: Verdana, Geneva, Sans-Serif;
	color: #878787;
	font-size: 10pt;
	background-image: url(/App_Themes/WasteManagement/Images/grass.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

input
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 10pt;
}

.LoginHeader
{
     width: 427px;
     background-color: #FBD252;
}

.MenuCell
{
    background-image: URL(/Images/Menu/wastemanagement/top_group_background.gif); 
    border:1px solid black; 
}

.Title
{
	color: #ffffff;
	font-size: 12pt;
}

.BreadCrumbs
{
	color: #000000;
}

.BreadCrumbsTitle
{
	color: #f57c37;
}

.Outstanding
{
	color: #1b7c9b;
	font-weight: bold;
}

a
{
	color: #1b7c9b;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.CBDisabled
{
	text-decoration: "line-through";
}
