/* mainstyle overload */
input[type="button"], input[type="submit"]
{background-color:yellow; cursor:pointer}

input.formInput_date {width:80px; vertical-align:middle}
img.formInput_date {vertical-align:middle; cursor:pointer}

.pageMessage 
{
  margin-top:20px; 
  margin-bottom:20px; 
  padding-top:5px;
  padding-bottom:5px;
  text-align:center; 
  background-color:WhiteSmoke; 
  border-top:1px;
  border-bottom:1px;
  border-color:#CCCCCC;
  border-style:solid;
}

#requiredAsterisk {color:Red}

table.registrationTable tr td {vertical-align:top}

/* Welcome Page Summary */
table.welcomeSummary tr { height:20px }
table.welcomeScholarshipSummary tr { height:30px}
.welcomeSummaryStatus { text-align:right;}

/* profile / universal apllication */
table.profileForm tr td {vertical-align:top}
table.profileView tr th {height:25px}
table.profileView tr td {vertical-align:top}

/* Letter of Recommendation status */
table.LoRStatus {margin-bottom:10px}
table.LoRStatus tr {height:30px}
table.LoRStatus tr td {width:150px; vertical-align:middle}
table.LoRStatusReadonly {margin-bottom:10px}
table.LoRStatusReadonly tr {height:20px}
table.LoRStatusReadonly tr td {width:100px; vertical-align:middle}

/* Documents status */
table.docStatus {margin-bottom:10px}
table.docStatus tr {height:30px}
table.docStatus tr td {width:150px; vertical-align:middle}

/* Financial Aid status */
table.FAStatus {margin-bottom:10px}
table.FAStatus tr {height:30px}
table.FAStatus tr td {width:150px; vertical-align:middle}

/* Section status */
.sectionStatus {color:red; font-size:13px}

/* Button Input --> add by 3 at 22-12 06 */ 
input.button {
	border: 1px solid #47b; /* Dark Color */
	background-color: #6af; /* Light Color */
	color: #fff; /* Title Color */
}