/* system.base.css */

@font-face {
  font-family: 'Encode Sans Normal';
  src: url(assets/fonts/EncodeSans-Normal-Black.eot);
  src: url(assets/fonts/EncodeSans-Normal-Black.eot?#iefix) format("embedded-opentype"), url(assets/fonts/EncodeSans-Normal-Black.woff) format("woff"), url(assets/fonts/EncodeSans-Normal-900-Black.ttf) format("truetype"), url(assets/fonts/EncodeSans-Normal-Black.svg#EncodeSans-Normal-Black) format("svg");
  font-weight: 900;
  font-style: normal;
}

.form-textarea-wrapper textarea {
 display: block;
 margin: 0;
 width: 100%;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.resizable-textarea .grippie {
 background: #eee url(../../misc/grippie.png) no-repeat center 2px;
 border: 1px solid #ddd;
 border-top-width: 0;
 cursor: s-resize;
 height: 9px;
 overflow: hidden;
}
div.indentation {
 float: left;
 height: 1.7em;
 margin: -0.4em 0.2em -0.4em -0.4em;
 padding: 0.42em 0 0.42em 0.6em;
 width: 20px;
}
div.tree-child {
 background: url(../../misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
 background: url(../../misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
 background: url(../../misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
 text-align: right;
}
table.sticky-header {
 background-color: #fff;
 margin-top: 0;
}
.container-inline div,
.container-inline label {
 display: inline;
}
.container-inline .fieldset-wrapper {
 display: block;
}
.nowrap {
 white-space: nowrap;
}
html.js .js-hide {
 display: none;
}
.element-hidden {
 display: none;
}
.element-invisible {
 position: absolute !important;
 clip: rect(1px 1px 1px 1px);
 clip: rect(1px, 1px, 1px, 1px);
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
 position: static !important;
 clip: auto;
}
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
* html .clearfix {
 height: 1%;
}
*:first-child + html .clearfix {
 min-height: 1%;
}

/* system.menus.css */

ul.menu {
 border: none;
 list-style: none;
 text-align: left;
}
ul.menu li {
 margin: 0 0 0 0.5em;
}
ul li.expanded {
 list-style-image: url(../../misc/menu-expanded.png);
 list-style-type: circle;
}
ul li.collapsed {
 list-style-image: url(../../misc/menu-collapsed.png);
 list-style-type: disc;
}
ul li.leaf {
 list-style-image: url(../../misc/menu-leaf.png);
 list-style-type: square;
}
li.expanded,
li.collapsed,
li.leaf {
 padding: 0.2em 0.5em 0 0;
 margin: 0;
}
li a.active {
 color: #000;
}
td.menu-disabled {
 background: #ccc;
}
ul.inline,
ul.links.inline {
 display: inline;
 padding-left: 0;
}
ul.inline li {
 display: inline;
 list-style-type: none;
 padding: 0 0.5em;
}
.breadcrumb {
 padding-bottom: 0.5em;
}
ul.primary {
 border-bottom: 1px solid #bbb;
 border-collapse: collapse;
 height: auto;
 line-height: normal;
 list-style: none;
 margin: 5px;
 padding: 0 0 0 1em;
 white-space: nowrap;
}
ul.primary li {
 display: inline;
}
ul.primary li a {
 background-color: #ddd;
 border-color: #bbb;
 border-style: solid solid none solid;
 border-width: 1px;
 height: auto;
 margin-right: 0.5em;
 padding: 0 1em;
 text-decoration: none;
}
ul.primary li.active a {
 background-color: #fff;
 border: 1px solid #bbb;
 border-bottom: 1px solid #fff;
}
ul.primary li a:hover {
 background-color: #eee;
 border-color: #ccc;
 border-bottom-color: #eee;
}
ul.secondary {
 border-bottom: 1px solid #bbb;
 padding: 0.5em 1em;
 margin: 5px;
}
ul.secondary li {
 border-right: 1px solid #ccc;
 display: inline;
 padding: 0 1em;
}
ul.secondary a {
 padding: 0;
 text-decoration: none;
}
ul.secondary a.active {
 border-bottom: 4px solid #999;
}

/* system.messages.css */

div.messages {
 background-position: 8px 8px;
 background-repeat: no-repeat;
 border: 1px solid;
 margin: 6px 0;
 padding: 10px 10px 10px 50px;
}
div.status {
 background-image: url(../../misc/message-24-ok.png);
 border-color: #be7;
}
div.status,
.ok {
 color: #234600;
}
div.status,
table tr.ok {
 background-color: #f8fff0;
}
div.warning {
 background-image: url(../../misc/message-24-warning.png);
 border-color: #ed5;
}
div.warning,
.warning {
 color: #840;
}
div.warning,
table tr.warning {
 background-color: #fffce5;
}
div.error {
 background-image: url(../../misc/message-24-error.png);
 border-color: #ed541d;
}
div.error,
.error {
 color: #8c2e0b;
}
div.error,
table tr.error {
 background-color: #fef5f1;
}
div.error p.error {
 color: #333;
}
div.messages ul {
 margin: 0 0 0 1em;
 padding: 0;
}
div.messages ul li {
 list-style-image: none;
}

/* system.theme.css */

fieldset {
 margin-bottom: 1em;
 padding: 0.5em;
}
form {
 margin: 0;
 padding: 0;
}
hr {
 border: 1px solid gray;
 height: 1px;
}
img {
 border: 0;
}
table {
 border-collapse: collapse;
}
th {
 border-bottom: 3px solid #ccc;
 padding-right: 1em;
 text-align: left;
}
tbody {
 border-top: 1px solid #ccc;
}
tr.even,
tr.odd {
 background-color: #eee;
 border-bottom: 1px solid #ccc;
 padding: 0.1em 0.6em;
}
th.active img {
 display: inline;
}
td.active {
 background-color: #ddd;
}
.item-list .title {
 font-weight: bold;
}
.item-list ul {
 margin: 0 0 0.75em 0;
 padding: 0;
}
.item-list ul li {
 margin: 0 0 0.25em 1.5em;
 padding: 0;
}
.form-item,
.form-actions {
 margin-top: 1em;
 margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
 margin-top: 0;
 margin-bottom: 0;
 white-space: nowrap;
}
.form-item .description {
 font-size: 0.85em;
}
label {
 display: block;
 font-weight: bold;
}
label.option {
 display: inline;
 font-weight: normal;
}
.form-checkboxes .form-item,
.form-radios .form-item {
 margin-top: 0.4em;
 margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
 margin-left: 2.4em;
}
input.form-checkbox,
input.form-radio {
 vertical-align: middle;
}
.marker,
.form-required {
 color: #f00;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
 border: 2px solid red;
}
.container-inline .form-actions,
.container-inline.form-actions {
 margin-top: 0;
 margin-bottom: 0;
}
.more-link {
 text-align: right;
}
.more-help-link {
 text-align: right;
}
.more-help-link a {
 background: url(../../misc/help.png) 0 50% no-repeat;
 padding: 1px 0 1px 20px;
}
.item-list .pager {
 clear: both;
 text-align: center;
}
.item-list .pager li {
 background-image: none;
 display: inline;
 list-style-type: none;
 padding: 0.5em;
}
.pager-current {
 font-weight: bold;
}
#autocomplete li.selected {
 background: #0072b9;
 color: #fff;
}
html.js fieldset.collapsible .fieldset-legend {
 background: url(../../misc/menu-expanded.png) 5px 65% no-repeat;
 padding-left: 15px;
}
html.js fieldset.collapsed .fieldset-legend {
 background-image: url(../../misc/menu-collapsed.png);
 background-position: 5px 50%;
}
.fieldset-legend span.summary {
 color: #999;
 font-size: 0.9em;
 margin-left: 0.5em;
}
tr.drag {
 background-color: #fffff0;
}
tr.drag-previous {
 background-color: #ffd;
}
.tabledrag-toggle-weight {
 font-size: 0.9em;
}
body div.tabledrag-changed-warning {
 margin-bottom: 0.5em;
}
tr.selected td {
 background: #ffc;
}
td.checkbox,
th.checkbox {
 text-align: center;
}

/* nice_menus.css */

.block-nice-menus {
 z-index: 20;
 line-height: normal;
}
ul.nice-menu, ul.nice-menu ul {
 z-index: 15;
}
#block-nice-menus-1 {
 width: 999px;
 height: 46px;
 margin-bottom: 0px;
 color: #FFF;
 background-color: #4b2e83;
}
#block-nice-menus-1 ul.nice-menu {
 list-style: none;
 padding: 0;
 margin: 0;
 font-size: 13px;
 width: 1000px;
}
ul.nice-menu li {
 white-space: nowrap;
 width: auto;
 border: 1px solid #ccc;
 border-top: 0;
 float: left;
}
ul.nice-menu a {
 padding: 0.3em 5px 0.3em 5px;
}
ul.nice-menu ul {
 top: 1.8em;
 left: -1px;
 border: 0;
 border-top: 1px solid #ccc;
 margin-right: 0;
}
ul.nice-menu a {
 display: block;
}
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
 width: 12.5em;
}
ul.nice-menu-right ul {
 width: 12.5em;
 left: 12.5em;
 top: -1px;
}
ul.nice-menu-right ul ul {
 width: 12.5em;
 left: 12.5em;
 top: -1px;
}
ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
 background: #eee url(arrow-right.png) right center no-repeat;
}
ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
 background: #ccc url(arrow-right.png) right center no-repeat;
}
ul.nice-menu-down {
 float: left;
 border: 0;
}
ul.nice-menu-down li {
 border-top: 1px solid #ccc;
}
ul.nice-menu-down li li {
 border-top: 0;
}
ul.nice-menu-down ul {
 left: 0;
}
ul.nice-menu-down ul li {
 clear: both;
}
ul.nice-menu-down li ul li ul {
 left: 12.5em;
 top: -1px;
}
ul.nice-menu-down .menuparent a {
 padding-right: 15px;
}
#block-nice-menus-1 ul li {
 border: none;
}
#block-nice-menus-1 ul li a {
 text-decoration: none;
 font-weight: bold;
 text-align: center;
}
#block-nice-menus-1 ul li.menu-prospective_students a,
#block-nice-menus-1 ul li.menu-faculty_candidates a,
#block-nice-menus-1 ul li.menu-alumni a,
#block-nice-menus-1 ul li.menu-industrial_affiliates a,
#block-nice-menus-1 ul li.menu-385 a
#block-nice-menus-1 ul li.menu-students a {
 color: #FFF;
}
#nice-menu-id-news_events {
 height: 60px;
 border-left : none;
}
#nice-menu-id-news_events > a {
 width: 66px;
 height: 40px;
 padding: 6px 0px 0px 31px;
 text-align: center;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-education {
 height: 60px;
}
#nice-menu-id-education > a {
 width: 109px;
 height: 30px;
 padding: 16px 0px 0px 0px;
 text-align: center;
 border-left : 1px solid #000;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-research {
 height: 60px;
}
#nice-menu-id-research > a {
 width: 99px;
 height: 30px;
 padding: 16px 0px 0px 0px;
 border-left : 1px solid #000;
 text-align: center;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-students {
 height: 60px;
}
#nice-menu-id-students > a {
 width: 97px;
 height: 40px;
 padding: 6px 0px 0px 0px;
 border-left : 1px solid #000;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-people {
 height: 60px;
}
#nice-menu-id-people > a {
 width: 85px;
 height: 30px;
 padding: 16px 0px 0px 0px;
 border-left : 1px solid #000;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-prospective_students {
 height: 60px;
}
#nice-menu-id-prospective_students > a {
 width: 117px;
 height: 40px;
 padding: 6px 0px 0px 0px;
 border-left : 1px solid #000;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-faculty_candidates {
 height: 60px;
}
#nice-menu-id-faculty_candidates > a {
 width: 110px;
 height: 40px;
 padding: 6px 0px 0px 0px;
 color: #DFC25D;
 background-color: rgb(77,77,77);
 border-left : 1px solid #000;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-alumni {
 height: 60px;
}
#nice-menu-id-alumni > a {
 width: 75px;
 height: 30px;
 padding: 16px 0px 0px 0px;
 border-left : 1px solid #000;
}
#nice-menu-id-industrial_affiliates {
 height: 60px;
}
#nice-menu-id-industrial_affiliates > a {
 width: 90px;
 height: 40px;
 padding: 6px 0px 0px 0px;
 border-left : 1px solid #000;
}
#nice-menu-id-supportcse {
 height: 60px;
}
#nice-menu-id-supportcse > a {
 width: 90px;
 height: 40px;
 padding: 6px 0px 0px 0px;
 color: #FFF;
}
#block-nice-menus-1 ul.nice-menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
 margin-top: 24px;
 font-size: 12px;
 width:auto;
}
#nice-menu-1 > li.active-trail {
 background-image: url('/images/nav_active_pg.png');
 background-position: 50% 44px;
 background-repeat: no-repeat;
}
#nice-menu-1  li.active-trail a.active-trail {
 color: #FFF;
 background: #4b2e83;
}
#nice-menu-1 a:hover {
 background-color: #D9D9D9;
 color: #4b2e83
}

