body {
  font-size:.75em;
  background:#863b62 url('/images/layout/v2/bg.png') repeat-x;
  color:#444;
  font-family:Arial, Helvetica, sans-serif;
}
textarea, pre, code, kbd, samp, var, tt {
  font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}
h1,h2,h3,h4,h5,h6 {
  color:#7a003b;
  margin:0 0 0.25em 0;
  font-family:"Futura Medium", "Futura Md BT", "Futura" , Arial, Helvetica, sans-serif;
}
h1 { font-size: 250%; }
h2 { font-size: 180%; }
h3 { font-size: 150%; margin-top:10px; }
h4 { font-size: 133.33%; margin-top:10px; }
h5 { font-size: 116.67%; margin-top:10px; }
h6 { font-size: 116.67%; font-style:italic; }
p {
  line-height:1.5em;
  margin:1.2em 0 1em 0;
}
a {
  color:#9e0034;
  text-decoration:underline;
}
a:focus, a:hover, a:active {
  color:#9E0034;
  text-decoration:underline;
/*  background:#faeed4; */
}
ol { list-style-type:decimal; }
ol li {
  margin-left: 2em;
  line-height: 2em;
}
li {
  vertical-align:top;

  line-height: 1.5em;
}
ul li {
  background:url('/images/layout/v2/bullet.gif') top left no-repeat;
  padding-left:1.5em;
}
strong { font-weight:bold; }
small { font-size:0.8em; }
dt { font-weight: bold }
dd {
  margin: 0 0 1em 2em;
  line-height:1.5em;
}
table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
table.full { width: 100%; }
table.fixed { table-layout:fixed }
th,td { padding: 0.5em; }
thead th { background: #444; color: #fff }
tbody th { background: #ccc; color: #333 }
tbody th.sub { background: #ddd; color: #333 }
#col3_content {
  width:700px;
}
#outer-wrap {
  margin:0px auto;
  width:970px;
}
#wrap {
  position:relative;
  margin:9px auto 0px;
  width:950px;
}
#nav {
  position: relative;
  height: 32px;
  font-size: 1.1em;
  z-index: 15;
}
#nav ul {
  list-style:none;
  position:relative;
  height:32px;
  padding-left:6px;
  background:#fff url('/images/layout/v2/navbar-left.png') top left no-repeat;
}
@media all and (min-width:0px) {
  head~body:lang(en) #nav div{
    float: right;
  }
 }
