@CHARSET "UTF-8";

span.faculty-assign, td.faculty-assign div.form-type-radio  { 
	display: inline-block; 
	width: 10em; 
}

table.template-link-container {
	width: 600px;
}

table.template-link-container td {
	padding: 5px;
}

table.template-link-container tr.even {
	background-color: #EEE;
}

table.template-link-container tr.odd {
	background-color: #FFF;
}

.FrxOarsSelector { 
	display:none; 
}

/*
take out background image for warning message
add styles to make it look better.
*/
div.warning.no-image {
  background-image:none;
  padding: 5px;
}

#content span.title {
	font-weight:bold; 
  font-size: 1em;
}
	

/*messages for mentor/mentee interfaces*/
.mentor-success {
	background-color: #e0e8d8;
	border: 1px solid #64933a;
	padding: 5px;
}

.mentor-error {
  background-color: #fef5f1;
  border: 1px solid #600f21;
  padding: 5px;
}


/************************************
**** ACADEMIC HISTORY SECTION *******
*************************************/

/*Student General Information, Academic Statements*/
div#general-info ul.stu-info li span.title {
  font-weight:bold; 
  font-size: 1em;
}

ul.stu-info li {
 list-style-type: none; 
}

ul.stu-info {
  padding: 0;
  margin: 0;
}

/* 
  Academic Warning Styles for Incompletes, Amends, No Credits
  Gives yellow backgrounds
*/

#inst_detail tr.grade_INCR {
  background-color: #FFFFCC;
  }
  
#inst_detail tr.grade_NCR {
  background-color: #FFFFCC;
  }

#inst_detail tr.ammend_NCRE {
  background-color: #FFFFCC;
  }

#inst_detail tr.ammend_NNCR {
  background-color: #FFFFCC;
  }

 
 /*Mentors Box*/
.full-tiny {
  padding: .5em;  
}

#content div.box {
  padding: 0.5em;
}

.box h2 {
  margin: 0;
}

.box ul {
  padding: 0.5em;
  list-style-type: none;
  margin:0;
}

.box ul.as-status {
	padding: 0.25em 0 0 0;
}

.box nav.buttons li a {
  margin: 0 0 .5em 0;  
}

nav.buttons.align-buttons-left li a {
	margin: .2em .5em .2em 0;
}

/*Random Styles For Academic Statement*/
nav.buttons ul.margin-bottom {
	margin-bottom: 1em;
}

#content .margin-bottom {
  margin-bottom: .5em;
}

#content .large-margin-bottom {
	margin-bottom: 1.5em;
}

#content h2.margin-top {
  margin-top: .5em;
}

.no-margin {
	margin: 0;
}

#content p.current-rev {
	margin-bottom: 1em;
}

.bold-grey-text {
  color: #666;
  font-size: 1em;	
  font-weight: bold;
  line-height: 1em;
}

.bold-text {
	font-size: 1em;  
  font-weight: bold;
  line-height: 1em;
}

#content li.disabled a {
	pointer-events: none;
  cursor: default;
  color: #999999;  
}
	
/*******************************
**** Date Popup css overwrite **
********************************/

#content .date-padding {
	padding: 0;	
}
	
#content .container-inline-date > .form-item {
	margin-bottom: 1em;	
}

