﻿@import url("links.css");
@import url("forms.css");

body
{
	background:url('../background.png') #325278;
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana;
	font-size:12px;
}


.LFJobsHead
{
	font-size:11pt;
	font-family:Arial;
	font-weight:bold;	
}

table.tableSearchResult 
{
	border-width: 1px;
	border-style: solid;
	border-color: #c9c9c9;
	border-top-style: none;
	color: #787878;
}

.jobAlert
{
	font-weight: bold;
	font-size:13px;	
}

tr.sortby 
{
    background: url("../titbg.png") navy;
    color: White;
	text-decoration:none;
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;    
}

tr.sortby a
{
	color: white;	
}

.pointedInListingInfo
{
	border-bottom: 1px solid #e0ecfc;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.pointedInListingInfo2
{
	border-bottom: 1px solid #e0ecfc;
	border-right: 1px solid #e0ecfc;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.ApplicationPointedInListingInfo
{
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.AlertsName
{
	border-right: 1px dotted #e0ecfc;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.header, .content, .top_menu, .footer
{
	width: 850px;
	background: white;
	margin-left:auto;
	margin-right:auto;
}
.content{padding:20px; width:810px;background:white;}

.top_menu
{
    background: url('../top_bg.png');
}

*html .content
{
    padding:15px;
    width:820px;
}

.copyright
{	
	font-size:10px;
	font-family:Verdana;
	color:#808080;
}


h1
{
   font-size:14px;
   font-family:verdana;
}

h2{
	font-size:13pt;
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-weight:bold;
	color: #244063;
}
h3{
	font-size:20px;
	margin:0px;
	padding-bottom:5px;
	font-family:Verdana;
	font-weight:bold;
}
h4{
	font-size:40px;
	color:#2a5e83;
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-weight:lighter;
}

.error
{
    color:black;
    font-family: Verdana;
    font-size:small;
}

.headerText
{
    color: #235d86;
    font-size:18pt;
    font-family: Arial;
    font-weight: bold;    
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.myAccountLinks a
{
    font-size:small;
}

.myAccountLinks
{
	padding-left: 54px;
}

tr.evenrow 
{
	background-color: #f1f5fb;
}
tr.oddrow 
{
	background-color: #FFFFFF;
}

.SearchTittle
{
font-size: 11px;
color:#1b2d43;
font-family: Verdana;
}

.CompanyInfoTittle
{
font-size: 14px;
font-family: verdana;
color: white;
font-weight: bold;
}

.DetalisTittle
{
color: #235D86;
font-size: 12.5pt;
}

.featuredLinks {
font-size: 8pt;
font-weight: normal;
}

.featuredLinks a {
font-size: 8pt;
}


/* it's from file buttons.css */
﻿.btn_search
{
    border: none 0px;
    background: url('../buttons/btn_search.png');
    width: 103px;
    height: 30px;
    cursor: pointer;
    color: White;
    font-family: Verdana;
    font-size:10pt;
    font-weight:bold;
}

/* Field Type Style */

.fieldTypeJobCategory
{
	height: 165px;
}

*html .fieldTypeJobCategory
{
	height: 170px;
}