/* nice_menus_custom.css */

.block-nice-menus {
 z-index: 20;
}
ul.nice-menu, ul.nice-menu ul {
 z-index: 15;
}
#block-nice-menus-1 {
 width: 999px;
 height: 46px;
 margin-bottom: 0px;
 color: #FFF;
 background-color: #4b2e83;
}
#block-nice-menus-1 ul.nice-menu {
 list-style: none;
 padding: 0;
 margin: 0;
 font-size: 13px;
 width: 1000px;
}
ul.nice-menu li {
 white-space: nowrap;
 width: auto;
 border: 1px solid #ccc;
 border-top: 0;
 float: left;
}
ul.nice-menu a {
 padding: 0.3em 5px 0.3em 5px;
}
ul.nice-menu ul {
 top: 1.8em;
 left: -1px;
 border: 0;
 border-top: 1px solid #ccc;
 margin-right: 0;
}
ul.nice-menu a {
 display: block;
}
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
 width: 12.5em;
}
ul.nice-menu-right ul {
 width: 12.5em;
 left: 12.5em;
 top: -1px;
}
ul.nice-menu-right ul ul {
 width: 12.5em;
 left: 12.5em;
 top: -1px;
}
ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
 background: #eee url(arrow-right.png) right center no-repeat;
}
ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
 background: #ccc url(arrow-right.png) right center no-repeat;
}
ul.nice-menu-down {
 float: left;
 border: 0;
}
ul.nice-menu-down li {
 border-top: 1px solid #ccc;
}
ul.nice-menu-down li li {
 border-top: 0;
}
ul.nice-menu-down ul {
 left: 0;
}
ul.nice-menu-down ul li {
 clear: both;
}
ul.nice-menu-down li ul li ul {
 left: 12.5em;
 top: -1px;
}
ul.nice-menu-down .menuparent a {
 padding-right: 15px;
}
ul.nice-menu-down li li.menuparent {
 background: #eee url(arrow-right.png) right center no-repeat;
}
#block-nice-menus-1 ul li {
 border: none;
}
#block-nice-menus-1 ul li a {
 text-decoration: none;
 font-weight: bold;
 text-align: center;
}
#nice-menu-id-news_events {
 height: 60px;
 border-left : none;
}
#nice-menu-id-news_events > a {
 width: 66px;
 height: 40px;
 padding: 6px 0px 0px 31px;
 text-align: center;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-education {
 height: 60px;
}
#nice-menu-id-education > a {
 width: 109px;
 height: 30px;
 padding: 16px 0px 0px 0px;
 text-align: center;
 border-left : 1px solid #000;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-research {
 height: 60px;
}
#nice-menu-id-research > a {
 width: 99px;
 height: 30px;
 padding: 16px 0px 0px 0px;
 border-left : 1px solid #000;
 text-align: center;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-students {
 height: 60px;
}
#nice-menu-id-students > a {
 width: 97px;
 height: 40px;
 padding: 6px 0px 0px 0px;
 border-left : 1px solid #000;
 color: #FFF;
 background-color: #4b2e83;
}
#nice-menu-id-people {
 height: 60px;
}
#nice-menu-id-people > a {
 width: 85px;
 height: 30px;
 padding: 16px 0px 0px 0px;
 border-left : 1px solid #000;
}
#nice-menu-id-prospective_students {
 height: 60px;
}
#nice-menu-id-prospective_students > a {
 width: 117px;
 height: 40px;
 padding: 6px 0px 0px 0px;
 border-left : 1px solid #000;
}
#nice-menu-id-faculty_candidates {
 height: 60px;
}
#nice-menu-id-faculty_candidates > a {
 width: 110px;
 height: 40px;
 padding: 6px 0px 0px 0px;
 border-left : 1px solid #000;
}
#nice-menu-id-alumni {
 height: 60px;
}
#nice-menu-id-alumni > a {
 width: 75px;
 height: 30px;
 padding: 16px 0px 0px 0px;
 border-left : 1px solid #000;
}
#nice-menu-id-industrial_affiliates {
 height: 60px;
}
#nice-menu-id-industrial_affiliates > a {
 width: 90px;
 height: 40px;
 padding: 6px 0px 0px 0px;
 border-left : 1px solid #000;
}
#nice-menu-id-supportcse {
 height: 60px;
}
#nice-menu-id-supportcse > a {
 width: 90px;
 height: 40px;
 padding: 6px 0px 0px 0px;
 border-left : 1px solid #000;
}
#block-nice-menus-1 ul.nice-menu ul {
 list-style: none;
 padding: 0;
 margin: 0;
 margin-top: 24px;
 font-size: 12px;
 width:auto;
}
#block-nice-menus-1 ul.nice-menu ul {
 background-color: #CCC;
}
#block-nice-menus-1 ul.nice-menu ul li {
 background-color: rgb(204,204,204);
}
#block-nice-menus-1 ul.nice-menu ul li {
 border-bottom: 1px solid #BBB;
 float:none;
 width:auto;
}
#block-nice-menus-1 ul.nice-menu ul li a {
 text-align: left;
 text-transform: none;
 display: block;
 margin: 0px;
 padding: 5px 15px 5px 15px;
 color: #4b2e83;
 background-color: rgb(204,204,204);
}
#nice-menu-1 > li.active-trail {
 background-image: url('/images/nav_active_pg.png');
 background-position: 50% 44px;
 background-repeat: no-repeat;
}
#nice-menu-1  li.active-trail a.active-trail {
 color: #FFF;
 background: #4b2e83;
}
#nice-menu-1 li.active-trail  ul li a.active-trail {
 color:  #4b2e83;
 background-color: rgb(204,204,204);
}

