.hidden
{
	visibility: hidden;
}
.none
{
	display: none;
}

/* RAD Multi Page View */
.multiPage
{
	float: left;
	border: 1px solid #94A7B5; /* background-color: #F0F1EB; */
	padding: 4px;
	padding-left: 0;
	margin-left: -1px;
	width: 730px;
	min-height: 300px;
	background-color: #f5f5f5;
	text-align: center;
}
.sm
{
	font-size: 10px;
	
}
.multiPage div
{
	border: 0px solid #94A7B5;
	border-left: 0;
	width: 600px;
	background-color: #f5f5f5;
}
.txtFormStandard
{
	width: 200px;	
	margin: 1px 0 2px 0;
}
.txtFormMulti
{
	width: 200px;	
	height: 180px;
	margin: 1px 0 2px 0;
}

.multiPage img
{
	cursor: no-drop;
}

/* Table Left Column for Caption */
.TDleftcolumn
{
	width: 200px;
	text-align: right;
	vertical-align: top;
}

.TDrightcolumn
{
	text-align: left;
	padding-left: 5px;
	vertical-align: top;
}

/* Buttons */
.btn 
{
	border-width:2px;
	border-style:solid;
	border-color:#8F98A7;
	height:35px;
	font-family:Verdana;
	font-size:13px;
	font-weight: bold;
	background-color:#4A82D0;
	cursor:hand;
	color: #ffffff;
	padding: 5px;	
}	

.btnsave
{
	font-weight: bold;
}

.btngrid, .btnformview
{
	border-width: 2px;
	border-style: solid;
	border-color: #8F98A7;
	height: 20px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	background-color: appworkspace;
	cursor: hand;
	color: #ffffff;
	padding: 0px;
}


/* Heading of Tree View Controls (Candidate Screen) */
.candidatetvheading
{
	
	color: #666666;
	font-weight: bold;
	margin: 10px;
}

.communicationdtl
{
	display: block;
	margin: 10px;
}

.communicationdtldate
{
	/*display: block;
	margin: 5px 5px 10px 5px;*/
	color: #696969;
	font-style: italic;
	text-decoration: underline;
}

.communicationdtldesc
{
	/*display: block;
	margin: 5px 5px 30px 5px;
	max-width: 600px;*/
	border-bottom: #a9a9a9 1px dotted;
}

.communicationheader
{
	font-size: 14pt;
	color: #808080;
}

/* Heading of Tree View Controls (Employer Screen) */
.employertvheading
{

	font-weight: bold;
	margin: 10px;
}
.RedTable
{
	width: 100%;
	border: solid 1px red;
	background-color: bisque;
}
.PlainTable
{
	width: 100%;
	font-weight: bold;
}
.redtext
{
	color: Red;	
}

.dlt
{
	width: 800px;
	border: solid 1px #cccccc;
}
.dltHead
{
	background-color: dimgray;
	color: White;
	font-weight: bold;
}

/* Hints Popup */

a#hints
{
      border-bottom: 1px solid red;
      text-decoration: none;
      color: Red;
      font-weight: bold;
      margin-top: 4px;
}

a#hints:hover 
{
      position: relative;
      text-decoration: none;
      color: Red;
}

a#hints span 
{
      display: none;
}

a#hints:hover span 
{
      display: block; 
      padding: 5px 5px 5px 5px;
      text-align: left;
      position: absolute;
      top: -120px;
      left: -600px;
      width: 600px;
      height: 425px;
      background-color: #FFF;
      border: 1px solid #7BAA18;
      color: black;
      font-weight: normal;
}