.careersSidebar
{
	width:210px; 
	border:#000000 1px solid;
	float:left;
	margin-right: 5px;
	padding:2px;
}

.jobContainer
{
	float:left;
}

.careersList
{
	text-align:center;
}

.jobTitle
{
	border-color:#000000; 
	border-style:solid; 
	border-width:1px;
	border-bottom:none;
	background-color:#DDDDDD;
}

.jobDescription
{
	border-color:#000000; 
	border-style:solid; 
	border-width:1px;
	border-top:none;
	padding:2px;
}

.jobSummary
{
	float:left;
	border:#000000 1px solid;
	background-color:#DDDDDD;
	padding:2px;
	margin-bottom: 5px;
	width:100%;
}

.jobApplication
{
	float:left;
	background-color:#FFFFFF;
	border:#000000 1px solid;
}

.jobApplication input, .jobApplication select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}


/* Sortable tables */
table.sortable
{
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
}

table.sortable a.sortheader 
{
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow 
{
    color: black;
    text-decoration: none;
}

table.sortable th
{
	background-color: #eee;
	font-size:10px;
}

table.sortable td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

table.sortable tr.alternateRow {
  background-color: #e0e0e0;
}

table.sortable td.sortedColumn {
  background-color: #f0f0f0;
	border-left-color:  #666666;
	border-left-width:  1px;
	border-left-style:  solid;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
}

table.sortable th.sortedColumn {
  background-color: #b0b0b0;
	border-left-color:  #666666;
	border-left-width:  1px;
	border-left-style:  solid;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
}

table.sortable tr.alternateRow td.sortedColumn {
  background-color: #d0d0d0;
	border-left-color:  #666666;
	border-left-width:  1px;
	border-left-style:  solid;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
}