﻿/*For the Search Event */
.SearchText
{
    font-size:11px;
    font-weight:bold;
    }
.SearchSpacer
{
    width:75px;
}
.RadioButtonText
{
   
    font-size:11px;
    font-weight:normal;   
}
.TableMAIN
{
    border-bottom:solid 3px gray;
    border-top:solid 3px gray;
    border-right :none;
    border-left :none;  
    }
.VerticalSPACER
{
    height:7px;
}
.ItemSPACER
{
    padding-left:5px;
}
.TopItemSpacer
{
     padding-top:5px;
     padding-left:5px;
      
}
.BottomItemSpacer
{
     padding-bottom:8px; 
     padding-left:5px;     
}





/*Admin Panel*/
/*
Input
{
vertical-align:  middle;
text-align: center;
font-family:Verdana, Arial;
font-size: 11px;
font-weight:normal;
}
*/
.TransactionText
{
    font-weight: bold;
    font-size: 12px;
    color: red;
    font-family: Verdana, Arial;
}

.TipCommandDescriptionText
{
    font-size: 11px; 
    padding-bottom: 8px; 
    color: black; 
    padding-top: 8px; 
    font-family: Verdana, Arial; 
    padding-left: 3px;
}

.HeaderText
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-family: Verdana, Arial; 
   line-height: 15px;
}
/* The Main Headings in Shortcut's Page */
.HeaderText2
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-family: Verdana, Arial; 
   line-height: 15px;
}

.BodyText
{
    font-size: 11px; 
    color: black;
    font-family: Verdana, Arial; 
}
.HyperlinkText
{
    font-size: 11px; 
    color: #9D454F;
    font-family: Verdana, Arial; 
    text-decoration: none;
}
A:hover.HyperlinkText
{
   text-decoration: underline;
   color: #E99B18;
}
A:visited.HyperlinkText
{
   color:#9D454F;
}
A:active.HyperlinkText
{
   color: #E99B18;
}
A:link.HyperlinkText
{
   color: #9D454F;
}

.TitleText
{
    font-size: 14pt;
    font-family: Verdana, Arial;
    font-weight: bold;
    color: #fff;
}
.TitleSystemText
{
     font-size: 12px; 
    color: black;
    font-family: Verdana, Arial; 
    color: #fff;
}



.FullTitleColor
{
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana, Arial; 
}
.LineRow
{
    padding-top: 0px ;
    padding-bottom: 0px;
    color: #f5f5f5;
}
.MenuItemText
{
    color: #d54b5f;
    font-size: 11px; 
    font-family: Verdana, Arial;
}
/*

.SignOutLink
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Verdana, Arial;
    text-decoration: none;
}
A:hover.SignOutLink
{
        color: gray;
}
A:visited.SignOutLink
{
   color:#ffffff;
}
A:active.SignOutLink
{
     color: gray;
}
A:link.SignOutLink
{
   color:#ffffff;
}
.LanguageBarItem
{
    height: 36px;
    background-color: #ACACAC;
    font-size: 10pt;
    font-family: Verdana, Arial;
}
.TitleAreaDiv
{
    border-top: #ACACAC 3px solid; 
         
} */
.TitleBelowLine
{
     border-bottom: #ACACAC 1px solid;  
}
/* Back Ground Color for Admin Home Page Headings */
.TitleHeading
{
    BACKGROUND-COLOR: #EBEBEB
}

.linebreaker
{
    color:Silver;
    height: 1px;
}

/* Image TD (Options Page) */
.tdImageSpacer
{
    width: 35px; 
    padding-top:5px;
    vertical-align:top;
}

/*for IE this is 2px, FF 10px*/
.tdVerticalSpacing
{    
    padding-top:2px;
}

/* Heading TD with Horizontal Line Below */
.tdborder
{
    	PADDING-RIGHT: 0px;
    	 PADDING-LEFT: 0px;
    	  PADDING-BOTTOM: 3px;
    	   PADDING-TOP: 3px; 
    	   BORDER-BOTTOM: #2254B1 1px solid; 
}
/* Heading TD with Horizontal Line Below (Shortcut's Page) */
.tdborder2
{
    	PADDING-RIGHT: 0px;
    	 PADDING-LEFT: 0px;
    	  PADDING-BOTTOM: 3px;
    	   PADDING-TOP: 3px; 
    	   BORDER-BOTTOM: silver 1px solid; 
}
/* Heading TD with Horizontal Line Below (Home Page)*/
.tdborder3
{
    	PADDING-RIGHT: 0px;
    	 PADDING-LEFT: 0px;
    	  PADDING-BOTTOM: 3px;
    	   PADDING-TOP: 3px; 
    	   BORDER-BOTTOM:silver 1px solid; 
}


.sectiontr
{
    padding-top: 5px;
}

.sectionspacing
{
    padding-top: 30px;
}
.tdHeadingTop
{
    vertical-align:top;
     margin-top:0px ; 
     
    }


