﻿body {
}
.IPMTEXT
{
	font-family:Arial;
	font-size:x-small;
	color:black;
	background-color:White;
	border-style:solid;
	border-width:1pt;
	border-color : #7A96DF;
	
}		
.IPMOPT
{
	font-family:Arial;
	font-size:x-small;
	color:black;
	background-color:White;
}	
.IPMDDL
{
	font-family:Arial;
	font-size:x-small;
	color:black;
	background-color:White;
}
.IPMLBL
{
	font-family:Arial;
	font-size:x-small;
	color:black;	
}
.MainRow, .MainColFull
{
	width:100%;
	float:left;
}

.MainCol1
{
	width:44%;
	float:left;
}
.MainCol2
{
	width:55%;
	float:left;
	font-family:Arial;
	color:black;
	vertical-align:middle;
}
.MainCol2 img {vertical-align:middle;}

.MainColOpt
{
	width:10%;
	float:left;
	font-family:Arial;
	color:black;
	vertical-align:middle;
}
.MainColLabel;
{
	width:89%;
	float:left;
		font-family:Arial;
	color:black;
	vertical-align:middle;
}
.Question
{
	
}
.Answer
{

}
#txtName
{
	width:90%;	
}
.ContainerDivRow
{
	width:100%;	
	float:left;
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
	padding-bottom:2px;	
}
.ContainerLeftCol
{
	width:69%;
	float:left;
}
.ContainerRightCol
{
	width:30%;
	float:left;
	text-align:center;
}

.OccupationDivLabel
{
	text-align:center;	
}
#TextBoxOcc
{
	width:275px;
}
.OccuaptionSelected
{
	Height:40px;
	Border-Color:#7A96DF;
	border-style:solid;
	border-width:1px;
	Width:500px;
}
.OccupationListBox
{
	Height:150;
	Width:500px;
}	
#LeftButton
{
	float:left;
	width:33%;	
	text-align:left;
}
#CenterButton
{
	float:left;
	width:33%;	
	text-align:center;

}
#RightButton
{
	float:left;
	width:33%;	
	text-align:right;

}
.WaitOptDiv
{
	float:left;
	width:20%;
	text-align:center;
}
.CoverOptLeftDiv
{
	float:left;
	width:40%;
	text-align:center;
}
.CoverOptRightDiv
{
	float:left;
	width:59%;
	text-align:center;
}
#txtSelectedOccupation
{
	width:95%;
}
#txtOccupation
{
	width:87%;	
}
.BackButton
{
	width:49%;
	float:left;
	text-align:left;
}
.NextButton
{
	width:49%;
	float:right;
	text-align:right;
}
#WaitPage
{
	width:100%;
	text-align:center;	
	margin-top:50px;
	margin-bottom:50px;
	
}
#WaitImage
{
	text-align:center;
	width:100%;
	float:left;
}
#divResults
{
	width:100%;
		
}
#divPHIResults
{
	width:49%;
	float:left;

}
#divASUResults
{
	width:49%;
	float:left;

}
.ResultHeader, .OtherResultHeader
{
	
}
.ResultRow , .ResultRowTop
{
	float:left;
	width:100%;	
}
.ResultCol1
{
	float:left;
	width:30%;
}
.ResultCol2
{
	float:left;
	width:69%;
}
.ResultCol1Bold
{
	float:left;
	width:30%;
}
.divOtherResults
{
	width:60%;
	float:left;

}
.OtherResultCol1
{
	float:left;
	width:57%;
}
.OtherResultCol2
{
	float:left;
	width:28%;
}
.OtherResultCol3
{
	float:left;
	width:14%;
}
#DivExisting
{
	display:none;	
}
.HelpImage
{
	margin-left:5px;

}
.Notes
{
	width:100%;
	float:left;	
}
.NotesHeader
{
	font-family:Arial;
	font-size:x-small;
	color:black;
}
.NotesDetails
{
	width:100%;
	float:left;
}
.NotesDetails ul
{
	padding-left:2px;
	list-style:decimal;	
}
#TitleHeader
{
	font-family:Arial;
	font-size:x-small;
	color:black;
}
#RetirementHeader
{
	font-family:Arial;
	font-size:x-small;
	color:black;
}
.NotesSubHeader
{
	font-family:Arial;
	font-size:8pt !important;
	font-weight:bold;
	color:black;	
	text-decoration:none;
}
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    font-family:Arial !important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	font-family:Arial !important;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : white;
	color : black;
	padding : 1px;
	font-family:Arial !important;
}
.ButtonRow {width:100%}
.clear{display:none;}
