/* -- BEGIN: css reset --------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

//.group:before,
/* .group:after {
  display: block;
  content: "";
  clear: both;
}*/

/* -- END: css reset --------------------------------------- */

/* -- BEGIN: global elements --------------------------------------- */


body {
	line-height: 1;
  background: #fff;
  color: rgb(51,51,51);
  font-family: Arial,'Nimbus Sans L',sans-serif;
  padding-left: 1px;
/*  overflow: hidden; */
}

ol, ul {
	list-style: none;
}

a {
  text-decoration: none;
  color: #580f8b;
}

b, em {
  font-weight: bold;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.group:after,
.group:before {
  display: block;
  content: "";
  clear: both;
}

.collapse {
  position: absolute;
  visibility: hidden;
}

.expand {
  position: relative;
  visibility: visible;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
  color: rgb(51,51,51);
  line-height: 1.1em;
  border: 1px solid rgb(191,191,191);
}

tr:last-child td {
  border-bottom: 1px solid rgb(191,191,191) !important;
}

td:last-child {
  border-right: 1px solid rgb(191,191,191) !important;
}

h1 {
  display: none;
  font-weight: 1.2em;
  font-weight: bold;
  margin: 12px 0;
}

h2 {
  font-weight: bold;
  font-size: 1.1em;
}

h3 {
  font-weight: bold;
}

th, td {
  font-size: .85em;
  padding: 10px 13px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(205,205,205);
  border-right: 1px solid rgb(205,205,205);
}

th {
  font-weight: bold;
  text-align: left;
}

/* -- END: global elements --------------------------------------- */

#content-wrapper {
  /* margin-left: 15px; */
  /* width: 726px; */
  width: 704px;
}

/* -- BEGIN: top menu --------------------------------------- */

#top-menu .nav-links {
  width: 615px;
  float: left;
}

#top-menu h2 {
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 15px;
}

#top-menu p {
  display: block;
  font-size: .86em;
  line-height: 1.25em;
  color: rgb(115,115,115);
  margin-bottom: 15px;
}

#top-menu form {
  width: 665px;
  font-size: .95em;
  color: rgb(105,105,105);
  padding-bottom: 30px;
  margin-top: 40px;
}

#top-menu form fieldset div {
  margin-top: 14px;
}

#top-menu form label {
  margin-left: 0;
}

#top-menu form #descriptions-form-left,
#top-menu form #descriptions-form-right {
  margin: 0;
  padding: 0;
}

#top-menu form #descriptions-form-left label[for="type"] {
  margin-top: 36px;
}

#top-menu form #descriptions-form-left .styled-select {
  margin-left: 0px;
}

#top-menu form #descriptions-form-right {
  padding-left: 0px;
}

#top-menu form #descriptions-form-right .styled-select {
  margin-bottom: 55px;
}

#top-menu form #descriptions-form-right input[type="text"] {
  margin-top: 22px;
}

#top-menu form input[type="submit"] {
  margin-top: 20px;
}

#top-menu ul {
  margin-top: 20px;
}

#top-menu ul li {
  margin-bottom: 5px;
}

#top-menu ul a {
  width: 620px;
  font-size: .9em;
  line-height: 1.4em;
  color: #580f8b;
}

#top-menu ul a:hover {
  text-decoration: none;
}

#top-menu ul li a {
  font-size: .74em;
  text-decoration: none;
}

#top-menu ul li a.active {
  color: rgb(153,153,153);
}

div.print a {
  display: block;
  float: right;
  margin-right: 7px;
  text-indent: -9000px;
  height: 44px;
  width: 44px;
  background: url(http://w4.stern.nyu.edu/it/web-content/aa-rr/images/sprite.print.png) no-repeat;
}

div.print a:hover {
  background-position: 0 -44px;
}

ul.statuses {
  height: 50px;
  margin-top: 5px;
}

ul.statuses li {
  font-size: .62em;
  position: relative;
  float: left;
  padding-left: 28px;
  margin-right: 27px;
}

ul.statuses li img {
  position: absolute;
  top: -6px;
  left: 0px;
}

#schedules-content {
  padding-top: 5px;
  margin-left: 17px;
}

#schedules-content h2 {
  font-size: 1.1em;
  font-weight: bold;
}

.tablehdr {
  margin-top: 17px;
  margin-bottom: 12px;
  font-size: .85em;
  color: rgb(51,51,51);
}

/* -- END: top menu --------------------------------------- */

/* -- BEGIN: iframe content --------------------------------------- */

