/* Background Colors */
#header, .inboxHeader {background-color: #f79324} /* Dark Color */
#titlebar, .outboxHeader {background-color: #013567} /* Light Color */
.outboxHeader2 {background-color:#4a78d4}
/* Link & Title Font Colors */
a, #prinav li a:hover, #studentlogin li a:hover {color: #4A78D4} /* Dark Color */
a:hover {color: #BB2244} /* Light Color */
.inboxHeader, .outboxHeader, .outboxHeader2 {color: #fff} /* Site Title Color */
h1 {color: #000}

/* 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:#F5F5F5; 
  border-top:1px;
  border-bottom:1px;
  border-color:#CCCCCC;
  border-style:solid;
}

/* MATT'S STYLES */
#header {background: url(/i/bkgd-top.gif) #4A78D4 top center repeat-x;}
#main {background: url(/i/bkgd-top-main.gif) #fff 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: #6af}

input, textarea, select {border: 1px solid #4A78D4;}  /* 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:#F5F5F5; 
  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}
table.welcomeScholarshipSummary tr.hrHeader {background-color:#013567;height:auto;}
table.welcomeScholarshipSummary tr.hrHeader2 {background-color:#4a78d4;height:auto;}
table.welcomeScholarshipSummary tr.listSummary {border:1px solid #000000;}
.padleft {padding-left:5px}
.padright {padding-right:5px}
.acolor {color:red;font-weight:bold;}
.acolor:hover {color:yellow;font-weight:bold;}
.acolor2 {color:lightgrey;font-weight:bold;}
.acolor2 a:hover {color:yellow;font-weight:bold;}
.acolor3 {color:#99cc37;font-weight:bold;}
.acolor3:hover {color:yellow;font-weight:bold;}
.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, edited by JH on 30-8-09 */ 
input.button {
	border: 1px solid #666; /* Dark Color */
	background-color: #99cc37; /* Light Color */
	color: #fff; /* Title Color */
}

.separateline {
	border-top: 1px solid #DDD;
	margin: 5px 0px 5px 0px;
}

input[type="radio"] {
	width:20px;
	border:none;
	background-color:#FFFFFF
}

input[type="checkbox"] {
	width:20px;
	border:none;
	background-color:#FFFFFF
}

/*NEW CSS WARNING BOX June 08, 2008  */
.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;
}

.errormsg {
    border: 1px solid;
	padding:10px 10px 10px 40px;
	color: #D8000C;
    background: #FFBABA url(../images/error.png) left center no-repeat;
	background-position: 5px;
}

.required {color:red}


/* UPDATED STYLES FOR NED */
/*	#header {background: url(/images/bkgd-hdr.gif) transparent top center repeat-x;}	*/
#header {background-color: #FFFFFF; border-bottom: 4px solid #857A68;} /* white Color */
#header #headerwrapper {background: url(/images/logo.jpg) transparent top left no-repeat;}
#header #headerwrapper img {padding: 8px 5px 8px 5px;}

#header #titlebar {background: transparent; border: none; padding: 0 0 10px 145px;}
#header #titlebar h1 {font-family: Verdana, sans-serif; font-size: 16px; color: #333;}

#main {background-color: #F8F7E7; padding:0;}
#main #mainwrapper {background: url(/images/bkgd-main.gif) transparent top left repeat-y; padding: 20px 0 20px 0;}

#prisidebar, #prisidebar div, #prinavwrapper, #secsidebar {background: transparent;}
#prinavwrapper {margin-left: 7px;}
