@charset "utf-8";
/* CSS Document */

/*---------- Content */
#content_outer {
	width: 100%;
	/*height: 400px;*/
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}

#content_scroll {
	width: 100%;
	display: block;
	/* Uncomment to have a fixed height in the main edit area
	height: 400px;
	overflow: auto;
	*/
}

#content_inner {
	width: 800px;
	display: block;
	padding: 20px;
	margin-right:auto;
	margin-left:auto;
}

#login_area {
  margin-top: 100px;
  width: 100%;
}

p.instructions {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 8px;
	color: black;
}

p.notes {
	color: #9a9a9a;
	font-size: .75em;
}

/*---------- Forms */

#content form {
  width: 100%;
  text-align: center;
}

div.form_area {
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}

div.form_area p.form_instruction {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: left;
	color: black;
}

form input[type=file] {
  width: 400px;
}

form textarea {
  width: 100%;
  height: 100px;
}

form table.sub-form {
 	width: 85%;
  margin-right: auto;
  margin-left: auto;
}

form table.sub-form td {
  vertical-align: top;
}

form table.sub-form td.label {

}

form table.sub-form textarea {
	width: 586px;
	height: 50px;
}

form table.sub-form input[type=text] {
	width: 586px;
}

div.dated_announcements {
  background-color:#efefef;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Announcement textareas should be the same width as the welcome textarea */
div.dated_announcements table.sub-form {
  width: 100%;
}
div.dated_announcements form table.sub-form textarea {
  width: 100%;
}

div.dated_announcements form table {
  font-size: .8em;
}

div.dated_announcements form table td.Current {
	padding-left: 5px;
	font-weight: bold;
	color: green;
}

div.dated_announcements form table td.Expired {
	padding-left: 5px;
	font-weight: bold;
	color: red;
}

div.dated_announcements form table td.Future {
	padding-left: 5px;
	font-weight: bold;
	color: #ffcc33;
}

/*---------- Textarea Limits */

.textAreaLimit {
	font-size: .75em;
}

.OverLimit {
	color: red;
}