#nav div {
  position:relative;
  float:right;
}
* html .nmenu {
  float:right;
}
@media all and (min-width:0px) {
  head~body:lang(en) #nav ul{
    float:left;
  }
}
#nav li {
  margin:0px 3px 0px 0px;
  padding-left:0px;
  position:relative;
  float:left;
  height:32px;
  background-color:#fdbf57;
  background-image:none;
}
#nav li a {
  position:relative;
  float:left;
  padding:5px 7px 0 7px;
  height:25px;
  color:#6F183A;
}
#nav li.last { padding-right:5px; }
#nav li.first {  }
#nav li.last {
  background:#fdbf57 url('/images/layout/v2/navbar-right.png') top right no-repeat;
}
#nav li a.drop {
  padding-right:19px;
  background:url('/images/layout/v2/navbar-drop.png') right bottom no-repeat;
}
#nav li:hover ul, #nav li.sfhover ul {
  display: block;
}
#nav li ul {
  position:absolute;
  display:none;
  top:32px;
  left:0;
  float:none;
  width:180px;
  height:auto;
  padding:0;
  overflow:hidden;
  border-bottom:1px solid #7A1240;
}
#nav li ul li {
  position: relative;
  display: block;
  float: right
  padding: 0;
  width: 180px;
  text-align: left;
  background: none;
  height: auto;
  margin: 0;
  border-bottom: 1px solid #7A1240;
  background: #fff;
  height: 42px;
}
#nav li ul li a {
  position:relative;
  display:block;
  float:left;
  margin:0;
  padding:11px 0 1px 48px;
  height:30px;
  width:120px;
  overflow:hidden;
  margin:0;
}
#nav li ul li:last-child {
  border-bottom: 0;
}
#nav li ul li.m1 a {
  background: #fff url(/images/layout/1.jpg) left center no-repeat;
}
#nav li ul li.m2 a {
  background: url(/images/layout/2.jpg) left center no-repeat;
}
#nav li ul li.m3 a {
  background: url(/images/layout/3.jpg) left center no-repeat;
}
#nav li ul li.m4 a {
  background: url(/images/layout/4.jpg) left center no-repeat;
}
#nav li ul li.m5 a {
  background: url(/images/layout/5.jpg) left center no-repeat;
}
#nav li ul li.m6 a {
  background: url(/images/layout/6.jpg) left center no-repeat;
}
#nav li ul li.m6 {
  border: 0;
}
#splash_index {
  height:201px;
  background:url('/images/layout/v2/header-side.png') top left no-repeat;
}
#splash_index_fr {
  height:201px;
  background:url('/images/layout/v2/header-side-fr.png') top left no-repeat;
}
#splash {
  height:201px;
  background:url('/images/layout/v2/header.png') top left no-repeat;
}
#splash_fr {
  height:201px;
  background:url('/images/layout/v2/header-fr.png') top left no-repeat;
}
#splash_sidebar {
  height:201px;
  background:url('/images/layout/v2/header-side.png') top left no-repeat;
}
#splash_sidebar_fr {
  height:201px;
  background:url('/images/layout/v2/header-side-fr.png') top left no-repeat;
}
#page {
  margin-left:-10px;
  width:970px;
  position:relative;
  background:#fff url('/images/layout/v2/bg-page-sh.png') repeat-y;
}
#page-inner {
  min-height:790px;
  height:790px;
  background:url('/images/layout/v2/bg-page-inner.png') top left no-repeat;
}
#sidebar{
  position:relative;
  margin-left:10px;
  float:left;
  width:200px;
  background:#fdbf57;
  text-align:left;
  z-index:10;
}
#search-box {
  position:relative;
  padding:15px 0 15px 25px;
}
.gsearch {
  position:relative;
  float:left;
  padding:2px 4px 0 4px;
  height:18px;
  width:122px;
  border:1px solid #7C9DC0;
}
.go {
  position:relative;
  float:left;
  height:22px;
  width:19px;
  border:0;
  margin-left:7px;
  background:url(/images/layout/search-arrow.gif) top left no-repeat;
}
.menu {
  position:relative;
  font-size:1.1em;
  background-color:#fff;
  padding-bottom:1px;
}
ul#menu { list-style-type:none; }
ul#menu ul{ list-style-type:none; }
ul#menu li {
  background-image:none;
  padding-left:0px;
  background-color:#fdbf57;
  margin:0px 0px 5px 0px;
}
.menu li { position:relative; }
.menu li#current { background:#fff; }
.menu li a {
  position:relative;
  display:block;
  padding:8px 10px 8px 28px;
  background:url(/images/layout/sb-tick.gif) no-repeat;
  background-position:10px 12px;
  text-decoration:none;
  color:#343633;
}
.menu li a:hover{
  background: #FDEFD5 url(/images/layout/sb-tick.gif) no-repeat;
  background-position: 10px 12px;
}
.menu li ul{
  z-index:100;
  position:absolute;
  display:none;
  font-size:.9em;
  left:200px;
  top:0px;
  width:170px;
  border-top:1px solid #FDC25E;
  border-left:1px solid #FDC25E;
  border-right:1px solid #FDC25E;
  background-color:#FDEFD5;
}
.menu li ul li{
  margin-bottom:0px !important;
}
.menu li:hover ul, .menu li.sfhover ul{
  display: block;
}
.menu li ul a{
  position: relative;
  padding: 5px 0 5px 7px;
  background: #FDEFD5;
  color: #333;
  border-bottom:1px solid #FDC25E;
}
.menu li ul a:hover{
  background: #fdbf57;
}
#content{
  position: relative;
  float: left;
  width: 523px;
  padding: 0 13px 0 13px;  
  font-size: 1em;
  text-align: left;
}
#rightbar {
  position:relative;
  float:left;
  padding-left:2px;
  width:199px;
  text-align:left;
  font-size:1em;
}
/*** WIDGETS ***/
.widget {
  padding:9px;
  margin-bottom:10px;
  border-top:2px solid #FAC156;
  border-left:2px solid #FAC156;
  background:#fff;
}
.widget p {
  line-height:1.2em;
}
.widget h3 {
  font-size:1.1em;
  font-weight:bold;
  color:#333;
}
p.widget-date {
  margin-top:5px;
  font-size:0.9em;
  font-weight:bold;
  color:#7A003B;
}
/*** FOOTER ***/
#footer {
  margin-left:-10px;
  width:950px;
  height:60px;
  padding:30px 0px 0px 28px;
  color:#fff;
  background:transparent url('/images/layout/v2/footer-v3.png') top left no-repeat;
  text-align:right;
}
#footer a { color:#fff; }
#footer a:focus, #footer a:hover, #footer a:active {
  color:#000;
  text-decoration:underline;
}
#footer p {
  float:right;
  padding-right:30px;
}
#flogo { /*last mod date*/
  position:relative;
  float:left;
  padding:15px 0 4px 28px;
  background:url(/images/layout/fl.gif) left center no-repeat;
}
#bottom {
  font-size:0.9em;
  padding:0 0 20px 0;
  color:#fff;
  text-align:center;
}
/*******************************/
#callout_box_nosize_right {
	float: right;
	margin: 0 0px 0px 10px;
	background: url(http://www.nccmt.ca/images/layout/callout_bkg.jpg) 0 0 repeat-y;
	border: 1px solid #CCC;
	padding: 0px 10px 0px 10px;
	/*border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	}
	
#callout_box_nosize_left {
	float: left;
	margin: 0 10px 0px 0px;
	background: url(http://www.nccmt.ca/images/layout/callout_bkg.jpg) 0 0 repeat-y;
	border: 1px solid #CCC;
	padding: 0px 10px 0px 10px;
	/*border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	}

#callout_box {
	float: right;
	width: 225px;
	margin: 0 10px 10px 10px;
	background: url(http://www.nccmt.ca/images/layout/callout_bkg.jpg) 0 0 repeat-y;
	border: 1px solid #CCC;
	/*border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	}
	
#callout_box2 {
	float: right;
	width: 225px;
	margin: 0 10px 10px 10px;
	background: url(http://www.nccmt.ca/images/layout/callout_bkg2.jpg) 0 0 repeat-x;
	border: 1px solid #CCC;
	/*border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	}
	
#callout_box3 {
	float: right;
	width: auto;
	margin: 0px 0px 10px 10px;
	background: url(http://www.nccmt.ca/images/layout/callout_bkg.jpg) 0 0 repeat-y;
	border: 0px solid #CCC;
	/*border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	}

.callout_title {
	padding: 10px 10px 5px 10px;
	/*background: url(http://www.nccmt.ca/images/layout/callout_title_bkg.jpg) 0 0 repeat-y #F9D68E;*/
	background-color: #F9D68E;
	font-size: 120%;
	font-weight:bold;
	color: #000000;
	/*border-bottom: 1px solid #CCC;*/
	}