/* html-reset.css */

body {
 font-size: 100%;
}
#skip-to-nav,
#page {
 font-size: 0.875em;
 line-height: 1.5em;
}
body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
 font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}
pre,
code,
kbd,
samp,
tt,
var {
 font-family: "Courier New", "DejaVu Sans Mono", monospace;
}
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl,
hr, table, fieldset {
 margin: 1.5em 0;
}
h1 {
 font-size: 2em;
 line-height: 1.5em;
 margin: 0.75em 0;
}
h2 {
 font-size: 1.5em;
 margin: 1em 0;
}
h3 {
 font-size: 1.3em;
 margin: 1.154em 0;
}
h4,
h5,
h6 {
 font-size: 1.1em;
 margin: 1.364em 0;
}
blockquote {
 margin-left: 2em;
 margin-right: 2em;
}
pre {
 font-size: 1.1em;
 margin: 1.364em 0;
}
hr {
 height: 1px;
 border: 1px solid #666;
}
ul,
ol {
 margin-left: 0;
 padding-left: 2em;
}
.item-list ul  {
 margin: 1.5em 0;
 padding: 0 0 0 2em;
}
ul ul, ul ol,
ol ol, ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
 margin: 0;
}
li {
 margin: 0;
 padding: 0;
}
.item-list ul li,
ul.menu li,
li.expanded,
li.collapsed,
li.leaf  {
 margin: 0;
 padding: 0;
}
ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }
dt {
 margin: 0;
 padding: 0;
}
dd {
 margin: 0 0 0 2em;
 padding: 0;
}
table {
 border-collapse: collapse;
}
th {
 text-align: left;
 padding: 0;
 border-bottom: none;
}
tbody {
 border-top: none;
}
form {
 margin: 0;
 padding: 0;
}
fieldset {
 padding: 0.5em;
}
img {
 border: 0;
}
abbr,
acronym {
 border-bottom: 1px dotted #666;
 cursor: help;
 white-space: nowrap;
}

