/**********************
*    GLOBAL STYLES    *
***********************/

body {
  margin: 0 auto;
  padding: 0px 0px 20px;
  color: white;
  background: #296549 url('/admissions/images/navigation/background.png') repeat-x;
  background-attachment: fixed;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  text-align: center;
  -webket-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

div#page {
  background: #153325 url(/images/navigation/crumb-2.png) 0% 100% repeat-x;
  width: 1010px;
  margin: 0px auto;
}

/**********************
*    HEADER AREA      *
***********************/

div#header {
  color: #828c82;
  background: url('/admissions/images/navigation/background.png') repeat-x;
  background-attachment: fixed;
  padding-top: 45px;
}

div#header p#header-dms {
  display: none;
  visibility: hidden;
  font-size: 10pt;
  letter-spacing: 1px;
}

div#header a {
  text-decoration: none;
  color: #fff;
}

div#header a:hover {
  text-decoration: underline;
}

div#header div#banner {
  height: 100px;
  position: relative;
  padding-bottom: 5px;
  background: url('/admissions/images/navigation/header.png') 0 0 no-repeat;
  text-align: left;
}

div#header div#banner a#dms-home {
  display: block;
  width: 1010px;
  height: 100px;
  text-decoration: none;
}

div#header div#banner a#dms-home span {
  visibility: hidden;
}

div#header div#banner div#header-search {
  display: none;
  position: absolute;
  bottom: 36px;
  left: 725px;
}

div#header-search * {
  padding: 0px;
  margin: 0px;
}

div#header-search input {
  margin: 0px 5px;
  font-size: 11pt;
}

div#header-search input#q {
  width: 150px;
  padding: 2px;
}

div#header-links {
  text-align: right;
  height: 35px;
  background: #252524 url(/images/navigation/audnav_bg.png);
  color: #8baf8b;
  margin-top: 10px;
  border-top-left-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
}

div#header-links p {
  line-height: 35px;
  font-size: 9pt;
  letter-spacing: 1px;
  padding-right: 20px;
}

div#header-links p a {
  padding: 0px 5px;
}

/**********************
*    NAVIGATION       *
***********************/

#secapp_admin div#navigation, #secapp div#navigation, #interview_survey div#navigation {
  display: none;
}

div#navigation {
  width: 280px;
  float: left;
  padding: 10px 0px 0px;
  margin: 0px;
  text-align: left;
}

div#navigation ul {
  list-style: none;
  text-align: left;
  padding: 0px 20px;
  margin: 0px;
  font-size: 11pt;
  color: #fff;
}

div#navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
}

body#home div#navigation ul li.expand a:hover, div#navigation ul li a:hover, div#navigation ul li.expand  ul li a:hover {
  color: #296549;
}

div#navigation ul li {
  line-height: 12pt;
  padding: 10px 0px 0px;
  margin: 0px;
}

div#navigation ul ul {
  display: none;
  margin: 0 5px 0px 20px;
  padding: 0;
  font-size: 9pt;
  list-style: outside disc;
}

div#navigation ul li.expand ul {
  display: block;
}

div#navigation ul ul li {
  padding: 4px 0px 0px;
  margin: 0px
}

div#navigation ul li.expand a, div#navigation ul li.expand li.open, div#navigation ul li.expand li.open a {
  color: #e5d4c3;
}

body#home div#navigation ul li.expand a, div#navigation ul li.expand li a {
  color: #fff;
}

div#navigation ul ul li a:hover/*, div#navigation a[target]:hover */ {
  text-decoration: none;
}

div#navigation li.separator {
  border-top: 1px dotted #296549;
  margin-top: 10px;
}


/**********************
*       CONTENT       *
***********************/

#secapp_admin div#content, #secapp div#content, #interview_survey div#content {
  width: auto;
}

div#content {
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  text-align: left;
  width: 670px;
  overflow: hidden;
  background: #fff;
  padding: 0px 30px 30px 30px;
  background-color: #fff;
  background: #fff url('/images/navigation/crumb-2.png') 0% 100% repeat-x;
  color: #616161;
  min-height: 570px;
  height: auto !important;
  height: 570px;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

