﻿h1
{
	font-size:16pt;
	font-weight:normal;
}
h2
{
	font-size:14pt;
	font-weight:normal;
}
.textContainer h3
{
	font-size:13pt;
	font-weight:normal;
}
.Col1
{
	width: 200px;
	font-weight: bold;
}
.header
{
	font-weight: bold;
}

.mainPanel
{
	margin-bottom: 30px;
}

.candidateImg
{
	max-width: 150px;
	min-width: 50px;
}

.mandatoryField
{
	display: inline;
	padding-right: 3px;
	font-size: larger;
	color: Red;
	font-weight: bold;
}
.headerDesc
{
	font-size: smaller;
	display: block;
}


.inputBorder
{
	margin-bottom: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #D0CBBF;
}

.tbShort
{
	width: 100px;
}
.ddlShort
{
	width: 106px;
}
.tbLong
{
	width: 200px;
}
.tbVLong
{
	width: 325px;
}
.lbVLong
{
	width: 377px;
}
.ddlVLong
{
	width: 331px;
}
.ddlLong
{
	width: 206px;
}
.ddlLong2
{
	width: 245px;
}
.tbMedium
{
	width: 150px;
}
.ddlMedium
{
	width: 156px;
}
table tr td
{
	/*             vertical-align:top;             */
	padding-bottom: 5px;
}
.btnSmall, .btnShort
{
	width: 30px;
	margin-bottom: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #D0CBBF;
}

.btnLong
{
	width: 60px;
	margin-bottom: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #D0CBBF;
}

.btnFreeSize
{
	margin-bottom: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #D0CBBF;
}

.Col1
{
	width: 200px;
}
.Col2
{
	width: 35%;
}
.Col3
{
	width: 12%;
}
.ColRest
{
	width: 724px;
}

.section
{
	margin-bottom: 20px;
}

.inLineLink td table tr td a
{
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-size: 1em;
	font-weight: normal;
}

.inLineLink td table tr td span
{
	font-weight: bold;
}

.errorMessage
{
	font-size: 12pt;
}
.errorDialog
{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	margin-top: 50px;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
}
.errorDialog .errorFont
{
	font-size: small;
	text-align: center;
	margin: 10px 3px 10px 3px;
	line-height: 150%;
	background-color: White;
}

.ucase
{
	text-transform: uppercase;
}

.divValidation
{
	font-size: 10pt;
	color: Red;
}
.divValidation .header
{
	font-weight: bold;
}

.divValidation .ValidationMessage
{
	margin-top: 5px;
}

.divValidation .ValidationMessage li
{
	font-size: 10pt;
	color: Red;
	line-height: 110%;
}

.validationTable, .validationTable tr td
{
	font-size: 10pt;
	color: Red;
}
.validationTable .header td
{
	font-size: 10pt;
	font-weight: bold;
	color: Red;
}
.AJAX_Loading
{
	right: 0px;
	top: 138px;
	position: absolute;
	display: inline;
	border-top: Solid 1px black;
	border-bottom: Solid 1px black;
	border-left: Solid 1px black;
	border-right: Solid 1px black;
}
