﻿body
{
	background-color: #FCFCFC;
	margin: 0px;
	padding: 0px;
}
.jobseekerlogin
{
	background-image: url(../images/jobseekerlogin.jpg);
	background-repeat: no-repeat;
}
.empmenu
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
	background-color: #2982A4;
	padding-left: 20px;
	z-index: 1;
}
.empmenu a
{
	text-decoration: none;
	color: #FFF;
}
.empmenu a:hover
{
	color: #FC0;
}

.regclass
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
}

.profilegriddata
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #487AB5;
	width: 700px;
}
.profilegriddata th
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	border: 1px solid #DDD;
	background-color: #487ab5;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	font-weight: normal;
}
.profilegriddata tr
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.profilegriddata td
{
	border: 1px solid #DDD;
	line-height: 18px;
}

