/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts { display: none; }

/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*providing spacing for definition terms*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssbase { display: none; }

/* line 1, assetic_compasskDwoab.sass */
a {
  text-decoration: none;
}

/* line 1, assetic_compassYpRuCN.sass */
#backgroundimage {
  position: absolute;
  height: 300px;
  width: 100%;
  border-bottom: 5px solid #5e0000;
  background-color: black;
}

/* line 8, assetic_compassYpRuCN.sass */
#header {
  height: 200px;
  width: 1000px;
  margin: auto;
  padding: 0px;
  background-color: transparent;
}

/* line 15, assetic_compassYpRuCN.sass */
#branding {
  position: absolute;
  top: 50px;
  border: 0px solid red;
  z-index: 10;
}

/* line 21, assetic_compassYpRuCN.sass */
#rightmenu {
  position: absolute;
  top: 10px;
  width: 450px;
  margin: 0px 0px 0px 470px;
  text-align: right;
  line-height: 25px;
  color: white;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 0.9em;
}
/* line 31, assetic_compassYpRuCN.sass */
#rightmenu a {
  color: white;
}
/* line 33, assetic_compassYpRuCN.sass */
#rightmenu a:hover {
  color: #94474d;
}

/* line 36, assetic_compassYpRuCN.sass */
#navmenu {
  position: absolute;
  top: 178px;
  height: 30px;
  width: 1000px;
  margin: 0px;
  margin-left: 6px;
  padding: 4px;
  padding-top: 18px;
  border: 0px;
  color: white;
  font-family: "Century Gothic", futura, "URW Gothic L", Verdana, sans-serif;
  z-index: 15;
}
/* line 48, assetic_compassYpRuCN.sass */
#navmenu a {
  color: white;
}
/* line 50, assetic_compassYpRuCN.sass */
#navmenu > li {
  display: inline-block;
  list-style-type: none;
}
/* line 53, assetic_compassYpRuCN.sass */
#navmenu > li:hover {
  background-color: #5e0000;
}
/* line 55, assetic_compassYpRuCN.sass */
#navmenu > li:hover > ul {
  left: auto;
  visibility: visible;
}
/* line 58, assetic_compassYpRuCN.sass */
#navmenu > li > a {
  display: block;
  padding: 0px 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 63, assetic_compassYpRuCN.sass */
#navmenu > li a {
  border: 0px;
  line-height: 15px;
}
/* line 66, assetic_compassYpRuCN.sass */
#navmenu > li a:hover {
  background-color: #94474d;
}
/* line 68, assetic_compassYpRuCN.sass */
#navmenu > li > ul {
  position: absolute;
  left: -9999px;
  width: 200px;
  margin: 0;
  visibility: hidden;
  background-color: #5e0000;
  box-shadow: 0px 3px 3px black;
  -moz-box-shadow: 0px 3px 3px black;
  -webkit-box-shadow: 0px 3px 3px black;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#000000')";
}
/* line 80, assetic_compassYpRuCN.sass */
#navmenu > li > ul:hover, #navmenu > li > ul:active {
  background-color: #5e0000;
}
/* line 82, assetic_compassYpRuCN.sass */
#navmenu > li > ul > li {
  position: relative;
  top: 0;
  display: block;
  list-style-type: none;
  text-indent: 15px;
}
/* line 88, assetic_compassYpRuCN.sass */
#navmenu > li > ul > li:hover {
  background-color: #5e0000;
}
/* line 90, assetic_compassYpRuCN.sass */
#navmenu > li > ul > li > a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  with: 100%;
  height: 100%;
  line-height: 15px;
}
/* line 97, assetic_compassYpRuCN.sass */
#navmenu > li > ul > a {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 13px;
}

/* line 102, assetic_compassYpRuCN.sass */
#container {
  width: 1000px;
  margin: auto;
  position: relative;
}

/* line 107, assetic_compassYpRuCN.sass */
#main {
  display: block;
  margin: 0px auto;
  margin-left: 0px;
  margin-top: 23px;
  padding: 15px;
  width: 968px;
  border: 1px solid black;
  box-shadow: 0px 3px 4px black;
  -moz-box-shadow: 0px 3px 4px black;
  -webkit-box-shadow: 0px 3px 4px black;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');
  background-image: url(../bundles/mindseyesocietyportal/images/site_bg_content.png);
  background-color: #e6d099;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  z-index: -10 !important;
}
/* line 130, assetic_compassYpRuCN.sass */
#main p {
  text-align: justify;
}
/* line 132, assetic_compassYpRuCN.sass */
#main a {
  color: #5e0000;
}
/* line 134, assetic_compassYpRuCN.sass */
#main a:hover {
  color: #94474d;
}
/* line 136, assetic_compassYpRuCN.sass */
#main h1, #main h2, #main h3 {
  margin: 0 0 0.75em 0;
}
/* line 138, assetic_compassYpRuCN.sass */
#main *:last-child {
  margin-bottom: 0;
}

