@import url(EqmStyle.Base.css);
@media screen {
	body
	{
		border-right:  black solid;
		border-top: black solid;
		border-left: black solid;
		border-bottom: black solid;
	}
}
@media all {
	body
	{
		font-weight: bold;
		font-size: xx-small;
		color: black;
		font-family: Arial;
		background-color: whitesmoke;
	}
}
.clsEQMTitle
{
	font-weight: bold;
	font-size: medium;
	color: whitesmoke;
	font-style: italic;
}
.clsTreeviewBG
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	cursor: hand;
	border-bottom: black thin solid;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	background-color: 9CAAB5;
}
.clsTabUnselected 
{
	background-color:C6CFD6;
	color: Black;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
}
.clsTabSelected 
{
	background-color: F0F0F0;
	color: black;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}
.clsHeader
{	
	padding-top: 0;
	padding-right: 0
	padding-left: 0;
	padding-bottom: 0;
/*	border-right: black thin solid;
	border-left: black thin solid;
	border-top: black thin solid;
	border-bottom: black thin solid;
*/
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
/*
	background-image: url(Reversed_PurpleFader_2.bmp);
	background-repeat: no-repeat;
*/
}
.clsEQMTitleLogoff:link, .clsEQMTitleLogoff:visited
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	padding-left: 20px;
}
@media screen{
	.clsBody
	{
		border-right: black thin solid;
		border-top: black thin solid;
		border-left: black thin solid;
		border-bottom: black thin solid;
		background-color: whitesmoke;
	}
}
.clsFooter
{
	font-size: xx-small;
	text-align: right;
	color: white;
	background-color: #5A697B;
	border-bottom-color: #4A185D;
}
.clsLabel
{
	font-size: x-small;
	text-align: right;
}

A:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
}
A:link
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	cursor: black;
}

.clsItemMenuBar, .clsItemMenuBarHover
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	cursor: hand;
}

.clsItemMenuBarHover
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	cursor: hand;
}

.clsPage
{
	width: 100%;
}
.clsBrowserColHeader
{
	font-weight: Normal;
	color: black;
	background-color: #D6D7DE;
	text-align: left;
	border-bottom-color: #D6D6B6;
	border-bottom-style: b;
}
.clsBrowserBase
{
	font-size: xx-small;
}
.clsBrowserItem 
{
	border-right: ##C4C6A4 1px solid;
	border-bottom: ##C4C6A4 1px solid;
}
.clsBrowserAlternatingItem
{
	background-color: gainsboro;
}

.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: green;
}
.clsItemBody
{
	background-color: whitesmoke;
}
.clsItemMenuBarHover
{
	color: brown;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
}
.clsItemMenuBar
{
	color: black;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
}
.clsTreeViewSelected
{
	font-weight: bold;
	font-size: 13pt;
	background-color: #D6D7DE;
}
.clsTreeView
{
	color: black;
	font-weight: normal;
	font-size: 11pt;
}
.clsExpenseColHeader
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	background-color: #C4C6A4;
	text-align: left;}
