﻿/* Main logo */
#MainLogo
{
    width: 155px;
    height: 71px;
}

#MainLogo[id]
{
    background-image: url(Images/Logo.png);
}

#MainLogo a
{
    display: block;
    width: 155px;
    height: 71px;
    position: relative;
    text-decoration: none;
}

/* Search job logo */
#SearchJobLogo
{
    margin-top: 22px;
    margin-right: 20px;
    width: 238px;
    height: 69px;
    float: left;
}

#SearchJobLogo[id]
{
    background-image: url(Images/Header/HomePage/SearchStartupJobsLogo.png);
}

/* Main tab menu (normal state) */
a:link.MainMenu, a:visited.MainMenu, a:hover.MainMenu
{
    background-image: url(Images/Header/InactiveTab.png);
    background-repeat: no-repeat;
    line-height: 24px;
    width: 108px;
    display: block;
    float: left;
    text-align: center;
    font-family: "Times New Roman";
    text-decoration: none;
    color: #fff;
    margin-left: 2px;
    font-size: 120%;
}

/* Main tab menu (activated) */
a:link.MainMenuActive, a:visited.MainMenuActive, a:hover.MainMenuActive
{
    background-image: url(Images/Header/ActiveTab.png);
    background-repeat: no-repeat;
    line-height: 25px;
    width: 108px;
    display: block;
    float: left;
    text-align: center;
    font-family: "Times New Roman";
    text-decoration: none;
    color: #fff;
    margin-left: 2px;
    font-size: 120%;
}

/* Main search bar */
#MainSearchBar
{
    background-image: url(Images/Header/Searchbar.png);
    width: 916px; /* Background height - 976px */
    height: 72px;
    color: #fff;
    padding: 0px 30px;
    font-family: Georgia, "Times New Roman";
}

/* Search input boxes */
#MainSearchBar .SearchTextBoxBackground
{
    background-image: url(Images/Header/SearchTextBoxBackground_Large.png);
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-right: 10px;
    float: left;
    padding: 3px 5px;
    height: 38px;
    width: 310px;
    overflow: hidden;
}

/* Search input boxes */
#MainSearchBar .SearchTextBox
{
    background-color: Transparent;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 120%;
    font-weight: bold;

    width: 300px;
    padding: 10px 5px;
    border-style: none;
    border-width: 0px;
}

/* Location input boxes */
#MainSearchBar .LocationTextBoxBackground
{
    background-image: url(Images/Header/SearchTextBoxBackground_Small.png);
    background-repeat: no-repeat;
    margin-top: 15px;
    float: left;
    padding: 3px 5px;
    height: 38px;
    width: 160px;
    overflow: hidden;
}

/* Location input boxes */
#MainSearchBar .LocationTextBox
{
    background-color: Transparent;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 120%;
    font-weight: bold;

    width: 150px;
    padding: 10px 5px;
    border-style: none;
    border-width: 0px;
}

/* Main search button */
#MainSearchBar #MainSearchButton
{
    cursor: pointer;
    width: 89px;
    height: 43px;
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 10px;
    text-decoration:none;
}

#MainSearchBar #MainSearchButton[id]
{
    background-image: url(Images/Header/FindButton.png);
}

/* Advance search link */
#MainSearchBar #AdvanceSearchLink
{
    color: #fff;
    font-family: Arial;    
    margin-top: 28px;
    margin-left: 20px;
    float: left;
    display: block;
}

/* Home page tab menu (normal state) */
a:link.HomePageMainMenu, a:visited.HomePageMainMenu, a:hover.HomePageMainMenu
{
    background-image: url(Images/Header/HomePage/InactiveTab.png);
    background-repeat: no-repeat;
    line-height: 24px;
    width: 108px;
    display: block;
    float: left;
    text-align: center;
    font-family: "Times New Roman";
    text-decoration: none;
    color: #fff;
    margin-left: 2px;
    font-size: 120%;
}

/* Home page tab menu (activated) */
a:link.HomePageMainMenuActive, a:visited.HomePageMainMenuActive, a:hover.HomePageMainMenuActive
{
    background-image: url(Images/Header/HomePage/ActiveTab.png);
    background-repeat: no-repeat;
    background-color: #fff;
    line-height: 25px;
    width: 108px;
    display: block;
    float: left;
    text-align: center;
    font-family: "Times New Roman";
    text-decoration: none;
    color: #666;
    margin-left: 2px;
    font-size: 120%;
}

/* Home page search bar */
#HomePageSearchBar
{
    background-image: url(Images/Header/HomePage/Searchbar.png);
    background-repeat: no-repeat;
    width: 671px; /* Background height - 976px */
    height: 189px;
    padding-left: 305px;
    overflow: hidden;
}

/* Home page search input boxes */
#HomePageSearchBar .SearchTextBoxBackground
{
    margin-top: 80px;
    margin-right: 10px;
    float: left;
    background-image: url(Images/Header/HomePage/SearchTextBoxBackground_Large.png);
    background-repeat: no-repeat;
    height: 39px;
    width: 300px;
    padding: 10px;
    overflow: hidden;
}

/* Home page location input boxes */
#HomePageSearchBar .LocationTextBoxBackground
{
    margin-top: 80px;
    float: left;
    background-image: url(Images/Header/HomePage/SearchTextBoxBackground_Small.png);
    background-repeat: no-repeat;
    height: 39px;
    width: 160px;
    padding: 10px;
    overflow: hidden;
}

/* Home page search input boxes */
#HomePageSearchBar .SearchTextBox
{
    background-color: Transparent;
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 120%;
    font-weight: bold;

    width: 290px;
    padding: 11px 5px;
    border-style: none;
    border-width: 0px;
}

/* Home page location input boxes */
#HomePageSearchBar .LocationTextBox
{
    background-color: Transparent;
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 120%;
    font-weight: bold;

    width: 150px;
    padding: 11px 5px;
    border-style: none;
    border-width: 0px;
}

/* Home page search button */
#HomePageSearchBar #MainSearchButton
{
    cursor: pointer;
    width: 89px;
    height: 43px;
    display: block;
    float: left;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 87px;
}

#HomePageSearchBar #MainSearchButton[id]
{
    background-image: url(Images/Header/FindButton.png);
}

/* Home page advance search link */
#HomePageSearchBar #AdvanceSearchLink
{
    font-weight: bold;
    color: #444;
    font-size: 95%;
}