/* layout-fixed.css */

#page-wrapper,
.region-bottom {
 margin-left: auto;
 margin-right: auto;
 width: 1000px;
}
.region-header {
 position: relative;
 top: 0px;
}
.region-header > .block-block{
 margin-bottom: 0px;
}
#main-wrapper {
 position: relative;
}
#content,
.no-sidebars #content {
 float: left;
 width: 1000px;
 margin-left: 0;
 margin-right: -1000px;
 padding: 0;
}
.sidebar-first #content {
 width: 749px;
 margin-left: 251px;
 margin-right: -1000px;
}
.sidebar-second #content {
 width: 800px;
 margin-left: 0;
 margin-right: -800px;
}
#content .section {
 margin: 0;
 margin-right: 20px;
 padding: 0;
}
.no-sidebars #content .section {
 padding-left: 37px;
 padding-right: 37px;
}
.sidebar {
 margin-top: 50px;
}
.sidebar-first #content div.region-content {
 border-left:  2px solid #CCC;
 padding-left: 20px;
 padding-right: 37px;
}
.region-sidebar-first {
 float: left;
 width: 251px;
 margin-left: 0;
 margin-right: -251px;
 padding: 0;
}
.region-sidebar-first .section {
 margin: 0 20px 0 0;
 padding:  38px 0px 0px 22px;
}
.region-sidebar-second {
 float: left;
 width: 206px;
 margin-left: 771px;
 margin-right: -977px;
 padding: 0;
}
.region-sidebar-second .section {
 margin: 0 0 0 ;
 padding: 0px 22px 0px 23px;
}
#navigation {
 float: left;
 width: 100%;
 margin-left: 0;
 margin-right: -100%;
 padding: 0;
 height: 3em;
}
.with-navigation #content,
.with-navigation .region-sidebar-first,
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-bottom {
 overflow: visible;
 word-wrap: break-word;
}

