﻿.programSearch {
	margin-bottom:20px;
	font-size:14px;
}

.progsearchbox {
    padding: 5px;
    outline: none;
    color:#444;
    text-decoration: none;
    width: 100%;
	border: 1px solid #E5E7E9;
	border-radius: 6px;
}


/* BUTTONS: Search and Reset  */
.SubmitButtons {    
     padding:5px 15px 5px 15px;
     text-decoration: none;
     display: inline-block;
     font-family: Calibri,Lucida,Verdana,sans-serif;
     outline:none;
     margin:5px;
     white-space:nowrap;
}

.btnSubmit2 {
    width:150px;
    display: inline-block;
    margin: 0.2em;
    outline: none;
    border: 0px solid rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.3);
    text-decoration: none;
    font-weight: 700;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    background-color:#007599;
    padding: 5px 5px;
    font-family: 'calibri','Arial Narrow',Arial,sans-serif;
    color: #fff;
    font-size: 18px;
}

.btnSubmit2:hover {
  transition: 200ms;
  background-color: #9AA029;
}


/* SEARCH BOXES TABLE */
.searchBoxes table {
    width: 55%;
}

.searchBoxes table td {
    padding: 5px;
}


/* SEARCH BOXES: Keyword, Campus, Program Area */

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.me-select {
    padding: 5px;
    outline: none;
    color:#444;
    text-decoration: none;
    font-weight: 500;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;	
    
}

.searchboxlabel {
    font-weight: bold;
}

.progsearchbox {
    height: 34px;  /* Set a fixed height */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;  /* To ensure padding and border are included in the total height and width */
}

.progsearchbox:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}


/* Message Text when no results returned */
.lblMsg
{    
    display:block;
	margin-top: 20px;
}

/* PROGRAM DETAILS PAGE */

#programDetailPage {
    width: 100%;
}

.ProgramDetailBoxJU {    
    background-color:#fff;
    border: 1px solid #E6E6E6;
    min-height:125px;
    padding: 5px;
    margin-bottom: 10px;
}

.ProgramDetailBoxJU:target {display: block;}

.programDetailTitle {
}

.programDetailSectionTitle {
    background-color: #829600;
    font-weight:700;
    line-height: 1.65em;
    display: block;
    color: #fff;
    padding: 5px;
}

.programDetailsParagraph {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 3%;
    vertical-align: baseline;
}

.programImage {
    float: right;
    max-width: 275px;
    max-height: 140px;    
    margin-left:5px;
    margin-bottom:5px;
}

#programDetailPage  ul {
    padding-left: 20px;
    list-style: disc !important;
    margin-bottom: 18px;
}

#programDetailPage  ol {
    padding-left: 20px;
    list-style-type: decimal;
    margin-bottom: 18px;
}

#programDetailPage  ul ul, ol ul 
{
    list-style-type: circle;
}

#programDetailPage  ul ul ul, ol ol ul 
{
    list-style-type: square;
}

/* BUTTON: Apply Now */
.applyNow a{
		background-color: rgb(0,117,153) !important;
		width:200px;
		text-align:center;
		font-weight: bold;
		font-size:20px;
		letter-spacing: 2px;
		color: #FFF;
		margin-top: 3px;
		margin-bottom: 10px;
		padding: 5px 10px; 
		display: inline-block; 
		white-space: nowrap; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-decoration: none;
	}