﻿body
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #3f3f3f;
    background-color: #3d3d3d;
    margin: 0px;
    padding: 10px 15px;
}

h1
{
    margin: 0px;
    padding: 0px;
    font-size: 250%;
    font-family: Corbel, Arial;
    margin-bottom: 15px;
    color: #b22821;
}

a:link
{
    color: #b22821;
    text-decoration: none;
}

a:visited
{
    color: #b22821;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

form
{
    padding: 0px;
    margin: 0px;
}

input, select, textarea
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
}

#MainContent
{
    padding: 20px;
    background-color: #fff;
    padding-bottom: 30px;
    max-width: 980px;
    min-width: 500px;
    margin: 0px auto;
}

#Footer
{
    height: 29px;
    line-height: 29px;
    background: url(../Images/List/FooterBg.png) repeat-x;
    padding: 0px 20px;
    max-width: 980px;
    min-width: 500px;
    margin: 0px auto;
}

#Header
{
    background: url(../Images/Detail/HeaderBg.png);
    border-top: solid #e2aa7c 1px;
    padding: 20px 20px 0px 20px;
    max-width: 980px;
    min-width: 500px;
    margin: 0px auto;
}

#Header h1
{
    color: #fff;
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
}

#Header #CompanyCaption
{
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: solid #b86e25 1px;
}

a:link#FooterLogo, a:visited#FooterLogo, a:hover#FooterLogo
{
    background: url(../Images/List/FooterLogo.png) no-repeat;
    height: 29px;
    width: 124px;
    display: block;
    text-decoration: none;
    float: right;
}

a img
{
    border-width: 0px;
}

.TabPanel
{
}

.TabPanel .Tab
{
    color: #fff;
    font-weight: bold;
    float: left;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 15px;
}

.TabPanel .TabActive
{
    color: #ce7026;
    background-color: #fff;
}

.TextBox
{
    background: #f8f9f8 url(../Images/Forms/TextBoxBg.png) repeat-x;
    border: solid #868686 1px;
    padding: 10px 5px;
    font-weight: bold;
    color: #b22821;
}

.Button
{
    padding: 5px 20px;
    font-weight: bold;
}

.FormFieldLabel
{
    padding-bottom: 5px;
    font-weight: bold;
    color: #6b6b6b;
}

.SocialSharing
{
    padding-bottom: 20px;
}

.JobListSearchBox
{
    border-top: solid #b22821 2px;
    border-bottom: solid #bebebe 1px;
    background-color: #f6f6f6;
    padding: 20px 5px;
}

.JobListTable
{
    width: 100%;
    border-collapse: collapse;
}

.JobListTable th
{
    padding: 0px 5px;
    text-align: left;
    border-bottom: solid #bebebe 1px;
    color: #4a4a4a;
    height: 28px;
    line-height: 28px;
    background-image: url(../Images/List/TableHeaderBg.png);
}

.JobListTable td
{
    padding: 15px 5px;
    border-bottom: solid #bebebe 1px;
}

.JobListTable td.JobTitle
{
    font-weight: bold;
}

.JobListTable tr.Alt td
{
    background-color: #f4f4f4;
}

.JobListTable tr.ActiveRow td
{
    background-color: #edfaf4;
}

.JobListTable tbody tr
{
    cursor: pointer;
}

.SectionTitle
{
    color: #b1763e;
    font-size: 125%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted #ccc 1px;
    font-weight: bold;
}

.SectionContent
{
    line-height: 150%;
    padding-bottom: 20px;
}
.ApplyNowButton, .ApplyNowButton:link, .ApplyNowButton:visited
{
	padding:4px; 
	display:block; 
	background-color:Green; 
	color:White; 
	font-size:130%; 
	font-weight:bold; 
	width:8em; 
	border:2px solid #333333; 
	text-align:center; 
	float:right; 
	margin-right:30px; 
	margin-top:5px;	
}