.callout_content {
	padding: 0px 10px 5px 10px;
	font-size: 90%;
	font-weight:normal;
	color: #000000;
	}
	
#callout_box_no_background {
	float: right;
	width: 225px;
	margin: 0 10px 10px 10px;
	/*background: url(http://www.nccmt.ca/images/layout/callout_bkg.jpg) 0 0 repeat-y;*/
	/*border: 1px solid #CCC;*/
	/*border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	}
	

.callout_image {
	border: 1px solid #CCC;
	}

#doc_callout {
	float: left;
	margin: 0 10px 10px 10px;
	background: url(http://www.nccmt.ca/images/layout/callout_bkg.jpg) 0 0 repeat-y;
	border: 1px solid #CCC;
	padding: 5px;
	/*border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	} 
 
.doc_border {
	border: 1px solid #000;
} 
/**************/
/**
 * Results Container
 */

#results_container .save-ok
{
  margin-bottom: 10px;
  border: 1px solid #73B65A;
}

#results_container .save-ok h2
{
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #73B65A url(/images/admin/ok.png) no-repeat 5px 2px;
}

#results_container .listing
{
  width: 100%;
  border: 1px solid #424542;
  border-bottom: 0px;
  border-right: 0px;
}

#results_container .listing th
{
  color: #fff;
  background-color: #424542;
  text-align: left;
}
#results_container .listing th a { color: #fff; }
#results_container .listing th a:hover { background: #9c0031; }
#results_container .listing th a:active { background: #9c0031; }
#results_container .listing td
{
  padding: 10px;
  border-bottom: 1px solid #424542;
  border-right: 1px solid #424542;
}
#results_container .float-left { float: left; }
#results_container .float-right { float: right; }
#results_container .row_1 td { background-color: #ffefd6; }
#results_container input[type="submit"]
{
	cursor: hand;
	color: #fff;
	border: 0px;
	padding: 5px;
  font-size: 100%;
  font-weight: bold;
	background-color: #9c0031;
}

