@import url(EqmStyle.Base.css);
@media screen {
	body
	{
		border-right: darkgray solid;
		border-top: darkgray solid;
		border-left: darkgray solid;
		border-bottom: darkgray solid;
	}
}
@media all {
	body
	{
		font-weight: bold;
		font-size: xx-small;
		color: #000080;
		font-family: Arial;
		background-color: silver;
	}
}
.clsEQMTitle
{
	font-weight: bold;
	font-size: small;
	color: #000080;
	font-style: italic;
}
.clsTreeviewBG
{
	border-right: red thin solid;
	border-top: red thin solid;
	border-left: red thin solid;
	border-bottom: red thin solid;
	cursor: hand;
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	background-color: white;
}
.clsTabUnselected 
{
	background-color: #eeeeee;
	color: Navy;
	font-weight: bold;
	font-size: x-small;
	text-align: left;
}
.clsTabSelected 
{
	background-color: white;
	color: #cc0000;
	font-weight: bold;
	font-size: x-small;
	text-align: left;
}
.clsHeader
{	
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	background-color: white;
	border-right: #000080 thin solid;
	border-left: #000080 thin solid;
	border-top: #000080 thin solid;
	border-bottom: #000080 thin solid;
}
.clsEQMTitleLogoff:link, .clsEQMTitleLogoff:visited
{
	font-weight: bold;
	font-size: x-small;
	color: #000080;
	padding-left: 20px;
}
@media screen{
	.clsBody
	{
		border-right: red thin solid;
		border-top: red thin solid;
		border-left: red thin solid;
		border-bottom: red thin solid;
		background-color: white;
	}
}
.clsFooter
{
	font-size: xx-small;
	text-align: right;
	color:#FFEFD6;
	background-color: #000080;
}
.clsLabel
{
	font-size: x-small;
	text-align: right;
}
.clsLabelDefault
{
	font-size: x-small;
}

A:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #000080;
}
A:link, .clsItemMenuBar, .clsItemMenuBarHover
{
	font-weight: bold;
	font-size: 8pt;
	color: #000080;
	cursor: hand;
}

.clsPage
{
	width: 980px;
}
.clsBrowserTabColHeader
{
	color: Black;
	background-color: #CCCCCC;
	text-align: left;
	font-weight: bold;
	font-size: x-small;
}
.clsListPartLabel
{
	font-weight: bold;
	color: black;
	font-size: x-small;
}
.clsTabBrowserColHeader
{
	font-weight: bold;
	color: white;
	background-color: #000080;
	text-align: left;
}

.clsBrowserColHeader
{
	font-weight: bold;
	color: #000080;
	background-color: white;
	text-align: left;
}
.clsBrowserBase
{
	font-size: xx-small;
}
.clsBrowserItem 
{
	border-right: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}
.clsBrowserAlternatingItem
{
	background-color: lightgray;
}

.clsDetailData
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.clsCalendar
{
	display:inline;
	z-index:-1;
	float:none;
}
.clsCalendar2
{
	display:none;
}
..clsWeekCalendarHeader { /* where date is displayed over each day's data, and background for the day */
	color: black;
}
..clsWeekCalendar { /* the DataGrid in which data for the day is displayed */
}
.clsVtext
{
	writing-mode:tb-lr;
}
.clsListItemSelected
{
	background-color: lightgrey;
}
.clsItemBody
{
	background-color: whitesmoke;
}
.clsItemMenuBarHover
{
	color: #000080;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
}
.clsItemMenuBar
{
	color: black;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
}
.clsTreeViewSelected
{
	background-color: white;
	color: red;
}
.clsTreeView
{
	color: #000080;
	font-weight: normal;
	font-size: 10pt;
}
.clsExpenseColHeader
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	background-color: darkgray;
	text-align: left;}

