/* tools bar at the top of a page (content) */

.PageToolsBar
{
    padding: 0px 0px 5px 0px; 
    /*height: 25px;*/
    border-bottom: 1px dotted #CCCCCC;
}

.PageToolsBar table
{
    width: 100%;
}

.PageToolsBarText, .PageToolsBarText td, .PageToolsBarText label
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;	
}

.PageToolsBarText a:link, 
.PageToolsBarText a:visited, 
.PageToolsBarText td a:link, 
.PageToolsBarText td a:visited 
{ 
    color: #005696; 
    text-decoration: none; 
}

.PageToolsBarText a:hover, 
.PageToolsBarText a:active, 
.PageToolsBarText td a:hover, 
.PageToolsBarText td a:active 
{ 
    color: #003060; 
    text-decoration: underline; 
}