/* tabs.css */

div.tabs {
 margin: 0 0 5px 0;
}
ul.primary {
 margin: 0;
 padding: 0 0 0 10px;
 border-width: 0;
 list-style: none;
 white-space: nowrap;
 line-height: normal;
 background: url(/images/tab-bar.png) repeat-x left bottom;
}
ul.primary li {
 float: left;
 margin: 0;
 padding: 0;
}
ul.primary li a {
 display: block;
 height: 24px;
 margin: 0;
 padding: 0 0 0 5px;
 border-width: 0;
 font-weight: bold;
 text-decoration: none;
 color: #777;
 background-color: transparent;
 background: url(/images/tab-left.png) no-repeat left -38px;
}
ul.primary li a .tab {
 display: block;
 height: 20px;
 margin: 0;
 padding: 4px 13px 0 6px;
 border-width: 0;
 line-height: 20px;
 background: url(/images/tab-right.png) no-repeat right -38px;
}
ul.primary li a:hover,
ul.primary li a:focus {
 border-width: 0;
 background-color: transparent;
 background: url(/images/tab-left.png) no-repeat left -76px;
}
ul.primary li a:hover .tab,
ul.primary li a:focus .tab {
 background: url(/images/tab-right.png) no-repeat right -76px;
}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
 border-width: 0;
 color: #000;
 background-color: transparent;
 background: url(/images/tab-left.png) no-repeat left 0;
}
ul.primary li.active a .tab,
ul.primary li.active a:hover .tab,
ul.primary li.active a:focus .tab {
 background: url(/images/tab-right.png) no-repeat right 0;
}
ul.secondary {
 margin: 0;
 padding: 0 0 0 5px;
 border-bottom: 1px solid #c0c0c0;
 list-style: none;
 white-space: nowrap;
 background: url(/images/tab-secondary-bg.png) repeat-x left bottom;
}
ul.secondary li {
 float: left;
 margin: 0 5px 0 0;
 padding: 5px 0;
 border-right: none;
}
ul.secondary a {
 display: block;
 height: 24px;
 margin: 0;
 padding: 0;
 border: 1px solid #c0c0c0;
 text-decoration: none;
 color: #777;
 background: url(/images/tab-secondary.png) repeat-x left -56px;
}
ul.secondary a .tab {
 display: block;
 height: 18px;
 margin: 0;
 padding: 3px 8px;
 line-height: 18px;
}
ul.secondary a:hover,
ul.secondary a:focus {
 background: url(/images/tab-secondary.png) repeat-x left bottom;
}
ul.secondary a.active,
ul.secondary a.active:hover,
ul.secondary a.active:focus {
 border: 1px solid #c0c0c0;
 color: #000;
 background: url(/images/tab-secondary.png) repeat-x left top;
}

