/**************/
/*Text*/
/**************/
body
{
	font-family: Verdana;
	font-size: 1em;
	line-height: 1.3em;
}
a
{
	text-decoration:none;
	color: #003399;
}
/* UPDATE - ajmudrak - 2012-07-16 - added customary img border setting to none */ 
img {
	border: none;
}
p,h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	margin-bottom: 12px;
}
td,th {
	vertical-align: top;
	text-align: left;
}
tr {
	vertical-align: top;
}

ol {
	list-style-type: decimal;
}
ol>ol {
	list-style-type: lower-alpha;
}
ol>ol>ol {
	list-style-type: lower-roman;
}

/* UPDATE - ajmudrak - 2012-07-16 - added AudienceMenu stuff to blueText explicitly - leoraw - no longer blue 94c5f2*/
.blueText, #AudienceMenu1 a
{
	color:#fff;
	font-size: 11px;
	padding-left:11px;
}
.blueTextHover 
{
	color:#64b8ff; 
	text-decoration:underline;
}
/* UPDATE - ajmudrak - 2012-07-16 - added AudienceMenu stuff to utilitiesText explicitly */
.utilitiesText, #AudienceMenu2 a
{
	color:#ffffff;
	font-size: 10px;
	text-transform: uppercase;
	padding-left:11px;
}
/* UPDATE - ajmudrak - 2012-07-15 - Substituting whiteText with .menu.horizontal_dropdown */
.menu.horizontal_dropdown, .whiteText {
	color:#ffffff;
	font-family:Arial;
}
.greyText
{
	color:#aeaeae;
	font-size:11px;
	font-family:Arial;
}
.relatedLinksText
{
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	font-weight:normal;
}
.utilitiesTextHover
{
	color:#ffdd69; 
	text-decoration:underline;
}
.copyrightText{position:absolute; margin-top:-8px; margin-left:400px;float:right; color:#6f6f6f; font-size: 10px;}
.rutgersButton {border: 1px solid #e64100; background-color:#ff6100; text-align: center; text-transform:uppercase; height:18px; color:white; font-size:10px;}
.rutgersButton:hover {border: 1px solid #ca1d00; background-color:#e53600; color:white; text-decoration:none; cursor:pointer;}
.rutgersButton p {margin: 2px 0 0;}
/**************/
/*Layout*/
/**************/
body 
{
/*	background-image: url("../images/background.jpg");*/
/*	background-repeat: no-repeat; 
	width: auto; 
	background-color: #fffafa;
	background-attachment:scroll;
	background-position: top;
	margin: 0 auto;
	padding: 0;
*/
}
#Container
{
	width:100%; 
	margin: 0 auto;
	/* margin-bottom: 50px;*/
	background-color:#d21034;
}

/*
#HeaderLogo
{
	width:auto; 
	background-repeat:no-repeat;
	padding-bottom: 30px !important;
	padding-top: 0 !important;
	margin-top: 20px !important;
}
*/


.HeaderLogo
{
	width:auto; 
	background-repeat:no-repeat;
	padding-bottom: 30px !important;
	padding-top: 0 !important;
	margin-top: 20px !important;
}

/*#AudienceMenu
{
	padding: 12px 0 25px;
	width:942px;
	margin: 0 auto;
}*/
.menu.horizontal_dropdownContainer
{
	
	width:100%;
	background-color:#000c1a;
	height:47px;
	font-size:11px;
}
/* UPDATE - ajmudrak - 2012-07-16 - updated search box css to match the joomla module */
/* UPDATE - leoraw - 2016-12-16 - needed space for Rutgers link */ 
#searchTextBox, .searchbox {
	float: right;
	margin-top: 7px;
	padding-left: 11px;
	margin-right: 0;
}
#mod_scisearch_search {
	height:11px;
	width:156px;
	color:#666666;
	font-size:10px;
	border: solid 1px #2f2f2f;
	margin: 0;
	padding: 2px;
}
/* UPDATE - ajmudrak - 2012-07-16 - added audience menu links to borderRight style explicitly */
.borderRight, #AudienceMenu1 a, #AudienceMenu2 a
{
	border-right:solid 1px #2f2f2f; 
	padding-right:10px;
}
#ResearchPageContainer .borderRight {
	padding-right:3px;
}
/* UPDATE - ajmudrak - 2012-07-16 - updated search arrow css to match the joomla module */
#SearchArrow, #mod_scisearch_submit {
	position:relative;
	margin-left:-14px;
	cursor: pointer;
	width: 14px;
	background-image: url(../images/search_up.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	background-position: 4px 5px;
}
/*.paddingRight
{
	padding-right:198px;
}*/
/* UPDATE - ajmudrak - 2012-07-16 - added audience menu links to paddingRight explicitly */
/* UPDATE - leoraw - 2016-12-16 - needed space for Rutgers link */ 
.paddingRight, #AudienceMenu1 a, #AudienceMenu2 a
{padding-right:11px;}
.paddingLeft{padding-left:5px;}
.secondMenuContainer{width:980px; margin:0 auto;}