#results_container input[type="button"]
{
  cursor: hand;
  color: #fff;
  border: 0px;
  padding: 5px;
  font-size: 100%;
  font-weight: bold;
  background-color: #9c0031;
}

#results_container #results_bar
{
  margin-top: 8px;
  position: absolute;
  right: 20px;
  width: 250px;
}

#results_search_box
{
  color: #424542;
}

#results_search_box .search_filters { border:1px solid #424542; }
#results_search_box .search_filters fieldset
{
  padding:6px;
  border:none;
}
#results_search_box .search_filters_action { margin-top: 5px; }
#results_search_box .form-row label
{
  display:block;
  padding:0 1em 3px 0;
  float:left;
  text-align:left;
  width:18em;
  font-weight:normal !important;
}
#edit_form {
  border:solid 1px #ddd;
  padding:5px;
  color:#333;
  margin-bottom:20px;
}
#edit_form input {
  font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
#edit_form input .input-text {
  border:1px solid #3b6e22;
  color:#666666;
  width:180px;
}
#edit_form label {
  display:block;
  float:left;
  padding-right:10px;
  margin-bottom:10px;
  color:#555555;
  width:120px;
  text-align:right;
  font-weight:bold;
}

#edit_form .long-label {
  display: block;
  float:left;
  color:#555555;
  font-weight:bold;
  text-align:left;
  width:100%;
}

#edit_form legend {
  color:#555555;
  font-weight:bold;
  font-size: 1em;
  padding: 4px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #efefef;
}

#results_container select.sf_admin_multiple, #results_container select.sf_admin_multiple-selected
{
  width: 12em;
}
#edit_form .form_error {
  margin-left: 120px;
  padding: 2px;
  font-size: 0.8em;
  background: #fdeef4;
  font-weight:bold;
}

.group_options {
  padding: 5px;
  line-height: 2em;
}

#upgrade_link {
	border-top: 1px solid #ffd794;
	border-bottom: 1px solid #ffd794;
	padding: 3px;
	font-size: .6em;
	background: #ffefd6;
	text-decoration: none;
}

#email_tabs {
  padding: 3px;
}

#email_tabs #email_nav {
  margin-bottom: 0px;
  margin-left: 1px;
}

#email_tabs ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#email_tabs #email_nav ul li {
  display: inline;
  padding: 3px 7px;
  cursor: default;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-bottom: none;
  margin-right: 2px;
  font-size: 1.2em;
  font-weight: bold;
}

#email_tabs #email_nav ul li.active {
  border-bottom: 1px solid white;
  background-color: #ffffff;
}

