@import url(EqmStyle.Base.css);
@media screen {
	body
	{
		border-right: whitesmoke solid;
		border-top: whitesmoke solid;
		border-left: whitesmoke solid;
		border-bottom: whitesmoke solid;
	}
}
@media all {
	body
	{
		font-weight: bold;
		font-size: x-small;
		color: black;
		font-family: Arial;
		background-color: white;
	}
}
.clsEQMTitle
{
	font-weight: bold;
	font-size: small;
	color: whitesmoke;
	font-style: italic;
}
.clsTreeviewBG
{
	border-right: maroon thin solid;
	border-top: maroon thin solid;
	border-left: maroon thin solid;
	border-bottom: maroon thin solid;
	cursor: hand;
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	background-color: #6699cc;
}
.clsTabUnselected 
{
	background-color: cccc99;
	color: navy;
	font-weight: normal;
	font-size: x-small;
	font-style: italic;
	text-align: left;
	border-width: 2px;
	border-color: LightGrey;
	border-style: Outset Inset Outset Outset;
	padding: 0 4px 0 4px;
	cursor: hand;
}
.clsTabSelected 
{
	background-color:cccc99;
	color: navy;
	font-weight: normal;
	font-size: x-small;
	text-align: left;
	border-width: 2px;
	border-color: LightGrey;
	border-style: Outset Inset Outset Outset;
	padding: 0 4px 0 4px;
	cursor: hand;
}
.clsHeader
{	
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	background-color: 336699;
	border-right: maroon thin solid;
	border-left: maroon thin solid;
	border-top: maroon thin solid;
	border-bottom: maroon thin solid;
}
.clsEQMTitleLogoff:link, .clsEQMTitleLogoff:visited
{
	font-weight: bold;
	font-size: x-small;
	color: whitesmoke;
	padding-left: 20px;
}
@media screen{
	.clsBody
	{
		border-right: maroon thin solid;
		border-top: maroon thin solid;
		border-left: maroon thin solid;
		border-bottom: maroon thin solid;
		background-color: #6699cc;
	}
}
.clsFooter
{
	font-size: x-small;
	text-align: right;
	color:whitesmoke;
	background-color:336699;
}
.clsLabel
{
	font-size: x-small;
	text-align: right;
}

A:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
}
A:link, .clsItemMenuBar, .clsItemMenuBarHover
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	cursor: hand;
}

.clsPage
{
	width: 980px;
}
.clsBrowserTabColHeader
{
	color: white;
	font-size: 8pt;
	background-color: 336699;
	text-align: left;
}

.clsBrowserColHeader
{
	color: white;
	font-weight: normal;
	font-size: 8pt;
	background-color: 336699;
	text-align: left;
}
.clsBrowserBase
{
	font-size: x-small;
}
.clsBrowserItem 
{
	border-right: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}
.clsBrowserAlternatingItem
{
	background-color: cccc99;
}

.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: 669999;
}
.clsItemBody
{
	background-color: #6699CC;
}
.clsItemMenuBarHover
{
	color: blue;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
}
.clsItemMenuBar
{
	background-color: #6699CC;
	color: black;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
}
.clsTreeViewSelected
{
	background-color: 999999;
}
.clsTreeView
{
	color: smokewhite;
	font-weight: normal;
	font-size: 10pt;
}
.clsExpenseColHeader
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	background-color: darkgray;
	text-align: left;}
	
/* Classes for NQA Process Improvement Editor */
.clsProcessImprovementRow{
	width:60em;
	margin-bottom:0.5em;
	clear:both;
}

.clsProcessImprovementLabelColumn{
	text-align:right;
	width:10em;
	float:left;
	margin-right:1em
}

.clsProcessImprovementsTextColumn{
	width:42em;
	float:left;
}

.clsProcessImprovementsDataColumn{
	width:15em;
	float:left;
}
.clsProcessImprovementErrorMsg{
	color:yellow;
	margin-top:.1em;
	margin-left:11em;
}

.clsTextBox{
	width:100%;
}

/* End of classes for NQA Process Improvement Editor */
