﻿/* HTML */
body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 12px;
    color: #333;
    background: #fff;
    margin-top: 30px;
}

form
{
    padding: 0px;
    margin: 0px;
}

input, select, textarea
{
    font-family: Arial;
    font-size: 100%;
}

h1
{
    margin: 0px;
    padding: 0px;
    font-size: 165%;
    font-family: Arial;
    padding-bottom: 20px;
}

img
{
    border-width: 0px;
}

a:link, a:visited
{
    color: #028cba;
    text-decoration: none;
}

a:hover
{
    color: #028cba;
    text-decoration: underline;
}

/* Main Elements */
#HeaderPanel
{
    width: 972px;
    margin: 0px auto;
    background: transparent url(Images/Body/Background.gif) repeat-y;
}

#HeaderPanel .Left
{
    background: transparent url(Images/Header/Left.gif) no-repeat;
    padding-left: 25px;
}

#HeaderPanel .Right
{
    background: transparent url(Images/Header/Right.gif) no-repeat top right;
    padding-right: 25px;
}

#HeaderPanel .Middle
{
    background: transparent url(Images/Header/Middle.gif) repeat-x;
    padding-top: 10px;
    height: 20px;
    overflow: hidden;
}

#ContentPanel
{
    margin: 0px auto;
    padding: 25px;
    width: 922px;
    background-color: #fff;
    position: relative;
    background: transparent url(Images/Body/Background.gif) repeat-y;
    padding-top: 0px;
}

#FooterPanel
{
    margin: 0px auto;
    width: 972px;
    font-size: 95%;
    padding-bottom: 20px;
}

#FooterPanel .Left
{
    background: transparent url(Images/Footer/Left.gif) no-repeat;
    padding-left: 25px;
    overflow: hidden;
}

#FooterPanel .Right
{
    background: transparent url(Images/Footer/Right.gif) no-repeat top right;
    padding-right: 25px;
    overflow: hidden;
}

#FooterPanel .Middle
{
    background: transparent url(Images/Footer/Middle.gif) repeat-x;
    height: 65px;
    overflow: hidden;
    padding-top: 20px;
}

#SearchBox
{
    border: solid #808080 1px;
    padding: 10px 20px;
}

#LoadingPanel
{
    background-color: #ccc;
    padding: 5px 10px;
    font-weight: bold;
    color: #000;
}

#TopBanner
{
    padding-bottom: 10px;
    background: transparent url(Images/Header/BannerMiddle.gif) repeat-x;
    position: relative;
}

#TopBanner .Left
{
    background: transparent url(Images/Header/BannerLeft.gif) no-repeat;
    height: 200px;
    padding-left: 10px;
}

#TopBanner .Right
{
    background: transparent url(Images/Header/BannerRight.gif) no-repeat top right;
    height: 200px;
    padding-right: 10px;
}

#TopBanner #Submenu
{
    margin-top: 20px;
    color: #999;
    font-size: 95%;
}

#TopBanner #Submenu a
{
    color: #fff;
}

#TopBanner #Pic
{
    background: transparent url(Images/Header/Pic.png) no-repeat;
    width: 173px;
    height: 119px;
    position: absolute;
    bottom: 22px;
    right: -3px;
}

#MainMenuBar
{
    background: transparent url(Images/Header/MenuMiddle.png) repeat-x;
    margin-top: 12px;
}

#MainMenuBar .Left
{
    background: transparent url(Images/Header/MenuLeft.png) no-repeat;
    height: 40px;
    padding-left: 16px;
}

#MainMenuBar .Right
{
    background: transparent url(Images/Header/MenuRight.png) no-repeat top right;
    height: 40px;
    padding-right: 15px;
}

a:link.MainTab, a:visited.MainTab, a:hover.MainTab
{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: block;
    float: left;
    padding: 15px 12px 10px;
}

a:link.MainTabActive, a:visited.MainTabActive, a:hover.MainTabActive
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    padding: 0px 15px;
}

span.MainTabSeparator
{
    background: transparent url(Images/Header/MenuSeparator.gif) no-repeat;
    width: 2px;
    height: 40px;
    display: block;
    float: left;
}

.ClearFloat
{
    clear: both;
}

