﻿/*
1.	search_bar
2.	command_bar
3.	command_bar_cell
4.	A.command_bar_link:hover, A.command_bar_link:link, A.command_bar_link:visited
*/

.search_bar
{
	color: Black;	
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 10pt;
	font-weight: bold;
    text-align: center;
    vertical-align:top; 
    background-image: url(/common/resources/en_US/default/images/templates/default/footer_background.gif); 
	height:26px; 
	background-repeat:repeat-x;
}

.command_bar 
{
    width: 100%;
    margin: 0px;
    padding-left: 7px;
    padding-top: 6px;
    padding-bottom: 6px;    
    background: #f3f3f3;
    border: #cccccc 1px solid;    
}
.command_bar_cell
{
    font-size: 10pt;
    display: inline;
    width: auto;
    margin: 0px;
    margin-right: 4px;
    padding: 2px;
    background: #6363DE;
    border: black 1px solid; 
}

A.command_bar_link:hover, A.command_bar_link:link, A.command_bar_link:visited
{
    color: White;
    font-size: 10pt;
	text-decoration: none;    
} 

.command_bar_text, .command_bar_text:link, .command_bar_text:visited
{
    vertical-align: middle;
	font-size: 10pt;
	border-collapse: collapse;
    background: transparent;
    padding-right: 2px;
    text-align: left; 
    text-decoration: none;    
	line-height: 16px;
}

.command_bar_text:hover
{
	color: #0000CD;
	text-decoration: none;
}
.command_bar_calendar 
{
    width: 100%;
    margin: 0px;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;    
    background: #f3f3f3;
    border: #cccccc 1px solid;    
}