/* pages.css */

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans",sans-serif;
  background-color: #d9d9d9;
}
#skip-link a,
#skip-link a:visited {
 display: block;
 width: 100%;
 padding: 2px 0 3px 0;
 text-align: center;
 background-color: #666;
 color: #fff;
}
#name-and-slogan  {
 float: left;
}
h1#site-name,
div#site-name  {
 margin: 0;
 font-size: 2em;
 line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
 color: #000;
 text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
 text-decoration: underline;
}
.region-header  {
 clear: both;
}
.breadcrumb  {
 padding-bottom: 0;
}
h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title  {
 margin: 0px 0px 10px 0px;
}
div.messages  {
 margin: 1.5em 0;
}
div.messages ul {
 margin-top: 0;
 margin-bottom: 0;
}
ul.links.inline {
 display: block;
}
ul.links li {
 padding: 0 1em 0 0;
}
.item-list .pager  {
 padding: 0;
}
.item-list .pager li  {
 padding: 0 0.5em;
}
.region-sidebar-first .section {
 padding-top: 0px;
}
.region-bottom  {
 clear: both;
}

/* blocks.css */

.block {
 margin-bottom: 1.5em;
}

/* navigation.css */

li a.active {
 color: #000;
}
#navigation ul.links,
#navigation .content ul {
 margin: 0;
 padding: 0;
 text-align: left;
}
#navigation ul.links li,
#navigation .content li {
 float: left;
 padding: 0 10px 0 0;
}
#secondary-menu {
 float: right;
}

/* cse.css */

