﻿/* Css for Menu Commands on Top for New,edit etc */
.TabStrip
{
    width: 100%;
    color: black;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #D2D2C2;
    border:  solid 1px gray;  
    min-height:18px;
    margin-bottom:1px;
  
}
.TabStripItem
{
    float: left;
    padding-left: 5px;
    padding-right: 6px;
    font-size: 10px;    
    color: #D64E00;
    font-family: Verdana,Arial;
    vertical-align:middle;
    /* added */
    padding-top:1px;
  }


.TabStripItemSeparator
{
    float:left;        
display:inline;   
 font-size: 13px;     
}

#tipCommand A, #tipCommand A:active, #tipCommand A:link, #tipCommand A:visited
{
    color: #D64E00;
    font-size: 11px;
    text-decoration: none;
}

#tipCommand A:hover
{
    text-decoration: underline;
}
#tipCommand
{
   
   }

.TabStripImageSeperator
{
    vertical-align: middle;
    padding-right:2px;  
}
