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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    color: #000;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

a {
    color: #000;
}

#container {
    width: 982px;
    margin: 0px auto;
    text-align: left;
}

#header {
    height: 92px;
  background:url("../images/slogan.gif") no-repeat 609px 6px;
    /*position:relative;*/
}

#logo {
    float: left;
}

#blue_banner_wrapper {
  padding-top:19px;
}

#blue_banner {
    height: 55px;
    background-color: #2bacc1;
}

#blue_banner_nav ul {
  list-style:none;
}
#blue_banner_nav li {
  float:left;
  padding:0 18px;
  margin-top:15px;
  border-right:1px solid #80cdda;
  line-height:24px;
}
#blue_banner_nav li.last {
  padding-right:0;
  border-right:none;
}
#blue_banner_nav a {
  background: url("../images/header_arrow.gif") no-repeat left center;
  color:#fff;
  font-weight:bold;
  font-size:11px;
  text-decoration:none;
  padding-left:12px;
}
#blue_banner_nav a:hover {
  background: url("../images/header_arrow_on.gif") no-repeat left center;
  color:#fcb315;
}

#blue_banner_profile {
  float:right;
  margin-right:12px;
}
#blue_banner_profile ul {
  list-style:none;
}
#blue_banner_profile li {
  float:left;
  padding:0 18px;
  margin-top:15px;
  border-right:1px solid #80cdda;
  line-height:24px;
  color:#fff;
}
#blue_banner_profile li.user {
  text-align:right;
  line-height:normal;
  font-weight:bold;
}
#blue_banner_profile li.user span {
  font-size:9px;
  font-weight:normal;
}
#blue_banner_profile li.last {
  padding-right:0;
  border-right:none;
}
#blue_banner_profile a {
  color:#fff;
  font-size:10px;
  text-decoration:none;
}
#blue_banner_profile a:hover {
  text-decoration:underline;
}

#header_tabs {
    float: right;
    position: relative;
    z-index: 1000;
}

#header_tabs .tab {
    float: left;
    position: relative;
    z-index:2;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    display: block;
}

#header_tabs .tab form {
    padding-top: 10px;
}

#header_tabs .tab label {
    display: block;
    line-height: 16px;
}

.keywords_tab {
    height: 66px;
    width: 252px;
    border-right: solid 3px #fff;
}

#keywords_input, #category_input {
    border: solid 1px #abadb3;
    background: #fff;
    width: 166px;
    float: left;
    margin-right: 5px;
}

#category_input {
    width: 156px;
    *width: 144px;
}

#advkeywords_input,
#keywords_cat {
  width:420px;
}

#search_button {
  float: left;
  position: relative;
  top: -2px;
}

#category_button {
    float: left;
    background: url("../images/category_button.gif") no-repeat left top;
    border: none;
    padding:0px 0px 0px 20px;
    text-align: left;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    cursor: pointer;
    text-decoration:none;
}
#category_button:hover {
  text-decoration:underline;
}

.category_tab {
    width: 270px;
    height: 66px;
    padding-left: 22px;
    border-right: solid 3px #fff;
    background: #66c2d2;
}

.bookmarks_tab {
    height: 38px;
    width: 90px;
    padding:28px 0px 0px 64px;
    line-height: 22px;
    background: #99d7e1 url("../images/bookmarks.gif") no-repeat 8px 15px;
    color: #fff;
    text-decoration: none;
}

.bookmarks_tab a {
    text-decoration: none;
    color: #fff;
}

#bookmarks-link {
  text-decoration:none;
}
#bookmarks-link:hover {
  text-decoration:underline;
}

.grey_box {
    position: absolute;
    top: 68px;
    right: 0px;
    border: solid 2px #009ab4;
    background: #ebeced;
    width: 700px;
    padding: 15px 12px 15px 13px;
    display: none;
    z-index: 9999;
}

.close_button {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.keywords_columns {
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 22px;
}

.keywords_columns .title {
    border-bottom: solid 1px #032940;
    margin-bottom: 5px;
    font-weight: bold;
}

.keywords_columns .column_find {
    width: 200px;
    float: left;
    padding-right: 25px;
    margin-right: 20px;
    border-right: solid 1px #032940;
  margin-top:18px;
}

.keywords_columns .column_type {
    width: 120px;
    float: left;
    padding-right: 25px;
    margin-right: 20px;
  margin-top:18px;
}

.keywords_columns .column_category {
  margin-top:18px;
}

.keywords_columns .column_category select {
    width: 270px;
}

.categories_dropdown {
    height: 264px;
    overflow: auto;
    color: #032940;
    line-height: 20px;
}

.categories_dropdown a {
    color: #032940;
}

.highlight {
    color: #29aac0;
}

.categories_dropdown .title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #002c39;
    margin-bottom: 10px;
}

.white_bg {
  background: #fff;
}

.categories_dropdown ul {
    list-style-type: none;
    font-size: 10px;
}

.categories_dropdown ul li {
    padding-left: 5px;
}

.left_list {
    width: 310px;
    float: left;
    padding-right: 18px;
}

.right_list {
    width: 340px;
    float: left;
    border-left: solid 1px #002c39;
    padding-left: 5px;
}

#bookmark_popup .popup_content {
    height: 264px;
}

#bookmark_popup .popup_content .title {
    border-bottom: solid 1px #002c39;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom:10px;
}

#bookmark_popup .popup_content .title label {
    float: left;
    margin-right: 10px;
}

#bookmark_popup .popup_content .title .bookmarks_input {
    float: left;
    width: 470px;
    margin-right: 4px;
}

#bookmark_popup .popup_content .title .bookmark_add {
    float: left;
    position: relative;
    top: -2px;
}

#bookmark_popup .popup_content ul {
    list-style-type: none;
    font-size: 11px;
}

#bookmark_popup .popup_content ul li {
    padding: 1px 5px;
}

#bookmark_popup .popup_content ul li a {
    color: #29aac0;
    margin: 0px 3px;
}

.scroll-popup {
  overflow:auto;
  height:132px;
}

