﻿TABLE, TR, TD
{
	font-family: Tahoma;
	font-size: 8pt;
}

.ListItemTitle
{
	font-weight: bold;
	font-family: Arial;
	font-size: 15pt;
}

.ListItemDetails
{
	font-family: Tahoma;
	font-size: 7.5pt;
}

.ListTitle
{
	font-family: Tahoma;
	font-weight: bold;
}

.ListItemSummery
{
	background-color: #ccc;
	color: #444;
	font-family: Tahoma;
	font-style: italic;
	height: 80px;
}

.ListItemStats
{
	background-color: #ccc;
	color: Black;
	font-family: Tahoma;
}

.ListItemImage
{
	border: solid 10px black;
}

.DetailsImage
{
	border: solid 10px black;
}

.ListImage
{
	margin: 5px;
	border: solid 1px black;
}


.ProfileItem
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}

/* ============================================ */
/* Menu(s) Style */
/* ============================================ */

.RootMenuStyle
{
	font-family: Tahoma;
	font-size: 1em;
	color: #990000;
}

.RootMenuItemStyle
{
	border: solid 1px #999070;
	background-image: url( 'Images/Mb_Button_BkgRpt.png' );
	padding: 3px 3px 3px 3px;
	color: Black;
}

.RootMenuSelectedItemStyle
{
	background-color: #FFCC66;
}

.RootMenuHoverStyle
{
	background-color: #990000;
	color: White;
}

.ChildMenuStyle
{
	border: darkgray 1px solid;
}

.ChildMenuItemStyle
{
	padding: 3px 3px 3px 3px;
	background-color: palegoldenrod;
	color: Black;
	font-weight: bold;
}

.ChildMenuSelectedItemStyle
{
}

.ChildMenuHoverStyle
{
	background-color: #990000;
	color: White;
}


/* ============================================ */
/* DetailsView(s) Style */
/* ============================================ */

.Details
{
	padding: 3 3 3 3;
	border: solid 1px black;
	width: 100%;
}

.EditHeaderStyle
{
	font-weight: bold;
	color: White;
	background-color: #565656;
	width: 150px;
	padding: 3px 3px 3px 3px;
}

.EditItemStyle
{
	background-color: #e9e9e9;
}

.EditAlternativeItemStyle
{
	background-color: white;
}

.EditCommandStyle
{
	background-color: #acacac;
	height: 50px;
}

.EditCommandStyle A
{
	font-weight: bold;
	color: #000000;
}


/* ============================================ */
/* GridView(s) Style */
/* ============================================ */
.Grids
{
	border: solid 1px black;
	width: 100%;
}

.Grids td, th
{
	padding: 5px 5px 5px 5px;
}

.GridEditStyle
{
}

.GridHeaderStyle
{
	font-weight: bold;
	color: White;
	background-color: #565656;
}

.GridHeaderStyle A
{
	font-weight: bold;
	color: White;
}

.GridItemStyle
{
	background-color: #e9e9e9;
}
.GridAlternativeItemStyle
{
	background-color: white;
}
.GridPagerStyle
{
	font-weight: bold;
	color: White;
	background-color: #565656;
}

.GridPagerStyle A
{
	font-weight: bold;
	color: White;
}

.GridFooterStyle
{
	background-color: #565656;
}

.GridPageSizer
{
	padding: 3px,3px,3px,3px;
	background-color: gainsboro;
}

/* ============================================ */
/* ModuleMenu(s) Style */
/* ============================================ */
.ModuleMenu_table
{
	border-collapse: collapse;
	border-top : solid 2px white;
	border-right : solid 2px gray;
	border-left : solid 2px white;
	border-bottom : solid 2px gray;
	width: 100%;
}

.ModuleMenu_Image
{
	cursor: hand;
	width: 16px;
	height: 16px;
}

.ModuleMenu_Link
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.ModuleMenu_TR
{
	/* float: left; */
	width: 18px;
	text-align: center;
	background-color: lightgrey;
}

