/**********************
	global containers
***********************/
html, body, form
{
	background-color: White;
	color: Black;
}

/***********************
	inputs
************************/
input[type='text'], input[type='file'], input[type='password'], textarea, select
{
	border-color: Silver;
	color: #000000;
}

input[type='text'], textarea
{
	border-color: Silver;
	color: #999999;
}

input[readOnly], input[disabled]
{
}

/***********************
	content wrapper
************************/

tr.contentDecorationRow2 td.middleSpacerColumn,
tr.contentDecorationRow2 td.contentColumn,
tr.contentRow td.leftSpacerColumn,
tr.contentRow td.middleSpacerColumn,
tr.contentRow td.rightSpacerColumn,
tr.contentFooterRow td.middleSpacerColumn,
tr.contentFooterRow td.contentColumn
{
	background-color: #FFFFFF;
}

/*********************************
	main menu item list
*********************************/

table.MainMenuItems { color:#3E7BB2; }
table.MainMenuItems a { color:#3E7BB2; }
a.mainMenuItemLink { color:#3E7BB2; }
a.mainMenuActiveItemLink { color:#3E7BB2; }

/*********************************
	page caption
**********************************/

td.pageCaptionContent { color: Black;}

/******************
	entity list
*******************/
table.entityList th { color: #008FD4; border-bottom-color:Gray; }

/*****************************
	Entity edit tab control
******************************/

.oaaTabContainer .ajax__tab_header { color: Gray; } /* color of inactive tab text */
.oaaTabContainer .ajax__tab_hover .ajax__tab_tab { color: #008FD4;} /* color of inactive hovered tab text */
.oaaTabContainer .ajax__tab_active .ajax__tab_tab { color: #00703C; /* color of active tab text */ }

/* border color */
.oaaTabContainer .ajax__tab_header { border-bottom-color: Gray;}
.oaaTabContainer .ajax__tab_body { border-color: Gray; }