.bottom_border {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.blue_title {
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    background: #009ab4 url("../images/blue_title_left.gif") no-repeat left top;
    color: #fff;
    font-size: 10px;
    padding-left: 10px;
}

.blue_title span {
    background: #009ab4 url("../images/blue_title_right.gif") no-repeat right top;
    padding-right: 10px;
    display: block;
    float: left;
}

.welcome-links {
  float: right;
}
.welcome-links a {
  color: #4f4c4d;
  font-size: 11px;
}

.hide_message {
    font-style: italic;
    text-decoration: none;
}

.hide_message img {
    vertical-align: middle;
    margin-right: 5px;
}

#main_content {
    color: #000;
    zoom: 1;
    padding-bottom: 40px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #032940;
}

.message_posted {
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
}

.wmessage {
    padding: 6px 0 0;
    line-height: 14px;
}

.wmessage h1 {
  color:#032940;
  font-size:20px;
  font-weight:bold;
  margin: 0 0 6px;
}

.wmessage h2 {
  font-size:16px;
  font-weight:bold;
  margin: 4px 0;
}

.wmessage h3 {
  font-size:14px;
  font-weight:bold;
  margin: 4px 0;
}

.message_body {
  padding:6px 15px 6px 0;
}
.message_body ol, .message_body ul {
  margin:6px 0 6px 35px;
}

.curriculum_column,
.homepage_column {
    width: 472px;
    zoom: 1;
}

.curriculum_column.left,
.homepage_column.left {
    float: left;
}

.curriculum_column.right,
.homepage_column.right{
    float: right;
}

.homepage_column .title {
    background: #4f4c4d url("../images/grey_corner.gif") no-repeat left top;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding-left: 21px;
}
#main_content .homepage_column .twist {
  background-image: none;
  padding-left: 0;
}
#main_content .homepage_column .twist-click {
  width:32px;
  height:34px;
  display:block;
  text-indent:-9999px;
  background: url("../images/orange_corner_up.gif") no-repeat left top;
  margin-right:12px;
  float:left;
}
#main_content .homepage_column .twist-down {
  background-image: url("../images/orange_corner_dn.gif") !important;
}
#main_content .homepage_column .twist-body {
  display:none;
}

.homepage_column .program-searchusers,
.homepage_column .welcome-owner {
  background-color:#33aec3;
  border-top:1px solid #fff;
  color:#fff;
  height:22px;
  line-height:22px;
  padding-left:21px;
  padding-bottom:2px;
}
.homepage_column .welcome-owner span {
  float:left;
  font-size:14px;
  font-weight:bold;
}
.homepage_column .program-searchusers a.more_button,
.homepage_column .welcome-owner a.more_button {
  background-image:none;
  border:none;
  height:22px;
  line-height:22px;
  padding:0 7px 0 0;
}

.homepage_column .title span {
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.widget-wrapper {
  padding-top:22px;
}

.more_button {
    display: block;
    float: right;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: #33aec3 url("../images/blue_corner.gif") no-repeat right top;
    padding: 0px 20px 0px 13px;
    border-left: solid 3px #fff;
}
.nomore_button {
  background: #4f4c4d url("../images/grey_corner2.gif") no-repeat left top;
  display: block;
  float: right;
  width:12px;
  height:12px;
}

#wid-rpt-summary {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding:10px 0;
  margin-top: 12px;
}
#wid-rpt-summary ul {
  list-style: none;
}
#wid-rpt-summary li {
  float:left;
  padding:0 20px;
  font-weight: bold;
  text-align: center;
  font-size:11px;
}
#wid-rpt-summary li.first {
  padding:0 2px 0 0;
}
#wid-rpt-summary li.line {
  border-right: #000 1px solid;
}
#wid-rpt-summary li div {
  padding-bottom:4px;
}
#wid-rpt-summary li div.color-dot {
  width:10px;
  height:10px;
  padding:0;
  margin: 2px 4px 0 0;
  float:left;
}
#wid-rpt-summary li span {
  padding-left:10px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  font-size: 12px;
}
#wid-rpt-summary li span.up {
  background-image: url("../images/trend-up.gif");
}
#wid-rpt-summary li span.down {
  background-image: url("../images/trend-down.gif");
}
#wid-rpt-summary li span.even {
  background-image: url("../images/trend-even.gif");
}

.add_square_button {
    display: block;
    float: right;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: #85cfdc;
    padding: 0px 20px 0px 13px;
    border-left: solid 3px #fff;
}

.more_button img, .add_square_button img {
    vertical-align: middle;
}

.more_button:hover, .add_square_button:hover {
    text-decoration: underline;
}

.dotted_list {
    list-style-type: none
}

.dotted_list li {
    padding: 6px 0px;
    background: url("../images/grey_dots.gif") repeat-x left bottom;
    zoom: 1;
}

.year_blue_box {
    width: 60px;
    padding: 6px 0px;
    line-height: 26px;
    float: left;
    border: solid 1px #666;
    background: #33aec3;
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-right: 3px;
}

.chain_box {
    width: 400px;
    padding: 4px 0px 4px 7px;
    float: left;
    background: #f5fbfc url("../images/chain.jpg") no-repeat right top;
    border-top: solid 1px #99d7e1;
    border-bottom: solid 1px #99d7e1;
}

.blue_bullets {
    vertical-align: middle;
}

.big_link {
    font-size: 15px;
    font-weight: bold;
    color: #009ab4;
    line-height: 20px;
}
.big_link:hover {
    text-decoration: none;
}

.med_link {
  font-size: 13px;
  font-weight: bold;
  color: #009ab4;
  line-height: 20px;
}
.med_link:hover {
  text-decoration: none;
}

.dotted_list p {
    padding: 3px 0px;
    line-height: 16px;
    font-size: 11px;
}

.dotted_list .date {
    width: 60px;
    padding: 6px 0px;
    line-height: 26px;
    float: left;
    border: solid 1px #666;
    background: #fff;
    color: #7f7f7f;
    text-align: center;
    font-size: 22px;
    margin-right: 3px;
}