/* UPDATE - ajmudrak - 2012-07-16 - used id's for audience menu instead of classes */ 
/* UPDATE - leoraw - 2016-12-16 - needed space for Rutgers link */ 
#AudienceMenu1 {float:left; padding-left:0px; margin-top: 10px;}
#AudienceMenu1 li{position:relative; float:left; list-style:none;}

#AudienceMenu2{padding-left:5px; float:right; margin-top: 10px;}
#AudienceMenu2 li{position:relative;float:left; list-style:none;}

#RightSidebar{position:relative;float:right; list-style:none;}

/* UPDATE - ajmudrak - 2012-07-16 - added audience menu link hovering */
#AudienceMenu1 a:hover, #AudienceMenu2 a:hover {text-decoration: underline;}

/* UPDATE - ajmudrak - 2012-07-16 - removed unnecessary p definitions for audience menu */ 

/* UPDATE - ajmudrak - 2012-07-15 - removed all jQuery-menu stuff */
/* UPDATE - ajmudrak - 2012-07-12 - Changed class .blueMenuTab to more explicitly adhere to .menu.horizontal_dropdown's "A" tags (>li>a) */
.menu.horizontal_dropdown>li>a
{
	text-align: center;
	height:35px;
}
.menu.horizontal_dropdown
{
	clear:both;
	list-style:none; 
	width:100%; 
	margin:0 auto;
	padding: 0;
	height: 50px;
	background:#D21034;
	overflow: hidden;
}
.menu.horizontal_dropdown li
{
	float:left; 
	/*position:relative;*/
	z-index: 11;
}
.menu.horizontal_dropdown a, .menu.horizontal_dropdown>li>span
{
	display:block;
	padding: 15px 22px 0 22px;
	color:#fff;
	background:#D21034;
	text-decoration:none;
	font-size:14px;
}
/* UPDATE - ajmudrak - 2012-07-19 - new treatment for main menu dropdowns, use larger width for certain long link names */
/* BEGIN CUSTOM MAIN MENU WIDTHS */
.menu.horizontal_dropdown>li>a {
	padding: 15px 0 0 0;
	width: 127px;
}
.menu.horizontal_dropdown>li.item2832>a {
	width: 180px;
}
/* END CUSTOM MAIN MENU WIDTHS */
/* END UPDATE back was 004493 */
.menu.horizontal_dropdown li.tabHover>a {
	background: #ddd;
	color: #ffc809;
}
/* UPDATE - ajmudrak - 2012-07-15 - decided to use bright hover color even for tab link when actually hovering was 005ac2 */
.menu.horizontal_dropdown a:hover, .menu.horizontal_dropdown li.tabHover>a:hover {
	background: #777777;
	color: #ffc809;
}

