
/**************************** Preview Search Panel ****************************/

#previewSearchPanel {
    z-index: 1;
    width: 400px;
    position: absolute;
    display:none;
}

.previewSearchPanelHeader {
    height: 20px;
    background: url(http://www.watershed.co.uk/interface/images/preview_search_panel/search_panel_header_bkg.png);
}

.previewSearchPanelFooter {
    height: 20px;
    background: url(http://www.watershed.co.uk/interface/images/preview_search_panel/search_panel_footer_bkg.png);
}

#previewSearchPanelBody {
    background: url(http://www.watershed.co.uk/interface/images/preview_search_panel/search_panel_body_bkg.png) repeat-y;
    color: #fff;
}

.previewSearchPanelIconContainer {
    width: 100px;
    float: left;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 15px;
}

.previewSearchPanelIcon {
    padding-right: 10px;
}

.previewSearchPanelTextContainer {
    width: 280px;
    float: left;
    text-align: left;
    font-size:1em;
    font-family: arial, helvetica;
    font-weight: normal;
}

.previewSearchPanelRemainingContainer {
    width: 180px;
    float: left;
    text-align: left;
    font-size:1em;
    font-family: arial, helvetica;
    font-weight: normal;
}

.previewSearchPanelItemLink {
    width: 100px;
    float: left;
    text-align: right;
    font-size: 0.8em;
    font-family: arial, helvetica;
}

.SearchPanelLink {
    /*border-width: 0px;*/
    font-size: 0.8em;
    color: #fff;
}


/********************************* Home Page ***************************************/

.homeWhatsOnHeader {
    height: 20px;
    background: url(http://www.watershed.co.uk/interface/images/home_page/whats_on_header_bkg.png) no-repeat;
}

.homeWhatsOnFooter {
    height: 20px;
    background: url(http://www.watershed.co.uk/interface/images/home_page/whats_on_footer_bkg.png) no-repeat;
}

.homeWhatsOnContent {
    background: url(http://www.watershed.co.uk/interface/images/home_page/whats_on_content_bkg.png);
    padding-left: 5px;
    padding-right: 5px;
	text-align: left;
    font-family: arial, helvetica;
    font-size: 75%;
    line-height: 150%;
}


.homeMessageHeader {
    height: 20px;
    background: url(http://www.watershed.co.uk/interface/images/home_page/whats_on_header_bkg.png) no-repeat;
}

.homeMessageFooter {
    height: 20px;
    background: url(http://www.watershed.co.uk/interface/images/home_page/whats_on_footer_bkg.png) no-repeat;
}

.homeMessageContent {
    background: url(http://www.watershed.co.uk/interface/images/home_page/whats_on_content_bkg.png);
	text-align: left;
    font-family: arial, helvetica;
    font-size: 85%;
    line-height: 150%;
}

#mainMenuContainer {
    background: url(http://www.watershed.co.uk/interface//images/page_container/main_menu_bkg.png) top right no-repeat;
    position: relative;
    bottom: 0px;
    left: 1px;
    width: 530px;
    height: auto;
    padding-left: 15px;
}




