﻿.CandidateQuickSearchJobModule_container
{
    font-family: Tahoma, Verdana, Arial;
}

.CandidateQuickSearchJobModule_tbl td
{
    border-bottom: dotted 1px gray;
    vertical-align: middle;
    height: 30px;
}

.CandidateQuickSearchJobModule_tbl
{
    border-top: dotted 1px gray;
}

.CandidateQuickSearchJobModule_tbl input, .CandidateQuickSearchJobModule_tbl textarea, .CandidateQuickSearchJobModule_tbl select
{
    font-size: 9pt;
    font-family: Tahoma, Verdana, Arial;
}

.CandidateQuickSearchJobModule_headerText
{
    font-size: 12pt;
    font-weight: bold;
}

.CandidateQuickSearchJobModule_headerText1
{
    font-size: 11pt;
    font-weight: bold;
}

/* NAVIGATOR */
.TabContainer
{
	padding-bottom: 8px;
	width: 100%;
}

.TabContainer .selected
{
	font-weight: bold;
	font-size: 11pt;
}

/* MODAL INPUT FORM */
.CandidateQuickSearchJobModule_ModalFormContainer
{
    font-family: Tahoma, Verdana, Arial;
}

.CandidateQuickSearchJobModule_ModalFormContainer td
{
    border-bottom: dotted 1px gray;
    vertical-align: middle;
    height: 30px;
}

.CandidateQuickSearchJobModule_ModalFormContainer input, .CandidateQuickSearchJobModule_ModalFormContainer textarea, .CandidateQuickSearchJobModule_ModalFormContainer select
{
    font-size: 9pt;
    font-family: Tahoma, Verdana, Arial;
}

/* FORM WITH NO DASH */
.NoDashed_container
{
    font-family: Tahoma, Verdana, Arial;
}

.NoDashed_tbl td
{
    vertical-align: middle;
    height: 30px;
}

.NoDashed_tbl input, .NoDashed_tbl textarea, .NoDashed_tbl select
{
    font-size: 9pt;
    font-family: Tahoma, Verdana, Arial;
}

/* JOB AD */
.JobAdContainer{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 9pt;
}

.JobAd_tbl td{
	border-bottom: dotted 1px gray;
	vertical-align: middle;
	height: 30px;
	padding: 0px 8px 0px 8px;
}

.JobAd_tbl th{
	background: url(../../Portals/0/gridHeaderBg.jpg);
	height: 25px;
	color: #FFFFFF;
	text-align: left;
	padding: 4px 8px 0px 8px;
}

.JobAd_tbl{
	border: solid 1px red;
}
