/* ********************************************************************** */
/*          Template Structure (~/Templates/WSCSMain/Default.Master)      */
/* ********************************************************************** */
body
{
    background-color: #CCCCCC;
    background-repeat: repeat-x;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}
#paneHeader
{
    background-color: #ffffff;
    background-image: url('/barter/images/WiseExchange/WiseExchangeHeader.jpg'); 
    background-repeat: repeat-x;    
    text-align: left;
    width: 800px; 
    height: 75px;
    margin-top: 8px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#paneHeaderLogo
{
    float: left;
    width: 50%;
    text-align: left;
}
#paneHeaderNav
{
    float: left;
    width: 50%;
    text-align: right;
}
#paneHeaderBar
{
    background-color: #eeeeee;
    text-align: left;
    width: 800px; 
    height: 24px;
    border: 1px solid #cdcdcd;
}
#paneLoginPrompt
{
    float: left;
    width: 60%;
    text-align: left;
}
#paneTagline
{
    float: left;
    width: 40%;
    text-align: right;  
}
div.tagline
{
    margin-right: 10px;
    margin-top: 4px; 
    color: #000000;
    font-weight: bold;
}
#paneContent
{
    display: inline-block;
    background-color: #ffffff;
    background-image: url('/barter/images/WiseExchange/bgPaneContent.png');
    text-align: left;
    width: 800px; 
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
div.contentWide
{
    float: left;
    text-align: left;
    width: 798px; 
    border: 0px;    
    margin-top: 5px;
    margin-bottom: 5px;  
}
div.searchBar 
{
    float: left;
    background-color: #ffffff;
    text-align: left;
    width: 178px; 
    border: 0px;
    margin-top: 5px;
    margin-bottom: 5px;   
}
div.contentNarrow
{
    float: left;
    background-color: #ffffff;
    text-align: left;
    width: 620px; 
    border: 0px;    
    margin-top: 5px;
    margin-bottom: 5px;    
}
#paneFooter
{
    text-align: left;
    width: 800px; 
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}


/* ********************************************************************** */
/*      NavMenuTop Control Styles (~/ReusableControls/NavMenuTop.ascx)    */
/* ********************************************************************** */
div.NavMenuTop
{
    width: auto;
    padding: 5px 5px 0px 0px;    
}
a.NavMenuTopItem
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}
a.NavMenuTopItem:hover
{
    color: #eeeeee;
}
span.NavMenuTopSeparator
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

/* ********************************************************************** */
/*  NavMenuBottom Control Styles (~/ReusableControls/NavMenuBottom.ascx)  */
/* ********************************************************************** */
div.NavMenuBottom
{
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}
a.NavMenuBottomItem
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
    color: #ffffff;
}
a.NavMenuBottomItem:hover
{
    color: #ffffff;
}
span.NavMenuBottomSeperator
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
}


/* ********************************************************************** */
/*     LoginPrompt Control Styles (~/ReusableControls/LoginPrompt.ascx)   */
/* ********************************************************************** */
div.divLoginPrompt
{
    margin-left: 10px;
    margin-top: 4px; 
    text-align: left;
    color: #666666;
}

div.divLoginPrompt A
{
    color: #000fff;
}

/* *************************************************************************** */
/*  Business Search Panel Styles (~/ReusableControls/ChangeLocationPanel.ascx) */
/* *************************************************************************** */
#divChangeLocationPanelHeader
{
    display: inline-block;
    width: 788;
    margin: auto;
}

#divChangeLocationPanelHeader div.header
{
    display: inline-block;
    width: 788px;
    background-color: #2D9F2D;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    font-family: Impact;
    font-size: 15px;
    letter-spacing: 1px; 
    padding-top: 5px;
    padding-bottom: 5px;
}

#divChangeLocationPanelHeader div.header A
{
    text-decoration: underline;
    color: #ffffff;
}

#divChangeLocationPanelHeader div.title
{
    float: left;
    width: 40%;
    text-align: left;
}

#divChangeLocationPanelHeader div.location
{
    display: inline-block;
    float: left;
    width: 60%;
    text-align: right;
}

/* ********************************************************************** */
/*        Search Control Styles (~/ReusableControls/SearchForm.ascx)      */
/* ********************************************************************** */
div.sbVertical 
{
    width: 96%;
    padding-left: 2px;
    padding-left: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    background: #eeeeee;
}

div.sbVertical div.sbField 
{
    width: 100%;
    text-align: left;
}

div.sbVertical div.sbField span.sbFieldHeader 
{
    display: block;
    width: 100%;
    text-align: left;
    font-family: Arial Black;
    font-size: 12px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px;
}

div.sbVertical div.sbField span.sbFieldInput
{
    display: block;
    width: 100%;
    text-align: center;
}

div.sbVertical select.sbDdl 
{
    width: 156px;
} 

div.sbVertical input.sbTxt
{
    font-size: 12px;
    width: 150px;
}

div.sbVertical input.sbBtn 
{
    width: 140px;
    margin-top: 6px;
    border: solid 1px #000000;
    background-color: #FA5858;
    font-weight: bold;
}

div.sbVertical input.sbBtn:hover 
{
    background-color: #fe2e2e;
    color: #ffffff;
}

/* ********************************************************************** */
/*                     Home Page Styles (~/Default.aspx)                  */
/* ********************************************************************** */
div.divHomeLeft
{
	width: 286px;
	height: 410px;
    text-align: left;
    border: solid 2px #ffffff;
    background-color: #ffffff;
    background-repeat:no-repeat;
    color: #000000;
}
div.divHomeCenter
{
	width: 252px;
	height: 410px;
    text-align: left;
    border: solid 2px #cccccc;
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 5px;
}
div.divHomeRight
{
	width: 240px;
	height: 410px;
    text-align: left;
    border: solid 2px #ffffff;
    background-color: #ffffff;
    color: #000000;
}
.homeOfferImage 
{
    border: solid 1px #000000;
}
#highlighted
{    
    background-color: #ffffff;
    text-align: left;
    width: 100%;
}
.highlightedItem
{
    background-color: #ffffff;
    height: 130px;
    vertical-align: middle;
    padding: 5px;    
}
.highlightedItemAlt
{
    background-color: #cccccc;
    height: 130px;
    vertical-align: middle;
    padding: 5px;
}    
