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,
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;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
html {
  /*overflow: hidden;*/
  background: #141414 url(/images/session_body_background.jpg);
}
body {
  line-height: 1;
  color: #fff;
  font-family: arial, sans-serif;
}
a { color: #fff; }
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img, input[type="image"] { border: none; }
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clear {
  clear: both;
}

#global_navigation {
  position: absolute;
  top:      0;
  right:    30px;
  z-index:  2;
}

#revision_page #global_navigation { display: none; }

#revision_page #global_navigation {
  position: fixed;
}

#global_navigation a {
  display:         block;
  float:           right;
  padding:         14px 0 10px 15px;
  font-size:       12px;
  text-decoration: none;
}

/*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
}*/


.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(/images/colorpicker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/images/colorpicker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/images/colorpicker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(/images/colorpicker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(/images/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(/images/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(/images/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(/images/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(/images/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(/images/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(/images/colorpicker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}


form .field { position: relative; }

form .field label { display: block; }

form .field.inline_label .inline {
  position : absolute;
  top      : 6px;
  left     : 4px;
}

form .field.inline_label .inline_example.inline { top: 20px; }

form .field.inline_label.entering_text .inline { }
form .field.inline_label.value_entered .inline { display : none !important; }


#flash {
  position: absolute;
  top: 45px;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  z-index: 5;
}
#flash .flash_message {
  height: 30px;
  padding: 0 10px 0 50px;
  line-height: 30px;
}
#flash .flash_message.failure { background: #dd0000; }
#flash .flash_message.error { background: #dd0000; }
#flash .flash_message.success { background: #769f1a; }
#flash .flash_message.notice { background: #0000dd; }
body.clearance_sessions #flash { top: 0; }
body.clearance_passwords #flash { top: 0; }
body.sessions #flash { top: 0; }
body.set_password #flash { top: 0; }


form .field { margin-bottom: 15px; }
form .field label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}
form .field label em {
  font-style: italic;
  opacity: 0.6;
}
form .field input {
  border: 1px solid #000000;
  padding: 4px 0;
  font-size: 13px;
}
form .field input[type='hidden'] {
  border: 0;
  padding: 0;
}
form .field .fieldWithErrors label { font-weight: bold; }
form .field.toggle { margin-bottom: 0; }
form .field.checkbox input {
  width: auto;
  border: 0;
  padding: 0;
}
form .field.radio input {
  width: auto;
  border: 0;
  padding: 0;
}
form .field.file input {
  position: relative;
  width: auto;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
form .field.file .wrapper {
  overflow: hidden;
  float: left;
  background: url(/images/choose_file_button.png) no-repeat 0% 50%;
}
form .field.file .file {
  margin: 0 0 0 10px;
  border: 0;
  font-size: 12px;
  line-height: 22px;
  background: transparent;
}
form .field.file .file img {
  position: relative;
  top: 2px;
}
form .field.file .file.nofile {
  color: #cccccc;
  font-style: italic;
}
form .field .fieldWithErrors input {
  border: 1px solid #dd0000;
  background: #ffbbbb;
}
form .field.password p {
  margin-bottom: 10px;
  padding: 7px 0 2px 22px;
  font-size: 12px;
  background: url(/images/lock.png) no-repeat 0% 50%;
}
form .field.password p strong {
  color: #d9b552;
  font-weight: bold;
}
.projects.new #session form .field.password p {
  overflow: hidden;
  height: 1px;
  padding: 0;
  opacity: 0;
  background: none;
}
form .field.password p.success { background-image: url(/images/check.png); }
form .field.password p.success span { margin-left: 5px; }
form .field.password p.success span a { color: #ffffff; }
.button {
  margin-right: 10px;
  border: 0;
  border-top: 1px solid rgba(177, 214, 88, 0.99);
  padding: 3px 15px 5px 15px;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background: #7cb000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4a6900), color-stop(1, #7eb400));
  background: -moz-linear-gradient(center bottom, #4a6900 0%, #7eb400 100%);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 1px #000000;
  -moz-box-shadow: 0 1px 1px #000000;
  -webkit-box-shadow: 0 1px 1px #000000;
}
.button.grey {
  border-top: 1px solid rgba(159, 159, 159, 0.99);
  background: #555555;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #494949), color-stop(1, #777777));
  background: -moz-linear-gradient(center bottom, #494949 0%, #777777 100%);
}
form .submit input {
  margin-right: 10px;
  border: 0;
  border-top: 1px solid rgba(177, 214, 88, 0.99);
  padding: 2px 14px 4px 14px;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background: #7cb000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4a6900), color-stop(1, #7eb400));
  background: -moz-linear-gradient(center bottom, #4a6900 0%, #7eb400 100%);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 1px #000000;
  -moz-box-shadow: 0 1px 1px #000000;
  -webkit-box-shadow: 0 1px 1px #000000;
}
#toolbar a.action:active .button {
  border-top-color: rgba(119, 141, 64, 0.99);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7eb400), color-stop(1, #4a6900));
  background: -moz-linear-gradient(center bottom, #7eb400 0%, #4a6900 100%);
}
.button:active {
  border-top-color: rgba(119, 141, 64, 0.99);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7eb400), color-stop(1, #4a6900));
  background: -moz-linear-gradient(center bottom, #7eb400 0%, #4a6900 100%);
}
#toolbar a.action:active .button.grey {
  border-top-color: rgba(90, 90, 90, 0.99);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #777777), color-stop(1, #494949));
  background: -moz-linear-gradient(center bottom, #777777 0%, #494949 100%);
}
.button.grey:active {
  border-top-color: rgba(90, 90, 90, 0.99);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #777777), color-stop(1, #494949));
  background: -moz-linear-gradient(center bottom, #777777 0%, #494949 100%);
}
form .submit input:active {
  border-top-color: rgba(119, 141, 64, 0.99);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7eb400), color-stop(1, #4a6900));
  background: -moz-linear-gradient(center bottom, #7eb400 0%, #4a6900 100%);
}
#global_navigation a.button {
  margin: 10px 0 0 10px;
  padding: 2px 14px 4px 14px;
}
form .submit a.cancel {
  color: #ff0000;
  font-size: 13px;
}
.sheet#edit_stuff_form #align_image { white-space: nowrap; }
.sheet#edit_stuff_form form #align_image .field.radio label {
  display: inline;
  margin-right: 5px;
}
.sheet#edit_stuff_form form #align_image .field.radio label.fake_label { display: block; }
#new_page {
  width: 258px;
  margin: 0 auto;
  padding-top: 80px;
}
#new_page .submit { padding-top: 20px; }
#new_page #errorExplanation { margin-left: -50px; }
#new_page #errorExplanation h2 { white-space: nowrap; }
#new_project {
  position: relative;
  width: 258px;
  margin: 0 auto;
  padding-top: 80px;
  z-index: 2;
}
#new_project .submit { padding-top: 20px; }
#new_project #errorExplanation { margin-left: -50px; }
#new_project #errorExplanation h2 { white-space: nowrap; }
#password_form {
  position: relative;
  width: 258px;
  margin: 0 auto;
  padding-top: 80px;
  z-index: 2;
}
#password_form .field input { width: 258px; }
#password_form .submit { padding-top: 20px; }
#password_form #errorExplanation { margin-left: -50px; }
#password_form #errorExplanation h2 { white-space: nowrap; }


#toolbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 44px;
  border-bottom: 1px solid #000000;
  padding: 0 0 0 30px;
  background: url(/images/controls_background.png);
  z-index: 4;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
#toolbar h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  text-shadow: -1px -1px 0 #000000;
  z-index: 1;
}
#toolbar h1 span#revision_number {
  color: #aaaaaa;
  font-weight: normal;
  text-shadow: none;
}
#toolbar h1 .custom_select {
  top: -2px;
  margin-top: 0;
  font-weight: normal;
  text-shadow: none;
}
#toolbar .icon {
  position: relative;
  float: right;
  width: 24px;
  height: 44px;
  margin: 0 0 0 15px;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  line-height: 44px;
  text-decoration: none;
  text-indent: -999em;
  background: url(/images/toolbar_icons.png) no-repeat;
  z-index: 2;
}
#toolbar .icon:active { top: 1px; }
#toolbar #pages_button { background-position: 0 -88px; }
#toolbar #new_page_button { background-position: 0 -44px; }
#toolbar #edit_button { background-position: 0 -133px; }
#toolbar #edit_stuff_button { background-position: 0 -133px; }
#toolbar #share_button { background-position: 0 -176px; }
#toolbar #notes_button {
  width: auto;
  padding-right: 27px;
  text-indent: 0;
  background-position: 100% -220px;
}
#toolbar #logout_button {
  width: 49px;
  margin-left: 25px;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s linear;
}
#toolbar #logout_button:hover { opacity: 1; }
#toolbar .action {
  position: relative;
  float: left;
  display: block;
  height: 44px;
  margin-right: 5px;
  text-decoration: none;
  z-index: 3;
}
#toolbar .action:active .button {
  border-top-color: rgba(119, 141, 64, 0.99);
  background: -webkit-gradient(linear, left top, left bottom, from(#4a6900), to(#7fb400));
  background: -moz-gradient(linear, left top, left bottom, from(#4a6900), to(#7fb400));
}
#toolbar .button {
  position: relative;
  float: left;
  margin: 11px 0 0 0;
  z-index: 2;
}
#glow {
  position: fixed;
  top: 44px;
  left: 50%;
  width: 971px;
  height: 137px;
  margin: 0 0 0 -485px;
  background: url(/images/glow.png);
}
#revision_page #glow { display: none; }
.custom_select {
  position: relative;
  display: inline-block;
  height: 22px;
  margin: 10px 7px 0 0;
  border: 1px solid #4a4a4a;
  padding: 0 25px 0 10px;
  font-size: 12px;
  line-height: 22px;
  background-color: #141414;
  background-image: url(/images/revision_list_arrows.png);
  background-position: 93% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#project_navigation { min-width: 125px; }
.custom_select_options {
  position: absolute;
  top: 0;
  left: 12px;
  display: none;
  margin: -1px 0 0 -13px;
  border: 1px solid #555555;
  border: 1px solid rgba(90, 90, 90, 0.8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.custom_select_options a {
  display: block;
  height: 22px;
  padding-left: 23px;
  padding-right: 23px;
  color: #bbbbbb;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  background: #121212;
  background: rgba(18, 18, 18, 0.9);
  white-space: nowrap;
}
.custom_select_options a:first-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}
.custom_select_options a:last-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.custom_select_options a:hover {
  color: #000000;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b1b1b1), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center bottom, #b1b1b1 0%, #ffffff 100%);
}
.custom_select_options a.active {
  color: #ffffff;
  background: url(/images/select_bullet.png) no-repeat 5px 50%;
  background-color: #121212;
  background-color: rgba(0, 0, 0, 0.85);
}
.custom_select_options a.active:hover { color: #ffffff; }
.custom_select.open { display: block; }
#page_switcher {
  position: absolute;
  top: 42px;
  display: none;
  height: 28px;
  border: 0;
  line-height: 28px;
  z-index: 100;
}
#page_switcher a {
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}
.colorpicker { z-index: 4; }
#color_chip {
  width: 33px;
  height: 18px;
  padding: 4px;
  background: #eeeeee;
}
#color_chip div {
  width: 31px;
  height: 16px;
  border: 1px solid #000000;
  background: transparent;
}
#original_color { display: none; }