ul.courses li {
  font-size: 1.01em;
  margin-bottom: 12px;
}

ul.courses li a {
  text-decoration: none;
}

ul.courses li .tablehdr a {
  margin-right: 3px;
}

div.collapse a {
  display: block;
  margin: 10px 0 10px 0;
}

ul.courses li th {
  font-weight: bold;
  padding: 20px 6px 14px 17px;
}

ul.courses li td {
  padding: 9px 6px 9px 17px;
}

ul.courses li td div {
  position: relative;
}

ul.courses li td img {
  position: absolute;
  left: -48px;
  z-index: 1000;
}

ul.courses li th,
 ul.courses li td {
   color: rgb(51,51,51);
   border-bottom: 1px solid rgb(205,205,205);
   border-right: 1px solid rgb(205,205,205);
}

ul.courses li td:first-child,
ul.courses li th:first-child {
  width: 95px;
  background: rgb(255,255,255);
}

ul.courses li td:nth-child(2),
ul.courses li th:nth-child(2) {
  width: 61px;
  background: rgb(249,249,249);
}

ul.courses li td:nth-child(3),
ul.courses li th:nth-child(3) {
  width: 130px;
  background: rgb(243,243,243);
}

ul.courses li td:nth-child(4),
ul.courses li th:nth-child(4) {
  width: 95px;
  background: rgb(232,232,232);
}

ul.courses li td:last-child,
ul.courses li th:last-child {
  width: 200px;
  border-right: 1px solid rgb(191,191,191);
  background: rgb(221,221,221);
}

ul.course-details {
  margin-top: 15px;
  margin-right: 3px;
}

ul.course-details li {
  position: relative;
  float: right;
  padding-right: 12px;
  margin-left: 10px;
  margin-right: 5px;
}

ul.course-details li a {
  font-size: .72em;
}

ul.course-details li a.backtotop {
  color: rgb(0,0,0);
}

ul.course-details li img {
  position: absolute;
  right: 0;
  top: 6px;
}

div.collapse {
  width: 668px;
  font-size: .86em;
  color: rgb(51,51,51);
  background: rgb(249,249,249);
  padding: 13px 16px;
  margin-bottom: 45px;
  border: 1px solid rgb(191,191,191);
}

#top-menu {
  padding-bottom: 28px;
}

#top-menu .header-text {
  width: 640px;
  float: left;
  color: rgb(105,105,105);
}

#top-menu .header-text p {
  margin-bottom: 17px;
}

#requisites-form {
  border-bottom: 3px solid rgb(206,206,206);
}

#requisites-form > div {
  margin-top: 20px;
}

#requisites-form .header-text {
  margin-top: 12px;
}

#requisites-content h2 {
  margin-top: 6px;
}

.course-summary table {
  margin: 18px 0;
}

.course-summary td, .course-summary th {
  border-bottom: 1px solid rgb(191,191,191);
  padding: 10px 15px 13px;
  line-height: 1.3em;
}

.course-summary td:first-child,
.course-summary th:first-child {
  width: 110px;
}

.course-summary td:last-child,
.course-summary th:last-child {
  border-left: 1px solid rgb(191,191,191);
  background: rgb(243,243,243);
}

td a {
  text-decoration: underline;
}

.course-summary .backtotop {
  float: right;
  margin: 2px 16px 0 0;
  position: relative;
  color: rgb(0,0,0);
  font-size: .75em;
}

.course-summary .backtotop img {
  position: absolute;
  top: 2px;
  right: -10px;
}

ul.course-info {
  width: 610px;
  margin-top: 75px;
}

ul.course-info li {
  margin: 50px 0 55px;
}

.course-header {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 12px;
}

.course-info .course-description p:after {
  clear:both;
}

.course-info .course-description p {
  display: inline;
  clear: both;
  font-size: .92em;
  line-height: 1.5em;
  color: rgb(121,121,121);
  margin-bottom: 14px;
}

.course-description p b {
  color: rgb(51,51,51);
}

.more-hidden {
	display: none;
}

.more-link {
  display: block;
  float: left;
  text-decoration: underline;
  font-size: .84em;
  padding-right: 10px;
  margin-top: 15px;
  border-right: 1px solid rgb(102,102,102);
}

.course-link {
  display: block;
  float: left;
  margin-top: 15px;
  text-decoration: underline;
  font-size: .84em;
  padding: 0 10px;
  border-right: 1px solid rgb(102,102,102);
}

.course-link:last-child {
  border: 0;
}

.department-header {
  margin-top: 30px
}