.dotted_list .percent {
    width: 60px;
    padding: 6px 0px;
    float: right;
    border: solid 1px #666;
    background: #fff;
    color: #7f7f7f;
    text-align: center;
    margin-right: 3px;
    font-family: Helvetica;
    /*position:relative;
    zoom: 1;
    z-index: 1;*/
}

.dotted_list .percent b {
    display: block;
    font-size: 20px;
    line-height: 26px !important;
    line-height: 23px;
}

.dotted_list .percent small {
    font-size: 10px;
    line-height: 13px;
}

.dotted_list .orange_box {
    width: 330px;
    float: left;
    background-color: #fff7e7;
    border-top: solid 1px #fcb315;
    border-bottom: solid 1px #fcb315;
    padding: 4px 0px 4px 7px;
}

.right .dotted_list .orange_box {
  height:56px;
  overflow:hidden;
  padding-right:4px;
  width:396px;
}

.dotted_list .content .orange_box {
  width: 465px;
  min-height:0;
}

.icon_news {
    background-image: url("../images/icon_news.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
.pinned .icon_news { background-image: url("../images/icon_news_p.jpg"); }

.icon_comment {
    background-image: url("../images/icon_comment.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
.pinned .icon_comment { background-image: url("../images/icon_comment_p.jpg"); }

.icon_system {
    background-image: url("../images/icon_system.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
.pinned .icon_system { background-image: url("../images/icon_system_p.jpg"); }

.icon_bestp {
    background-image: url("../images/icon_bestp.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}
.pinned .icon_bestp { background-image: url("../images/icon_bestp_p.jpg"); }

#footer {
    padding: 10px;
    color: #fff;
    line-height: 12px;
    font-size: 10px;
    zoom: 1;
  height:24px;
    position: relative;
  background: #4b4b4b url("../images/poweredby.gif") no-repeat right top;
}
#footer sup {
  font-size:8px;
}
#footer .copy {
  float:left;
  width:742px;
}
#footer .poweredby {
  margin-left:742px;
  width:166px;
  text-align:right;
}
#footer .poweredby a {
  color:#fff;
  text-decoration:none;
}
#footer .poweredby a:hover {
  text-decoration:underline;
}

.blue_list {
    background: #c9c9c9;
    height: 176px;
    border-left: solid 2px #fff;
}

.blue_list ul {
    list-style-type: none;
    border-top: solid 3px #fff;
}

.blue_list ul li {
     border-bottom: solid 2px #fff;
     background: #009ab4 url("../images/white_arrow.gif") no-repeat left center;
     color: #fff;
     font-size: 11px;
     font-family: Arial;
     padding-left: 10px;
     line-height: 19px;
}

.blue_list ul li a {
    color:#fff;
    text-decoration: none;
}

.blue_line {
    border-bottom: solid 1px #33aec3;
    padding-bottom: 2px;
}

.dotted_line {
    background: url("../images/grey_dots.gif") repeat-x left bottom;
    font-size: 11px;
    color: #032940;
    margin-bottom: 10px;
    padding-bottom: 3px;
    zoom: 1;
}

.grey_text {
    padding: 5px 0px 30px 18px;
    font-size: 11px;
    color: #757471;
    line-height: 16px;
}

.grey_text a {
    color: #757471;
    text-decoration: none;
}

.grey_text a:hover {
    text-decoration: underline;
}

span.spacer {
    padding: 0px 10px;
}

.pagination {
    padding-top: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", sans-serif;
    line-height: 26px;
}

.pagination a {
    text-decoration: none;
    padding: 0px 6px 6px;
    color: #fff;
    background: #c9c9c9;
    zoom: 1;
}

.pagination a:hover, .pagination a.active {
    background: #009ab4;
}

.pagination img {
    vertical-align: middle;
    margin: 0px 3px;
}

.breadcrumbs-wrapper {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding:3px 0;
  margin-top:12px;
}

.breadcrumbs {
    background-color:#EFEDEB;
    padding: 7px 10px;
    font-size: 11px;
    font-family: Arial;
}

.breadcrumbs a {
    color: #29aac0;
    margin: 0px 3px;
    font-weight:bold;
}
.breadcrumbs span a {
  font-weight:normal;
  color:#666666;
}

.module_top_links {
    padding: 18px 0px 13px 20px;
    background: url("../images/grey_dots.gif") repeat-x left bottom;
    line-height: 14px;
    font-size: 11px;
    /*color: #999;*/
    margin-bottom: 25px;
}

.module_top_links a {
    color: #666;
    text-decoration: none;
}

.module_top_links h1 {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 10px;
}

.tabs {
    background: url("../images/tabs_bg.gif") repeat-x left top;
    border-bottom: solid 1px #33aec3;
}

.tabs .tabs_left_round {
    background: url("../images/tabs_bg_left.gif") no-repeat left top;
}

.tabs .tabs_right_round {
    background: url("../images/tabs_bg_right.gif") no-repeat right top;
}

.tabs .left_side {
    float: left;
    padding-left: 22px;
  padding-top: 5px;
}

.tabs .left_side a {
    margin-right: 7px;;
}

.tabs .right_side {
    float: right;
    padding-right: 17px;
}

.tabs .right_side a {
    margin-left: 7px;;
}

.tab_link {
    display: block;
    float: left;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    height: 31px;
    line-height: 31px;
    background: url("../images/tab_bg.gif") repeat-x left top;
}

.tab_link:hover, .tab_link.active {
    background: url("../images/tab_bg_active.gif") repeat-x left top;
}

.tab_link span {
    display: block;
    float: left;
    height: 31px;
    cursor: pointer;
    background: url("../images/tab_bg_left.gif") no-repeat left top;
}

.tab_link:hover span, .tab_link.active span {
    background: url("../images/tab_bg_left_active.gif") no-repeat left top;
}

.tab_link span span {
    background: url("../images/tab_bg_right.gif") no-repeat right top;
    padding: 1px 18px 0px 28px;
    height: 30px;
}

.tab_link:hover span span, .tab_link.active span span {
    background: url("../images/tab_bg_right_active.gif") no-repeat right top;
}

.tabs_content {
    padding: 30px 15px;
    line-height: 16px;
    font-size: 11px;
    color: #666;
}

.tabs_content .title {
    font-size: 10px;
    color: #355466;
    line-height: 11px;
}

.tabs_content p {
    padding: 3px 0px 20px 13px;
}

.tabs_content a {
    color: #29aac0;
}

.tab_content {
    display: none;
}

#login_content {
  text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 982px;
}
#login_form {
	float: left;
	width: 327px;
  padding-right:15px;
}

