/************************************************************************/
/**** ACTIONBAR.CSS                                                  ****/
/**** Used by any page with menubar, toolbar, or breadcrumb bar.     ****/
/************************************************************************/

/****************************** actionBar *******************************/
/**** Used for action bars appearing in the content area.            ****/
/************************************************************************/
.actionBarTd
{
	border-bottom:1px solid #9F9F9F;
	white-space:nowrap;
	cursor:pointer;
}
.actionBarDiv
{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	background-color:#e4e4e4;
	white-space:nowrap;
	padding:0px 10px;
	color:#818181;
	height:20px;
}
.actionBarDiv img, .actionBarDiv a
{
    /*vertical-align:middle;*/
}
.breadcrumbLink
{
	color:#818181;
}
.breadcrumbTrail
{

}

/************************** headerActionBar  ****************************/
/**** Used for the menu bar of the header panel, in the main page.   ****/
/************************************************************************/
.headerActionBarTd
{
	border-bottom:1px solid #9F9F9F;
	white-space:nowrap;
	border-top:none;
	cursor:default;
}
.headerActionBarDiv
{
	border-bottom:1px solid #D7D7CE;
	background-color:#EEEEDD;
	white-space:nowrap;
	padding:3px;
	font-size:10px;
	color:#666;
}

/************************** footerActionBar *****************************/
/**** Used for the menu bar of the footer panel, in the main page.   ****/
/************************************************************************/
.footerActionBarTd
{
	border-top:1px solid #A9A9A9;
    border-bottom:1px solid #9F9F9F;
	white-space:nowrap;
}
.footerActionBarDiv
{
	border-top:1px solid #FFFFF5;
	border-bottom:1px solid #D7D7CE;
	background-color:#EEEEDD;
	white-space:nowrap;
	padding:3px;
	font-size:10px;
	color:#666;
}
.statusMessageTd
{
    padding:3px 10px;
    color:#333;
    font-size:10px;
    white-space:nowrap;
}
.copyrightTd
{
    color:#A9A9A9;
    font-size:10px;
    text-align:right;
    vertical-align:bottom;
    padding:0px 5px;
}

/************************** headerActionBar  ****************************/
/**** Controls appearance and behavior of operations appearing       ****/
/**** within action bars.                                            ****/
/************************************************************************/
.toolbarOperation, .toolbarOperation:hover
{
    margin: 0px 3px;
    color:#666;
    font-size:9px;
    text-decoration:none;
}
.toolbarOperation:hover
{
    text-decoration:underline;
}
