﻿/* ------------------------------------------------------------ OpenCms Web form */
/* YVONNE DID THIS, BUT NOT HERE - SOMEWHERE ELSE */
.webform_label, .webform_label_multi {
  text-align:right;
  padding: 8px;
}
.webform_field {
  padding: 8px;
}
.webform_field_radio {padding-right: 4px}

/* ------------------------------------------------------------ HOMEPAGE LINKS */
.studyHomepageLinks {
  height: 590px;
  width: 960px;
  background:url("/study/images/studyHomepage_bg.jpg") no-repeat transparent;
}

.link1 {
  margin-left: 30px;
  position:absolute;
  top:220px;
}

.link2 {
  margin-left: 30px;
  position:absolute;
  top:257px;
}

.link3 {
  margin-left: 30px;
  position:absolute;
  top:295px;
}

.link4 {
  margin-left: 30px;
  position:absolute;
  top:333px;
}

.link5 {
  margin-left: 30px;
  position: absolute;
  top: 371px;
}

.link6 {
  margin-left: 30px;
  position: absolute;
  top: 408px;
}

.link7 {
  margin-left: 30px;
  position: absolute;
  top: 445px;
}

/* ------------------------------------------------------------ PRESENTATION */
dt {font-weight: bold;}
dd {margin-left: 8px;}

ol {
 list-style-type: decimal;
 margin-left: 3em;
}

ol li { 
 margin-bottom: 1em;
}

/* UNIFIED COURSE SEARCH */
div#courseSearch {
  background-image: url("/study/images/course-search-bg.png");
  width: 216px;
  height: 112px;
  margin: 55px 0 12px 0;
  padding: 0px;
}

div#courseSearch form {
  background: transparent url("/study/images/course-search-box-bg.png")  6px 8px no-repeat scroll;
  padding:8px;
  margin:0px;
}

div#courseSearch input {margin: 0px;}
div#courseSearch label {padding-left: 8px;}

form#searchCourse input#courseSearchTerms {
  background-color:#7F7F7F !important;
  border: none !important;
  color: white !important;
  float: left;
  margin-left: 10px !important;
  margin-top: 7px !important;
  width: 153px !important;
}

#courseSearch div {
  margin-left: 8px;
  padding-top: 8px;
}

#courseSearch label {
  font-weight:bold;
  margin-left:6px;
  text-shadow:1px 1px #7F7F7F;
}

p.accommodationIcons a:hover {background: transparent;}

/* International homepage button */
div#intHomepageButton {
  width: 216px;
  float: right;
  font-size: 13px;
}

/* ----------------------------------------------- PG FEES SCHEDULE */
.tuitionfees tr td { border: 1px solid #709928; }
.tfcol1 {width: 432px}
.tfcolright { width: 64px; text-align:right; }
.tfheaderrow {background-color: #709928; color:white; font-weight: bold; }
.pgrtfheaderrow {background-color: #E2EACE; color:404040; font-weight: bold; }
h3.faculty { margin-top: 12px; }
h4.department { margin-top: 8px; margin-bottom: 4px; }

/* ----------------------------------------------- PROSPECTUS FIX */
#content #research dd {border-bottom: none !important;}


/* Prospectus search box */
div#searchForm {
  background: url(/prospectus/site-components/images/style/search_bg.jpg) no-repeat top left transparent;
  /* FIT TO THE LAYOUT GRID */
  margin-left: -6px;
}

form#searchCourse {
  background: url(/prospectus/site-components/images/style/search_bg_end.jpg) no-repeat top right transparent;
  padding: 14px 0 21px 25px;
  color: #FFF;
  /* FIT TO THE LAYOUT GRID */
  margin-right: -2px;
}

form#searchCourse input {
  /*margin: 0 5px;*/ /* BREAKING SEARCH ON PG HOMEPAGE */
  vertical-align: middle;
}

form#searchCourse label { vertical-align: middle;}

#browseCourses, #browseUGCourses, #browsePGTCourses {
  margin-top:8px;
  padding-left: 64px;	
  text-align:right;
}
#browsePGRCourses {
  margin-top:8px;
  padding-left: 85px;	
  text-align:right;
}

#browseUGCourses, #browsePGTCourses, #browsePGRCourses {
 /*  margin-bottom: 18px; */
display:inline;
}

.openDayQuestions dt {
  background-color: #709928;
  color: #FFF;
  font-family:"Myriad Pro","Myriad Web","Apple Myriad","Adobe Myriad",Candara,"Trebuchet MS",Trebuchet,sans-serif;
  font-size: 150%;
  font-weight: normal;
  padding: 8px 8px 4px 8px;
}

.openDayQuestions dd {
  border: solid 1px #709928; 
  margin-left: 0px;
  padding: 8px;
  margin-bottom: 12px;
  font-size: 90%;
  line-height: 150%;
}

.boxoutContent.fixedHeight p {
  height: 63px;
}

/* two selectors so we can bind using JavaScript */
#browseUGCourses a, #browsePGTCourses a, #browsePGRCourses a {
/*  color: #000 !important; */
  color: #FFF !important;
  text-decoration: none !important;
  padding: 5px;
  border-bottom: none;
/*  font-size: 80%;
  background-color:#df5bb2; */
  background-color: #404040;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#browseUGCourses a:hover, #browsePGTCourses a:hover, #browsePGRCourses a:hover {
  color: #FFF !important;
  text-decoration: underline;
  border-bottom: none;
}

div.newsbox {
  border-bottom: 1px dotted #C5C5C5;
  min-height: 92px;
  padding-top: 7px;
}

table.key td {
  vertical-align: middle !important;
}

/* GRAD SCHOOL RESEARCH DEGREE LIST */
/* Could use Faculty colours here if/when decided */

.gradschool {
  padding: 0;
  width: 362px;
  border: 1px solid #709928;
  margin-bottom: 8px;
  background-color: #DFE8CF; 
}

div.gradschool h4 {
  background-color: #709928;
  font-size: 166%;
  padding: 3px 6px;
  margin: 0 !important;
  color: #ffffff;
}

div.gradschool h4 a {
  color: #FFF !important;
  border-bottom: 0 !important;
}

div.gradschool ul {
  margin-top: 8px !important;
}

p.mapLink { display: none; }


/* EDITOR */
div.wwctrl textarea.tinymce {min-width: 650px; min-height: 400px;}


/* COMPLETE HACK TO RE-PURPOSE STYLES USED FOR PROSPECTUS SEARCH */
.searchForm-alike {
  background: url(/prospectus/site-components/images/style/search_bg.jpg) no-repeat top left transparent;
  /*padding: 14px 0 21px 25px;*/
  height: 58px;
  margin-left: -6px;
}

.searchCourse-alike {
  background: url(/prospectus/site-components/images/style/search_bg_end.jpg) no-repeat top right transparent;
  /*padding: 14px 0 21px 25px;*/
  /*height: 23px;*/
  color: #FFF;
  margin-right: -2px;
  padding: 16px 0;
}

.browsePGTCourses-alike {
  margin-top:8px;
  padding-left: 22px;	
  text-align:right;
}

.browsePGTCourses-alike {
  /*  margin-bottom: 18px; */
  display:inline;
}

.browsePGTCourses-alike a {
  color: #FFF !important;
  text-decoration: none !important;
  padding: 5px;
  border-bottom: none;
  background-color: #404040;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.browsePGTCourses-alike a:hover {
  color: #FFF !important;
  text-decoration: underline;
  border-bottom: none;
}