#bannerimage {
  display: block;
  position: relative;
  left: -30px;
}

#content h1, #content .pageheading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight:400;
  line-height:1em;
  color: #444;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 15px 0px;
}
#content h2, #content .pageheading2, #content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

#content h4 {
  font-weight: bold;
  margin-top: 20px;
}

#content ol, #content ul, #content p {
  line-height: 1.4em;
  margin-bottom: 15px;
}

#content ol, #content ul {
  margin-left: 0px;
  padding-left: 25px;
}

#content ol.para, #content ul.para {
  margin-left: 0px;
  padding-left: 0px;
}

#content p, #content ol.para li, #content ul.para li {
  margin: 15px 0px;
  padding: 0px;
}

#content a {
  color: #296549;
  text-decoration: underline;
}

#content a:hover {
  color: #153325;
  text-decoration: underline;
}

#content table {
  color: #616161;
  line-height: 1.4em;
}

#cse-search-results iframe {
  margin-top: 10px;
  width: 100%;
  height: 1010px;
}

#content .faculty_results h4, #content .faculty_results p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

#content textarea {
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 11px;
}

#content p.error {
  background: #FFF6BF;
  text-align: center;
  padding: 10px;
  margin: auto auto 0px;
  width: 75%;
}

hr.fade {
  border: 0;
  height: 1px;
  margin: 30px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.shadow {
  padding: 10px;
  margin: 0px auto 15px;
  display: block;
  -webkit-box-shadow: 0px 4px 15px 5px #ccc;
     -moz-box-shadow: 0px 4px 15px 5px #ccc;
          box-shadow: 0px 4px 15px 5px #ccc;
}

/****************************
*        INDEX PAGE         *
*****************************/

body#home div#content {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  width: 730px;
  height: 600px !important;
  padding: 0px;
  margin: 0px;
}

#highlights {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 240px;
  height: 560px;
  background: url(/images/navigation/c85.png);
  padding: 20px;
  color: #fff;
}

#highlights .news-title {
  text-align: left;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 23px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-size: 23px;
  font-weight: normal;
}

#highlights a {
  color: white;
  text-decoration: none;
}

#highlights a:hover {
  color: white;
  text-decoration: underline;
}

#highlights #news {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #fff;
  clear: both;
}

#highlights #news .article {
  margin: 0px;
  padding: 0px;
  display: none;
}

#highlights #news .firstNews {
  display: block;
}

#highlights #news h4 {
  margin: 10px 0px;
  padding: 0px;
  font-size: 12pt;
  font-weight: normal;
  line-height: 15pt;
}

#highlights #news img {
  float: left;
  border: 1px solid black;
  margin: 5px 8px 0px 0px;
}

#highlights #news p.desc {
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  line-height: 15pt;
}

#highlights #news li a {
  color: #d19d3b;
}

#highlights .controls {
  text-align: center;
  display: block;
  height: 15px;
  width: 100%;
  padding-top: 10px;
  display: none;
}

#highlights .controls span.button, #highlights .control_tabs a {
  display: block;
  height: 15px;
  width: 15px;
  text-decoration: none;
  float: left;
  line-height: 15px;
  cursor: pointer;
  margin: 0px 5px;
  padding: 0px;
}

#highlights .controls .prev {
  background: url(/images/navigation/hori_small.png) 0px 0px no-repeat;
}
#highlights .controls .prev:hover {
  background: url(/images/navigation/hori_small.png) -15px 0px no-repeat;
}
#highlights .controls .prev:active {
  background: url(/images/navigation/hori_small.png) -30px 0px no-repeat;
}

#highlights .controls .next {
  background: url(/images/navigation/hori_small.png) 0px -15px no-repeat;
}
#highlights .controls .next:hover {
  background: url(/images/navigation/hori_small.png) -15px -15px no-repeat;
}
#highlights .controls .next:active {
  background: url(/images/navigation/hori_small.png) -30px -15px no-repeat;
}

