body {
  margin: 0px;
  padding: 0px;
}

body, table, td, th {
  color: black;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
}

a:link {
  color: #990000;
  text-decoration: none;
}

a:visited {
  color: #990000;
  text-decoration: none;
}

a:hover {
  color: #990000;
  text-decoration: underline;
}

a:active {
  color: #990000;
  text-decoration: underline;
}

.notaday {
	background-color: #ddd;	
}

.blackoutday {
	background-color: #ff9;	
}

.hdrNav {
  color: black;
  font-size: 10px;
  font-weight: bold;
}

.hdrNav a:link {
  color: black;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.hdrNav a:visited {
  color: black;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.hdrNav a:hover {
  color: black;
  text-decoration: underline;
}

.hdrNav a:active {
  color: black;
  text-decoration: underline;
}

.lftNavTop {
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.lftNavTop a:link {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavTop a:visited {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavTop a:hover {
  color: white;
  text-decoration: underline;
}

.lftNavTop a:active {
  color: white;
  text-decoration: underline;
}

.lftNavBot {
  color: black;
  font-size: 12px;
  font-weight: bold;
}

.lftNavBot a:link {
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavBot a:visited {
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.lftNavBot a:hover {
  color: black;
  text-decoration: underline;
}

.lftNavBot a:active {
  color: black;
  text-decoration: underline;
}

.ftrNav {
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.ftrNav a:link {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.ftrNav a:visited {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.ftrNav a:hover {
  color: white;
  text-decoration: underline;
}

.ftrNav a:active {
  color: white;
  text-decoration: underline;
}

.searchInput {
  background: #CCCCCC;
  color: black;
  font-size: 10px;
  width: 120px;
}

.searchScope {
  background: #999999;
  color: black;
  font-size: 10px;
}

.copyright {
  font-size: 10px;
}

.tip {
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.skiplink { 
  position: absolute; 
  left: 0px; 
  top: -500px; 
  width: 1px; 
  height: 1px; 
  overflow:hidden;
} 

.hlt td 
{
	background-color: #cbfaf9;
}

.hdr {
	font-weight: bold;
	width: 98%;
	margin-bottom: 15px;
	margin-top: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	padding: 3px;
	margin-left: 5px;
	margin-right: 3px;
}

.hdr span {
	font-weight: normal;	
}

.hdrshade {
	font-weight: bold;
	/*width: 100%;*/
	margin-bottom: 15px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ff9;
	padding: 3px;
}

.hdrshade span {
	font-weight: normal;	
}

.filler {
	/*display: none;*/
}

#mainmenu {
	width: 545px;
	float: right;
	text-align: right;
	margin: 3px 3px;
	z-index: -1;
	padding-right: 3px;
}

#mainmenu2 {
	width: 340px;
	float: right;
	text-align: right;
	margin: 3px 3px;
	z-index: -1;
	padding-right: 3px;
}

.submits {
	margin-top: 7px; 
	border-top: 1px solid #3cf; 
	border-bottom: 1px solid #3cf; 
	background-color: #cff; 
	color: #000; 
	padding: 5px;
}

h3 {
	width: 400px;
	margin: 0;
	font-size: 1.3em; 
	float: left;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

h5 {
	width: 600px;
	margin: 0;
	font-size: 1.3em; 
	float: left;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
}

.hdrli {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 0px;
	margin-left: -20px;
}

.hdrli a {
	color: #444;
}

.errorMsg {
	color: #900; 
	background-color: #ffc;
	font-weight: bold;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
}

.successMsg {
	color: #090; 
	background-color: #ffc;
	font-weight: bold;
	border-top: 1px solid #090;
	border-bottom: 1px solid #090;
}

.warningMsg {
	color: #009; 
	background-color: #ffc;
	font-weight: bold;
	border-top: 1px solid #009;
	border-bottom: 1px solid #009;
}

.errorMsgProp {
	background-color: #ffc;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	padding: 4px;
}

.errorMsgProp span {
	font-weight: bold;	
}

.successMsgProp {
	background-color: #ffc;
	border-top: 1px solid #090;
	border-bottom: 1px solid #090;
	padding: 4px;
}

.rederror {
	color: #900; 
	font-weight: bold;
}

.blueerror {
	color: #009; 
	font-weight: bold;
}

.greenerror {
	color: #090; 
	font-weight: bold;
}

.submitMsg {
	color: #009; 
	background-color: #cff;
	font-weight: bold;
	border-top: 1px solid #3cf;
	border-bottom: 1px solid #3cf;
}

.required {
	color: #900; 
	font-size: 105%;
}

.smallred {
	color: #900; 
	font-size: 90%;
}

.smallgray {
	color: #777;
	font-size: 90%;
	font-weight: normal;
}

.updates {
	margin-top: 20px;	
}

.smallblack {
	color: #000;
	font-size: 90%;
	font-weight: normal;
}

.disable {
	color: #bbb;
}

.disableused {
	color: #555;
	background-color: #ddd;
}

.proposaltext {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	min-height: 300px;
}

.borderbottom_sep {
	border-bottom: 1px dotted #888;
}

label {
	font-weight: bold;	
}

.gridtable {
	margin: 20px 0 20px 0px;
	width: 100%;
	border-collapse: collapse;
}

th {
	background: #cccccc;
	color: #000;
	font-weight: bold;
}

tr.row-even {
	background: #fff;
}
tr.row-odd {
	background: #eee;
}

tr.row-hilite {
	background: #fc6;
}

tr.row-agenda {
	background: #9f9;
}

tr.row-approve {
	background: #ff9;
}

div.menu {
    float: right;
    margin-left: 10px; 
	color: #900;
	height: 26px;
	z-index: 2;
}

div.spacer {
    float: right;
    margin-left: 10px; 
	color: #000;
}

.menu:hover .popup { 
    display: block; 
}

.menu:hover .popup2 { 
    display: block; 
}

.menu:hover .popup_export { 
    display: block; 
}

.popup {
	display: none;
	width: 182px;
	height: 500px;
	padding-right: 3px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #eee;
	position: relative;	
	z-index: 2;
}

.popup ul {
	text-align: left;
	font-size: 0.9em;
	list-style-type: none;
	z-index: 2;
	margin-left: 0px;
	padding-left: 0px;
}

.popup ul li {
	margin-bottom: 3px;
}

.popup ul li a {display: block; color: #555; text-decoration: none; padding: .4em 1.3em .4em 1em; border-left: .3em solid #eee;}
.popup ul li a:hover {color: inherit; background: #FFF; border-left: .3em solid #900;}

.popup2 {
	margin-top:-11px;
	display: none;
	width: 165px;
	height: 110px;
	padding-right: 3px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #eee;
	position: relative;	
	z-index: 2;
}

.popup2 ul {
	text-align: right;
	font-size: 1.0em;
	list-style-type: none;
	z-index: 2;
	margin-left: 0px;
	padding-left: 0px;
}

.popup2 ul li {
	margin-bottom: 3px;
}

.popup_export {
	display: none;
	width: 148px;
	height: 140px;
	padding-left: 3px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #eee;
	position: absolute;	
	z-index: 2;
}

.popup_export ul {
	text-align: left;
	font-size: 0.9em;
	list-style-type: none;
	z-index: 2;
	margin-left: 0px;
	padding-left: 0px;
}

.mycalcpYearNavigation,
.mycalcpMonthNavigation
{
	background-color:#777;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
}

.mycalcpOtherMonthDate a:link
{
	color:#808080;
}


.mycalcpCurrentMonthDate a:link
{
	color:#000;
	font-weight:bold;
}

.mycalcpCurrentDate a:link
{
	color:#000;
	font-weight:bold;
}

.bottomline {
	border-bottom: 1px solid #ccc;	
}

#topmenulist
{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
}

#topmenulist ul, #topmenulist li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topmenulist a:link, #topmenulist a:visited
{
	background: #E8EBF0;
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#topmenulist a:link#current, #topmenulist a:visited#current
{
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}

#topmenulist a:hover { 
	color: #000; 
}

#topmenulistmain
{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
}

#topmenulistmain ul, #topmenulistmain li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topmenulistmain a:link, #topmenulistmain a:visited
{
	background: #E8EBF0;
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 9px 2px 9px;
	text-decoration: none;
}

#topmenulistmain a:link#current, #topmenulistmain a:visited#current
{
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}

#topmenulistmain a:link#currentbch, #topmenulistmain a:visited#currentbch
{
	background: #ff9;
	border-bottom: 1px solid #fff;
	color: #000;
}

.coregrpsro {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

.coregrps {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	cursor: pointer;
}

.coregrps li, .coregrpsro li {
	font-weight: bold;
	padding: 4px 3px 4px 3px;
	margin-left: 0px;
}

.coregrps li span, .coregrpsro li span {
	font-weight: normal;
	color: #900;
}

.coregrps li:hover {
	background-color: #eee;
}

.coregrpslettersro li {
	font-weight: normal;
	padding-left: 0px;
	margin-left: 0px;
}

.coregrpslettersro {
	list-style-type: none;
	padding-left: 0px;
}

.coregrpsletters li {
	font-weight: normal;
}

.coregrpsletters {
	display: none;
}

.close_grp
{
	background: url("/programproposal/images/redplus.gif") no-repeat;
}

.botline {
	border-bottom: 1px solid #777;	
}

.textborder {
	border: 1px solid #888;
	background-color: #eee;
	padding: 5px;	
}

.chgfieldsborder {
	display: none;
	padding-bottom: 5px;
	border-bottom: 1px dashed #555;	
}

.propuser_border {
	border: 1px solid #ccc;
	width: 157px;
	padding: 3px;
	height: 15px;
	color: #999;
}

/* Navigation Tabs */
#tabnav {
margin: 0 0 1em 0; 
padding: 0; 
float: left; 
width: 100%;
background: #DDD;
border-bottom: 1px solid #AAA;
border-right: 1px solid #AAA;
}

#tabnav li {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}

#tabnav li a {
display: block;
float: left;
padding: 4px 7px;
font: normal bold 14px/100% Arial, sans-serif;
color: black;
background-color: #DDD;
border-left: 1px solid #AAA;
border-right: none;
margin-bottom: -1px;
border-bottom: 1px solid #AAA;
}

#tabnav li.tab1 a {width: 60px;}
#tabnav li.tab2 a {width: 175px;}
#tabnav li.tab3 a {width: 139px;}

#tabnav li.current a,
#tabnav li a:hover {
text-decoration: none;
color: #8A1A19; 
background: white url('../images/tab_hover_background.jpg');
}
#tabnav li.current a {border-bottom: 1px solid white;}

.tabheader { /* White text over header photos */
	margin: 0;
	padding: 0 0 0 10px;
	font-family: Georgia, Times, serif;
	color: white;
	font-size: x-large;
	font-weight: normal;
  }
  
.rightedits {
	float: right;
	margin-right: 20px;	
}

.vspace {
	height: 20px;	
}

#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:1;
}  

#loader {
	display: none;
	position: absolute;
	width: 540px;
	height: 250PX;
	z-index: 2;
	padding: 10px;
	background-color: #fff;
}

.rounders {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
}

.hdrform {
	background-color: #555;
	font-size: 14px;
	text-align: left;
	color: #fff;
}
.hiddenIframe {
	width: 0px;
	height: 0px;
	border: none;
}

#ulmenu {
	padding-bottom: 10px;
	list-style-image: url('/univ101/presentations/images/arrowcirc.gif');
	width: 90%;
	float: left;
}

#ulmenu li {
	padding-bottom: 4px;	
}

#alerts {
	width: 400px;
	float: right;
	min-height: 300px;
}

#notifications {
	width: 98%;
	font-weight: bold;
	background-color: #6cf;
	height: 30px;
	text-align: center;
	color: #fff;
	padding: 4px;
	font-size: 17px;
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
}

#notifications .body {
	width: 98%;
	padding: 3px;
	border-bottom: solid 1px #333;
}

#updates {
	float:left;
	width: 98%;
	font-weight: bold;
	background-color: #6cf;
	height: 30px;
	text-align: center;
	color: #fff;
	padding: 4px;
	font-size: 17px;
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
	margin-top: 20px;
}

#updates .body {
	width: 98%;
	padding: 3px;
	border-bottom: solid 1px #333;
}

#counts {
	float:left;
	width: 98%;
	font-weight: bold;
	background-color: #6cf;
	height: 30px;
	text-align: center;
	color: #fff;
	padding: 4px;
	font-size: 17px;
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
	margin-top: 20px;
}