#login_help {
	float: right;
	width: 233px;
  border-left:#c0c0c0 1px solid;
  padding-left:15px;
  height:260px;
}

#login_new {
	float: left;
	width: 360px;
  border-left:#c0c0c0 1px solid;
  padding:0 15px;
  height:260px;
}

#login_new h3 {
  color:#2bacc2;
  font-size:13px;
  font-weight:bold;
  border-bottom:1px solid #2bacc2;
  margin-bottom:12px;
  padding:0 0 3px;
}

#login_new h4 {
  margin-bottom:4px;
  text-transform:uppercase;
}

#help_content .help-new-feat h4,
#login_new h4 {
  margin:0 0 4px;
  padding:0;
  text-transform:uppercase;
}

#login_new img.right {
  float:right;
  margin: 0 0 40px 10px;
}
.help-new-feat img.left,
#login_new img.left {
  float:left;
  margin: 0 10px 10px 0;
}

#help_content .help-new-feat {
  list-style:none;
}

#help_content .help-new-feat li {
  float:left;
  width:331px;
  padding:0;
  margin:0 0 18px;
}

#help_content .help-new-feat li.feat-sep {
  border-left:1px solid #c0c0c0;
  margin-left:15px;
  padding-left:15px;
}

#login_help h3 {
  color:#032940;
  font-size:11px;
  font-weight:bold;
  border-bottom:1px solid #b2b2b2;
  margin-bottom:6px;
  padding:0 0 3px;
}

#login_images {
  display:none;
}

.login_form {
    width: 170px;
    padding: 40px 0 0 84px;
}

.login_form label {
    display: block;
    padding-top: 8px;
    padding-bottom: 2px;
    font-size: 11px;
    font-weight: bold;
}

.login_form .text_input {
    border-style: solid;
    border-width: 1px;
    border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    height: 18px;
    width: 168px;
}

.login_form .forgot {
  text-align:right;
}
.login_form .forgot a {
  text-decoration:none;
  color:#666;
  font-size:10px;
}
.login_form .forgot a:hover {
  text-decoration:underline;
}

/*--------- POPUP STYLES ---------*/

#popup_overlay {
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#fff;
    border:1px solid #cecece;
    z-index:1000;
}

.popup {
    display: none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    width:733px;
    background:#fff;
    z-index:1002;
    font-size:13px;
    text-align: left;
}
#search_popup,
#program_popup,
#acontent_popup,
#ucontent_popup,
#dcontent_popup {
  width:auto;
  height:auto;
}
#program_popup iframe {
  width:421px;
  height:230px;
}
#acontent_popup iframe,
#ucontent_popup iframe,
#dcontent_popup iframe {
  width:475px;
  height:215px;
}
#dcontent_popup .popup_title,
#acontent_popup .popup_title,
#ucontent_popup .popup_title {
  background-image:url("../images/content_title.gif");
}

#search_popup {
  width:472px;
}

#search_popup .popup_title {
  background-image:url("../images/assignment_col_title.gif");
}

#forgot_pwd_popup {
  width:275px;
  height:225px;
}
#forgot_pwd_popup iframe {
  width:231px;
  height:205px;
}
#forgot_pwd_popup .popup_title {
  background-image:url("../images/login_title.gif");
}

#bookmark_popup {
  width:465px;
  height:225px;
}
#bookmark_popup .popup_title {
  background-image:url("../images/program_title.gif");
}

.iframe-wrapper {
  font-size:13px;
  text-align: left;
}

.popup iframe {
  width:689px;
  height:405px;
}
#message_popup_frame {
  height:433px;
}

.popup_title {
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-indent: 20px;
    font-size: 16px;
    font-weight: bold;
    background: url("../images/popup_title.gif") no-repeat left top;
    margin-bottom: 2px;
}

#pop_title {
    float: left;
}

.popup_content {
    border: solid 2px #009ab4;
    background: #ebeced;
    padding: 10px 20px;
}

#hidden_popups_container .popup {
    display: none;
}

.program_form label,
.profile_form label {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 8px;
    text-align: right;
}
.program_form label {
  width:100px;
}
#forgot_pwd_form label {
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 8px;
    text-align: right;
}
#forgot_pwd_form input  {
  width:205px;
}
label.required {
  color:#009ab4;
}

.username_label, .email_label, .firstname_label, .ssn_label,
.address_label, .address1_label, .office_label, .clinical_yr_label,
.res_label, .absid_input, .acgmeid_input, .title_label {
    width: 90px;
}

.password_label, .lastname_label {
    width: 110px;
}

.city_label, .state_label {
    width: 65px;
}

.zip_label {
    width: 50px;
}

.mobile_label {
    width: 140px;
}

.name_input, .owner_input {
  width: 260px;
}

/*.currassign_label {
    width: 150px;
}

.commgr_label {
    width: 190px;
}

 .acctmgr_label {
    width: 140px;
 }*/
 
 .clinical_level_label {
    width: 70px;
 }

 .clinical_rottion_label {
    width: 90px;
 }

.profile_form .input {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    height: 18px;
}
#message_popup ul.titles,
.profile_form ul.roles {
  list-style: none;
  margin-left:8px;
}
#message_popup ul.titles li,
.profile_form ul.roles li {
  float:left;
  margin-right:32px;
}
#message_popup .checkbox_input,
.profile_form .checkbox_input {
  margin: 4px 0 0;
}