body {
 font-family: Trebuchet, sans-serif;
 background-color: #AAA;
}
#page-wrapper {
 background-color: #FFF;
}
h1 {
 font-size: 25px;
 color: #4b2e83;
}
h2 {
 font-size: 18px;
 color: #4b2e83;
}
h3 {
 font-size: 14px;
 color: #4b2e83;
}
p {
 margin: 0px 0px 15px 0px;
}
ul.menu {
 margin-top: 0px;
}
#block-menu-menu-top-purple-banner {
 background-color: #4b2e83;
 margin: 0px;
 height: 41px;
 padding: 0px;
}
#block-block-71 {
 float: left;
 margin: 10px 0px 0px 37px;
 width: 35px;
 z-index: 1000;
}
#block-block-71 img {
  height: 17px;
  margin-top: 4px;
}
#block-menu-menu-top-purple-banner ul.menu {
 margin: 12px 15px 0px 0px;
 padding-left: 0;
 display: inline;
 float: right;
 font-size: 12px;
}
#block-menu-menu-top-purple-banner ul.menu li {
 margin-left: 0;
 padding: 0px 5px 0px 8px;
 border-left: 1px solid #FFF;
 list-style: none;
 display: inline;
}
#block-menu-menu-top-purple-banner ul.menu li a {
 color: #FFF;
 text-transform: uppercase;
 font-size: 11px;
 text-decoration: none;
}
#block-menu-menu-top-purple-banner ul.menu li.first {
 border-left: none;
}
#logo  {
 float: left;
 margin: 20px 0px 15px 30px;
 padding: 0;
}
#logo img {
 vertical-align: bottom;
}
#block-search-form {
 width: 200px;
 margin: 40px 0px 0px 110px;
 float: left;
}
#edit-actions {
 position: relative;
 top: 12px;
}
#block-nice-menus-1 {
 clear: both;
}
#main-nav-subst {
 width: 1000px;
 height: 10px;
 clear: both;
}
#main-nav-subs-left {
 background-color: rgb(77,77,77);
 float: left;
 width: 415px;
 height: 10px;
}
#main-nav-subs-right {
 background-color: #000;
 float: left;
 width: 585px;
 height: 10px;
}
#block-block-11 {
 clear: both;
}
#block-views-front-page-slideshow-block {
 position: relative;
 top: -14px;
 height: 322px;
 margin-bottom: 0px;
 clear: both;
}
.slideshow-left-pane {
 width: 414px;
 height: 322px;
 float: left;
 background-color: #000;
}
.slideshow-title {
 color: #FFF;
 font-size: 25px;
 font-weight: bold;
 padding: 40px 10px 0px 37px;
}
.slideshow-blurb {
 float: left;
 color: rgb(231, 218, 143);
 font-style: italic;
 padding: 40px 20px 0px 37px;
}
.slideshow-image-container {
 width: 544px;
 height: 322px;
 float: left;
}
.slideshow-image-container img {
 width: auto !important;
}
.views-slideshow-cycle-main-frame {
 width: auto !important;
}
.views-slideshow-cycle-main-frame-row {
 width: auto !important;
}
#block-menu-menu-undergraduates h2,
#block-menu-menu-graduates h2,
#block-menu-menu-the-department h2,
#block-menu-menu-public h2,
#block-menu-menu-partner-sites h2 {
 text-transform: uppercase;
 background-color: rgb(139,143,158);
 font-size: 12px;
 font-weight: normal;
 color: #FFF;
 height: 30px;
 padding-top: 12px;
}
#block-menu-menu-undergraduates {
 width: 100%;
 float: left;
 float: left;
 width: 230px;
}
#block-menu-menu-undergraduates h2 {
 padding-left: 37px;
}
#block-menu-menu-undergraduates ul {
 padding-left: 37px;
}
#block-menu-menu-graduates {
 width: 100%;
 float: left;
 float: left;
 width: 185px;
 padding: 0px;
}
#block-menu-menu-graduates h2 {
 padding-left: 20px;
}
#block-menu-menu-graduates ul {
 padding-left: 20px;
}
#block-menu-menu-the-department {
 width: 100%;
 float: left;
 float: left;
 width: 191px;
 padding: 0px;
}
#block-menu-menu-the-department h2 {
 padding-left: 0px;
}
#block-menu-menu-the-department ul {
 padding-left: 0px;
}
#block-menu-menu-public {
 width: 100%;
 float: left;
 float: left;
 width: 188px;
 padding: 0px;
}
#block-menu-menu-public h2 {
 padding-left: 28px;
}
#block-menu-menu-partner-sites {
 width: 100%;
 float: left;
 float: left;
 width: 204px;
 padding: 0px;
 clear: right;
}
#block-menu-menu-partner-sites ul {
 padding-left: 0px;
}
#block-menu-menu-undergraduates ul li,
#block-menu-menu-graduates ul li,
#block-menu-menu-the-department ul li,
#block-menu-menu-public ul li,
#block-menu-menu-partner-sites ul li {
 list-style: none;
 list-style-image:none;
}
#block-menu-menu-undergraduates ul li a,
#block-menu-menu-graduates ul li a,
#block-menu-menu-the-department ul li a,
#block-menu-menu-public ul li a,
#block-menu-menu-partner-sites ul li a {
 color: rgb(43,6,87);
 text-decoration: none;
 font-size: 12px;
}
#block-slideshow {
 margin-bottom: 0px;
 position: relative;
 top: -10px;
}
#front-page-welcome {
 width: 341px;
 padding-right: 37px;
 float: left;
 color: rgb(43,6,87);
}
#front-page-welcome div.content {
 padding-top: 5px;
}
#block-views-f6174633f8c59fd2573f46cbe3ef56fc {
 margin-bottom: 0px;
}
#front-page-news {
 width: 340px;
 float: left;
}
.frontpage-news-headline {
 font-size: 12px;
 margin-bottom: 10px;
}
.frontpage-news-headline a {
 color: #000;
 text-decoration: none;
}
.frontpage-news-headline a:hover {
 color: #4b2e83;
}
#front-page-news .content,
#front-page-events .content {
 padding-right: 20px;
}
#block-views-88e53c676260dffb870aa6e085a00bc8 {
 margin-bottom: 0px;
}
#front-page-events {
 width: 204px;
 float: left;
 clear: right;
}
#front-page-welcome h2,
#front-page-news h2,
#front-page-events h2
{
 color: #000;
 text-transform: uppercase;
 height: 32px;
 padding-top: 13px;
 padding-bottom: 10px;
 font-size: 14px;
 width: 100%;
 border-bottom: 1px solid rgb(139,143,158);
 margin-bottom: 0px;
}
#front-page-welcome h2 {
 width: 378px;
 margin-left: -37px;
 padding-left: 37px;
 margin-right: 74px;
}
#front-page-events h2
{
 width: 243px;
}
.region-sidebar-first .block-menu h2.block-title {
 padding-left: 15px;
 color: #000;
 text-transform: uppercase;
}
.region-sidebar-first ul.menu {
 padding-left: 0px;
}
.region-sidebar-first ul.menu li.current > a {
 background-image: url("/images/gold_fleche.png");
 background-repeat: no-repeat;
 background-position: 0px;
}
.region-sidebar-first ul.menu > li {
 list-style: none;
 margin: 0px 2px 12px 0px;
}
.region-sidebar-first ul.menu > li a,
.region-sidebar-first ul.menu > li span{
 text-decoration: none;
 color: #4b2e83;
 font-size: 14px;
 font-weight: bold;
 padding-left: 15px;
}
.region-sidebar-first ul.menu > li   ul.menu > li {
 margin-bottom: 0px;
}
.region-sidebar-first ul.menu > li   ul.menu > li a {
 text-decoration: none;
 font-size: 12px;
 padding-left: 30px;
}
.region-sidebar-first ul.menu > li   ul.menu > li a.active {
 background-position: 15px;
}
#block-menu-menu-systems {
 width: 1000px;
}
#block-menu-menu-systems ul {
 list-style: none;
 padding: 0;
 margin: 0;
 width: 1000px;
}
#block-menu-menu-systems ul li {
 float: left;
 list-style: none;
 list-style-image:none;
 background-color: rgb(77,77,77);
 border-left : 1px solid #000;
 height: 54px;
 width: 199px;
 margin: 0px;
}
#block-menu-menu-systems ul li a {
 color: #FFF;
 text-decoration: none;
 text-align: center;
 text-transform: uppercase;
 font-size: 12px;
 background-color: rgb(77,77,77);
 width: 198px;
 height: 36px;
 padding-top: 18px;
 display: block;
}
#block-menu-menu-systems ul li.active {
 background-color: rgb(204,204,204);
}
#block-menu-menu-systems ul li.first {
 border-left: none;
}
#topic-bar-menu .block-menu {
 margin-bottom: 0px;
}
#topic-bar-menu {
 clear: both;
 margin: 10px 37px 0px 0px;
 padding-left: 20px;
 border-left:  2px solid #CCC;
 height: 55px;
}
#block-menu-menu-systems-menu-bar {
 margin-bottom: 0px;
}
#topic-bar-menu ul {
 padding-left: 0px;
 margin: 0px;
 text-transform: uppercase;
 font-size: 13px;
 border: 1px solid #333;
 height: 36px;
 width: 686px;
}
#topic-bar-menu ul li {
 display: inline;
 float:left;
 list-style: none;
 list-style-image:none;
 margin: 0px;
 text-align: center;
 width: 137px;
 height: 34px;
}