.sheet {
  overflow: hidden;
  position: fixed;
  top: 44px;
  right: 0;
  left: 0;
  border-bottom: 1px solid #000000;
  background: #1a1a1a;
  background: rgba(10, 10, 10, 0.98);
  z-index: 3;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.sheet form {
  position: relative;
  margin-top: 50px;
  border-top: 1px solid #222222;
}
.sheet form .reset_button { display: none; }
.sheet form h1 {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.sheet form h1 a {
  margin-left: 8px;
  color: #ff0000;
  font-size: 13px;
  font-weight: normal;
  opacity: 0.6;
}
.sheet form h1:hover a { opacity: 1; }
.sheet form .block {
  position: relative;
  float: left;
  margin: 0 20px -2000px 0;
  border-right: 1px solid #222222;
  padding: 15px 15px 2000px 0;
}
.sheet form .block.first { margin-left: 31px; }
.sheet form .block.last { border-right: 0; }
.sheet .field input[type=text] { width: 215px; }
.sheet .field input[type=password] { width: 215px; }
#remove_comments_warning {
  display: none;
  padding-left: 20px;
  color: #cccccc;
  font-size: 12px;
  font-style: italic;
}
.sheet#edit_stuff_form form .field.checkbox { margin-bottom: 0; }
.sheet#edit_stuff_form form .field.radio label {
  display: inline;
  margin-right: 5px;
}
.sheet#edit_stuff_form form .field.radio label.fake_label {
  display: block;
  margin-right: 0;
}
#share_links input { width: 330px; }
#email_people textarea {
  width: 300px;
  height: 46px;
}