#highlights .control_tabs a {
  height: 8px;
  width: 8px;
  margin-top: 4px;
  background: url(/images/navigation/navigator.gif) 0px 0px no-repeat;
}

#highlights .control_tabs a:hover {
  background: url(/images/navigation/navigator.gif) 0px -8px no-repeat;
}

#highlights .control_tabs a.current {
  background: url(/images/navigation/navigator.gif) 0px -16px no-repeat;
}

#highlights span span, #highlights a span {
  display: none;
}

#highlights #static {
/*   display: none; */
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-top: 1px solid white;
  padding: 0px 2px 17px;
  margin: 0px 13px;

}

#highlights h3 {
  margin: 20px 0px 5px 5px;
  padding: 0px;
  font-weight: normal;
  text-indent: -5px;
  font-size: 11pt;
  line-height: 11pt;
}

#highlights ul {
  margin: 0px;
  padding: 0px 20px 0px 20px;
  font-size: 10pt;
}
#highlights ul li {
  margin: 0px 0px 3px;
  padding: 0px;
  font-size: 9pt;
  line-height: 12pt;
}

#homeSlider {
  background: #000;
}

#homeSlider img {
  display: block;
  height: 600px;
}


/****************************
*       BREADCRUMBS         *
*****************************/

#home div#breadcrumbBox {
  display: none;
}

div#breadcrumbBox {
  width: 100%;
  position: relative;
  left: -30px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  padding: 10px 60px 10px 0px;
  background: #ccc url('/images/navigation/crumb.png') 0 0 repeat-x;
  font-size: 8pt;
  margin: 0px 0px 30px 0px;
}

#content a.breadcrumb {
  margin: 0px 10px;
  color: #153325;
  text-decoration: none;
}

#content a.breadcrumb:hover {
  text-decoration: underline;
}

/****************************
*   EMERGENCY ALERT BANNER  *
*****************************/

body #emergency p {
/*  font-size: 1.2em; */
}

body #emergency a {
  border: none;
  text-decoration: underline;
}

body #emergency a:hover {
  color: #296549;
}

/**********************
*    FOOTER AREA      *
***********************/

div#footer-bar {
  text-align: center;
  height: 20px;
  background: #252524 url(/images/navigation/audnav_bg.png) 0px -1px repeat-x;
  color: #acb8bf;
  margin: 0px auto;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  width: 1010px;
}

div#footer-bar p {
  line-height: 35px;
  font-size: 9pt;
  letter-spacing: 1px;
  padding-right: 20px;
  margin-top: 0px;
  text-align: center;
  clear: both;
  color: #acb8bf;
  font-size: 8pt;
  letter-spacing: 2px;
}

div#footer-bar p a {
  padding: 0px 5px;
}

div#footer {
  margin: 0px;
  padding: 10px;
  text-align: center;
  clear: both;
  color: #8baf8b;
  font-size: 8pt;
  letter-spacing: 2px;
}

div#footer p {
  margin: 6px 0px;
  padding: 0px;
}

div#footer a, div#footer-bar a {
  text-decoration: none;
  color: #fff;
}

div#footer a:hover, div#footer-bar a:hover {
  text-decoration: underline;
}


/********************
*     OLD STUFF     *
********************/

tr.odd {
  background: #dadada;
}

.xls_download {
  padding: 1px 1px 1px 20px;
  background: url(/images/xls.gif) left 50% no-repeat;
}

.print_friendly {
  padding: 3px 0px 3px 20px;
  background: url(/images/print.gif) left center no-repeat;
}

.edit_page {
  padding: 3px 0px 3px 20px;
  background: url(/images/edit.gif) left center no-repeat;
}

.back_page {
  padding: 3px 0px 3px 20px;
  background: url(/images/back.gif) left center no-repeat;
}

.logout {
  padding: 3px 0px 3px 20px;
  background: url(/images/logout.gif) left center no-repeat;
}