/* line 141, assetic_compassYpRuCN.sass */
#footer {
  clear: both;
  margin: 0px auto;
  padding: 20px;
  padding-top: 22px;
  margin-top: 5px;
  width: 958px;
  height: 70px;
  border: 0px solid black;
  border-top: none;
  font-size: 0.8em;
  text-align: right;
  background-image: url(../bundles/mindseyesocietyportal/images/site_bg_footer.png);
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
/* line 157, assetic_compassYpRuCN.sass */
#footer > #leftist {
  font-size: 1.2em;
  float: left;
}
/* line 160, assetic_compassYpRuCN.sass */
#footer p {
  color: white;
}
/* line 162, assetic_compassYpRuCN.sass */
#footer a {
  color: white;
}
/* line 164, assetic_compassYpRuCN.sass */
#footer a:hover {
  color: #94474d;
}

/* CSS Document */
/* html tags */
/* line 6, assetic_compasskZHRis.sass */
input[type="submit"], input[type="button"] {
  font-size: 1.1em;
}

/* line 9, assetic_compasskZHRis.sass */
label {
  font-weight: bold;
  width: 266px;
  text-align: right;
}
/* line 13, assetic_compasskZHRis.sass */
label.required:before {
  content: "*";
  margin-right: 2px;
}
/* line 16, assetic_compasskZHRis.sass */
label:after {
  content: ":";
  margin-right: 4px;
}

/* line 21, assetic_compasskZHRis.sass */
form > div {
  margin: 10px 0;
}
/* line 24, assetic_compasskZHRis.sass */
form .form_row > * {
  display: inline-block;
  vertical-align: top;
}
/* line 27, assetic_compasskZHRis.sass */
form .form_row > ul {
  margin: 0 0 0 250px;
  color: #ff6666;
}
/* line 30, assetic_compasskZHRis.sass */
form ul.errors {
  color: red;
  list-style-position: inside;
  margin: 6px 0 0 0;
  padding: 0;
}
/* line 35, assetic_compasskZHRis.sass */
form ul.errors li {
  margin: 2px 0 0 0;
}

/* line 38, assetic_compasskZHRis.sass */
form input {
  width: 338px;
}
/* line 40, assetic_compasskZHRis.sass */
form input[type="checkbox"], form input[type="image"] {
  width: inherit;
}
/* line 42, assetic_compasskZHRis.sass */
form input[type="submit"] {
  margin-left: 270px;
}

/* line 45, assetic_compasskZHRis.sass */
.fos_oauth_server_authorize input[type="submit"] {
  margin-left: inherit;
  width: inherit;
}

/* id styles */
/* line 51, assetic_compasskZHRis.sass */
#privacypolicy {
  background-color: rgba(243, 238, 225, 0.5);
  border: 1px solid black;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 4px black;
  margin: 15px;
  padding: 15px;
}

/* welcome page specific */
/* line 61, assetic_compasskZHRis.sass */
h1#welcome {
  font-size: 2em;
  text-align: center;
  margin-bottom: 5px;
}

/* line 66, assetic_compasskZHRis.sass */
#welcomesub {
  text-align: center;
  font-size: 1.4em;
  font-weight: normal;
  color: #5e0000;
  margin-top: 0px;
}
/* line 72, assetic_compasskZHRis.sass */
#welcomesub strong {
  color: #663399;
}

/* Login page */
/* line 77, assetic_compasskZHRis.sass */
#forgottenPasswordMessage {
  margin-top: 30px;
  font-size: 0.9em;
}

/* Account section specific */
/* line 83, assetic_compasskZHRis.sass */
#forgotpassword {
  width: 800px;
  margin: 10px auop;
}

/* line 88, assetic_compasskZHRis.sass */
#newUserForm #agreeContainer, #newUserForm input[type="submit"] {
  margin-left: 20px;
}

/* Membership Renewal */
/* line 93, assetic_compasskZHRis.sass */
#paypalButton {
  width: 145px;
  height: 42px;
  margin-top: 10px;
  cursor: pointer;
  background: url("https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif") no-repeat;
  border: none;
}