html#revision_page { background-image: none; }
#revision_wrapper {
  position : absolute;
	top      : 44px;
	left     : 0;
	bottom   : 0;
	right    : 0;
/*  overflow-y: scroll;
  overflow-x: hidden;*/
}
#revision {
  overflow : auto;
  position : absolute;
	top      : 44px;
	left     : 0;
	bottom   : 0;
	right    : 0;
}

#revision img { display: block; }

#revision.left   img { float: left; }
#revision.center img { margin: 0 auto; }
#revision.right  img { float: right; }


#notes_wrapper {
  overflow: auto;
  position: fixed;
  top: 45px;
  bottom: 0;
  right: 0;
  width: 225px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  background: #bbbbbb;
  background: rgba(200, 200, 200, 0.8);
  z-index: 2;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.3);
}
#notes_wrapper form {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 205px;
  height: 155px;
  border-top: 1px solid #cccccc;
  padding: 2px 10px 0 10px;
  background: #afafaf;
  background: rgba(175, 175, 175, 0.8);
}
#notes_wrapper form .field { margin-bottom: 5px; }
#notes_wrapper form input[type='text'] {
  outline: none;
  width: 205px;
  border: none;
  color: #000000;
  font-family: arial, sans-serif;
  text-shadow: 1px 1px 0 #eeeeee;
  background: none;
}
#notes_wrapper form label {
  width: 195px;
  color: #000000;
  text-shadow: 1px 1px 0 #eeeeee;
}
#notes_wrapper form .inline {
  top: 6px;
  left: 1px;
}
#notes_wrapper form .entering_text label { color: #444444; }
#notes_wrapper form .value_entered input[type='text'] { border-bottom-color: #888888; }
#notes_wrapper form textarea {
  width: 200px;
  height: 80px;
  border: 1px solid #888888;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #dddddd;
  color: #333333;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: rgba(220, 220, 220, 0.9);
}
#notes_wrapper form .button { opacity: 0.8; }
#notes {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 158px;
  width: 225px;
}
#notes .note {
  overflow: hidden;
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #999999;
  padding: 10px;
  color: #444444;
  font-size: 11px;
  line-height: 125%;
}
#notes .note .meta { color: #555555; }
#notes .note .meta span {
  color: #272727;
  font-weight: bold;
}
#notes .note .comment { color: #333333; }
#notes .note .shadow { display: none; }
#notes .note.active {
  border-top: 1px solid #eeeeee;
  background: #bbbbbb;
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddddd), color-stop(1, #bbbbbb));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#bbbbbb')";
}
#notes .note.active .shadow { display: none; }
#notes .note:last-child .shadow { display: none; }
#notes .note.active:last-child { border-bottom: 1px solid #999999; }
#notes.animating { overflow: hidden; }


