﻿div.TopUserControl
{  
    background-color: #cd3367;
    position:relative;
    height:45px;
    width: 166px;
} 

div.TopUserTabs
{
    float:left;
    width:83px;
    height:21px;
    background-repeat:no-repeat;
    background-image: url('../images/TopUserControlTab.png');
} 

.TopUserControlText
{
    text-align: center;
    font-family:Arial;
    font-size:13px;
    color:white !important;
    text-decoration:none;
    vertical-align:middle !important;
} 

div.SearchBoxButton
{
	float:left;
    height:22px;
    bottom:2px;
    background-repeat:no-repeat;
    background-image: url('../images/SearchButtonBackground.png');
    width:78px;
    text-align:center;
} 

.TopUserControlText
{
    display:block;    
} 

.TopUserControlText:hover
{
    text-decoration:underline;    
} 

.SearchBoxTxt
{
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    width:78px;
    height:16px;  
} 

.SearchBoxLink
{
	padding-top:3px !important;
    font-family:Arial;
    font-size:13px;
    color:white !important;
    text-decoration:none;      
    display:block; 
} 

.SearchBoxLink:hover
{
    text-decoration: underline;
} 