#email_tabs #email_nav ul li:hover {
  background-color: #ffffff;
}

#email_tabs #email_data {
  margin-top: 0px;
}

#email_tabs #email_data div {
  display: none;
  border: 1px solid #cccccc;
  padding: 15px;
}

#email_tabs #email_data div.active {
  display: block;
}

#email_tabs #email_data h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.notice
{
  margin-bottom: 10px;
  border: 1px solid #73B65A;
}

.notice h4
{
  margin: 0 !important;
  padding: 5px 20px 5px 20px;
  font-size: 11px;
  color: #fff;
  background: #73B65A;
}

.topic_name {
  margin-left: 5px;
  font-weight: bold;
}

.topic_desc {
  margin-left: 17px;
  font-style: italic;
  
}
#role_table ul {
  list-style: none;
  margin: 0px;
  padding: 5px;
}

#org_table ul {
  list-style: none;
  margin: 0px;
  padding: 5px;
}

#juris_table ul {
  list-style: none;
  margin: 0px;
  padding: 5px;
}

#discipline_list {
  list-style: none;
  margin: 0px;
  padding: 5px;
}

.required {
  background-color:#fbf4c3;
}

#membership_chart {
  width:100%;
}
#membership_chart td.link {
  font-size: large;
  font-weight: bold;
  background: #ffd78c;
  border: 2px solid #fff;
}
#membership_chart td.caption {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  background: #f7e7bd;
  border: 2px solid #fff;
}
#membership_chart td.benefits {
  background: #ffffef;
  border: 2px solid #fff;
  padding: 15px;
}

#stats_contents
{
  border: 1px solid #424542;
  border-bottom: 0px;
  border-right: 0px;
}

#stats_contents th
{
  color: #fff;
  background-color: #424542;
  text-align: left;
}

#stats_contents th a
{
  color: #fff;
}

#stats_contents th a:hover
{
  background: #9c0031;
}

#stats_contents td
{
  padding: 10px;
  border-bottom: 1px solid #424542;
  border-right: 1px solid #424542;
}

#resource_table {
  margin: 10px;
}

#resource_table .inner_label {
  text-align: left;
}

#resource_table .outer_label {
  text-align: left;
  /* color: #9e0034; */
  font-weight: bold;
  /* font-size: 116.67%; */
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#resource_table td div.form_error {
  margin-left: 0px;
}

#edit_form h5 {
  margin: 10px 0px 0px 15px;
}

.download_pdf {
  display: float;
  padding: 4px;
  margin: 10px 0 10px 0;
  background-color: #ffefd6;
  text-align: center;
  border: 1px solid #9c0031;
}

.event_header {
	margin: 10px 0px;
	padding: 8px;
	background: #7b1142;
	color: #ffd794;
}

.white {
  font-weight: normal;
  color: #fff;
}

#events_program {
  background-color: #ffefd6;
}

#events_program td {
  border-bottom: 1px solid #ffcb73;
}

#events_program td.date {
  color: #7b1442;
  background-color: #ffcb73;
  font-weight: bold;
  font-size: 1.3em;
}

#events_program td.time {
  color: #7b1442;
}

#events_program td.term {
  color: #ffcb73;
  font-weight: bold;
  text-align: center;
}

#events_program td.session {
  color: #7b1442;
  font-weight: bold;
  text-align: center;
}

#events_program .event {
  color: #7b1442;
  font-size: 1em;
  font-weight: bold;
}

#events_program .event-note {
  color: #888;
  font-weight: bold;
}

.prominent {
  color: #7b1042;
  font-weight: bold;
}

.attachment_area {
  margin-top: 15px;
  margin-left: 15px;
}

#resource_display h3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
#resource_display p {
  margin-top: 0px;
}
#resource_display h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-variant: small-caps;
  font-size: 150%;
}
#resource_display table {
  border:1px solid #000;
}
#resource_display td {
  border:1px solid #444;
}
#resource_display .developer_info {
  color: #444;
  margin-bottom: 20px;
}

