﻿body
{
	font-family: Verdana;
	font-size: 9px;
	background-color: #6699cc;	
}

td
{
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;	
	border-bottom: 1px dotted #6699cc;
}


#jobs
{
	width: 748px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	min-height: 500px;	
	overflow: visible;
	padding: 10px;
	
}
#jobs table
{
	width: 100%;
}


#jobs a, #jobs a:visited, #jobs a:hover
{
	color: #6699cc;
	text-decoration: none;	
}

#jobs a:hover
{
	text-decoration: underline;
}

/* Sortable tables */
table.sortable thead {
    color:#6699cc;
    font-weight: bold;
    cursor: default;
}

th
{
    border-bottom: solid 1px #6699cc;
    text-align: left;
    font-size: 11px;
}

/* Searchbox */
#searchbox 
{
	position: static;
	float: right;
	font-size: 13px;
	font-weight: bold;
	width: 170px;
	padding: 10px;
}
#searchbox input, select
{
	width: 165px;
}
#searchbox #flags
{
	margin-bottom: 15px;
}
#searchbox #flags img
{
	border: 0px;
}

#container
{
    margin: 0px auto;
	width: 980px;
    background-color:#ffffff;
	
}

#output
{
    padding: 5px;
}

#updated
{
	text-align: center;
	color: #777777;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.rightalign
{
	text-align: right;
}

/* Login/Register */
#easycruitlogin
{
	margin-top: 25px;	
}

#easycruitlogin td
{
	border-bottom: 0px;	
}

#easycruitlogin td.button
{
	text-align: left;
}
#easycruitlogin .text
{
	font-weight: normal;
	font-size: 11px;
}

.button input
{
	background-color:#6699cc;	
	color: #ffffff;
	font-weight: bold;
	margin-top: 5px;	
	width: 60px;
	font-size: 12px;
}
#output .btn, #easycruitlogin .btn 
{
	width: 100px;
}
#jobs2 th.col1
{
	width: 300px;	
}
/* Footer */
#footer
{
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
}
#footerlinks
{
	margin-bottom: 10px;
	width: 750px;
	text-align: left;
	padding: 20px 10px 0px 10px;
}
#footerlinks a, #footerlinks a:visited, #footerlinks a:hover
{
	color: #8b1629;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

#footerlinks .footerlinkright
{
	position: relative;
	float: right;	
}
.back
{
	padding-left: 10px;	
}

a, col1,col2,col3,col4
{
	cursor: pointer;
}