.menu.horizontal_dropdown > li.parent > a:hover{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.menu.horizontal_dropdown li.parent.tabHover>a {
	background: #777777;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* UPDATE - ajmudrak - 2012-07-12 - added first-child css instead of using FirstTab */
/*
.menu.horizontal_dropdown>li:first-child>a {
	padding-left:33px;
}
*/
/*--- DROPDOWN ---*/
/* UPDATE - ajmudrak - 2012-07-15 - implemented dropdown css appropriately */
.menu.horizontal_dropdown ul {background: #cc0033; list-style:none; position:absolute; padding:0; margin:0 auto; text-align:left; width:auto; visibility: hidden; }
.menu.horizontal_dropdown .tabHover>ul { visibility: visible; }
.menu.horizontal_dropdown ul li {float:none;}
/* UPDATE - ajmudrak - 2012-07-15 - cleaned up padding and line-height on dropdown links */
.menu.horizontal_dropdown ul a {background: #999999; white-space:nowrap; padding:8px 22px; position:relative;z-index: 11; height:22px; line-height: 22px;}
.menu.horizontal_dropdown ul a:hover { background: #cc0033; color:#ffc809 }
/* UPDATE - ajmudrak - 2012-07-15 - removed li:hover css, since jquery is handling this */



#Footer
{
	background-color:#ececec;
/*	width:942px; */
/*	border-top:solid 1px #05254a;
	padding:20px 0px 10px; 
	margin:19px auto;
*/
	clear: both;
}
#Footer img {margin-top:-20px;}
#FooterContainer
{
/*	width:1200px; */
	width:1024; 
/*	margin: -105px auto 0 178px;*/
	margin: 30px 0px 30px;
	position:absolute;
}
#Footer .logoText{font-family:"Myriad Pro"; font-size:18px;color:#000; margin: 0 0 6px;}
#AddThisButtons
{
	width:155px;
	margin-left:744px;
}
#StayConnected
{
	margin: -43px 0 -22px 400px;
}
#StayConnected ul {
	margin: 0;
	padding: 0 0 0 90px;
	list-style: none;
}
#StayConnected ul li {
	float: left;
	padding-left: 2px;
}
.selectedMenu
{
	background:#004493;text-decoration:none;color:#ffc809;
}

/* UPDATE - ajmudrak - 2012-07-17 - hide debug region if it is accidentally showing, as devs know how to see this if need be */
#debug {
	display: none;
}

/* BEGIN EXPANDABLE LIST BEHAVIOR */

ul.expandable>li>ul {
	display: none;
}

ul.expandable>li.expanded>ul {
	display: block;
}

.expander2 {
	cursor: pointer;
}

.expandable2 {
	display: none;
}

.expandable2.expanded {
	display: block;
}

.expander2 {
	/* H5 plus extra */
	font-family: Verdana;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 8px 5px;
	background-color: #F7F7F2;
	background-image: url("../images/arrow_searchDown.png");
	background-position: 97%;
	background-repeat: no-repeat;
}

.expander2:hover
	{
	color: #FF6100;
	background-image: url("../images/arrow_down_hover.png");
}

.expander2.expanded
	{
	background-image: url("../images/arrow_searchUp.png");
}

.expander2.expanded:hover
	{
	background-image: url("../images/arrow_up_hover.png");
}

.expandable2
	{
	padding-left: 23px;
	margin-top: 10px;
}



/* BEGIN expander 3 styling */

.accordian {
	cursor: pointer;
}

.accordiancontent {
	display: none;
}

.accordiancontent.expanded {
	display: block;
}

.accordian {
	/* H5 plus extra */
	font-family: Verdana;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 8px 5% 8px 5px;
	background-color: #F7F7F2;
	background-image: url("../images/arrow_searchDown.png");
	background-position: 97%;
	background-repeat: no-repeat;
}

.accordian:hover
	{
	color: #FF6100;
	background-image: url("../images/arrow_down_hover.png");
}

.accordian.expanded
	{
	background-image: url("../images/arrow_searchUp.png");
}

.accordian.expanded:hover
	{
	background-image: url("../images/arrow_up_hover.png");
}

.accordiancontent
	{
	padding-left: 23px;
	margin-top: 10px;
}



/* END EXPANDABLE LIST BEHAVIOR */

.SubPageAddThisContainer {
	float: right;
	width: 240px;
	height: 28px;
	overflow: hidden;
	margin-top: 10px;
	/*margin-bottom: -35px;*/
}

.item2832 ul {
  min-width: 200px;
}

.btn01 {
  background: #ebb600;
  background-image: -webkit-linear-gradient(top, #ebb600, #wbb600);
  background-image: -moz-linear-gradient(top, #ebb600, #wbb600);
  background-image: -ms-linear-gradient(top, #ebb600, #wbb600);
  background-image: -o-linear-gradient(top, #ebb600, #wbb600);
  background-image: linear-gradient(to bottom, #ebb600, #wbb600);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px !important;
  padding: 10px 20px 10px 20px;
  text-decoration: none !important;
}

.btn01:hover {
  background: #e76f00;
  background-image: -webkit-linear-gradient(top, #e76f00, #e76f00);
  background-image: -moz-linear-gradient(top, #e76f00, #e76f00);
  background-image: -ms-linear-gradient(top, #e76f00, #e76f00);
  background-image: -o-linear-gradient(top, #e76f00, #e76f00);
  background-image: linear-gradient(to bottom, #e76f00, #e76f00);
  text-decoration: none;
}

.btn02 {
  background: #cc0033;
  background-image: -webkit-linear-gradient(top, #cc0033, #wc0033);
  background-image: -moz-linear-gradient(top, #cc0033, #wc0033);
  background-image: -ms-linear-gradient(top, #cc0033, #wc0033);
  background-image: -o-linear-gradient(top, #cc0033, #wc0033);
  background-image: linear-gradient(to bottom, #cc0033, #wc0033);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px !important;
  padding: 10px 20px 10px 20px;
  text-decoration: none !important;
}

.btn02:hover {
  background: #ffc809;
  background-image: -webkit-linear-gradient(top, #ffc809, #ffc809);
  background-image: -moz-linear-gradient(top, #ffc809, #ffc809);
  background-image: -ms-linear-gradient(top, #ffc809, #ffc809);
  background-image: -o-linear-gradient(top, #ffc809, #ffc809);
  background-image: linear-gradient(to bottom, #ffc809, #ffc809);
  text-decoration: none;
}

.comminfo2015
{
width:1024px;margin:0 auto;background-color:#fff;box-shadow: 0px 0px 10px #000;
}

/*RECRUITMENT STRIP BY leoraw 5-17-2016*/
.moduletable-progadv {
	background-color:#fff;
	height: 351px;
	max-height: 351px;
}

.moduletable-progadv .moduleheading{
	color: #fff;
}

.moduletable-recstrip {
	border-top: 3px solid #d3d3d3;
	border-bottom: 3px solid #d3d3d3;
	margin-top: 50px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.moduletable-recstrip .modulebody{clear: both; }

.moduletable-recstrip .modulebody .wrapper
{    position: relative;
    display: block;
    width: 942px;
    margin: 0 auto 0px;
    line-height: 1.4em;
    font-size: 1.1em;
    background-color: #fff;
    min-height: 300px;
/*	height: 250px; */
}

.moduletable-recstrip .modulebody .wrapper div
{background-color:#fff;float:left;width:31%;margin:10px;}

.moduletable-recstrip .modulebody .wrapper div h3{
	font-family: Arial, sans-serif;font-size:1.1em;line-height:1.2em;
}

.moduletable-recstrip .modulebody .wrapper div h3 a{color:#cc0033;}
.moduletable-recstrip .modulebody .wrapper div h3 a:hover{color:#ffc809;}
.moduletable-recstrip .modulebody .wrapper div h3.h3-gray a{color:#757b80;}
.moduletable-recstrip .modulebody .wrapper div h3.h3-gray a:hover{color:#ffc809;}
.moduletable-recstrip .modulebody .wrapper div a{color:#757b80;}
.moduletable-recstrip .modulebody .wrapper div a:hover{color:#ffc809;}

/*NEW SLIDER REGION subpagetop*/
.subpagetop {width: 1024px; background: #fff;}
.subpagetop .moduletable {margin: 0 auto; width: 942px;}

/* leoraw corrected old vlc */
.SubPageSection .newscomponent {
    margin-top: 10px;
	width: 470px;
}

.SubPageSection .newscomponent .sidebar {
	margin-right: -200px;
}

.SubPageSection .contentpaneopen .content img {
    max-width: 600px;
}

/*FOOTER BY leoraw 5-12-2016*/
footer .footcontainer {border-top: 3px solid #d3d3d3; padding: 30px; margin: 10px; clear: both; }
footer .footright {float:right; width: 280px; }
footer .footleft {float:left; width: 580px; }
footer .footcontainer p {clear: both; font-size: 12px; padding-top: 10px;}

a.apply_button {
   background-color: #039;
   text-decoration: none !important;
   color: #fff !important;
   padding: 1em;
}

a.apply_button:hover, a.apply_button:focus {
   color: #fff;
   background-color: #005AC2;
}

.mcis-table table, .mcis-table th, .mcis-table td {
    border-bottom: 1px solid gray;
	border-collapse: collapse;
}

.mcis-table th, .mcis-table td {
    padding: 10px;
}

/*
.mcis-list li:before {
	font-weight: bold;
}
*/