.username_input, .password_input, .firstname_input, .lastname_input, .city_input {
    width: 205px;
}

.email_input {
    width: 323px;
}

.ssn_input, .office_input, .mobile_input {
    width: 160px;
}

.address_input, .address1_input {
    width: 305px;
}

.zip_input {
    width: 70px;
}

.profile_form select {
    float: left;
}

.program_form .row,
.profile_form .row,
.create_item_form .row,
.content_update_form .row,
.content_create_form .row,
.content_delete_form .row {
    padding-bottom: 10px;
}

.dotted_spacer {
    height: 30px;
    margin: 0;
    background: url("../images/popup_dots.gif") repeat-x left 10px;
}

.popup_buttons {
    margin-top: 35px;
    border-top: solid 1px #032940;
    padding-top: 8px;
}

.popup_buttons .left {
    float: left;
}

.popup_buttons .left a {
    margin-right: 15px;
}

.popup_buttons .right {
    float: right;
}

.popup_buttons .right a {
    margin-left: 15px;
}

.popup_buttons a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.popup_buttons a span {
    display: block;
    float: left;
    margin: 0px 1px;
    background: #b3b3b3;
    color: #fff;
    text-decoration: none;
    height: 19px;
    line-height: 17px;
    border: solid 1px #7f7f7f;
    padding: 0px 5px;
    cursor: pointer;
}

.popup_buttons img {
    position: relative;
    top: 5px;
}

.create_item_form textarea {
    width: 670px;
    height: 160px;
    border-style: solid;
    border-width: 1px;
    border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
}

/*--------- ENS POPUP STYLES ---------*/

.module_left {
    width: 680px;
    float: left;
}

.module_right {
    width: 246px;
    float: right;
}

.publisher_box {
    border: solid 1px #dbdbdb;
}

.book_title {
    font-size: 20px;
    font-weight: bold;
    color: #999;
    padding-bottom: 10px;
    line-height: normal;
}

.text_left {
    width: 693px;
    padding: 0px 25px 0px 15px;
    float: left;
    border-right: solid 1px #606060;
    font-size: 11px;
    line-height: 16px;
    color: #000;
}

.text_right {
    width: 248px;
    float: right;
}

.left_padding {
    padding-left: 10px;
}

.text_right .title {
    background: #606060;
    padding: 5px 0px 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}

.padd {
    padding: 10px 0px 0px 20px;
    line-height: 16px;
}

.blue_link {
    text-decoration: none;
    font-size: 11px;
    color: #29aac0;
}

.blue_link:hover {
    text-decoration: underline;
    color: #333;
}

#wizard_steps {
    float: right;
    padding: 4px 10px 0px 0px;
}

#wizard_steps a {
    display: block;
    float: left;
    margin-left: 6px;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    width: 23px;
    line-height: 23px;
    height: 23px;
    text-align: center;
    text-indent: 0px;
    background: url("../images/step.gif") no-repeat left top;
    color: #b5b3b4;
}

#wizard_steps a.current {
    color: #000;
    background: url("../images/step_current.gif") no-repeat left top;
}

.wizard_step_box {
    display: none;
}

.wizard_step_box.current {
    display: block;
}

.wizard_step_box .name_label, .wizard_step_box .starts_label, .wizard_step_box .ends_label, .wizard_step_box .area_label, .wizard_step_box .description_label, .wizard_step_box .url_label {
    display: block;
    float: left;
    width: 50px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
}

.wizard_step_box .starts_label, .wizard_step_box .name_label {
  width: 88px;
}

.wizard_step_box .description_label, .wizard_step_box .url_label, .wizard_step_box .ends_label {
    width: 80px;
}

.wizard_step_box .name_input, .wizard_step_box .description_input, .wizard_step_box .url_input, .wizard_step_box .date_input {
    width: 458px;
    float: left;
    border: solid 1px #809dbb;
    padding: 2px 0px;
    margin-bottom: 8px;
}

.wizard_step_box .description_input, .wizard_step_box .url_input {
    width: 580px;
    float: right;
    margin-bottom: 5px;
}

.wizard_step_box .date_input {
    width: 80px;
}

.wizard_step_box .dates {
    width: 460px;
    float: left;
}

.wizard_step_box .dates .left {
    float: left;
}

.wizard_step_box .dates .right {
    float: right;
}

.wizard_step_box .dates label {
    font-weight: bold;
    font-size: 11px;
}

.notes_title, .wizard_step_box .column .title {
    padding: 20px 0px 2px;
    border-bottom: solid 1px #000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
    zoom: 1;
}

.wizard_step_box textarea {
    border: solid 1px #809dbb;
    width: 667px;
    height: 160px;
    padding: 10px;
    font-size: 11px;
    line-height: 20px;
}

.wizard_step_box .all_categories_select {
    float: left;
    width: 440px;
    font-size: 10px;
}

.wizard_step_box .column {
    width: 280px;
}

.wizard_step_box .column.left {
    float: left;
}

.wizard_step_box .column.right {
    float: right;
}

.wizard_step_box .column .box {
    padding: 5px 2px;
}

.wizard_step_box .column .box select {
    border: solid 1px #809dbb;
    height: 250px;
    width:278px;
    background: #fff;
    font-size: 11px;
    overflow: auto;
}

.wizard_step_box .column ul {
    list-style-type: none;
}

.wizard_step_box .column ul li {
    padding: 0px 0px 0px 13px;
    line-height: 17px;
}

.wizard_step_box .column ul li.selected {
    background: #ffedc7;
}

.move_column {
    text-align: center;
    padding-top: 40px;
    padding-left: 315px;
}

.url-link {
  float:right;
}

.links_box {
    padding: 5px 2px;
}

.links_box select {
    border: solid 1px #809dbb;
    height: 190px;
    width:687px;
    background: #fff;
    font-size: 11px;
}

.links_box .item {
    background: url("../images/grey_dots.gif") repeat-x left bottom;
    padding: 10px 5px;
}

