﻿.Category
{
    height: 15px;
    border-top: solid 1px #e9e9e9;
	background-color: #f7f7f7;
	padding: 2px 2px 2px 2px;
}
.CategoryGreen
{
    height: 15px;
    border-top: solid 1px #e9e9e9;
	background-color: #e4f4d3;
	padding: 2px 2px 2px 2px;
}

.ItemRow
{
	padding: 5px 10px 5px 10px;
    border-bottom: solid 1px #e9e9e9;
}

.ItemRow_TopBorder
{
	padding: 5px 10px 5px 10px;
    border-top: solid 1px #e9e9e9;
}

/*-------------------------------------------------
    Panes
-------------------------------------------------*/
.GrayPane
{
	border: solid 1px #e9e9e9;
	background-color: #f7f7f7;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	color: #333333;
}
.RedPane
{
	border: solid 1px #8c1b1b;
	background-color: #b85757;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	color: white;
}
.GreenPane
{
	border: solid 1px #1b7a14;
	background-color: #72a55e;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	color: white;
}

/*-------------------------------------------------
    Date Selection
-------------------------------------------------*/
.DateSelectionVAlign{padding-top: 3px;}

.DateSelection
{
    position: absolute;
    visibility: hidden;
	width: 200px;
	background-color: #96b7db;
	padding: 10px 0 10px 0;
	border: solid 1px black;
}

.DateSelectionMonth
{
	text-align: center;
	vertical-align: middle;
    color: #3b5998; 
    font-family: Verdana; 
    font-size: 11px; 
    text-decoration: none;
}

.DateSelectionMonthDisabled
{
	text-align: center;
	vertical-align: middle;
    color: #dadada;
    font-family: Verdana; 
    font-size: 11px; 
    text-decoration: none;
}

.DateSelectionMonth_Selected
{
	text-align: center;
	vertical-align: middle;
    color: #3b5998; 
    font-family: Verdana; 
    font-size: 11px; 
    text-decoration: none;
    border: solid 1px #3b5997;
    background-color: #f7f7f7;
    font-weight: bold;
}

A.DateSelectionLink{text-decoration: none; cursor: pointer;}
A.DateSelectionLink:Hover
{
    border-right: solid 1px #bfcedb;
    border-bottom: solid 1px #bfcedb;
    background-color: #fef1b9; 
    text-decoration: none;
    padding: 0;
}

/*-------------------------------------------------
    Module Selection
-------------------------------------------------*/
.ModuleItem
{
    Display: inline-block;
    height: 18px;
    padding: 4px 0 0 10px;
    width: 160px;
    
    color: #217915; 
    font-family: Verdana; 
    font-size: 11px; 
    font-weight: bold; 
    text-decoration: none;
}
.ModuleItem_Selected
{
    Display: inline-block;
    height: 18px;
    padding: 4px 0 0 10px;
    width: 160px;
    
    background-color: #7c9c59;
    color: White;
    font-family: Verdana; 
    font-size: 11px; 
    font-weight: bold; 
    text-decoration: none;
    border-bottom: solid 1px #217915;
    border-top: solid 1px #217915;
}
.ModuleItem:Hover
{
    text-decoration: none;
    background-color: #e2e9db;
}
.ModuleItem_Selected:Hover
{
    text-decoration: none;
}