#session { margin: 80px 0 0 0; }
#session h1 {
  position: relative;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: bold;
}
#session h1 a {
  position: absolute;
  left: 290px;
  top: 4px;
}
#session p {
  padding-top: 12px;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
}
#session .errorExplanation {
  margin: 0 0 30px -50px;
  color: #ffff99;
  font-size: 14px;
}
#session .errorExplanation h2 {
  height: 24px;
  margin: 0 0 6px -35px;
  padding: 0 0 0 35px;
  font-weight: bold;
  line-height: 24px;
  background: url(/images/attention.png) no-repeat 0% 50%;
  white-space: nowrap;
}
#session .errorExplanation p { display: none; }
#session .errorExplanation li {
  margin: 0 0 5px 0;
  font-size: 12px;
}
#session form {
  width: 450px;
  margin: 0 auto;
}
#session form a {
  text-decoration: none;
  white-space: nowrap;
}
#session form a.small_link {
  position: absolute;
  left: 290px;
  border-bottom: 1px solid #777777;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
}
#session form a.attention {
  position: absolute;
  left: 290px;
  top: 23px !important;
  display: block;
  border: 0;
  border-top: 1px solid #d34747;
  padding: 3px 14px 5px 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background: #a60a0a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #890a0a), color-stop(1, #c40909));
  background: -moz-linear-gradient(center bottom, #890a0a 0%, #c40909 100%);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 1px #000000;
  -moz-box-shadow: 0 1px 1px #000000;
  -webkit-box-shadow: 0 1px 1px #000000;
}
#session form a.attention:active {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c40909), color-stop(1, #890a0a));
  background: -moz-linear-gradient(center bottom, #c40909 0%, #890a0a 100%);
}
#session form .field {
  position: relative;
  width: 260px;
}
#session form .field input[type=text] {
  width: 258px;
  border-top: 1px solid #000000;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 2px;
  background: #cccccc;
}
#session form .field input[type=password] {
  width: 258px;
  border-top: 1px solid #000000;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 2px;
  background: #cccccc;
}
#session form .field input[type=text]:focus {
  background: #dddddd;
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 7px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, 0.6);
}
#session form .field input[type=password]:focus {
  background: #dddddd;
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 7px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, 0.6);
}
#session form .field .fieldWithErrors input[type=text] {
  border: 1px solid #dd0000;
  background: #ffbbbb;
}
#session form .field .fieldWithErrors input[type=password] {
  border: 1px solid #dd0000;
  background: #ffbbbb;
}
#session form .field.password a { top: 26px; }
#session form .field_pair {
  overflow: hidden;
  width: 260px;
}
#session form .field_pair .field {
  float: left;
  width: 125px;
}
#session form .field_pair .field input { width: 125px; }
#session form .field_pair .field.right { float: right; }
#session form .submit { padding-top: 15px; }
#session form#forgot_password_form { width: 258px; }
#session form#create_an_account_form { width: 258px; }
p#thanks { padding-top: 50px; }
p#thanks a {
  color: #999999;
  font-weight: normal;
}