.links_box .item.grey {
    background-color: #ebecee;
}

.links_box .item .desc {
    width: 310px;
    float: left;
    padding-right: 45px;
}

.links_box .item .link {
    width: 270px;
    float: left;
}

.description_header {
    width: 350px;
    float: left;
    font-weight: bold;
    padding-left: 10px;
}

.links_header {
    width: 290px;
    float: left;
    font-size: 11px;
    font-weight: bold;
}

.start_end_dates {
    font-size: 11px;
    color: #999;
}

.start_end_dates b {
    color: #3d3d3d;
}

.assignment_left {
    width: 472px;
    float: left;
    padding-left: 13px;
    margin-top: -10px;
    color: #858585;
    line-height: 15px;
}

.assignment_left .black {
    color: #333;
}

.assignment_right {
    width: 472px;
    float: right;
    margin-top: -10px;
    overflow: hidden;
}

.assignment_col_title {
    background: url("../images/assignment_col_title.gif") no-repeat left top;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 5px;
}

.assignment_list {
    list-style-type: none;
}

.assignment_list li {
    padding: 10px 0px 10px 8px;
    background: url("../images/grey_dots.gif") repeat-x left bottom;
    line-height: 15px;
}

.assignment_list .left {
    width: 54px;
    float: left;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #032940;
}

.assignment_list .right {
    width: 410px;
    float: left;
    overflow: hidden;
}

.assignment_list .right a {
    color: #009ab4;
    text-decoration: underline;
    white-space: normal;
}

.assignment_list .right a:hover {
    text-decoration: none;
}

.assignment_list img {
    vertical-align: middle;
    margin-left: 2px;
}

.news_item {
    background: url("../images/grey_dots.gif") repeat-x left bottom;
    padding: 15px 0px;
}

.news_item .news_date {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 7px 0px;
    text-align: center;
    font-family: Helvetica;
    font-size: 26px;
    color: #666;
    border: solid 1px #666;
    margin-right: 10px;
}

.news_item .news_text {
    width: 850px;
    float: left;
}

.news_item .news_text p {
    padding: 10px 0px 10px 18px;
    line-height: 16px;
}

.news_item .news_text .links {
    font-size: 11px;
}

.message_settings .name_label {
    display: block;
    float: left;
}

.message_settings label {
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    width: 52px;
}

.message_settings .name_input {
    width: 627px;
    float: left;
}

.message_settings .published_date {
    white-space: nowrap;
    float: right;
}

.message_settings .type_label,
.message_settings .pin_label {
  padding-left:24px;
}

.message_settings {
    /*padding-bottom: 15px;
    margin-bottom: 20px;
    background: url("../images/grey_dots.gif") repeat-x left bottom;*/
}

.widget_list {
    max-height: 530px;
    overflow: auto;
    font-size: 11px;
}

.widget_list ul {
    list-style-type: none;
}

.widget_list ul li {
    padding: 15px 0px 15px 15px;
    background: url("../images/grey_dots.gif") repeat-x left bottom;
}

.program_col .name,
.widget_list .name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.widget_list .user_info {
  padding-top:3px;
}

.widget_search {
    padding: 5px 10px;
    background: #ebecee;
    border: solid 2px #009ab8;
    margin: 2px 0px;
}

.widget_search label {
    font-size: 11px;
    font-weight: bold;
}

.widget_search .program_col select {
  width:442px;
}

.widget_search .search_col {
    width: 200px;
    float: left;
}

.widget_search .search_col input {
    width: 226px;
}

.widget_search .sort_col {
    float: right;
}

.widget_notice {
  padding: 7px 10px;
  border: solid 2px #ffba00;
  color:#a80000;
  font-weight:bold;
  margin: 2px 0px;
}
.widget_notice a {
  float:right;
}

.content_functions {
  font-weight:bold;
  padding:10px 0 8px 16px;
  line-height:23px;
}
.content_functions span {
  padding:0 20px;
  border-right:1px solid #999999;
}
.content_functions span.last {
  border:none;
  padding-right:0;
}

.adv_search_button {
    padding: 2px 0px 2px 16px;
    font-style: italic;
    font-size: 11px;
    text-decoration: none;
    color: #333;
    background: url("../images/adv_search.gif") no-repeat left center;
    margin-left:24px;
}

#adv_search img {
  margin:7px 0 0 5px;
}

.widget_search .searchin_col, .widget_search .role_col {
    width: 165px;
    float: left;
}

.widget_search .searchin_col select, .widget_search .role_col select {
    width: 145px;
}

.widget_search .year_col {
    float: right;
}

.widget_search .year_col select {
    width: 100px;
}

#program-search-input {
  width:335px;
}

#adv_search_box {
    padding-top: 10px;
    /*margin-top: 10px;*/
    padding-bottom: 5px;
    /*background: url("../images/grey_dots.gif") repeat-x left top;*/
    zoom: 1;
}

.about_tabs {
    margin-bottom: 1px;
}

.about_tabs a {
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url("../images/popup_tab_left.gif") no-repeat left top;
    padding-left: 5px;
    margin-right: 4px;
}

.about_tabs a:hover, .about_tabs a.active {
    background: url("../images/popup_tab_left_active.gif") no-repeat left top;
}

.about_tabs a span {
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url("../images/popup_tab_right.gif") no-repeat right top;
    padding-right: 5px;
    cursor: pointer;
}

.about_tabs a:hover span, .about_tabs a.active span {
    background: url("../images/popup_tab_right_active.gif") no-repeat right top;
}

.about_tabs a span span {
    background: #4f4c4d;
    padding: 0px 10px;
}

.about_tabs a:hover span span, .about_tabs a.active span span {
    background: #33aec3;
}

.about_box_text {
    height: 450px;
    overflow: auto;
    line-height: 15px;
    color: #838383;
}

.about_box_text ul {
    margin-left: 20px;
}

.contributors_box_text {
    height: 450px;
    overflow: auto;
    line-height: 15px;
    color: #333;
    /*display: none;*/
}