#resource_display h6 {
  color: #444;
}

#resource_display .black {
	color: #444;
	font-weight: normal;
	font-variant: normal;
}

#resource_display .top_space {
  margin-top: 30px;
}

#resource_display td {
  vertical-align: top;
}

#resource_display .align-right {
  text-align: right;
}

#resource_display .section_header {
  background-color: #ffefd6;
}

.glossary_desc {
  margin-top: 20px;
  margin-bottom: 20px;
}

.glossary_index {
  text-align:center;
  font-size: 180%;
}

.glossary_index a {
  padding: 3px;
}

.glossary_list {
}

.whats_inside {
  margin-left: 25px;
}

#registry_listing {
  width: 740px;
}

#registry_listing td {
  border: 1px solid #000;
}

#registry_listing th {
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  background-color: #9c0031;
}
#registry_listing th.white {
  background-color: #fff;
  border-top: none;
  border-left: none;
}
#registry_listing .activity {
  color: #fff;
  font-weight: bold;
  background-color: #9c0031;
}
#registry_listing .stage {
  color: #000;
  font-weight: bold;
  background-color: #ffd794;
}
#registry_listing .type_header {
  text-align: center;
}
#registry_news td {
  padding-right: 20px;
}
input[type="submit"]
{
  color: #fff;
  border: 0px;
  padding: 3px;
  font-size: 100%;
  font-weight: bold;
  background-color: #9c0031;
}
input[type="reset"]
{
  color: #fff;
  border: 0px;
  padding: 3px;
  font-size: 100%;
  font-weight: bold;
  background-color: #9c0031;
}
#targeted_search_table td {
  padding: 3px;
}
.date_list ul {
  padding: 0px;
  margin: 0px;
}
.date_list li {
  margin: 0px;
  list-style-type: none;
  padding: 2px;
}
.tag_new {
  padding: 3px;
  background-color: #99C68E;
  font-weight: bold;
  color: #fff;
}
.tag_updated {
  padding: 3px;
  background-color: #EAC117;
  font-weight: bold;
  color: #fff;
}
.align_right {
  margin-bottom: 10px;
  text-align: right;
}
#icon_legend h4 {
  margin-top: 25px;
}
#icon_legend ul {
  margin: 15px 0 0 0;
  padding: 0px;
  list-style-type: none;
}
#icon_legend li {
  margin: 0px;
  padding: 3px 0;
}
#icon_legend img {
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 10px;
}
.feed_icon {
  margin: 4px 0 0 0;
  display: inline;
  float: right;
  vertical-align: bottom;
}
.side_notice {
  margin-left: 5px;
  padding-left: 10px;
  border-left: 2px dotted #ccc;
}
.highlight {
  font-weight: bold;
  color: #9E0034;
  background-color:#fff;
}
#registry_about_list {
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: bold;
}
.comparison_chart th {
  border: 1px solid #000;
}
.comparison_chart td {
  text-align:center;
  border: 1px solid #000;
}
.left {
  text-align:left;
}
.registry_matrix {
  margin-top: 10px;
  width: 650px;
}
.registry_matrix th {
  background-color:#a00047;
  color:#fff;
  font-weight:bold;
  text-align:center;
}
.registry_matrix td.section_header {
  background-color:#a00047;
  color:#fff;
  font-weight:bold;
  text-align:center;
}
.registry_matrix td {
  border:1px solid #7A003B;
  text-align:center;
}
.matrix_header {
  background-color:#ecdde4;
  font-weight: bold;
}
.matrix_side {
  font-weight: bold;
  background-color:#ecdde4;
  text-align: left !important;
}
.matrix_number {
  font-weight:bold;
  font-size:140%;
}
.registry_matrix input.matrix_button
{
  font-weight:bold;
  color:#7A003B;
  border:0px;
  padding:3px;
  font-size:140%;
  background-color:#ecdde4;
  cursor:pointer;
}
.comment_form {
  padding: 10px;
}
.special_notice h4
{
  margin: 0 !important;
  padding: 5px 20px 5px 20px;
  font-size: 10px;
  font-variant: normal;
  color: #fff;
  background: #73B65A;
}
/***************/
hr.fancy {
  border-color:#c97e00;
  border-style:dotted;
  border-width: 2px 0 0;
  margin: 15px 5px 15px 0px;
  height: 0;
}
.float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
.float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
.feature {
  background-color:#efefef;
  border-bottom:1px dotted #bbddbb;
  border-top:1px dotted #bbddbb;
  margin:1em;
  min-height:140px;
  padding:1em;
}
.feature_img {
  border: 1px solid #000;
  float: left; display:inline; margin-top: 0.3em; margin-right: 1em; margin-bottom: 0.15em;
}
.required {
  background-color: #fbf4c3;
}
#user_panel {
  background-color:#fff;
  margin:8px 8px 0 0;
  padding:6px;
  float:right;
}
#step_container ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#step_container ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
#step_container ul li a {
  text-decoration:none;
  padding:.3em .5em;
  color:#fff;
  background-color:#036;
}
#step_container ul li a.active {
  background-color:#369;
}
#step_container ul li a:hover {
  color:#fff;
  background-color:#369;
}
#attachment_list table {
  border:1px solid #000;
}
#attachment_list td {
  border:1px solid #444;
}
.attachment_area table {
  border:1px solid #000;
}
.attachment_area td {
  border:1px solid #444;
}
ul.sf_admin_checklist {
  list-style:none;
}
.sf_admin_checklist li {
  margin-left:0;
}
.sf_admin_checklist label {
  display:inline !important;
  float:none !important;
  text-align:left !important;
}
.resource_icons_list {
  vertical-align:middle;
  margin-left:20px;
}
#resource_actions {
  font-size:9px;
}
.print_button {
  background:#fff url("/images/print.gif") no-repeat center left;
  padding-left:23px;
}
.staff_pic {
  text-decoration:none;
  border:10px solid #ffefd6;
}
.staff_profile {
  vertical-align:top;
}
.staff_name {
  text-align:center;
}
.staff_name a {
  text-decoration:none;
}
.eiph_spinner {
  float:right;
  padding-left:10px;
}
#hide_spinner {
  z-index:0;
  position:relative;
}
#notices {
  padding-top:15px;
}
.notice-item {
  text-align:center;
}
.notice-item a, .notice-item a:hover, .notice-item a:active, .notice-item a:visited {
  background:none;
  text-decoration:none;
}
#eiph_desc h3 {
  margin:20px 0;
}
#eiph_desc li {
  line-height:1.8em;
}
.product-list ul {
  list-style:none;
}
.product-list h3 {
  font-style:italic;
  margin-top:15px;
}
.product-list h4 {
  font-weight:bold;
  margin:12px 0;
  color:#9e0034;
}
.product-list h5 {
  color:#7A003B;
  margin:15px 0;
  font-weight:bold;
}
.product-list h6 {
  color:#444;
  margin:15px 0;
  font-weight:bold;
}
.product-info {
  margin-left:20px;
}
/* NEW */
.edit_form {
  border:solid 1px #ddd;
  padding:5px;
  color:#333;
  margin-bottom:20px;
}
.edit_form legend {
  color:#555;
  font-weight:bold;
  font-size:1em;
  padding:4px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  background:#efefef;
}
.edit_form h6 {
  margin-top:10px;
}
.profile_table {
  margin: 10px;
}
.profile_table td.inner_label {
  width:120px;
  text-align:right;
  vertical-align:bottom;
}
.profile_table .form_error {
  padding:1px 5px;
  background-color:#f3cbcb;
  font-weight:bold;
}
.profile_table blockquote {
  border-left:3px solid #7a003b;
  margin:10px 20px;
  padding-left:10px;
}
.field_desc {
  font-style:italic;
  font-size:0.8em;
  color:#7a003b;
}
ul.checkbox_list {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:5px;
}
ul.checkbox_list li {
  line-height:2em;
}
p.reminder-notice {
  padding:15px;
  font-weight:bold;
  font-size:1.15em;
  background-color:#fbf4c3;
}
td.networking_users_td_fullname {
  width:30%;
}
td.networking_users_td_province {
  width:20%;
}
td.networking_users_td_interests {
  width:50%;
}
.error_msg {
  font-size:1.3em;
  margin-bottom:15px;
  padding:10px;
  color:#fff;
  background-color:#E77471;
}
.registry_form_error {
  padding:5px 5px;
  background-color:#f3cbcb;
  font-weight:bold;
  font-size:120%;
}
#registry-search {
  margin-top:30px;
}
#registry-search ul {
  padding:0;
  height:28px;
}
#registry-search li {
  display:inline;
  list-style-type:none;
  margin-left:0px;
}
#registry-search li>a {
  background-color:#fff;
  font-size:1.2em;
  text-decoration:none;
  font-weight:bold;
  margin:0;
  padding:10px;
}
#registry-search li>a.selected {
  background-color:#FDEFD5;
}
#registry-search .tab_content {
  padding:10px;
  background-color:#FDEFD5;
}
#registry-search .tab_content_inner {
  padding:10px;
  background-color:#fff;
}
#featured {
  width:518px;
  height:60px;
  margin-bottom:20px;
  border-left:2px solid #fdbf57;
  border-right:2px solid #fdbf57;
  border-bottom:2px solid #fdbf57;
}
h2#spotlight {
  margin-bottom:0px;
  padding:10px 0 0 12px;
  height:30px;
  color:#fff;
  font-size:1.4em;
  background:#7a1240;
}
h2#whats-new {
  margin:0;
  padding:10px 0 0 10px;
  height:30px;
  color:#fff;
  font-size:1.3em;
  background:#7a1240;
}
#whatsnew-carousel-wrapper {
  margin:0px;
  padding:0px;
  width:199px;
  overflow:hidden;
}
#whatsnew-carousel-content .slide {
  float:left;
  width:199px;
  height:500px;
}
#whatsnew-carousel-nav {
  background-color:#fff;
  padding:5px;
  font-size:0.9em;
  font-weight:bold;
}
#whatsnew-carousel-nav a:hover, #whatsnew-carousel-nav a:active, #whatsnew-carousel-nav a:visited {
  background-color:#fff !important;
}
#whatsnew-carousel-nav a {
  text-decoration:none;
  padding:2px;
  font-family:Arial,sans-serif;
  font-size:1.5em;
  background-color:#fff;
}
#breadcrumbs p {
  margin:0px 0px 2em;
}
ul.poll_choices li {
  background:none;
  padding-left:0;
}
h6.poll_results {
  font-size:1.2em;
  font-weight:normal;
  margin:10px 0;
}
.poll_question {
  font-weight:bold;
}
input[type="button"].red
{
  cursor: hand;
  color: #fff;
  border: 0px;
  padding: 3px;
  font-size: 100%;
  font-weight: bold;
  background-color: #9c0031;
}
img.sort_arrow {
  vertical-align:bottom;
}
#resource_display h5 {
  margin-top:0px !important;
}
.pdf_link {
  float:right;
  background:#fff url('/images/very_small_pdf_icon2.gif') no-repeat bottom left;
  padding-left:20px;
}
.pdf_link a {
  font-weight:bold;
  background-color:#FDBF57;
  padding:5px 8px;
}
#mail-container {
  border:1px solid #111;
  padding:10px;
}
.source {
  margin-top:10px;
}
.news_nav {
  width:100%;
  background-color:#FDBF57;
}
.news_nav td {
  width:33.5%;
}
.news_archive_link {
  margin-left:25px;
  font-size:1.5em !important;
}
.album_photo {
  margin:5px;
  background-color:#eee;
  padding:5px;
}
.photoset_box {
  margin:20px 0px 20px;
}