.alert_message {
	width: 98%;
	padding: 5px;
	border: #0cf 1px solid;
	background-color: #cff;	
	margin: 7px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#counts .body {
	width: 98%;
	padding: 3px;
	border-bottom: solid 1px #333;
}

#alerts .rows {
	width: 98%;
	float: left;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
	border-bottom: 1px dotted #aaa;
	padding: 3px;
}

#alerts .rows .col1 {
	width: 60%;
	float: left;	
}

#alerts .rows .col2 {
	width: 37%;
	float: right;
	font-weight: bold;
}

.helpText {
	cursor:pointer;
	color:maroon;
	font-size:8px
}

/*
 * Expand/Collapse buttons
 */
.plus, .minus { 
     background-image: url(/univ101/presentations/images/expand_sprite.svg);
     background-repeat: no-repeat;
     background-position: 85% 0;
     position: absolute;
     right: 10px;
     top: 0;
     margin-top: 15px;
     border-radius: 25px; 
     height: 25px;
     width: 100px;
 }
 
.no-svg .plus, .no-svg .minus { background: url(/univ101/presentations/images/expand_sprite.png) no-repeat; }
.minus { background-position: 85% -35px; }

.list-widget, 
.list-widget ul { padding: 0; margin-left: 0px; }

.list-widget { border-bottom: 5px solid #888; margin-top: 0; margin-bottom: 2em; }
.list-widget li { list-style-type: none; }
.list-widget > li { 
	font-weight: 600; 
	background-color: #ececec; 
	border-bottom: 2px solid #fff; 
	padding: 10px 40px 10px 10px; 
	position: relative; 
}
.list-widget > li:first-child { 
	color: #eee;
	font-size: 1.135em; /* 18px / 16px */ 
	background-color: #888; 
	border-radius: 0 15px 0 0; 
}
.list-widget li ul { display: none; }

/*
 * Different Plus/Minus images
 */
.list-widget .plus, 
.list-widget .minus { margin-top: 9px; }
.list-widget .plus { background-position: 85% -82px; }
.list-widget .minus { background-position: 85% -116px; } 

.list-widget .toggle { 
	display: none; 
	background-color: #fff;
	font-size: .875em; /* 14px / 16px */ 
	font-weight: 400;
	margin: 0 -40px 0 -10px; 
	padding-bottom: 10px;
	position: relative; 
	top: 10px; 
	border: 1px solid #DADADA;
}
.list-widget .toggle li { padding-left: 10px; padding-top: 10px; }

#close_form 
{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	display: block;
	width: 11px;
	height: 11px;
	background: url("/univ101/presentations/images/close.gif") no-repeat;
	background-position: 0 -11px;
}

#close_form:hover
{
  background-position: 0 0;
}

.botbrd {
	border-bottom: 1px solid #ddd;	
}

.bar { width: 99%; border: 1px solid #888; }
.percentage_loser { 
	/*used from http://www.colorzilla.com/gradient-editor/ */
	background: #a90329; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 42%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(42%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 42%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 42%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 42%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 42%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */

}

.percentage_winner
{
	/*used from http://www.colorzilla.com/gradient-editor/ */
	background: #c9de96; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhhYjY2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 44%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-8 */
}

.styled-select {
   width: 440px;
   height: 34px;
   overflow: hidden;
   background: url(/studentengagement/images/down_arrow_select.jpg) no-repeat right #ddd;
   border: 1px solid #ccc;
  }
  
  .styled-select select {
   background: transparent;
   width: 468px;
   padding: 5px;
   border: 0;
   border-radius: 0;
   font-size: 16px;
   line-height: 1;
   height: 34px;
   -webkit-appearance: none;
}

.styled-select select:focus {
   outline: none;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

a.help {                        

        position: relative;
        margin: .5em 0;
        cursor: help;
}
a.help span {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        width: 200px;
        border: 1px solid #FC6;
        background: #FFC;        padding: 1em;
        font: normal normal 1.1em/130% Arial, Arial, Helvetica, sans-serif;
        color: #333;
        z-index: 1;
}
a.help:hover span {display: block}

.legend {
	text-align: right; 
	float: right; 
	width: 500px; 
	clear: both;
	font-size: 80%;
}

.bluelabel {
	color: #06f;	
}

.max_courses {
	float: right;
	width: 15px;
	padding-top: 5px;
}

.dateHighlight a { background: #6f9 !important; }
.dateHighlight {filter:Alpha(Opacity=100)!important; opacity: 1!important}

.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.btn-blue{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.btn-lightblue{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.btn-xs{padding:1px 5px;font-size:11px;line-height:1.5;border-radius:3px}
.btn-med{padding:1px 5px;font-size:13px;line-height:1.5;border-radius:3px}
.btn-red{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.btn-green{color:#fff;background-color:#399;border-color:#369}

.btnpres {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 21;
  -moz-border-radius: 21;
  border-radius: 21px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 12px 5px 12px;
  text-decoration: none;
}

.btnpres:hover {
  background: #3cb0fd;
  text-decoration: none;
}