.contributors_list {
    list-style:none;
}

.contributors_list li {
    padding: 3px 0px 3px 15px;
}

.contributors_list li ul {
  display:none;
  list-style:none;
}

.contributors_list li ul.show {
  display:block;
}

.contributors_list .header {
    border-bottom: solid 1px #000;
    font-weight:bold;
}

.bmark-wrapper,
.search-wrapper {
  padding-top:18px;
}

.move-link {
  display:block;
  width:59px;
  height:60px;
  text-indent:-9999px;
}
#cat-move-right-link, #res-move-right-link {
  background: url("../images/move_right.gif") no-repeat;
}
#cat-move-allright-link, #res-move-allright-link {
  background: url("../images/move_double_right.gif") no-repeat;
}
#cat-move-left-link, #res-move-left-link {
  background: url("../images/move_left.gif") no-repeat;
}
#cat-move-allleft-link, #res-move-allleft-link {
  background: url("../images/move_double_left.gif") no-repeat;
}
#cat-move-right-link:hover, #res-move-right-link:hover {
  background: url("../images/move_right_on.gif") no-repeat;
}
#cat-move-allright-link:hover, #res-move-allright-link:hover {
  background: url("../images/move_double_right_on.gif") no-repeat;
}
#cat-move-left-link:hover, #res-move-left-link:hover {
  background: url("../images/move_left_on.gif") no-repeat;
}
#cat-move-allleft-link:hover, #res-move-allleft-link:hover {
  background: url("../images/move_double_left_on.gif") no-repeat;
}

#chapter-section-list, #chapter-section-list ul {
  margin:0;
  padding:0;
  list-style:none;
}

#chapter-section-list li li {
  padding-left: 6px;
}
#chapter-section-list li li li {
  padding-left: 12px;
}
#chapter-section-list li li li li {
  padding-left: 18px;
}
#chapter-section-list li li li li li {
  padding-left: 24px;
}

#chapter img {
  max-width:693px;
}

#learning-objectives-list {
  margin-left: 19px;
}
#learning-objectives-list li {
  color:#355466;
  font-size:10px;
  font-weight:bold;
  margin-bottom:8px;
}
#learning-objectives-list li p {
  margin:0;
  padding:0;
}
#learning-objectives-list li p,
#learning-objectives-list li .body,
#learning-objectives-list li .body li,
#learning-objectives-list .links li{
  color:#000;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
}
.tabs_content .links {
  list-style:none;
  margin:6px 0 4px 8px;
}
.tabs_content .links li {
  margin:0;
}
.tabs_content li ol {
  margin-left: 19px;
}
.learning-objectives-form,
.resources-content .add-link-wrapper,
.add-contrib-form,
.activity-question-form{
  background-color:#ededed;
  padding:8px 8px 4px;
  margin:4px 0;
}
.learning-objectives-form input,
.learning-objectives-form textarea,
.resources-content .add-link-wrapper input,
.add-contrib-form input,
.activity-question-form input {
  width:880px;
}
.learning-objectives-form textarea,
.activity-question-form textarea{
  height:55px;
}
a.delete-link img,
a.update-item img
{
  vertical-align:baseline;
}
a.link-button-savepoint {
  display:block;
  width:84px;
  height:30px;
  background:url("../images/btn_edit_addpoint.gif") no-repeat;
  text-indent:-9999px;
  float:left;
}
.save-controls {
  padding-top:4px;
  border-top:1px solid #8e8e8e;
  line-height:30px;
}
.add-link {
  line-height:13px;
  padding:6px 0 8px;
  margin-left:8px;
}
.addlink-controls span,
.addpoint-controls span{
  padding:0 8px;
  font-size:10px;
  font-weight:normal;
}
.addlink-controls,
.addpoint-controls{
  margin-top:6px;
  padding-top:4px;
  border-top:1px solid #c4c4c4;
  line-height:30px;
}
.links-title {
  padding:6px 0 0;
  font-size:11px;
  font-weight:bold;
}
.learning-objectives-form label,
.resources-content .add-link-wrapper label {
  font-weight:normal;
}
.add-link-wrapper {
  border-top:1px solid #c4c4c4;
  margin:10px 0 0 8px;
  padding-top:4px;
}

.learning-objectives-form .cancel-link,
.resources-content .add-link-wrapper .cancel-link {
  font-weight:normal;
  font-size:11px;
}

.resources-content .title {
  font-weight:bold;
  margin-bottom:6px;
  font-size:12px;
}

.resource-item {
  margin:0 0 12px;
}

#contributors-list ul {
  list-style:none;
}
#contributors-list li {
  margin-bottom:12px;
}
#contributors-list .add-contrib-form {
  display:none;
}

.activities-content,
.activities-content p {
  color:#666666;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
  padding:0;
}
.activities-content .title {
  font-weight:bold;
}
.activity-question {
  padding-bottom:12px;
}
.keypoints {
  padding:6px 0 0 12px;
}
.keypoints-list {
  margin:4px 0 4px 20px
}

.assignment_actions {
  margin-top:10px;
}

#iframe_wait {
  height:48px;
}

.input-loader {
  display:none;
  position:relative;
  top:2px;
  left:-25px;
  width:0px;
  float:left;
  z-index:9999;
}
.wait .input-loader {
  display:block;
}

.image-link {
  padding:0 9px 0 3px;
  text-decoration:none;
}
.image-link:hover {
  text-decoration:underline;
}

.form-errors {
  background: #F3D8C7;
  border-top: 1px solid #EB151B;
  border-bottom: 1px solid #EB151B;
  margin:0 0 10px;
  padding:6px 10px;
  list-style:none;
}

.message {
  background: #F3D8C7;
  border-top: 1px solid #EB151B;
  border-bottom: 1px solid #EB151B;
  margin:0 0 10px;
  padding:6px 10px;
  list-style:none;
}

.maint-msg {
  background: #f4f4f4;
  border-top: 1px solid #009AB4;
  border-bottom: 1px solid #009AB4;
  margin:0 0 10px;
  padding:6px 10px;
  text-align:center;
}

