.checkBox-my-shortlist{} /* empty class for easy DOM access*/
/*#table-my-shortlist th {background-color:#ffffff;font-size:0.83em;text-align:left;border-bottom:1px solid #cc9900;padding:0 3px 0 3px;}*/
#table-my-shortlist th {background-color:#ffffff;font-size:0.83em;text-align:left;border-bottom:1px solid #bfd2e1;padding:0 3px 0 3px;}
#table-my-shortlist td {padding:1px 3px 1px 3px;}
#table-my-shortlist th.icon {width:30px;}
/*.tr-over{background-color:#faf5e5; color:#000000;}*/
.tr-over{background-color:#0066cc; color:#000000;}
/*.tr-alt {background-color:#f1f1f1;}*/
.tr-alt {background-color:#cc9900;}
.img-remove{cursor:pointer;}
.loading {
  /* Since the table may be empty, set a decent default height. */
  height: 100px;
 
  /* Center an animated progress indicator over the table body. */
  background-image: url(/massey/app_templates/_pagetemplates/pagelets/students/scholarship_awards/images/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
/*#mu-scholarship-box-application-form {border: 1px solid #cc9900; display:block;width:98%; padding:5px;background-color:#faf5e5;float:left;}*/
#mu-scholarship-box-application-form {border: 1px solid #bfd2e1; display:block;width:97%; padding:5px;background-color:#f2f6f9;float:left;}
#mu-scholarship-box-application-form a#referees-report {float:right;display:block;padding-right:15px;}
#mu-scholarship-box-application-form a#application-form {float:left;display:block;padding-left:15px;}
#mu-scholarship-box-application-form p {padding:0;}
#award-myShortlist-tip {cursor:help;}

  .sel_schol{
	  width:200px;
	}
	
	div.search_tips li{
	 margin-bottom:0;
	
	}
	
	div.search_tips ul ul{
	 list-style:circle;
	
	}
	
#tblAdvFilter td{
	  padding-top:10px;	}

#search_anchor img{
	  position:relative;
		top:3px;	}



/**************************************
	My shortlist popup css
***************************************/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 70px;
  height: 16px; 
  position: absolute;
  background-image: url(/massey/app_templates/_pagetemplates/pagelets/students/scholarship_awards/images/ajax-loader2.gif);
    background-position: top left;
  background-repeat: no-repeat;
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'mu'
-------------------------------------- */
.cluetip-mu {
  background-color: transparent;
}
.cluetip-mu #cluetip-outer {
  /*border: 1px solid #cc9900;*/
	border: 1px solid #bfd2e1;
  position: relative;
  background-color: #fff;
}

.cluetip-mu h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
/*  font-size: 1.0em; 16px;
  font-weight: bold;
  */
  /*background-color: #faf5e5;*/
	background-color: #f2f6f9;
  /*border-bottom: 1px solid #cc9900;*/
	border-bottom: 1px solid #bfd2e1;
  color: #333;
}

.cluetip-mu #cluetip-inner {
	padding:0;
	margin:0;
}
.cluetip-mu #cluetip-inner div table {
	width:100%;
}
.cluetip-mu div#cluetip-close { 
  text-align: center;
  color: #900;
  /*background-color:#faf5e5;*/
	background-color:#f2f6f9;	
	/*border-top:1px solid #cc9900;*/
	border-top:1px solid #bfd2e1;
  width:100%;
}

/* cluetip arrows */
.clue-right-mu .cluetip-arrows {
  background-image: url(/massey/app_templates/_pagetemplates/pagelets/students/scholarship_awards/images/arrowleft.gif);
}
.clue-left-mu .cluetip-arrows {
  background-image: url(/massey/app_templates/_pagetemplates/pagelets/students/scholarship_awards/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-mu .cluetip-arrows {
  background-image: url(/massey/app_templates/_pagetemplates/pagelets/students/scholarship_awards/images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-mu .cluetip-arrows {
  background-image: url(/massey/app_templates/_pagetemplates/pagelets/students/scholarship_awards/images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}