#topic-bar-menu ul li a {
 color: #000;
 display: block;
 text-decoration: none;
 padding: 6px 0px 0px 0px;
 height: 29px;
}
#topic-bar-menu ul li a.active {
 background-color: #CCC;
 border: 1px solid #666;
 height: 29px;
 width: 136px;
}
#block-pubcookie-pubcookie-login {
 clear: both;
}
#legalese-footer {
 clear: both;
 border-top: 1px solid rgb(139,143,158);
}
p.legalese {
 font-size: 11px;
 margin-top: 10px;
 text-align: center;
 width: 100%;
}
p.legalese a {
 text-decoration: none;
}
#first-time {
 display: none;
}
.special-edit-link {
 margin-right: 10px;
}
.special-edit-link a {
 font-size: 10px;
 font-style: italic;
 color: #D44;
 text-decoration: none;
}
div.views-row {
 clear: both;
}
table.topics_table,
table.topics_table tr,
table.topics_table td {
 vertical-align:top;
 border: outset black;
 margin-left: 5px;
}
table.agenda_table,
table.agenda_table tr,
table.agenda_table td
{
vertical-align:top;
border: solid 2px black;
margin-left: 5px;
}
div.msb {
 margin: 3px;
 text-align: center;
 float: left;
 height: 270px;
 margin-bottom: 30px;
 }
div.msb img {
 width: 200px;
 height: 259px;
}
div.image_container {
 float: left;
 margin: 5px;
 max-width: 230px;
}
div.image_container p {
 text-align: center;
}
div.image_container img {
 max-width: 230px;
}
table.svelte {
 border-collapse:collapse;
}
table.svelte, table.svelte th, table.svelte td {
 border: 1px solid black;
 padding: 5px;
 font-size: .875em;
}
table.svelte th {
 background-color: #c3bbde;
}
table.svelte td {
 vertical-align: top;
}
div.announcement {
 padding: 5px;
 background-color: #eae4ce;
 border: 1px solid #777;
 font-size: .875em;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
#block-menu-menu-pmp-prospective-students div.content > ul.menu  li:first-child + li + li + li > span,
#block-menu-menu-graduate-program div.content > ul.menu li:first-child + li + li + li + li + li > a,
#block-menu-menu-undergrad-prospective-stude div.content > ul.menu > li:first-child + li + li + li + li > a,
#block-menu-menu-prospective-bsms div.content > ul.menu > li:first-child + li + li > a {
 color: red;
}
img.img-float-right {
 float: right;
 margin: 0px 0px 10px 10px;
}
img.img-float-left {
 float: left;
 margin: 0px 10px 0px 10px;
}
img.img-small-float-right {
 float: right;
 width: 200px;
 margin: 0px 0px 10px 10px;
}
table.progress td.done {
 background-color: #8F8;
}
table.progress td.partial {
 background-color: #FFFFE0;
}
div.submitted {
 font-size: 0.7em;
 font-style: italic;
 color: #666;
}
#block-views-cse-rss-feeds-block-1 h2 {
 font-size: 14px
}
#block-views-cse-rss-feeds-block-1 ul.links {
 margin-top: 2px;
 margin-bottom: 5px;
}
#block-views-cse-rss-feeds-block-1 div.field-item p {
 margin-bottom: 2px;
}
div.alist {
 text-align: center;
}
div.alist a {
 color: #4b2e83;
 background-color: #CCC;
 margin: 2px;
 padding: 3px;
 text-decoration: none;
}

.region-footer {
  color: #FFF;
  background-color: #4b2e83;
  position: relative;
  padding: 15px 32px 15px 32px;
}

.region-footer i.fa {
  margin-right: 10px;
  color: #FFF;
  font-size: 4em;
}

.region-footer h2 {
  margin-bottom: 16px;
  color: #FFF;
  font-size: 24px;
}

.region-footer a {
  color: #FFF;
}

.region-footer #block-block-134 {
  margin-bottom: 0;
}
@media print {
  #skip-to-nav,
  #toolbar,
  #navigation,
  #nice-menu-1,
  #block-nice-menus-1,
  #block-search-form,
  .region-purple-banner,
  .region-sidebar-first,
  .region-sidebar-second,
  .region-footer,
  .breadcrumb,
  div.tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
  
  #content {
    width: 100%;
  }
  
  #page {
    font-size: 1em
  }
}