﻿body {
	font-family: Arial;
	font-size: medium;
	/*background-color: white;*/
}

div.RegularHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 60px;
	text-align: left;
	background-color: white;
}

div.MobileHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 40px;
/*	background-color: white;*/
}

div.RegularFooter {
	width: 100%;
	margin: 0px;
	border: none;
	padding: 0px;
	/*background-color: white;*/
}

.commandButton
{
	color: #000080;
	font-weight: bold;
}

.errorMessage
{
	color: #ff0000;
	font-weight: bold;
}

.adminmenuTable
{ border: none; padding: 0px 1px 1px 5px; }

.adminmenuTableRow
{ text-align: left; vertical-align: top; }

.adminmenuItemTable
{ background-color: #CEE2F7; border: solid 1px #000000; padding-left: 10px; width: 250px; margin: 2px 2px 2px 2px; }

.adminmenuTitleItem
{ font-weight: bold; }

.adminmenuItemLink
{ color: #0000ff; padding-left: 20px; text-decoration: none; }

/* --- END  -- Admin Menu Selection Styles --- */

/* --- BEGIN -- ComboBox Styles --- */
.comboTable
{
    
}
.comboTable TD
{
    background-image: url(Img/rowBg.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.comboItem
{
    padding-left: 10px;
    padding-bottom: 5px;
}
/* --- END  -- ComboBox Styles --- */

/*
.userLoginBox
{
	border-color: #7EACB1;
	border-width: 2px;
	border-style: solid;
	background-color: #C2D4DA;
	width: 300px;
	margin-bottom: 10px;
	padding: 5px 0px 0px 3px;
}*/

.titleItem
{
	/* color: #556677; */
	font-size: 29px !important;
}

.labelItem
{
	/* color: #000080; */
	font-weight: bold;
	font-size: smaller;
}

/*regular top level menu items*/
.MenuItem {
	background: none !important;
	background-color: Green !important;
	color:black!important;
}

	/*link top level menu items  (ex: logout)*/
.MenuItem a {
	background: none !important;
	background-color: Green !important;
	color: black !important;
}

/*mouse hovers over regular top level menu items*/
.HoverMenuItem {
	background: none !important;
	background-color: Yellow !important;
	color: black !important;
}

/*a selected regular top level menu items*/
.SelectedMenuItem {
	background: none !important;
	background-color: Orange !important;
	color: black !important;
}

/*down arrow next to regular top level menu items*/
.DropDownMenuItem {

}

/*regular 2nd level menu items*/
.SubMenuItem {
	background: none !important;
	background-color: Green !important;
	color: black !important;
}

/*mouse hovers over regular 2nd level menu items*/
.HoverSubMenuItem {
	background: none !important;
	background-color: Yellow !important;
	color: black !important;
}

/*selected regular 2nd level menu items*/
.SelectedSubMenuItem {
	background: none !important;
	background-color: Orange !important;
	color: black !important;
}

/*down arrow next to regular 2nd level menu items*/
.DropDownSubMenuItem {

}




/*
//active tab on a pagecontrol
.dxtcLite_Glass > .dxtc-stripContainer .dxtc-activeTab {
	background: lime;
}

//not active tab on a pagecontrol
.dxtcLite_Glass > .dxtc-stripContainer .dxtc-tab{
	background: yellow;
}

//hover over not active tab on a pageconrol
.dxtcLite_Glass > .dxtc-stripContainer .dxtc-tab:hover {
	background: red;
}*/



/*.dxgvControl_Metropolis .dxctToolbar_Metropolis.dxm-main.dxgvCTTop {
	background-color: green;
}*/

/*.dxmLite_Glass .dxm-item.dxm-subMenu*/