.department-header a {
  display: block;
  font-weight: bold;
  color: rgb(51,51,51);
  font-size: 1.08em;
  margin: 15px 0;
}

#content-wrapper.course-syllabi {
  margin-left: 13px;
}

.course-syllabi #top-menu {
  margin-top: 15px;
  border-bottom: 3px solid rgb(206,206,206);
}

.course-syllabi #top-menu .header-text {
  margin-top: 14px;
  width: 600px;
}

.course-syllabi #top-menu .header-text p {
  margin-bottom: 23px;
}

#syllabi-content h2 {
  display: block;
  font-size: 1.35em;
  margin: 38px 0 0 0;
}

#syllabi-content h3 {
  float: left;
  font-size: 1.1em;
  margin-top: 6px;
}

/*
#syllabi-content form {
  position: relative;
  width: 210px;
  float: right;
} */

#syllabi-content fieldset {
  font-size: .8em;
  font-family: sans-serif;
  margin-bottom: 0;
}

#syllabi-content form label {
//  position: absolute;
  display: block;
  top: 10px;
//  left: -117px;
  color: rgb(105,105,105);
}

#syllabi-content form input:focus {
  outline: none;
}

#syllabi-content form input[type="text"],
#syllabi-content form button {
  font-size: inherit;
  padding: 0 0;
  height: 30px;
  display: block;
  border: 0;
  float: left;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
 /* transform: translateY(-50%);*/
}

#syllabi-content form input[type="text"] {
  margin: 0;
  width: 92px;
  padding: 0 8px;
  border-right: 0;
}

#syllabi-content form button {
  color: rgb(259,259,259);
  background: rgb(51,51,51);
  width: 66px;
}

#syllabi-content button:active,
#syllabi-content button:focus {
    outline: none;
}

#syllabi-content table {
  margin-top: 18px;
}

#syllabi-content td, #syllabi-content th {
  padding: 13px 10px 10px 15px;
}

#syllabi-content td:first-child a {
  text-decoration: none;
  color: rgb(51,51,51);
}

#syllabi-content td:first-child {
  width: 133px;
}

#syllabi-content td:nth-child(2) {
  width: 36px;
  background: rgb(249,249,249);
}

#syllabi-content td:nth-child(3) {
  width: 85px;
  background: rgb(243,243,243);
}

#syllabi-content td:nth-child(4) {
  width: 256px;
  background: rgb(232,232,232);
}

#syllabi-content td:last-child {
  width: 135px;
  background: rgb(221,221,221);
}

#syllabi-content td a {
  display: inline;
}

#syllabi-content .course-details {
  margin-bottom: 40px;
}

#content-wrapper.course-schedule {
  padding-top: 40px;
}

.final-exam-schedule #top-menu {
  padding-bottom: 20px;
}

.final-exam-schedule #top-menu ul {
  margin-top: 23px;
}

.final-exam-schedule #top-menu ul li {
  margin: 3px 0;
}

#exams-content h3 {
  font-size: 1.08em;
  margin: 20px 0;
}

#exams-content th,
#exams-content td {
  padding: 13px 15px 13px 15px;
}

#exams-content th:first-child,
#exams-content td:first-child {
  width: 110px;
}

#exams-content th:nth-child(2),
#exams-content td:nth-child(2) {
  width: 50px;
  background: rgb(249,249,249);
}

#exams-content th:nth-child(3),
#exams-content td:nth-child(3) {
  width: 131px;
  background: rgb(243,243,243);
}

#exams-content th:nth-child(4),
#exams-content td:nth-child(4) {
  width: 69px;
  background: rgb(236,236,236);
}

#exams-content th:nth-child(5),
#exams-content td:nth-child(5) {
  width: 70px;
  background: rgb(230,230,230);
}

#exams-content th:last-child,
#exams-content td:last-child {
  width: 110px;
  background: rgb(221,221,221);
}

#exams-content .course-details {
  margin-top: 0;
}

#exams-content table {
  margin-bottom: 12px;
}

#exams-content .course-details {
  margin-bottom: 56px;
}

.specializations #top-menu {
  border-bottom: none;
}

.specializations #top-menu .header-text em {
  color: rgb(51,51,51);
  font-size: 1.1em;
}

#specializations-content h3 {
  margin: 20px 0;
}

#specializations-content th:last-child,
#specializations-content td:last-child {
  background: rgb(243,243,243);
  width: 570px;
}

.closed-courses #top-menu {
  margin-top: 24px;
  padding-bottom: 0;
}

#closed-courses-content {
  margin: 25px 0 0 15px;
}