/* line 102, assetic_compasskZHRis.sass */
#membershipRenewalListing tr.even {
  background-color: rgba(0, 0, 0, 0.15);
}
/* line 104, assetic_compasskZHRis.sass */
#membershipRenewalListing tr.odd {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 106, assetic_compasskZHRis.sass */
#membershipRenewalListing td.number {
  width: 200px;
}

/* Classes */
/* line 111, assetic_compasskZHRis.sass */
.error {
  color: #aa3333;
}

/* line 114, assetic_compasskZHRis.sass */
.warning {
  margin: 10px 50px;
  border: 4px solid #990000;
  background-color: #eedddd;
  padding: 5px 15px;
}

/* line 120, assetic_compasskZHRis.sass */
.flashNotice {
  background-color: #ddffdd;
  border: 1px solid lime;
  margin: 0 0 0.75em 0;
  padding: 4px;
}

/* line 126, assetic_compasskZHRis.sass */
.errorMessage, .flashError {
  background-color: #ffdddd;
  border: 1px solid red;
  margin: 0 0 0.75em 0;
  padding: 4px;
}

/* line 132, assetic_compasskZHRis.sass */
.orderbox {
  margin: 5px 50px;
  border: 1px solid #ffffee;
  background-color: #fdfded;
  padding: 5px;
  font-weight: bold;
}

/* line 139, assetic_compasskZHRis.sass */
.submitbtn {
  font-size: 12px !important;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  transition: color 0.4s linear;
  background-color: #414141;
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: white;
  padding: 2px 6px;
  line-height: 17px;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-family: "Helvetica", Arial, serif;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  cursor: pointer;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 179, assetic_compasskZHRis.sass */
.submitbtn:hover {
  background-image: none;
  background-image: -moz-linear-gradient(top, #555555, #222222);
}
/* line 182, assetic_compasskZHRis.sass */
.submitbtn:active {
  background-color: black;
}

/* line 185, assetic_compasskZHRis.sass */
input[disabled].submitbtn {
  color: gray;
}

/* line 188, assetic_compasskZHRis.sass */
.raisedContainer {
  background-color: rgba(243, 238, 225, 0.5);
  border: 1px solid black;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 4px black;
  margin: 0 0 0.75em 0;
  padding: 15px;
}
/* line 195, assetic_compasskZHRis.sass */
.raisedContainer > {
  text-align: center;
  margin: 0 0 10px;
  padding: 5px;
  border-bottom: 1px solid black;
}
/* line 201, assetic_compasskZHRis.sass */
.raisedContainer > div {
  padding: 5px;
}
/* line 204, assetic_compasskZHRis.sass */
.raisedContainer > div > * {
  display: inline-block;
  vertical-align: top;
}
/* line 207, assetic_compasskZHRis.sass */
.raisedContainer > div > label {
  font-weight: bold;
  width: 200px;
  text-align: right;
}
/* line 211, assetic_compasskZHRis.sass */
.raisedContainer > div > label:after {
  margin-right: 6px;
}
/* line 213, assetic_compasskZHRis.sass */
.raisedContainer > div > div {
  text-align: left;
  width: 700px;
}
/* line 216, assetic_compasskZHRis.sass */
.raisedContainer input[type="submit"], .raisedContainer .action {
  margin-left: 206px;
}

/* line 219, assetic_compasskZHRis.sass */
.dataTable {
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 4px black;
  margin: 0 0 0.75em 0;
  padding: 5px;
}
/* line 224, assetic_compasskZHRis.sass */
.dataTable .odd {
  background-color: #f3eee1;
}
/* line 226, assetic_compasskZHRis.sass */
.dataTable .even {
  background-color: #e5e0d4;
}
/* line 228, assetic_compasskZHRis.sass */
.dataTable thead {
  background-color: #dad0a0;
  border-bottom: 1px solid black;
}
/* line 231, assetic_compasskZHRis.sass */
.dataTable tbody tr {
  border-bottom: 1px solid black;
}
/* line 233, assetic_compasskZHRis.sass */
.dataTable tbody tr:last-child {
  border-bottom: inherit;
}
/* line 235, assetic_compasskZHRis.sass */
.dataTable th, .dataTable td {
  border: inherit;
  border-right: 1px solid black;
}
/* line 238, assetic_compasskZHRis.sass */
.dataTable th:last-child, .dataTable td:last-child {
  border-right: inherit;
}

/* line 241, assetic_compasskZHRis.sass */
.note {
  font-size: 0.8em;
}
/* line 243, assetic_compasskZHRis.sass */
.note:before {
  content: "*";
}
