<style type="text/css">
<!--

body {  }

label {
  display: inline;
  font-weight: normal;
}


table.center {
	margin: auto;
}
td.table_title {
	border-bottom: #000000 solid 2px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}


table td.transcript_table {
	border-bottom: rgb(0,0,0) solid 2px;
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
}

.table_right {
	float: right;
}

.top {
	vertical-align: top;
	height: auto;
}
.right { text-align: right; margin-left: auto; margin-right: 0; }

.left {	text-align: left; margin-left: 0; margin-right: augo; }

.center { text-align: center; margin: auto; }

p.centered { text-align: center; }
div.centered { text-align: center; }
div.centered table { 
	margin: 0 auto; 
	text-align: left;
}
img { border-style: none; }

.app_section_title {
	font-weight: bold;
}


table {
	border: none;
}

table td, table th {
	border: none;
}

#login_page {
	font-size: 14px;
}
#login_page .login_table {
	padding: 3px 10px 3px 10px;
}

#login_page table {
	border-collapse: seperate;
}

#login_page div.login_page {
	size: 11px;
	padding: 0px;
	clear: both;
}
#login_page .program-name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25em;
}
#login_page .post_login_text {
  text-align: center;
  margin-top: 10px;
}
#login_page .login-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
}
#login_page .due-date {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
}

.login_page {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#submission_page {
}
#response_page_page {
}
#program_index_page {
}

#wrapper {
}
#content {
	text-align: left;
}
#content-container {
}
#footer {
}

input.readonly { background-color: #bbbbbb; }
input.input12, select.input12 {font-family:"Helvetica"; font-size: 12px; padding: 0em}
input.input11, select.input11 {font-family:"Helvetica"; font-size: 12px; padding: 0em}
input.input10, select.input10 {font-family:"Helvetica"; font-size: 10px; padding: 0em}

input.app_input, select.app_input {font-family:"Helvetica"; font-size: 12px; padding: 0em}

.upload_status {
	font-size: 0.9em;
	height: auto;
	border: 1px solid #cccccc;
	background: #5DA30C;
	width: auto;
	margin: 0;
	padding: 3px 2px 1px 2px;
	display: inline;
}

.submitted_status {
  background: none repeat scroll 0 0 #5DA30C;
  border: 1px solid #cccccc;
  float: right;
  font-size: 0.9em;
  padding: 3px 2px 1px 2px;
  margin-right: 10px;
}

td.login_button, #login_page td.login_button {
	border: #000000 solid 1px;
	background-color: #c9c9c9;
	padding: 5px;
   	font-size: 1em;
}
td.login_button:hover, #login_page td.login_button:hover {
	border: #000000 solid 1px;
	background-color: #e9e9e9;
	padding: 5px;
}
#login_page td {
	border: none;
	padding: 1px 1px;
}

#login_page table {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

#login_page a, div.login_page a {
	color: #000000;
	text-decoration: none;
}


.submit_button {
	border: 1px solid #000000;
	background: #c9c9c9;
	padding: 2px 8px;
	font-size: 1em;
}

.submit_button:hover {
	background: #e9e9e9;
}

.submit_button a {
	text-decoration: none;
	color: #000000;
}




#login_page a.blank_app, div.login_page a.blank_app {
	color: #0000FF;
	text-decoration: underline;
}

.clear{
	clear:both;
}
#status table {
        border-collapse: collapse;
}
#status td.title {
	border-bottom: solid 1px black;
	font-weight: bold;
	vertical-align: bottom;
}
#status td {
	padding-right: 20px;
}

#footer-tag {
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 1.5em
}

#footer-tag .small {
	font-size: 9px;
}
OPTION.style1 {text-decoration:underline;}

#countdown, #countdown2 {
  display: inline;
  border:none;
  font-family:verdana;
  font-weight:bold;
  border-right-color:#FFFFFF;
}

#session_timer {
	padding: 3px;
	text-align: center;
	font-size: 14px;
	margin: auto;
	border: 1px solid red;
	width: 300px;
	line-height: 2em;
}
#javascript-disabled {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 1em;
  margin-botton: 2em;
}

.hide { display:none; }

.readonly {
	background-color: #aaaaaa;
}

.app_list {
	min-height: 100px;
}


#application .major_category {
  background-color: #555555;
  border-radius: 4px;
  color: #eeeeee;
  font-weight: 900;
  margin: 5px 0;
  padding: 3px;
  font-size: 1.1em;
}


#application .section_divider {
  background: none repeat scroll 0 0 #555555;
  height: 3px;
  margin: 5px 0;
  width: 100%;
}

#application hr {
  background: none repeat scroll 0 0 #555555;
  height: 3px;
  margin: 5px 0;
  width: 100%;
}

#application .form_field {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

#application .wrap {
  white-space: normal;
}

#application .form_value {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

#application .title_row {
  text-align: center;
  vertical-align: bottom;
  border-bottom: solid black 2px;
  padding: 0 3px;
  font-weight: bold;
}
#application .value_row {
  padding: 1px 3px;
}

#application .education_table {
  border-collapse: collapse;
  margin: auto;
}
.script-message {
  text-align: center;
}
.hang_indent {
  padding-left: 22px;
  text-indent: -22px;
  margin: 0 0 0 0;
}




.register_buttons {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

td.even {
	background-color: #AAAAAA;
	padding: 0 10px 0 2px;
	vertical-align: top;
}

td.odd {
	background-color: #cccccc;
	padding: 0 10px 0 2px;
	vertical-align: top;
}

td.odd {
	fontbackground-color: #cccccc;
	padding: 0 10px 0 2px;
	vertical-align: top;
}
td.title {
  font-weight: bold;
  border-bottom: solid 1px;
  border-top: solid 1px;
}
.login_button {
  text-align: center;
  margin-top: 20px;
}

-->
</style>