.pdf_download {
  padding: 3px 0px 3px 20px;
  background: url(/images/pdf.gif) left center no-repeat;
}

.xls_download {
  padding: 3px 0px 3px 20px;
  background: url(/images/xls.gif) left center no-repeat;
}

.doc_download {
  padding: 3px 0px 3px 20px;
  background: url(/images/doc.gif) left center no-repeat;
}

.cal_download {
  padding: 3px 0px 3px 20px;
  background: url(/images/cal.gif) left center no-repeat;
}

.ics_download {
  padding: 1px 1px 1px 20px;
  background: url(/images/ics.gif) left 50% no-repeat;
}

.cal_link {
  padding: 1px 1px 1px 20px;
  background: url(/images/b_calendar.png) left 50% no-repeat;
}

.zip_download {
  padding: 3px 0px 3px 20px;
  background: url(/images/zip.gif) left center no-repeat;
}

.link_32hours {
  padding: 3px 0px 3px 20px;
  background: url(/images/32hours_16.png) left center no-repeat;
}

.ie-pdf-download .ie-span {
  padding: 1px 1px 1px 20px;
  margin-right: -.55em;
  background: url(/images/pdf.gif) left 50% no-repeat;
}

.print_link {
  padding: 1px 1px 1px 20px;
  background: url(/images/print.gif) left 50% no-repeat;
}

.edit_link {
  padding: 1px 1px 1px 20px;
  background: url(/images/edit.gif) left 50% no-repeat;
}

.bordered {
  border: 1px solid black;
}

#content .smalltext {
  font-size: 10pt;
}

table tr td img[name] {
  display: block;
}


/* SECAPP styles */

div#header p#download {
  position: absolute;
  top: -20px;
  left: 10px;
  color: #000;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  background: url(/admissions/images/pdf.gif) center left no-repeat;
}

#student_login {
  width: 30%;
  margin: 40px auto 0px;
  border: 2px solid #cacaca;
  text-align: center;
}

#student_login form {
  margin: 0px 20px;
}

#student_login h2 {
  background: #cacaca;
  margin: 0px;
  padding: 10px;
  text-align: center;
}

#student_login input {
  width: 96%;
}

.cookie_error {
  text-align: center;
  font-size: .8em;
  color: #fd0000;
}

#secapp_admin .results_table th {
  background: #d9f3dd;
  background: #ccc;
}

#secapp_admin .results_table .odd td, .odd {
  background: #eee;
}

#secapp_admin .results_table tr:hover td, #secapp_admin .results_table tr.odd:hover td {
  background: #f3f0d9;
  background: #ddd;
}

#secapp_admin .results_table td a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#secapp_admin .results_table td a:hover {
  color: #000;
}

#secapp tr.error {
  background: #ffb39f;
}

#secapp tr.padup td {
  padding-top: 5px;
}

#secapp tr.paddown td {
  padding-bottom: 5px;
}

.disclaimer {
  margin-top: 97px;
  color: #121212;
  font-size: 8pt;
}

acronym {
  border-bottom: 1px dotted black;
  cursor: help;
}

.sort {
  clear: both;
  margin-bottom: 20px;
}

.sort th {
  cursor: pointer;
}

.shade {
  background: #fff;
  color: #616161;
}

.shade thead {
  background: #ccc;
  text-align: left;
}

.shade td {
  vertical-align: top;
}

.shade tbody tr:nth-child(odd) {
  background: #eee;
}

.shade tr:hover td, .shade tbody tr.odd:hover td {
  background: #ddd;
/*  cursor: pointer;
  cursor: hand; */
}

.shade.nohover tr:hover td, .shade.nohover tbody tr.odd:hover td {
  background: inherit;
/*  cursor: pointer;
  cursor: hand; */
}

.shade td a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.shade td a:hover {
  color: #000;
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
  text-align: left;
  color: #616161;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}

.ac_loading {
  background: white;
}

.ac_odd {
  background-color: #eee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}