#help_content .blue_line {
  margin-bottom:12px;
}
#help_content .blue_line a {
  color:#009AB4;
  font-weight:bold;
}
#help_content .text_left {
  padding-left:0;
}
#help_content h3 {
  color:#009AB4;
  font-size:14px;
  font-weight:bold;
  padding:6px 0 3px;
  margin-bottom:12px;
  border-bottom:1px solid #c0c0c0;
}
#help_content .text_right h3 {
  color:#032940;
  font-size:11px;
  font-weight:bold;
  border-bottom:1px solid #b2b2b2;
  margin-bottom:6px;
  padding:0 0 3px;
}
#help_content h4 {
  font-size:12px;
  font-weight:bold;
  padding:12px 0 6px;
}
#help_content ul li {
  margin-left:22px;
}
#help_content p {
  margin:6px 0;
}
#help_content p.indent {
  margin-left:8px;
}
.help_video {
  background: url("../images/help_video.gif") no-repeat 0 2px;
  min-height:13px;
  padding: 0 0 0 19px;
  color:#000000;
  font-weight:bold;
}
.help_form label {
  font-weight:bold;
  color:#000;
  font-size:11px;
}
.help_form dl {
  margin-left: 12px;
}
.help_form dt {
  margin-bottom:2px;
}
.help_form dd {
  margin-bottom:8px;
}
.help_form input,
.help_form textarea {
  width:224px;
}
.help_form .help_submit {
  text-align:right;
  padding:4px 16px 0 0;
}
.help_form .help_submit input {
  width:57px;
}
.help_form label.required {
  color:#009ab4;
}
#help_content .help_form .form-errors li {
  margin:0;
  padding:0 0 2px;
}
#help_form_thanks .header {
  font-size:30px;
  text-align:center;
  padding:10px 0;
  border-bottom: 3px double #009ab4;
  color:#009ab4;
}
#help_form_thanks p {
  font-weight:bold;
  font-size:14px;
  color:#666;
}

.success-message {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color:#009ab4;
}
.success-message a {
  text-decoration: underline;
}

.return {
  text-align:right;
  font-size:9px;
  padding-bottom:2px;
}
.return a {
  color:#666;
}

.info {
  line-height:18px;
}

.nubbin {
  display:none;
  height:0;
  left:-32px;
  position:relative;
  top:0;
  width:0;
  z-index:0;
  background-color:#e4e4e4;
}

.blue_link_wrapper {
  margin:6px 0 0;
  padding:0;
  border-top:1px solid #a7a5a6;
  border-bottom:1px solid #a7a5a6;
  background-color:#efedeb;
}

.blue_link_section {
  border-top:4px solid #fff;
}

.blue_link_list {
  list-style:none;
  margin:6px 0 6px 43px;
}
dl.blue_link_list {
  margin-left:0;
}

.blue_link_list dt {
  float: left;
  clear: left;
  width: 140px;
  text-align: right;
  font-weight: bold;
  color: #4f4c4d;
  padding:0 0 4px 8px;
}
.blue_link_list dt:after {
  content: ":";
}
.blue_link_list dd {
  margin: 0 0 0 153px;
}

.blue_link_list li {
  padding-bottom:3px;
}

.blue_link_list .big_link{
  background: url("../images/blue_arrows.gif") no-repeat 2px center;
  padding-left:18px;
}

#module-crumbs td img,
.blue_link_list td img {
  margin:2px 3px 0 0;
}

#import-results {
  margin-top:18px;
  padding:8px;
  border-top:1px #ff0000 solid;
  border-bottom:1px #ff0000 solid;
  background-color:#e4e4e4;
}
#import-results ul {
  margin:16px 0 0 16px;
}
#import-results li {
  margin:4px 0;
}

#module-crumbs {
  list-style:none;
}
#module-crumbs li {
  float:left;
}
#module-crumbs li.title {
  font-weight:bold;
  padding-right:6px;
  font-size:12px;
  line-height:19px;
  border-left: #777674 1px solid;
  padding-left:15px;
  margin-left:10px;
}
#module-crumbs li.title.first {
  border-left:none;
  margin-left:0;
  padding-left:0;
}

.members_box_text ul {
  list-style:none;
  padding-left:87px;
  width:600px;
}

.members_box_text li {
  float:left;
  padding:8px 24px;
}

.partners_box_text ul {
  list-style:none;
  padding-left:87px;
  width:600px;
}

.partners_box_text li {
  float:left;
  padding:12px 24px;
}

.blue_line_header {
  border-bottom:1px solid #33AEC3;
  padding-bottom:2px;
  font-weight:bold;
  font-size:13px;
  color:#666;
  margin:6px 0 12px;
  
}

#curriculum_content h3 {
  border-bottom:1px solid #C0C0C0;
  color:#333;
  font-size:14px;
  font-weight:bold;
  margin-bottom:12px;
  padding:26px 0 3px;
}


.curriculum_column ul {
  list-style:none;
  margin:0;
  padding:0;
}
.curriculum_column li .big_link {
  background:url("../images/blue_arrows.gif") no-repeat scroll 2px center transparent;
  padding-left:18px;
}

#msg-type-list {
  padding:5px 0 5px 3px;
  border-bottom:1px solid #504c4d;
}
#msg-type-list ul {
  list-style:none;
  margin:0;
  padding:0;
}
#msg-type-list li {
  float:left;
  padding:0 7px;
  border-left:1px solid #cccccc;
}
#msg-type-list li.first { border-left:none; padding-left:0; }
#msg-type-list a {
  background: url("../images/blue_arrows_sm.gif") no-repeat left center;
  padding-left:13px;
  font-size: 10px;
  font-weight: bold;
  color: #009ab4;
  text-decoration: none;
}
#msg-type-list a:hover {
  text-decoration: underline;
}
.right .dotted_list .pinned .orange_box {
  background-color:#f7f7f7;
  border-bottom:1px solid #009ab4;
border-top:1px solid #009ab4;
}