@charset "UTF-8";
/*
Based on YUI Sam Skin, version 2.7.0
Code licensed under the BSD License: 
http: //developer.yahoo.net/yui/license.txt
*/

.tab-nav {
	zoom: 1;
	margin-top: 12pt;
}

.tab-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	vertical-align: bottom;
	zoom: 1;
	margin-right: 0.25em; /* space between tab-nav */
	padding-top: 1px; /* gecko: make room for overflow */
}

.tab-nav li a,
.tab-nav li span {
	display: block;

	height: 29px;
	line-height: 29px;

	background: #dadbdb url(t4vwzLRhyN6BjI4FEiuNqEdGNsAfa6hJd2el5us9EOV.png) repeat-x; /* sprite position for normal gradient */
	border: 1px solid #a3a3a3;
	border-bottom-width: 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	color: #000;
	text-decoration: none;

	cursor: pointer;
	padding-left: 0.75em;
	padding-right: 0.75em;
	font-size: 10.8pt;
}

.tab-nav li a:focus,
.tab-nav li a:hover {
	background: #214197 url(t4vwzLRhyN6BjI4FEiuNqEdGNsAfa6hJd2el5us9EOV.png) repeat-x left -1300px;
}

.tab-nav li a.active,
.tab-nav li a.active:focus,
.tab-nav li a.active:hover {
	height: 30px;
	margin-top: -1px;

	background: #214197 url(qpOR1EDavja0l7LMI5dQasVuHO3Xx7VlfdzwxfnqqWd.gif) repeat-x bottom;
	color: #fff;
	border-color: #243356;
}

.tab-nav li .disabled {
	cursor: default;
	background: #eee;
	color: #aaa;
	border-color: #aaa;
}

.tab-nav li img {
	margin-left: 2pt;
	vertical-align: middle;
}

div.tab-content {
	clear: left;
	background: #fff;
	border: 1px solid #808080;
	border-top: 5px solid #024475;
	padding: 0.25em 0.5em 1.0em;
}


#control_overlay {
	background-color:#000;
}

.modal {
	background-color:#fff;
	padding:10px;
	border:1px solid #333;
}

.tooltip {
	border:1px solid #000;
	background-color:#fff;
	height:25px;
	width:200px;
	font-family:"Lucida Grande",Verdana;
	font-size:10px;
	color:#333;
}

.simple_window {
	width:250px;
	height:50px;
	border:1px solid #000;
	background-color:#fff;
	padding:10px;
	text-align:left;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
}

.window {
	background-image:url(CIIsaEzfjDaQp3AHXXGFC8K2YmVIaSFOihbsaEmy9Ef.png);
	background-position:top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	font-family:"Lucida Grande",Verdana;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	min-width:150px;
	min-height:100px;
}

.window .window_contents {
	margin-top:10px;
	width:100%;
	height:100%;	
}

.window .window_header {
	text-align:center;
}

.window .window_title {
	margin-top:-7px;
	margin-bottom:7px;
	font-size:11px;
	cursor:move;
}

.window .window_close {
	display:block;
	position:absolute;
	top:4px;
	left:5px;
	height:13px;
	width:13px;
	background-image:url(KJrtImaV4hfbwrk7KUyFXCpf4PHrWnvRNDqg5HvuaIA.gif);
	cursor:pointer;
}

/**
 * Application-specific styles
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, strong, b, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	line-height: inherit;
}

.successMessage p, .errorMessage p, .warningMessage p, infomessage p, .permanentHelpBox p,
.warningMessage label, infomessage label, .permanentHelpBox label {
	font-size: 80%; }

.permanentHelpBox { padding-left: 1.5em; }

div.field span  { padding-left: 0; }
.space { margin-left: 0.5em; }
.register_legend {margin-left: 0.9em; }

.exceptionMessage { font-size: 80%; margin: 0 1em; border: 1px solid black; padding: 5px; background-color:#E9E9E9; }
.stack { font-size: 80%; border: none; margin: 0 1em; padding: 0; }
.snippet { padding: 5px; background-color:white; border:1px solid black; margin:3px; font-family:courier; }

/* Paragraphs are for many paragraphs of text, and the style must be suitable for this purpose. */
p  { font-size: 80%; line-height: 120%; }
strong { font-weight: bold; }
hr { width: 90%; margin-top: 9pt; margin-bottom: 5pt; }

form { display: inline; }
input { vertical-align: baseline; }

label.question { width: auto; }

input[type='text'], input[type='password'], select {
	background: #fafafa none repeat scroll 0 0;
	padding: .2em .25em;
	border: 1px solid #ddd;
	border-radius: .4em;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
}

input[type='text'].highlight, input[type='text']:focus,
input[type='password'].highlight, input[type='password']:focus {
	background-color: #FFC;
	border-color:#FC6;
}

