@charset "UTF-8";
/* CSS Document */

.dataEntryPanel {
	position:absolute;
	-webkit-box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.75);
	font-size: 1em;
}

.dataEntryPanel label {
	margin-left:10px;
	width:120px;
	float:left;
	margin-top:10px;
}

.dataEntryPanel input[type="text"], input[type="password"] {
	margin-top:10px;
	float:left;
	width:200px;
}

.dataEntryPanel input[type="checkbox"] {
	margin-top:10px;
	float:left;
}

.dataEntryPanel input[type="checkbox"] {
	margin-top:10px;
	float:left;
}

.dataEntryPanel input[type="date"] {
	margin-top:10px;
	float:left;
}

.dataEntryPanel select {
	margin-top:10px;
	float:left;
}

.dataEntryPanel textarea {
	margin-top:10px;
	margin-left:10px;
	float:left;
}

.dataEntryPanel b {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#000;
	padding:0px 0px 10px 0px;
	margin:0px;
}

.dataEntryPanel p {  
	font-family:Georgia, "Times New Roman", Times, serif; 	
	font-size:.8em;
	font-weight: normal;
	font-style:italic;
	color:#F00;
	margin:0px;
	padding:2px 0px 20px 0px;
	margin-top: 1em;
}

.dataEntryPanel input[type=text], .rpl_container {
	margin-top:10px;
	float:left;
	width:200px;
	z-index:inherit;
}

#rpl_panel {
	top:85px;	
	display:none;
	position:absolute;
	padding-left:5px;
	padding-right: 5px;
	width:70%;       /* 100% */
	height:600px;
	z-index:inherit;
	background:url(/images/RegistrationPanelB.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-size: .8em;
}

#rpl_MenuContainer {
	position:static;
	height: 2em;
	vertical-align: middle;
	text-align: center;
	padding-top: 1em;
}

#rpl_MenuContainer > div {
	position:static;
	/* height: 100%; */
	line-height: 2em;
	float:left;
}

#rpl_genInfoPanel .rpl_separator {
	display:none;
}

.rpl_Menus > div {
	position:relative;
	height: 100%;
	display: inline-block;
    font-family:Georgia, "Times New Roman", Times, serif;
    vertical-align: middle;
}

.rpl_unSelectedTab {
    font-style: italic;
    color:#000";
}

.rpl_SelectedTab {
    background-color:grey;
    font-style: normal;
    color: #fff;
}

.rpl_MenuButton {
	position:relative; 
	z-index:inherit;
	margin-left:10px;
	top:0px;
	margin-top:0px;
}

.rpl_PanelSelected {
	position:static;
	width:90%;
	padding:0px;
	padding-top: 1em;
	margin:0px;
	margin-top: 2.5em;
	margin-left:1em;
	margin-bottom: 1em;
}

.rpl_blackText {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin-top:10px;
}

.rpl_smallBlackText {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin-top:0px;
}

.rpl_Text_Italic {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	font-style:italic;
	z-index:inherit;
}


#rpl_ERROR {
	width:auto;
	margin-left:100px;
	margin-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#F00;
}

.rpl_favorites {
	font-family:Georgia, "Times New Roman", Times, serif;
	height:16px;
	text-align:center;
	vertical-align:middle;
	border-bottom-color:#000;
	border-bottom-width:thin;
	width:250px;
	z-index:inherit;
}

/*  group registration panel __grp_registrationpanel.html */

#grp_panel {
	position:absolute;
	top:85px;	
	width:auto;
	padding-right: 20px;
	background-color: lightgrey; /* aquamarine; */
	border-radius: .5em;
}

#grp_title {
	margin-left: 5%;
	width:90%;
	height:20px;
}

.grpLine {
	padding:4px;
	width:100%;
}
		
.grpLabel {
	width:90px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display: inline-block;
}
		
.grpInput {
	margin-left:10px;
	width:150px;
	height:15px;
	margin-right:10px;
}
		
.grpDescription {
	width:500px;
}

#grpMembers {
	height: 150px;
	width:98%;
	margin:0px;
	padding:0px;
	border-style: solid;
	border-color: black;
	border-width:1px;
	overflow:scroll;
	float:left;
}

.grpMemberTable {
	float:left;
}

#grp_CancelButton, #grp_SubmitButton {
	width:auto;
	margin:.5em;
	padding:.2em;
	position:static;
	display: inline;
}