#closed-courses-content .statuses {
  height: 30px;
}

#closed-courses-content table {
  margin-top: 15px;
}

#closed-courses-content td {
  padding: 11px 14px 14px 14px;
}

#closed-courses-content td div {
  position: relative;
}

#closed-courses-content td a {
  text-decoration: none;
}

#closed-courses-content td img {
  position: absolute;
  left: -45px;
  z-index: 1000;
}

#closed-courses-content tr th:first-child,
#closed-courses-content tr td:first-child {
  width: 110px;
}

#closed-courses-content tr th:nth-child(2),
#closed-courses-content tr td:nth-child(2) {
  width: 40px;
  background: rgb(252,252,252);
}

#closed-courses-content tr th:nth-child(3),
#closed-courses-content tr td:nth-child(3) {
  width: 180px;
  background: rgb(244,244,244);
}

#closed-courses-content tr th:nth-child(4),
#closed-courses-content tr td:nth-child(4) {
  width: 60px;
  background: rgb(236,236,236);
}

#closed-courses-content tr th:nth-child(5),
#closed-courses-content tr td:nth-child(5) {
  width: 90px;
  background: rgb(228,228,228);
}

#closed-courses-content tr th:last-child,
#closed-courses-content tr td:last-child {
  width: 50px;
  background: rgb(220,220,220);
}

.last-day-to-add #top-menu {
  margin-top: 25px;
  padding-bottom: 5px;
}

#last-day-to-add-content tr td:first-child,
#last-day-to-add-content tr th:first-child {
  width: 105px;
}

#last-day-to-add-content tr td:nth-child(2),
#last-day-to-add-content tr th:nth-child(2) {
  width: 52px;
  background: rgb(250,250,250);
}

#last-day-to-add-content tr td:nth-child(3),
#last-day-to-add-content tr th:nth-child(3) {
  width: 260px;
  background: rgb(240,240,240);
}

#last-day-to-add-content tr td:nth-child(4),
#last-day-to-add-content tr th:nth-child(4) {
  width: 60px;
  background: rgb(230,230,230);
}

#last-day-to-add-content tr td:last-child,
#last-day-to-add-content tr th:last-child {
  width: 125px;
  background: rgb(220,220,220);
}

.refund-withdrawal #top-menu {
  margin-top: 24px;
}

.refund-withdrawal #top-menu p {
  font-size: .88em;
}

#refund-withdrawal-content tr th:first-child,
#refund-withdrawal-content tr td:first-child {
  width: 110px;
}

#refund-withdrawal-content tr th:nth-child(2),
#refund-withdrawal-content tr td:nth-child(2) {
  width: 40px;
  background: rgb(252,252,252);
}

#refund-withdrawal-content tr th:nth-child(3),
#refund-withdrawal-content tr td:nth-child(3) {
  width: 180px;
  background: rgb(244,244,244);
}

#refund-withdrawal-content tr th:nth-child(4),
#refund-withdrawal-content tr td:nth-child(4) {
  width: 60px;
  background: rgb(236,236,236);
}

#refund-withdrawal-content tr th:nth-child(5),
#refund-withdrawal-content tr td:nth-child(5) {
  width: 90px;
  background: rgb(228,228,228);
}

#refund-withdrawal-content tr th:last-child,
#refund-withdrawal-content tr td:last-child {
  width: 50px;
  background: rgb(220,220,220);
}

#room-assignments-content tr th:first-child,
#room-assignments-content tr td:first-child {
  width: 110px;
}

#room-assignments-content tr th:nth-child(2),
#room-assignments-content tr td:nth-child(2) {
  width: 40px;
  background: rgb(252,252,252);
}

#room-assignments-content tr th:nth-child(3),
#room-assignments-content tr td:nth-child(3) {
  width: 180px;
  background: rgb(244,244,244);
}

#room-assignments-content tr th:nth-child(4),
#room-assignments-content tr td:nth-child(4) {
  width: 30px;
  background: rgb(236,236,236);
}

#room-assignments-content tr th:nth-child(5),
#room-assignments-content tr td:nth-child(5) {
  width: 110px;
  background: rgb(228,228,228);
}

#room-assignments-content tr th:last-child,
#room-assignments-content tr td:last-child {
  width: 80px;
  background: rgb(220,220,220);
}


/* -- END: iframe content --------------------------------------- */


/* -- BEGIN: print stylesheet --------------------------------------- */

@media print {
  .print-show {
    display: block;
  }
}

/* -- END: print stylesheet --------------------------------------- */