#revision_page body { padding-top: 125px; }
.errorExplanation {
  margin-bottom: 20px;
  padding-left: 50px;
  color: #ffff99;
  font-size: 14px;
}
.errorExplanation h2 {
  height: 24px;
  margin: 0 0 6px -30px;
  padding: 0 0 0 30px;
  font-weight: bold;
  line-height: 24px;
  background: url(/images/attention.png) no-repeat 0% 50%;
}
.errorExplanation p { display: none; }
.errorExplanation li {
  margin: 0 0 5px 0;
  font-size: 12px;
}
#pages_list { padding-top: 125px; }
#pages_list .page {
  float: left;
  position: relative;
  display: block;
  width: 240px;
  height: 50px;
  margin: 0 20px 40px 30px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 140px 10px 10px 10px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
#pages_list .page p {
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#pages_list .page p.name {
  padding: 12px 0 2px 0;
  font-size: 15px;
}
#pages_list .page p.last_edited {
  padding-top: 5px;
  color: #8f8f8f;
  font-size: 12px;
}
#pages_list .page p.last_edited span { font-weight: normal; }
#pages_list .page .thumbnail {
  overflow: hidden;
  position: absolute;
  top: 10px;
  height: 128px;
}
#pages_list .page .thumbnail img {
  display: block;
  width: 240px;
  margin: 0 auto;
  box-shadow: 0 1px 4px #000000;
  -moz-box-shadow: 0 1px 4px #000000;
  -webkit-box-shadow: 0 1px 4px #000000;
}
#pages_list .page:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#pages_list .page.empty {
  position: relative;
  height: 180px;
  padding-top: 10px;
  -webkit-transition: none;
}
#pages_list .page.empty .upload {
  width: 240px;
  height: 132px;
  line-height: 132px;
  text-decoration: underline;
}
#pages_list .page.empty:hover {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}
#empty_project {
  position: absolute;
  top: 44px;
  right: 84px;
}
