/* Background Colors */
#header, .inboxHeader {background-color: #4A78D4} /* Dark Color */ 
#titlebar, .outboxHeader {background-color: #013567} /* Light Color */
/* Link & Title Font Colors */
a, #prinav li a:hover, #studentlogin li a:hover {color: #4A78D4} /* Dark Color */
a:hover {color: #BB2244} /* Light Color */
h1, .inboxHeader, .outboxHeader {color: #fff} /* Site Title Color */


/* Form Border Colors */
input, textarea {border: 1px solid #013567;}  /* Dark Color */
input:focus, textarea:focus, input.sffocus, textarea.sffocus {border: 1px solid #4A78D4;} /* Light Color */
input.button {
	border: 1px solid #4A78D4; /* Dark Color */
	background-color: #013567; /* Light Color */
	color: #fff; /* Title Color */
}	

/* 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;
}

/* MATT'S STYLES */
#header {background: url(/i/bkgd-top.gif) #FFFFFF top center repeat-x;} /*A3D7DE FCBA63*/
#main {background: url(/i/bkgd-top-main.gif) #eee top center repeat-x;}
#logo {padding: 0;}
#logo a {display: block;}
h1 {font-family: verdana, arial, sans-serif; font-weight: normal; font-size: 1.3em;}
#titlebar {background-color: #F26631}

input, textarea, select {border: 1px solid #4A78D4; background: #FDFAF0;}  /* Dark Color */
input:hover, textarea:hover, input.sfhover, textarea.sfhover, select:hover, select.sfhover {border: 1px solid #013567; background: #fff;} /* Light Color */
input:focus, textarea:focus, input.sffocus, textarea.sffocus, select:focus, select.sffocus {border: 1px solid #4A78D4; background: #fff} /* Light Color */


/* Button Input --> add by 3 at 22-12 06 */ 
input.button {
	border: 1px solid #4A78D4; /* Dark Color */
	background-color: #013567; /* Light Color */
	color: #fff; /* Title Color */
}

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 */
}

.separateline {
	border-top: 1px solid #DDD;
	margin: 5px 0px 5px 0px;
}

/*NEW CSS WARNING BOX June 08, 2008  --- DW*/
.validation {
	border: 1px solid #ff0000;	
	padding: 10px 10px 10px 40px;
	color: #D63301;
	background: #FFCCBA url(../images/validation.gif) left center no-repeat;
	background-position: 5px;
}

.validation ul {
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
}

html>/**/body .validation ul {
	margin-left:-25px;	
}

.warning {
    border: 1px solid;
    padding:10px 10px 10px 40px;
    color: #9F6000;
	background: #FEEFB3 url(../images/warning.gif) left center no-repeat;
	background-position: 5px;
}

.success {
    border: 1px solid;
    padding:10px 10px 10px 40px;
    color: #4F8A10;
	background: #DFF2BF url(../images/success.gif) left center no-repeat;
	background-position: 5px;
}
/* END NEW CSS*/

/* ADD FORM */

input[type="radio"] {
	width:20px;
	border:none;
	background-color:#FFFFFF
}

.document {
	color: #0000cc;
}

.file {
	width:300px;
}