a:link.RssLink, a:visited.RssLink, a:hover.RssLink
{
    display: block;
    background-image: url(Images/Rss.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 16px;
    text-decoration: none;
}

.DataTable
{
    width: 100%;
    border-collapse: collapse;
}

.DataTable th
{
    background-image: url(Images/Common/DataTable/Header.png);
    background-repeat: repeat-x;
    background-position: right center;
    border-bottom: solid #ddd 1px;
    height: 33px;
    line-height: 33px;
    text-align: left;
    white-space: nowrap;
    padding: 0px 10px;
}

.DataTable td
{
    padding: 5px 10px;
    border-bottom: dotted #ccc 1px;
    white-space: nowrap;
    background-image: url(Images/Common/DataTable/Row.png);
    background-repeat: repeat-x;
}

.DataTable .Hover td
{
    padding: 5px 10px;
    border-bottom: dotted #ccc 1px;
    white-space: nowrap;
    background-image: url(Images/Common/DataTable/Hover.png);
    background-repeat: repeat-x;
}

.DataTable .BlueHover td
{
    padding: 5px 10px;
    border-bottom: dotted #ccc 1px;
    white-space: nowrap;
    background-image: none;
    background-color: #ebf4fc;
}

.DataTable .WidgetHover td
{
    padding: 5px 10px;
    border-bottom: dotted #ccc 1px;
    white-space: nowrap;
    background-image: none;
    background-color: #daeaf8;
}

.TextBox
{
    padding: 5px;
    border: solid #ccc 1px;
}

.DropDownList
{
    padding: 4px;
    border: solid #ccc 1px;
}

.Button
{
    text-align: center;
    width: 100px;
    padding: 3px 0px;
    font-size: 150%;
}

.VerticalTabPanel
{
    position: relative;
}

.VerticalTabPanel .TabButtonBar
{
    padding-top: 20px;
    position: absolute;
}

.VerticalTabPanel .TabButton
{
    background-image: url(Images/Common/VerticalTabPanel/TabInactive.png);
    background-repeat: no-repeat;
    border-top: dotted #ddd 1px;
    border-bottom: solid #d5d5d5 1px;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 110px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}

.VerticalTabPanel .TabButton label
{
    cursor: pointer;
}

.VerticalTabPanel .TabButton_Active
{
    background-image: none;
    margin-left: 0px;
    width: 130px;
    border: solid #ccc 1px;
    border-right: solid #fff 1px;
    position: relative;
    left: -1px;
    padding: 5px;
    cursor: default;
}

.VerticalTabPanel .TabButton_Active label
{
    display: block;
    border-left: solid #f90 7px;
    padding-left: 10px;
    cursor: default;
    color: #c65e00;
}

.VerticalTabPanel_Top
{
}

.VerticalTabPanel_Body
{
    border-top: solid #ccc 1px;
    border-left: solid #ccc 1px;
    padding: 20px;
    margin-left: 140px;
    height: 400px;
    display: block;
}

.VerticalTabPanel_Body[class]
{
    height: auto;
    min-height: 400px;
}

.VerticalTabPanel_Bottom
{
}

.VerticalTabPanel_SectionContainer
{
}

.TabPanel
{
    position: relative;
}

.TabPanel .TabButtonBar
{
    background-image: url(Images/Common/HorizontalTabPanel/TabBar.png);
    background-repeat: repeat-x;
    position: relative;
    border-top: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    padding-left: 55px;
    margin: 0px;
}

.TabPanel .TabButton
{
    border-width: 0px;
    font-weight: normal;
    background-image: none;
    height: auto;
    line-height: 25px;
    text-decoration: none;
    float: left;
    padding: 0px 10px;
    color: #000;
    border-right: dotted #ccc 1px;
    cursor: pointer;
    width: auto;
    margin: 0px;
}

.TabPanel .TabButton_Active
{
    background-image: url(Images/Common/HorizontalTabPanel/TabActive.png);
    background-repeat: repeat-x;
    border: solid #ccc 1px;
    border-bottom-width: 0px;
    position: relative;
    top: -5px;
    left: -1px;
    line-height: 30px;
    background-color: #fff;
    font-weight: bold;
    cursor: default;
    width: auto;
    margin: 0px;
    padding: 0px 10px;
}

.TabPanel .TabButton_Active label
{
    display: block;
    border-width: 0px;
    padding-left: 0px;
    color: #333;
}

.TabPanel_SectionContainer
{
    padding: 5px 0px;
}

.ListItem
{
    background-image: url(Images/Common/Icons/ListItem.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.FormFieldLabel
{
    font-weight: bold;
    padding-bottom: 2px;
}

.FormFieldContainer
{
    float: left;
}

.FormFieldList
{
    border: solid #ccc 1px;
    padding: 5px;
    height: 150px;
    width: 300px;
    overflow: auto;
}

.ErrorMessage
{
    background-color: #ffffe2;
    border: solid #ccc 1px;
    color: #e2541c;
    padding: 5px;
    margin-bottom: 10px;
}

.MessageBox
{
    font-size: 75%;
    background-color: #feecea;
    border: solid #ff9999 1px;
    color: #000;
    padding: 20px;
    position: absolute;
    font-weight: bold;
}

#AlertMessage
{
    background-color: #ffffe2;
    border: solid #ccc 1px;
    padding: 20px;
    font-weight: bold;
}


.BlueHover .VotePanel
{
    visibility: visible;
}

.PostJobMarketingPanelTop
{
    background-image: url(Images/PostJob/PanelTop.gif);
    background-repeat: no-repeat;
    width: 229px;
}

.PostJobMarketingPanelBottom
{
    background-image: url(Images/PostJob/PanelBottom.gif);
    background-repeat: no-repeat;
    width: 229px;
    height: 9px;
}

.MemberAlertPanel
{
    border: solid #ccc 1px;
    background: #ecf4fc;
    padding: 10px;
}

.SliderBackground
{
    background-image: url(Images/EmployerPage/SliderBg.png);
    background-repeat: repeat-x;
    background-position: center center;
    height: 22px;
    float: left;
    width: 145px;
}

.SliderBackground span
{
    display: block;
}

.SliderScale
{
    background-image: url(Images/EmployerPage/SliderScale.png);
    background-repeat: no-repeat;
    background-position: 200px center;
    height: 13px;
}

.SliderPanel
{
    position: relative;
}

.SliderPanel label
{
    position: absolute;
    top: 0px;
    left: 370px;
    width: 300px;
    font-style: italic;
    display: none;
    color: #666;
    padding: 5px 0px;
}

.HomePageDataTable
{
    width: 100%;
    border-collapse: collapse;
}

.HomePageDataTable th
{
    background-image: none;
    line-height: 40px;
    height: 40px;
    border-bottom: solid #808080 1px;
    padding-left: 15px;
    text-align: left;
}

.HomePageDataTable td
{
    border-bottom: dotted #ccc 1px;
    padding: 0px 15px;
    cursor: pointer;
}

.HomePageDataTable td div
{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.HomePageDataTable .BlueHover td
{
    background-color: #eee;
}

.VotePanel
{
    float: left;
    margin-right: 10px;
    visibility: hidden;
    padding-top: 2px;
    display: block;
}

.BreadCrumbLeft
{
    background: Transparent url(Images/Common/Breadcrumbs/BreadCrumbLeft.png) no-repeat top left;
    margin-bottom: 10px;
}

.BreadCrumbRight
{
    background: Transparent url(Images/Common/Breadcrumbs/BreadCrumbRight.png) no-repeat top right;
}

.BreadCrumbMiddle
{
    background: Transparent url(Images/Common/Breadcrumbs/BreadCrumbMiddle.png) repeat-x;
    margin: 0px 11px;
    height: 26px;
    line-height: 26px;
}

.BreadCrumbMiddle .Arrow
{
    background: Transparent url(Images/Common/Breadcrumbs/Arrow.png) no-repeat center center;
    line-height: 26px;
    padding: 0px 15px;
}

.BreadCrumbMiddle a:link, .BreadCrumbMiddle a:visited
{
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}

.BreadCrumbMiddle a:hover
{
    color: #028cba;
    text-decoration: underline;
}

.LeftMenuTop
{
    background: #ccc url(Images/Common/LeftMenu/Top.gif) no-repeat;
    height: 25px;
    line-height: 25px;
    width: 170px;
    padding: 0px 15px;
}

.LeftMenuBottom
{
    background: Transparent url(Images/Common/LeftMenu/Bottom.gif) no-repeat;
    height: 20px;
}

.LeftMenuMiddle
{
    border-left: solid #ccc 1px;
    border-right: solid #ccc 1px;
    width: 198px;
}

.LeftMenuMiddle > div
{
    padding: 7px 14px;
    border-bottom: solid #eee 1px;
}

.LeftMenuMiddle a:link, .LeftMenuMiddle a:visited
{
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.LeftMenuMiddle a:hover
{
    color: #028cba;
    text-decoration: underline;
}

.ApplyMessageTop
{
    background: Transparent url(Images/JobPage/ApplyJob.png) no-repeat;
    height: 80px;
    width: 142px;
    margin: 0px auto;
}

.ApplyMessage
{
    background: Transparent url(Images/JobPage/ApplyJobBackground.jpg) repeat-y;
    padding: 0px 10px;
    min-height: 40px;
    line-height: 150%;
    overflow: hidden;
    width: 122px;
    margin: 0px auto;
}

.ApplyMessageBottom
{
    background: Transparent url(Images/JobPage/ApplyJob.png) no-repeat bottom left;
    height: 10px;
    width: 142px;
    margin: 0px auto;
}



/* Newsletter window */
#newsletter_window
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(http://www.startupdenmark.dk/sites/default/themes/startupdenmark/img/newsletter_window.png) repeat scroll 0 0;
    height: 81px;
    padding: 35px 25px 15px;
    position: absolute;
    right: 50px;
    text-align: left;
    top: 50px;
    width: 231px;
    z-index: 100;
}
#newsletter_label
{
    font-size: 11px;
}
#newsletter_window_close
{
    cursor: pointer;
    font-size: 7px;
    line-height: 7px;
    margin-bottom: 11px;
    margin-top: -18px;
    text-align: right;
}
#newsletter_invalidemail
{
    font-weight: bold;
    margin-bottom: 5px;
}
#newsletter_email
{
    margin-top: 8px;
    padding: 3px;
}
