@charset "utf-8";
/* CSS Document */

.clear {
  clear: both;
}

#Login {
	margin:66px auto;
	padding:0;
	width: 375px;
}

#myform {
	margin:0 auto;
	padding:0;
	width: 610px;
}

* html #myform {height: 1%;}

#myform form, #EnterID  {
	font-size: 14pt;
}
#EnterID, #EnterID  p {
	font-weight:bold;
}

#myform fieldset, #Login fieldset {
	margin: 12px 0; /*  space out the fieldsets a little*/
	padding: 0px;
	border: 1px solid #ccc;
	background-color:#F5F5F5;
}

#myform legend, #Login legend {
	font-weight: bold;
	margin:8px 0 6px 18px;
}

#myform label {
	clear:left;
	float: left;
	text-align: left;
	margin:6px 0;
	width:125px;
}

#Occupation label, #Practicum label, #Certification label, #Plan label, #Course label {
	float: none;
	display: inline;
	margin: 18px 0;
}

#Status {
  margin-left:12px;
}

#Plan .left {
	float:left;
	width:390px;
	font-size:95%;
}

#Plan .right {
	margin:0 3px 0 26px; 
	text-align:right;
}

#myform input {
  float:none;
  width: 180px;
}

#myform select {
	float:left;
	margin:6px 0 18px 8px;
}

.headspace {
	margin:3px 12px 18px 32px;
}

.headspace p {
	clear: both;
	margin:0;
}

#myform input[type="text"], #myform input[type="date"], #myform input[type="email"], #myform input[type="url"], #myform input[type="tel"], #myform textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin:10px 0;
}

#myform input[type="text"], #myform input[type="tel"] {
	width:200px;
}

#myform input[type="date"] {
	width:75px;
}

#myform input[type="email"], #myform input[type="url"] {
	width:250px;
}

.3digit input {
  width:36px;
}

#myform textarea {
	margin-left:36px;
	width:300px;
}

#myform input.radio, #myform input.checkbox {
  	width: auto;
	float: none;
	margin-top:18px;	
}

#myform input.radio {
	margin-right: 12px;
}

/* style form elements on focus */
#myform input:focus, #myform textarea:focus {
	background: #ffc;
}

.DispoLabel {  
	font-weight:bold; 
	color:#990000;
}

#plaintext {
	text-align:left;
	margin:10px 20px;
	line-height:1.1em;
}

.highlight {
	background-color:#FFFFCC;
	padding:8px 12px;
}

.plan-space {
	padding:10px 0;
}

#Comments .plaintext {
	float:left;
	margin:0 26px 18px 0;
}

/* targets IE6- ONLY for 3-pixel bug. Adds 3 pixel indent for multi-line form contents.
See http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .headspace {
	margin-left: 3px;
}

#PlanSubmit submit, #PlanSubmit reset {
	clear:left;
	margin:4px 0 18px 0px; 
	text-align:center;
	width:40px;
}

#LoginSubmit input {  
	float: none;  
	text-align:center;
	width:60px;
}
.edit {
	margin-left:12px;
	font-size:10pt;
	color:#0000FF;
	margin-top: 0px;
}