select { padding-top: 0; padding-bottom: 0; }
select option { color: black; }
select option[value = ''] { color: #aaa; }

#pagenav select, #pagenav select option, #pagenav select option  {font-size:95%;font-weight:bold;}

input[type = 'radio'] { margin-left: 8pt; }
div.field label.tight-label {
	margin-right: 0;
}

ul.simple { list-style-type: disc; font-size: 80%; margin-left: 1em; }
ul.simple li { margin: 0.1em 0; }

.hidden { display: none; }

.errors { font-size: 80%; color: #a00; margin: 8pt; padding: 8px 8px 8px 34px; border: 1px solid #900; background: #fee url(X2My6nLGuGXO73LuKEeTYWgyGjihrVLVBKfMfLY17mq.png) no-repeat 8px 8px; }
.fieldErrors { font-size: 70%; color: #a00; margin-top: 2pt; }
.fieldErrors .info { color: black; }

.message {  font-size: 80%; margin: 8pt; padding: 8px; background: #e5fed8; color: black; border: 1px solid #529d2f; text-align: center; }
.message.error { color: #a00; border-color: #900; background: #fee; }
.message.deceased { color: #eee; border-color: #666; border-width: 2px; background: #222; font-weight: bold; }
.message.deprecated { color: #a00; border-color: #900; background: #fee; }
.message.system { border: 2px solid #900; background: #ffff00; 	font-weight: bold; }
.message p { text-align: left; font-size: 100%; }
.message.definiteMatch {background-color: #F1F8FC;  text-align: left; border: 1px solid #CBE0F1;}

.debug { color: #aaa; font-size: 8pt; margin: 12pt 0; }

.steps { position: relative; margin: 16pt 0; }
.steps h5 { position: absolute; left: 0; padding: 0; margin: 0; }
.steps p { margin-left: 7em; }

.note { font-size: 8pt; }

#main-body { position: relative; }

#container .nav {
	float: left;
	display: block;
}

/* h1 is a page header. */
h1 {
	clear: left;
	margin: 4pt 0 8pt 2em;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #00457D;
}

h2 {
	clear: left;
	line-height: 23px;
	font-size: 90%;
	margin: 1em 0 8pt 0;
	padding: 0 10pt;
	background: #014f8a url(MHOp1VUu3ofALqmSa0DL99F5ujT7ghwnRpTF0weJaqO.png) repeat-x;
	color: #ffffff;
	font-weight: bold;
}

.tab-content > h2:first-child { margin-top: -4pt; }
.tab-nav {
	margin-top: 0;
}

h3 {
	clear: left;
	color: #00457D;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 4px solid #ccc;
	margin-top: 8pt;
	margin-bottom: 6pt;
}

h4 {
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 4pt;
}

h5 {
	font-size: 9pt;
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 4pt;
}

ol {
	margin-left: 18pt;
	list-style: decimal;
}

table { empty-cells: show; border: 2px solid #ccc; border-collapse: separate; border-spacing: 2px; width: 100%; }
table th, table td { font-size: 80%; padding: 8px 8px 8px 10px; vertical-align: middle; }
table th { color: #fff; background: #014f8a; font-weight: bold; }
table th a, table th a:link, table th a:visited, table th a:active {font-weight: bold; color: #fff; }
table tr { background-color: #eee; }
table tr.even { background-color: #fff; }

table th.th_hidden{
   visibility:hidden;
}

.mini-table table {
    width:50%; margin:0 20px; border:none;
}
.mini-table table tr {
    background-color: transparent;
}
.mini-table table tr td {
    font-size: 80%;
    padding: 2px;
}

.mini-table table tr td.strong {
    font-weight: bold
}

/*CSS for prefix and suffix name scaffolding*/
table#table-body, table#table-header {
    table-layout:fixed;
    width:100%;
}

table#table-body td, table#table-header th {
    /*width: 100px;*/
    height:30px;
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap;*/
}

/*css for country table columns*/
col.countryCodeCol {
    width: 13%;
}
col.countryNameCol {
    width: 25%;
}
col.countryRankCol {
    width: 10%;
}
col.statesCol {
    width: 15%;
}
col.activeCol {
    width: 10%;
}

/*css for Ethnicity Group table columns*/
col.ethGroupIdCol {
    width: 3%;
}
col.ethGroupDescCol {
    width: 20%;
}
col.ethStartDateCol {
    width: 15%;
}
col.ethEndDateCol {
    width: 15%;
}
col.ethGroupEthCol {
    width: 20%;
}

/*css state table columns*/
 col.stateCodeCol {
    width: 10%;
}
col.stateNameCol {
    width: 30%;
}
col.stateAbbreCol {
    width: 15%;
}
col.stateActiveCol {
    width: 15%;
}

/*css state table columns*/
col.nameCol {
    width: 13%;
}
col.descCol {
    width: 28%;
}
col.commonCol {
    width: 10%;
}
col.statusCol {
    width: 10%;
}
col.restrictCol {
    width: 10%;
}

/*css for Ethnicity table columns*/
col.ethIdCol {
    width: 3%;
}
col.ethDescCol {
    width: 17%;
}
col.ethPrioCol {
    width: 7%;
}
col.ethGroupCol {
    width: 18%;
}
col.ethStartCol {
    width: 14%;
}
col.ethEndCol {
    width: 14%;
}

/*css for Ethnicity table columns*/
col.idenTypeIdCol {
    width: 10%;
}
col.idenTypedesCol {
    width: 17%;
}
col.idenTypeComCol {
    width: 20%;
}
col.idenTypeEditableCol {
    width: 8%;
}
col.idenTypeVeriCol {
    width: 8%;
}

div#header-container {
    overflow:hidden;
    overflow-y:scroll;
}

div#scroll {
    width:100%;
    overflow:hidden;
    max-height:500px;
    /*padding-left:1px;*/
    overflow-y:scroll;
}

div#fake-scroll-container {
    width:100%;
    overflow:hidden;
    position:relative;
}

.blocktext {
	margin-left: 25%;
	margin-right: 25%;
}

/* A form-dialog has the same presentation as #loginForm, but is generic */

div.form-dialog {
	width: 60%;
	margin: 4em auto;
}

div.wide-form-dialog {
    width: 90%;
    margin: 4em auto;
}

#password-change { position: relative; left: 50%; width: 800px; margin-left: -400px; margin-bottom: 0; }
#password-change fieldset { border: none; }
#password-change fieldset span.errors { display: block; clear: left; text-align: center; }
#password-change .field input[type='text'], #password-change .field input[type='password'] { width: 250px; }
#password-change .field { width: 250px; margin-right: 300px; }
#password-change .fieldErrors { position: absolute; margin-left: 270px; display: block; }

#password-change-help { margin-top: 3em; width: 90%; }
#password-change-help ul { margin-left: 4em; }
#password-change-help ul li { margin-bottom: 0.5em; }

#password-change h1 { padding-left: 35px; padding-top: 4px; padding-bottom: 4px; background: url(IPlXFniSMgj3wrkKepf45STNsTmURP1n8521Yk72tGJ.png) no-repeat 0 50%; }

#password-change .acceptTerms { clear: both; text-align: center; margin-top: 20pt; font-size: 80%; }

div.revealPasswordContainer { font-size: 70%; float: left; display: block; background: url(LRqCgE313GPevHJ0gtvEC9FdgFq8h9Lrt6nRT13W0ld.png) no-repeat 0 50%; }
div.revealPasswordContainer input { width: auto; margin: 4px 4pt 4px 18px; }

/*** Autocomplete ***/
.autocomplete, .search {
	background: white url(m0jhFrKem4TyhW6Lhhkvk3oLJVn6wHMXdCDGhtAeboF.png) no-repeat center right;
	_background: none;
	padding: 2px 16px 2px 2px;
}

.noteSectionb {
	margin-left:44px;
}

#toolbar {
	position: relative;
	font-size: 9pt;
}

#toolbar .favourites {
	position: absolute;
	top: 0;
	right: 0;
	background: white;
	z-index: 1;
	border: 1px solid #ddd;
	padding: 4px 2px;
	width: 160pt;
}

#toolbar .favourites h3 {
	font-size: 80%;
	font-weight: bold;
	margin-left: 2pt;
	margin-bottom: 2pt;
}

.photo { width: 104px; height: 133px; border: 4px solid #ddd; background: #ddd; }

#person-summary { margin-bottom: 0.3em; min-height: 120px; }
#person-summary h1 { margin-top: 1em; margin-left: 1em; margin-bottom: 0; }
#person-summary .photo { position: absolute; top: 95px; right: 10px; }
#person-summary .core { float: left; width: 300px; }
#person-summary .contact { float: left; width: 400px; }
#person-summary .core .field { width: 100px; }

#container > p { margin-left: 2em; }
.tab-content > p { margin-left: 2em; }

h5.hint {
	padding: 0;
}

.photoBox {
	position: relative;
	display: block;
	float: left;
	margin: 4pt 20pt;
}

.photoBox h5 {
	margin: 0;
	padding: 4pt;
	text-align: center;
	border: 1px solid #a3a3a3;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	font-weight: bold;
	font-size: 8pt;
}

.photoBox h5 img {
	margin-left: 4pt;
	vertical-align: middle;
}

.photoBox {
	background: #dadbdb url(t4vwzLRhyN6BjI4FEiuNqEdGNsAfa6hJd2el5us9EOV.png) repeat-x; /* sprite position for normal gradient */
}

.photoBox .photo {
	border: none;
	border: 1px solid #a3a3a3;
}

.photoBox .buttons {
	margin-top: 0;
	margin-bottom: 0;
	padding: 3pt 0;
	background: white;
	text-align: center;
}

a[href ^= 'http://twitter.com/'] {
   padding-right: 18px;
   background: url(loupmY1Fhch2UwV3Ubszl6SJwMetvKXtk1pnnLw8rbd.png) no-repeat center right;
}

.draglist li {
	float: left;
	clear: left;
	padding-right: 4pt;
}

.hint {
	font-size: 8pt;
	padding: 0 12pt;
}

.buttons { clear: both; float: none; margin-top: 6pt; text-align: right; }
.buttons .buttonContainer { float: none; }

.add_remove button {
	height: 24px;
	width: 32px;
}

optgroup + optgroup {
	border-top: 2px solid #aaa;
}

select option {
	padding-right: 6pt;
}

.dialog ul.examples {
	margin-top: 0;
	margin-left: 32pt;
}

.dialog {
	position: absolute;
	padding: 0 16pt 10pt;
	margin: 0;
	background: #eee;
	border: none;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.dialog .hd {
	margin: 0 -16pt;
	padding: 3pt 8pt;
	font-size: 9pt;
	background: #396f9f url(qpOR1EDavja0l7LMI5dQasVuHO3Xx7VlfdzwxfnqqWd.gif);
	color: white;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.dialog .bd {
	margin: 0;
	margin-top: 8pt;
	padding: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.dialog .bd select {
	margin: 0;
	text-align: left;
}

.addressDialog  { width: 800px; }
#emergencyContactDialog  { width: 700px; }

#addEmailDialog { width: 450px; }
#addEmailDialog label { width: 60pt; }

#addPhoneDialog { width: 450px; }
#addPhoneDialog label { width: 90pt; }

#addVisaPermitDialog { width: 450px; }
#addVisaPermitDialog label { width: 60pt; }
#addVisaPermitDialog textarea { display: block; width: 100%; }

ul.linear { display: inline; }
ul.linear li { display: inline; border-left: 1px solid #aaa; padding-left: 6pt; padding-right: 6pt; }
ul.linear li:first-child { border-left: none; padding-left: 0; }

.checklist {
	float: left;
}

.checklist .checklist_items {
	float: left;
	height: 200px;
	overflow: auto;
	margin-right: 15pt;
	border: 1px solid #888;

	border-top-left-radius: .6em;
	border-bottom-left-radius: .6em;
	-moz-border-radius-topleft: .6em;
	-moz-border-radius-bottomleft: .6em;
	-webkit-border-top-left-radius: .6em;
	-webkit-border-bottom-left-radius: .6em;

	min-width: 200pt;
}

.checklist .checklist_items li {
	font-size: 8pt;
	line-height: 10pt;
}

.checklist .checklist_summary_wrapper {
	float: left;
}

.checklist .checklist_summary {
	margin-left: 12pt;
}

.checklist .checklist_summary li {
	list-style-type: disc;
}

.magic { font-family: serif; color: #ddd; float: right; margin: 0 10px -15px; }

#passwordNotMatchedFlag {
	float: left;
	background: url(X2My6nLGuGXO73LuKEeTYWgyGjihrVLVBKfMfLY17mq.png) no-repeat center left;
	margin: 4pt 0 8pt 0;
	padding: 2px 0 2px 18px;
}

dl.legend { clear: both; position: relative; top: 15px; margin: 0 4pt 0 4pt; }
dl.legend h5, dl.legend p, dl.legend dt, dl.legend dd { font-size: 8pt; line-height: 18px; }
dl.legend h5 { float: left; margin: 0; padding: 0; }
dl.legend dt { float: left; margin-left: 10pt; margin-right: 4pt; }
dl.legend dt img { vertical-align: middle; }
dl.legend dd { float: left; }
dl.legend p { float: right; margin: 0; }

.statusIcon { vertical-align: text-top; }

#changeIdentifiersDialog { width: 600px; }
#changeAssistanceDialog { width: 800px; }

.nestedForm {
	padding:8px 0 0;
	border: 1px solid #ddd;
	border-radius: .4em;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
}

/**
 * Context-sensitive help
 */
.context-help {
	display: inline-block;
	position: relative;
	vertical-align: top;
	top: -10px;
	left: 5px;
	border: 1px solid #dda;
	-moz-border-radius: 6pt;
	color: #444;
	background: #ffc;
	width: 160pt;
	text-align: justify;
	font-size: 9pt;
	line-height: 125%;
	padding: 10px 12px;
}

.context-help:before {
	content: url(fMbXPbiG1B7Wssyuy8Sm2AOQg5BnXc986zmxajMMu08.gif);
	position: absolute;
	left: -7px;
	top: 14px;
}

#photoDialog input[type='file'] {
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

#errorPage .message {
	width: 300pt;
	text-align: center;
	padding: 20pt;
	margin: 40pt auto;
	border: 1px solid #aaa;
	color: #666;
	background: white;
}

#alumniForgottenPassword label {
	width: 150pt;
}

#searchbox { margin: 5px auto; text-align: center; }
#searchbox #query { padding: 0.2em 0.2em; font-size: 10pt; line-height: 12pt; }
#searchbox .hint { color: gray; }
#searchbox div.buttonContainer { vertical-align: middle; }

#minisearchbox { margin: 5px auto; text-align: left; }
#minisearchbox #query { padding: 0.2em 0.2em; font-size: 10pt; line-height: 12pt; width: 150px}
#minisearchbox .hint { color: gray; }
#minisearchbox img {vertical-align: middle;}

#search {
	margin: 2em 1em;
	border-top: 3px solid #024475;
}

#search .resultCount {
	text-align: right;
	margin: -16pt .5em 16pt;
	font-size: 8pt;
}

#search .paging { padding-top: 0.5em; font-size: 10pt; border-top: 3px solid #024475; text-align: center; }
#search .paging a.step { margin: 0 .4em; font-size: 10pt; text-decoration: none; }
#search .paging span.currentStep { margin: 0 .4em; font-weight: bold; }
#search .paging a.nextLink { margin: 0 1em; text-decoration: none; }

.search-results-inline .search-result .name { font-size: inherit; }
.search-results-inline .desc { display: none; }

#search p {
	margin-bottom: 1em;
}

.search-result {
	font-size: 10pt;
	margin-top: 6pt;
	padding-bottom: 6pt;
}
.search-result .name {
	font-size: 110%;
}

.search-result .desc em {
	background: #ffc;
	padding: 0 0.4em;
}
.search-result .desc label {
	font-size: 90%;
	font-weight: bold;
	margin-right: 8pt;
}
.search-result .score {
	float: right;
	display: block;
	margin-top: -10pt;
	/* display: none; */
}
.score {
	font-size: 80%;
	color: #aaa;
}

select.icons, select.icons option {
	background-image: none; /* will be set with javascript */
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 5px center;
}

select.icons option {
	width: 16px;
	height: 16px;
}

.address {
	font-size: 80%;
	margin: 20px 0 0 60px;
}

#resolve-pending ul li {
	padding: 0;
	margin-left: 2em;
	margin-bottom: 0.5em;
	list-style: disc;
	font-size: 80%;
}

/*#resolve-matching { display: block; }*/
/*#resolve-matching table { width: 100%; }*/
/*#resolve-matching thead { overflow: scroll; overflow-y: scroll; overflow-x: hidden; }*/
/*#resolve-matching tbody { height: 425px; overflow: scroll; overflow-y: scroll; overflow-x: hidden; }*/
#resolve-matching tr { height: auto; }
#resolve-matching .similarCount { font-size: 80%; color: white; float: right; margin-top: -2.3em; margin-right: 1em; text-align: right; }
#resolve-matching table input { width: 3em; height: 3em; }
.pendingCount { font-size: 80%; color: white; float: right; margin-top: -2.3em; margin-right: 1em; text-align: right; }

#resolve-matching img.photo {
	width: 60px;
	height: 75px;
	border: none;
}

#resolve-matching td.isMatched {
	/*width: 0;*/
	text-align: center;
	vertical-align: middle;
}

.continue {
	float: right;
}

ul.marked {
	margin-left: 18pt;
	list-style-type: disc;
}

.inline-help,
.tab-content p.inline-help {
	background: #ddd;
	padding: 0.6em 0.9em;
	margin: 0.5em 0;
	font-size: 8pt;
}

.draw-attention {
	font-weight: bold;
}

.multiselect { min-width: 100pt; }

.multiselect-container { display: inline-block; position: relative; margin: 0; }

.multiselect-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	/*background: fuchsia; opacity: 0.2;*/ /* useful for testing */
}

.multiselect-dropdown,
.addressComplete ul {
	position: absolute;
	margin-top: -1px;
	margin-left: 1px;
	padding: 2pt 6pt 2pt 3pt;
	border: 1px solid #999;
	border-color: #999 black black #999;
	background: white;
	line-height: 12pt;
	font-size: 8pt;
	text-align: left;
	max-height: 200pt;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 11001;
}

.multiselect-dropdown li {
	list-style: none;
	white-space: nowrap;
	padding-right: 15px;
}

.multiselect-dropdown input,
div.form-container .multiselect-dropdown input {
	vertical-align: middle;
	margin-right: 2pt;
}

#dropdown-close-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11000;
	/*background: lime; opacity: 0.2;*/ /* useful for testing */
}

.addressComplete ul { width: 400pt; }
.addressComplete ul li { padding: 0 3pt; }
.addressComplete .selected { background: #ffc; }
.addressComplete ul li:hover{ background: #ffc; }

div.addressManualEntry { clear: left; display: block; margin-left: 0; }

img.progress {
	background: white url(R8RSZsZ12yQcV0YHL7VMPIxdwrrMK7bwuGfEzssNLZV.png) top left no-repeat;
	padding: 0;
	margin: 5px 0 0 0;
	background-position: 1px 0;
}

.radioContainer.stacked { margin-bottom: 6pt; }
.radioContainer.stacked input[type='radio'] { clear: left; }

.identity-benchmark { background: #afa !important; }
.identity-benchmark .ranking { text-align: center; }
.nsirecord .ranking { text-align: center; }

div.form-dialog fieldset { border: 1px solid #ddd; padding: 0.5em; margin: 0.5em; }
div.form-dialog fieldset legend { font-weight: bold; color: #00457D; padding: 0 5px; }
div.form-dialog .field { margin-bottom: 2pt; }
div.form-dialog fieldset.noBorder { border: none; }

#login { width: 35em; }
#login .button { margin-left: 20pt; float: right; }
#login input { width: auto; }
#login label { width: 15em; float: left; clear: left; }
#login .textContainer { width: 10em; float: left; }
#login .button { float: right; }
#login .login-options { clear: left; text-align: center; }
/* #container { background: transparent url("A0Efa3H1lPdB2OtcaQkL7liTVTWlUYv4FiQH98P9ii1.gif") no-repeat 90% 20%; } */
#checkbox {clear: left; float:left; width: auto; margin-left: 35% }
#checkboxlabel {margin-left: 5pt; float: left; font-size: 90%;}
#register .acceptTerms { clear: both; text-align: center; margin-top: 20pt; font-size: 80%; }
#register p {margin-top: 2em; font-size: 70%}

#destinations .buttonContainer { margin: 4pt 0; }

.tab-nav {
	margin-left: 0.5em;
	margin-top: 1em;
}
div.tab-content { border-left: none; border-right: none; border-bottom: none; }

#changeStatusDialog { width: 700px; }
#changeStatusDialog div.field { width: 550px; }

.nav { margin: 8pt 4pt; }
.nav .menuButton { border: 1px solid #aaa; padding: 0 4pt; }
.body h1 { clear: both; margin-top: 20pt; }

#details div.field { width: 60%; }
#emergencyContact div.field { width: 60%; }
#destinations div.field { width: 30%; }
#audit div.field { width: 30%; }

#nameDialog { width: 800px; }
#affiliationDialog { width: 400px; }
#changeDemographicsDialog { width: 650px; }
#changeDemographicsDialog div.field { width: 320px; }

#create-person-check #similar-people { width: 98%; padding: 0; margin: 0 1%; }
#create-person-check #similar-people fieldset { margin: 0; padding: 0; border-bottom: none; }
#create-person-check #similar-people table { margin: 0.5em 0 0 0; width: 100%; }
#create-person-check #similar-people tbody { height: 425px; overflow: scroll; overflow-y: scroll; overflow-x: hidden; }
#create-person-check #similar-people tr { height: auto; }
#create-person-check #confirm-person { margin: 1em auto	; }
#create-person-check #confirm-person .field { width: 25em; }

#confirmLegalNameDialog { width: 400px; }
#confirmLegalNameText { text-align: center; margin: 8pt 0; }

#confirmRememberMeDialog { width: 600px; }

#confirmSignupDialog {width: 600px;}

table tr.identity-benchmark td { background-color: #afa; }

#affiliations table th.affiliationDescription { width: 50%; }
td.actionColumn { padding: 1px 4px; text-align: right; }

#jobs { margin: 1em auto; }
#jobs td { padding: 2pt 1em; }

div.priorityOrder { float: left; padding-right: 8px; background: white; }
.priorityIncrease, .priorityDecrease { display: block; margin: 2px 0; cursor: pointer; }
tr:first-child .priorityIncrease { visibility: hidden; }
tr:last-child .priorityDecrease { visibility: hidden; }
td:first-child .priorityIncrease { visibility: hidden; }
td:last-child .priorityDecrease { visibility: hidden; }

div.fields tr div.phoneContainer { width: auto; }
.phoneContainer { margin: 0; width: 100%; padding-bottom: 9pt; line-height: 100%; }
.phoneContainer > div { position: relative; margin: 1pt 2pt; float: left; }
.phoneContainer input[type='checkbox'] { height: 22px; }
.phoneContainer select { height: 22px; }
.phoneContainer > div > label { position: absolute; left: 0px; bottom: -12pt; width: 100%; text-align: center; font-size: 7pt;  }
.phoneContainer > .phoneExtensionFiller { width: 60px; }
.phoneContainer > .phoneAreaFiller { width: 50px; }

#checkAttributesForm { padding: 0; margin: 0 20pt; }
#checkAttributesForm > form > h2 { margin-left: -20pt; margin-right: -20pt; }

fieldset div.phoneContainer, div.fields div.phoneContainer { width: auto; }

.addressInput { margin-top: 1em; }
.addressInput .buttons { padding-top: 0; }
.addressSearch input { margin-bottom: 0.1em; }
div.addressInput div.radioContainer { width: auto; }
div.fields div.addressConfirmResult p { text-align: right; margin: 2px 0; padding: 0; font-size: 80%; line-height: 140%; }
div.fields div.addressContainer { width: auto; }
div.fields div.addressContainer input { width: 100%; }

#message { width: 650px; margin-top: 80px; }

.verificationContainer {}
.verificationContainer span.verificationDetails { display: block; margin: 2px 0 0 0; padding: 0; font-size: 70%; }

.simpleContainer { font-size: 80%; margin-right: -4pt; }
.assistance p { margin-left: 0; font-size: 80%; }

#pagenav { position: absolute; top: 15px; right: 25px; width: 200px; padding: 0; font-size: 80%; }
#pagenav select { display: block; }
.quickButtons { position: absolute; top: 45px; right: 150px; }

.page-loading { margin: 190px auto; width: 8em; padding-left: 30px; font-size: 110%; color: #666; text-align: left; background: url(g6viReA6MzNgSkrLFqICUGXSpkYNnDD6Ox1NpNIcnej.gif) no-repeat 0 50%; }
.spinner {background: url(g6viReA6MzNgSkrLFqICUGXSpkYNnDD6Ox1NpNIcnej.gif) no-repeat 0 50%;}

#accessSummary table { border-spacing: 0; background: red; }
#accessSummary table th { font-weight: normal; }
#accessSummary table thead th { width: 40px; height: 100px; vertical-align: bottom; margin: 0; }
#accessSummary table thead th div {
	margin-left: 10pt;
	margin-top: -20pt;
	width: 10pt;
	overflow: visible;
	-webkit-transform: rotate(330deg);
	-moz-transform: rotate(330deg);
	-o-transform: rotate(330deg);
}
#accessSummary table th { padding: 1px 4pt; }
#accessSummary table td { text-align: center; font-size: 10pt; padding: 1px; }
#accessSummary table tbody th { border-top: 1px solid white; }
#accessSummary table tbody td { border-top: 1px solid white; border-left: 1px solid white; }

.access-direct { background: #6f6; }
.access-inherit { background: #ffd700; }
.access-reject { background: #f66; }
.access-ignore { }

th.indent, td.indent { padding-left: 3em; }
.auditLog .buttonContainer { float: right; vertical-align: top; }
.auditLog .nested td { background: #e0f0f0; }

/* div.usernameHint { clear: left; font-size: 7pt; } */
/* div.usernameHint { clear: left; position: relative; font-size: 7pt; width: 48pt; top: -6px; text-align: center; } */

#landing h2 { margin-top: 2em; }
#landing p { margin: 0.8em 2em; }

input.twofactor { background: url(8K5QusSiyDCp00pCavHOaYDbX13180TDSEpT3zWbWSn.gif) no-repeat center right; padding-right: 18px !important; }

/* General changes to make the page scale better to small resolutions */
html { -webkit-text-size-adjust: none; }
#main { min-width: 320px; }
#mastHeader_round div.head { min-width: 300px; }
#mastFooter #copyright { background: #a0a0a0; padding-right: 10px; padding-left: 13px; left: 0px; } /* Avoid overlapping text */

#resolve-pending .paging { padding-top: 0.5em; font-size: 10pt; border-top: 3px solid #024475; text-align: center; }
#resolve-pending .paging a.step { margin: 0 .4em; font-size: 10pt; text-decoration: none; }
#resolve-pending .paging span.currentStep { margin: 0 .4em; font-weight: bold; }
#resolve-pending .paging a.nextLink { margin: 0 1em; text-decoration: none; }


.search-table table {
	width: auto; border:none; text-align: center; margin:30px 20px 10px 20px;
}
.search-table table tr {
	background-color: transparent;
}
.search-table table td {
	padding: 5px;
}

.search-table table td.label{
	width: 10%;
}

.search-table table td input[type="text"], .search-table table td select {
	width:65%;
}
.search-table table tr input.addressSearch {
	width:88%;
}

div.fields label.tiny {
	font-size: 7pt;
	margin-top:-3px;
	margin-bottom: 5px;
}

div.longtitle {
	text-align: left;
	width: 280px;
}

div.emergencyPhonesBox {
	margin-top: 30px;
	border: 1px solid black;
	padding-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

div.demographicErrors {
	float: left;
	margin-top: -10px;
}

.supportNeedsNotSelected{
    color: #a00;
    padding: 8px 8px 8px 8px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #900;
    background-color: #fee;
    text-align: center;

}

.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(/images/flags16.png) no-repeat;}
.f16 ._African_Union(OAS){background-position:0 -16px;}
.f16 ._Arab_League{background-position:0 -32px;}
.f16 ._ASEAN{background-position:0 -48px;}
.f16 ._CARICOM{background-position:0 -64px;}
.f16 ._CIS{background-position:0 -80px;}
.f16 ._Commonwealth{background-position:0 -96px;}
.f16 ._England{background-position:0 -112px;}
.f16 ._European_Union{background-position:0 -128px;}
.f16 ._Islamic_Conference{background-position:0 -144px;}
.f16 ._Kosovo{background-position:0 -160px;}
.f16 ._NATO{background-position:0 -176px;}
.f16 ._Northern_Cyprus{background-position:0 -192px;}
.f16 ._Northern_Ireland{background-position:0 -208px;}
.f16 ._Olimpic_Movement{background-position:0 -224px;}
.f16 ._OPEC{background-position:0 -240px;}
.f16 ._Red_Cross{background-position:0 -256px;}
.f16 ._Scotland{background-position:0 -272px;}
.f16 ._Somaliland{background-position:0 -288px;}
.f16 ._Tibet{background-position:0 -304px;}
.f16 ._United_Nations{background-position:0 -320px;}
.f16 ._Wales{background-position:0 -336px;}
.f16 .ad{background-position:0 -352px;}
.f16 .ae{background-position:0 -368px;}
.f16 .af{background-position:0 -384px;}
.f16 .ag{background-position:0 -400px;}
.f16 .ai{background-position:0 -416px;}
.f16 .al{background-position:0 -432px;}
.f16 .am{background-position:0 -448px;}
.f16 .an{background-position:0 -464px;}
.f16 .ao{background-position:0 -480px;}
.f16 .aq{background-position:0 -496px;}
.f16 .ar{background-position:0 -512px;}
.f16 .as{background-position:0 -528px;}
.f16 .at{background-position:0 -544px;}
.f16 .au{background-position:0 -560px;}
.f16 .aw{background-position:0 -576px;}
.f16 .az{background-position:0 -592px;}
.f16 .ba{background-position:0 -608px;}
.f16 .bb{background-position:0 -624px;}
.f16 .bd{background-position:0 -640px;}
.f16 .be{background-position:0 -656px;}
.f16 .bf{background-position:0 -672px;}
.f16 .bg{background-position:0 -688px;}
.f16 .bh{background-position:0 -704px;}
.f16 .bi{background-position:0 -720px;}
.f16 .bj{background-position:0 -736px;}
.f16 .bm{background-position:0 -752px;}
.f16 .bn{background-position:0 -768px;}
.f16 .bo{background-position:0 -784px;}
.f16 .br{background-position:0 -800px;}
.f16 .bs{background-position:0 -816px;}
.f16 .bt{background-position:0 -832px;}
.f16 .bw{background-position:0 -848px;}
.f16 .by{background-position:0 -864px;}
.f16 .bz{background-position:0 -880px;}
.f16 .ca{background-position:0 -896px;}
.f16 .cg{background-position:0 -912px;}
.f16 .cf{background-position:0 -928px;}
.f16 .cd{background-position:0 -944px;}
.f16 .ch{background-position:0 -960px;}
.f16 .ci{background-position:0 -976px;}
.f16 .ck{background-position:0 -992px;}
.f16 .cl{background-position:0 -1008px;}
.f16 .cm{background-position:0 -1024px;}
.f16 .cn{background-position:0 -1040px;}
.f16 .co{background-position:0 -1056px;}
.f16 .cr{background-position:0 -1072px;}
.f16 .cu{background-position:0 -1088px;}
.f16 .cv{background-position:0 -1104px;}
.f16 .cy{background-position:0 -1120px;}
.f16 .cz{background-position:0 -1136px;}
.f16 .de{background-position:0 -1152px;}
.f16 .dj{background-position:0 -1168px;}
.f16 .dk{background-position:0 -1184px;}
.f16 .dm{background-position:0 -1200px;}
.f16 .do{background-position:0 -1216px;}
.f16 .dz{background-position:0 -1232px;}
.f16 .ec{background-position:0 -1248px;}
.f16 .ee{background-position:0 -1264px;}
.f16 .eg{background-position:0 -1280px;}
.f16 .eh{background-position:0 -1296px;}
.f16 .er{background-position:0 -1312px;}
.f16 .es{background-position:0 -1328px;}
.f16 .et{background-position:0 -1344px;}
.f16 .fi{background-position:0 -1360px;}
.f16 .fj{background-position:0 -1376px;}
.f16 .fm{background-position:0 -1392px;}
.f16 .fo{background-position:0 -1408px;}
.f16 .fr{background-position:0 -1424px;}
.f16 .ga{background-position:0 -1440px;}
.f16 .gb{background-position:0 -1456px;}
.f16 .gd{background-position:0 -1472px;}
.f16 .ge{background-position:0 -1488px;}
.f16 .gg{background-position:0 -1504px;}
.f16 .gh{background-position:0 -1520px;}
.f16 .gi{background-position:0 -1536px;}
.f16 .gl{background-position:0 -1552px;}
.f16 .gm{background-position:0 -1568px;}
.f16 .gn{background-position:0 -1584px;}
.f16 .gp{background-position:0 -1600px;}
.f16 .gq{background-position:0 -1616px;}
.f16 .gr{background-position:0 -1632px;}
.f16 .gt{background-position:0 -1648px;}
.f16 .gu{background-position:0 -1664px;}
.f16 .gw{background-position:0 -1680px;}
.f16 .gy{background-position:0 -1696px;}
.f16 .hk{background-position:0 -1712px;}
.f16 .hn{background-position:0 -1728px;}
.f16 .hr{background-position:0 -1744px;}
.f16 .ht{background-position:0 -1760px;}
.f16 .hu{background-position:0 -1776px;}
.f16 .id{background-position:0 -1792px;}
.f16 .mc{background-position:0 -1792px;}
.f16 .ie{background-position:0 -1808px;}
.f16 .il{background-position:0 -1824px;}
.f16 .im{background-position:0 -1840px;}
.f16 .in{background-position:0 -1856px;}
.f16 .iq{background-position:0 -1872px;}
.f16 .ir{background-position:0 -1888px;}
.f16 .is{background-position:0 -1904px;}
.f16 .it{background-position:0 -1920px;}
.f16 .je{background-position:0 -1936px;}
.f16 .jm{background-position:0 -1952px;}
.f16 .jo{background-position:0 -1968px;}
.f16 .jp{background-position:0 -1984px;}
.f16 .ke{background-position:0 -2000px;}
.f16 .kg{background-position:0 -2016px;}
.f16 .kh{background-position:0 -2032px;}
.f16 .ki{background-position:0 -2048px;}
.f16 .km{background-position:0 -2064px;}
.f16 .kn{background-position:0 -2080px;}
.f16 .kp{background-position:0 -2096px;}
.f16 .kr{background-position:0 -2112px;}
.f16 .kw{background-position:0 -2128px;}
.f16 .ky{background-position:0 -2144px;}
.f16 .kz{background-position:0 -2160px;}
.f16 .la{background-position:0 -2176px;}
.f16 .lb{background-position:0 -2192px;}
.f16 .lc{background-position:0 -2208px;}
.f16 .li{background-position:0 -2224px;}
.f16 .lk{background-position:0 -2240px;}
.f16 .lr{background-position:0 -2256px;}
.f16 .ls{background-position:0 -2272px;}
.f16 .lt{background-position:0 -2288px;}
.f16 .lu{background-position:0 -2304px;}
.f16 .lv{background-position:0 -2320px;}
.f16 .ly{background-position:0 -2336px;}
.f16 .ma{background-position:0 -2352px;}
.f16 .md{background-position:0 -2368px;}
.f16 .me{background-position:0 -2384px;}
.f16 .mg{background-position:0 -2400px;}
.f16 .mh{background-position:0 -2416px;}
.f16 .mk{background-position:0 -2432px;}
.f16 .ml{background-position:0 -2448px;}
.f16 .mm{background-position:0 -2464px;}
.f16 .mn{background-position:0 -2480px;}
.f16 .mo{background-position:0 -2496px;}
.f16 .mq{background-position:0 -2512px;}
.f16 .mr{background-position:0 -2528px;}
.f16 .ms{background-position:0 -2544px;}
.f16 .mt{background-position:0 -2560px;}
.f16 .mu{background-position:0 -2576px;}
.f16 .mv{background-position:0 -2592px;}
.f16 .mw{background-position:0 -2608px;}
.f16 .mx{background-position:0 -2624px;}
.f16 .my{background-position:0 -2640px;}
.f16 .mz{background-position:0 -2656px;}
.f16 .na{background-position:0 -2672px;}
.f16 .nc{background-position:0 -2688px;}
.f16 .ne{background-position:0 -2704px;}
.f16 .ng{background-position:0 -2720px;}
.f16 .ni{background-position:0 -2736px;}
.f16 .nl{background-position:0 -2752px;}
.f16 .no{background-position:0 -2768px;}
.f16 .np{background-position:0 -2784px;}
.f16 .nr{background-position:0 -2800px;}
.f16 .nz{background-position:0 -2816px;}
.f16 .om{background-position:0 -2832px;}
.f16 .pa{background-position:0 -2848px;}
.f16 .pe{background-position:0 -2864px;}
.f16 .pf{background-position:0 -2880px;}
.f16 .pg{background-position:0 -2896px;}
.f16 .ph{background-position:0 -2912px;}
.f16 .pk{background-position:0 -2928px;}
.f16 .pl{background-position:0 -2944px;}
.f16 .pr{background-position:0 -2960px;}
.f16 .ps{background-position:0 -2976px;}
.f16 .pt{background-position:0 -2992px;}
.f16 .pw{background-position:0 -3008px;}
.f16 .py{background-position:0 -3024px;}
.f16 .qa{background-position:0 -3040px;}
.f16 .re{background-position:0 -3056px;}
.f16 .ro{background-position:0 -3072px;}
.f16 .rs{background-position:0 -3088px;}
.f16 .ru{background-position:0 -3104px;}
.f16 .rw{background-position:0 -3120px;}
.f16 .sa{background-position:0 -3136px;}
.f16 .sb{background-position:0 -3152px;}
.f16 .sc{background-position:0 -3168px;}
.f16 .sd{background-position:0 -3184px;}
.f16 .se{background-position:0 -3200px;}
.f16 .sg{background-position:0 -3216px;}
.f16 .si{background-position:0 -3232px;}
.f16 .sk{background-position:0 -3248px;}
.f16 .sl{background-position:0 -3264px;}
.f16 .sm{background-position:0 -3280px;}
.f16 .sn{background-position:0 -3296px;}
.f16 .so{background-position:0 -3312px;}
.f16 .sr{background-position:0 -3328px;}
.f16 .st{background-position:0 -3344px;}
.f16 .sv{background-position:0 -3360px;}
.f16 .sy{background-position:0 -3376px;}
.f16 .sz{background-position:0 -3392px;}
.f16 .tc{background-position:0 -3408px;}
.f16 .td{background-position:0 -3424px;}
.f16 .tg{background-position:0 -3440px;}
.f16 .th{background-position:0 -3456px;}
.f16 .tj{background-position:0 -3472px;}
.f16 .tl{background-position:0 -3488px;}
.f16 .tm{background-position:0 -3504px;}
.f16 .tn{background-position:0 -3520px;}
.f16 .to{background-position:0 -3536px;}
.f16 .tr{background-position:0 -3552px;}
.f16 .tt{background-position:0 -3568px;}
.f16 .tv{background-position:0 -3584px;}
.f16 .tw{background-position:0 -3600px;}
.f16 .tz{background-position:0 -3616px;}
.f16 .ua{background-position:0 -3632px;}
.f16 .ug{background-position:0 -3648px;}
.f16 .us{background-position:0 -3664px;}
.f16 .uy{background-position:0 -3680px;}
.f16 .uz{background-position:0 -3696px;}
.f16 .va{background-position:0 -3712px;}
.f16 .vc{background-position:0 -3728px;}
.f16 .ve{background-position:0 -3744px;}
.f16 .vg{background-position:0 -3760px;}
.f16 .vi{background-position:0 -3776px;}
.f16 .vn{background-position:0 -3792px;}
.f16 .vu{background-position:0 -3808px;}
.f16 .ws{background-position:0 -3824px;}
.f16 .ye{background-position:0 -3840px;}
.f16 .za{background-position:0 -3856px;}
.f16 .zm{background-position:0 -3872px;}
.f16 .zw{background-position:0 -3872px;}


