/* :asset_packager_compatibility, 'config/asset_packages.yml' @ 1387234279 */
/* public/stylesheets/global/common_elements.css @ 1387234279 */
/* # @intro Sitewide common css. # # @name General purpose elements # # @author Catfood # # @notes # An intended collection of repeated elements across the site. # # @demo_ruby # input :value => "Regular input", :class => "common_input" # */ .common_input {padding: 10px; outline: 0; border: 1px solid #d3dadd; box-shadow: inset 0 0 4px #eeeeee; color: #666; font-size: 12px}
.common_input:hover {border-color: #99aab1}


/* public/stylesheets/global/normalize.css @ 1387234279 */
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions ========================================================================== */ /* * Corrects block display not defined in IE6/7/8/9 & FF3 */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display: block}
/* * Corrects inline-block display not defined in IE6/7/8/9 & FF3 */ audio, canvas, video {display: inline-block; *display: inline; *zoom: 1}
/* * Prevents modern browsers from displaying 'audio' without controls * Remove excess height in iOS5 devices */ audio:not([controls]) {display: none; height: 0}
/* * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 * Known issue: no IE6 support */ [hidden] {display: none}
/* ============================================================================= Base ========================================================================== */ /* * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units * http://clagnut.com/blog/348/#c790 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ html {font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }
/* * Addresses font-family inconsistency between 'textarea' and other form elements. */ html, button, input, select, textarea {font-family: sans-serif}
/* * Addresses margins handled incorrectly in IE6/7 */ body {margin: 0}
/* ============================================================================= Links ========================================================================== */ /* * Addresses outline displayed oddly in Chrome */ a:focus {outline: thin dotted}
/* * Improves readability when focused and also mouse hovered in all browsers * people.opera.com/patrickl/experiments/keyboard/test */ a:hover, a:active {outline: 0}
/* ============================================================================= Typography ========================================================================== */ /* * Addresses font sizes and margins set differently in IE6/7 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */ h1 {font-size: 2em; margin: 0.67em 0}
h2 {font-size: 1.5em; margin: 0.83em 0}
h3 {font-size: 1.17em; margin: 1em 0}
h4 {font-size: 1em; margin: 1.33em 0}
h5 {font-size: 0.83em; margin: 1.67em 0}
h6 {font-size: 0.75em; margin: 2.33em 0}
/* * Addresses styling not present in IE7/8/9, S5, Chrome */ abbr[title] {border-bottom: 1px dotted}
/* * Addresses style set to 'bolder' in FF3+, S4/5, Chrome */ b, strong {font-weight: bold}
blockquote {margin: 1em 40px}
/* * Addresses styling not present in S5, Chrome */ dfn {font-style: italic}
/* * Addresses styling not present in IE6/7/8/9 */ mark {background: #ff0; color: #000}
/* * Addresses margins set differently in IE6/7 */ p, pre {margin: 1em 0}
/* * Corrects font family set oddly in IE6, S4/5, Chrome * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */ pre, code, kbd, samp {font-family: monospace, serif; _font-family: "courier new", monospace; font-size: 1em}
/* * Improves readability of pre-formatted text in all browsers */ pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word}
/* * 1. Addresses CSS quotes not supported in IE6/7 * 2. Addresses quote property not supported in S4 */ /* 1 */ q {quotes: none}
/* 2 */ q:before, q:after {content: ''; content: none}
small {font-size: 75%}
/* * Prevents sub and sup affecting line-height in all browsers * gist.github.com/413930 */ sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline}
sup {top: -0.5em}
sub {bottom: -0.25em}
/* ============================================================================= Lists ========================================================================== */ /* * Addresses margins set differently in IE6/7 */ dl, menu, ol, ul {margin: 1em 0}
dd {margin: 0 0 0 40px}
/* * Addresses paddings set differently in IE6/7 */ menu, ol, ul {padding: 0 0 0 40px}
/* * Corrects list images handled incorrectly in IE7 */ nav ul, nav ol {list-style: none; list-style-image: none}
/* ============================================================================= Embedded content ========================================================================== */ /* * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3 * 2. Improves image quality when scaled in IE7 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */ img {border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }
/* * Corrects overflow displayed oddly in IE9 */ svg:not(:root) {overflow: hidden}
/* ============================================================================= Figures ========================================================================== */ /* * Addresses margin not present in IE6/7/8/9, S5, O11 */ figure {margin: 0}
/* ============================================================================= Forms ========================================================================== */ /* * Corrects margin displayed oddly in IE6/7 */ form {margin: 0}
/* * Define consistent border, margin, and padding */ fieldset {border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em}
/* * 1. Corrects color not being inherited in IE6/7/8/9 * 2. Corrects text not wrapping in FF3 * 3. Corrects alignment displayed oddly in IE6/7 */ legend {border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }
/* * 1. Corrects font size not being inherited in all browsers * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome * 3. Improves appearance and consistency in all browsers */ button, input, select, textarea {font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }
/* * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */ button, input {line-height: normal; /* 1 */ }
/* * 1. Improves usability and consistency of cursor style between image-type 'input' and others * 2. Corrects inability to style clickable 'input' types in iOS * 3. Removes inner spacing in IE7 without affecting normal text inputs * Known issue: inner spacing remains in IE6 */ button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */ *overflow: visible; /* 3 */ }
/* * Re-set default cursor for disabled elements */ button[disabled], input[disabled] {cursor: default}
/* * 1. Addresses box sizing set to content-box in IE8/9 * 2. Removes excess padding in IE8/9 * 3. Removes excess padding in IE7 Known issue: excess padding remains in IE6 */ input[type="checkbox"], input[type="radio"] {box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }
/* * 1. Addresses appearance set to searchfield in S5, Chrome * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */ input[type="search"] {-webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box}
/* * Removes inner padding and search cancel button in S5, Chrome on OS X */ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none}
/* * Removes inner padding and border in FF3+ * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}
/* * 1. Removes default vertical scrollbar in IE6/7/8/9 * 2. Improves readability and alignment in all browsers */ textarea {overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
/* ============================================================================= Tables ========================================================================== */ /* * Remove most spacing between table cells */ table {border-collapse: collapse; border-spacing: 0}


/* public/stylesheets/global/fonts.css @ 1387234279 */
/* Copyright (c) 2008, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.5.1 */ /** * 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; *font: x-small}
table {font-size: inherit; font: 100%}
/** * Bump up IE to get to 13px equivalent */ pre, code, kbd, samp, tt {font-family: monospace; *font-size: 108%; line-height: 100%}


/* public/stylesheets/global/lightbox_newhome.css @ 1387234279 */
#overlay {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; background: black; z-index: 2999}
.lightbox.new {background: white}
.lightbox.new .title {font-size: 26px}
.lightbox {z-index: 30000; position: absolute; text-align: left; background: white 0 0 no-repeat; box-shadow: 0px 0px 12px #222222}
.lightbox .content {padding: 40px}
.lightbox .title {font-size: 26px; line-height: 20px; color: #022f40; margin: 40px 40px 0px 40px}
.lightbox .wrapper {overflow: hidden; position: relative}
.lightbox .close_button {position: absolute; top: 0px; right: 0px; float: right; margin-top: 15px; margin-right: 15px}
.lightbox#share_lb {width: 500px}


/* public/stylesheets/global/new_submit.css @ 1387234279 */
button.new_submit {position: relative; height: 27px; border: 0; background: url('/images/newdoc/DocPageBtnBack.png?1387234279') no-repeat 0 0; padding: 0; margin: 0; cursor: pointer; overflow: visible; line-height: 14px !important}
button.new_submit:hover {background-position: 0 -27px}
button.new_submit:hover .inner {background-position: right -27px}
button.new_submit:active {background-position: 0 -54px}
button.new_submit:active .inner {background-position: right -54px}
button.new_submit.disabled {background-position: 0 -81px}
button.new_submit.disabled .inner {background-position: right -81px; color: #969696}
button.new_submit .inner {background: url('/images/newdoc/DocPageBtnRight.png?1387234279') no-repeat top right; padding: 6px 10px 0 7px; margin: 0; color: #43494D; text-shadow: 1px 1px #f9fdff; font-weight: bold; display: block; height: 20px; position: relative; left: 3px; font-size: 11px; white-space: nowrap}
button.new_submit.blue {background-image: url('/images/newdoc/DocPageBlueBtnBack.png?1387234279')}
button.new_submit.blue .inner {color: white; text-shadow: 1px 1px 0px #184452; background-image: url('/images/newdoc/DocPageBlueBtnRight.png?1387234279')}


/* public/stylesheets/global/newhome.css @ 1387234279 */
@font-face {font-family: "Proxima Nova"; font-weight: normal; font-style: normal; src: url("/images/fonts/ProximaNova/proximanova-reg-webfont.eot"); src: url("/images/fonts/ProximaNova/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("/images/fonts/ProximaNova/proximanova-reg-webfont.woff") format("woff"), url("/images/fonts/ProximaNova/proximanova-reg-webfont.ttf") format("truetype"), url("/images/fonts/ProximaNova/proximanova-reg-webfont.svg#proxima_nova_rgregular") format("svg")}
@font-face {font-family: "Proxima Nova"; font-weight: bold; font-style: normal; src: url("/images/fonts/ProximaNova/proximanova-bold-webfont.eot"); src: url("/images/fonts/ProximaNova/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/images/fonts/ProximaNova/proximanova-bold-webfont.woff") format("woff"), url("/images/fonts/ProximaNova/proximanova-bold-webfont.ttf") format("truetype"), url("/images/fonts/ProximaNova/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg")}
@font-face {font-family: "Proxima Nova"; font-weight: 200; font-style: normal; src: url("/images/fonts/ProximaNova/proximanova-light-webfont.eot"); src: url("/images/fonts/ProximaNova/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("/images/fonts/ProximaNova/proximanova-light-webfont.woff") format("woff"), url("/images/fonts/ProximaNova/proximanova-light-webfont.ttf") format("truetype"), url("/images/fonts/ProximaNova/proximanova-light-webfont.svg#proxima_nova_ltlight") format("svg")}
@font-face {font-family: "Proxima Nova"; font-style: italic; font-weight: normal; src: url("/images/fonts/ProximaNova/proximanova-regit-webfont.eot"); src: url("/images/fonts/ProximaNova/proximanova-regit-webfont.eot?#iefix") format("embedded-opentype"), url("/images/fonts/ProximaNova/proximanova-regit-webfont.woff") format("woff"), url("/images/fonts/ProximaNova/proximanova-regit-webfont.ttf") format("truetype"), url("/images/fonts/ProximaNova/proximanova-regit-webfont.svg#proxima_novaregular_italic") format("svg")}
@font-face {font-family: "Proxima Nova"; font-style: italic; font-weight: bold; src: url("/images/fonts/ProximaNova/proximanova-boldit-webfont.eot"); src: url("/images/fonts/ProximaNova/proximanova-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("/images/fonts/ProximaNova/proximanova-boldit-webfont.woff") format("woff"), url("/images/fonts/ProximaNova/proximanova-boldit-webfont.ttf") format("truetype"), url("/images/fonts/ProximaNova/proximanova-boldit-webfont.svg#proxima_novabold_italic") format("svg")}
.global_wrapper {min-height: 500px; overflow: hidden; padding-bottom: 40px; background: white url('/images/newhome/bg.gif?1387234279')}
.newform input[type=text], .newform input[type=password], .newform input[type=email], .newform input.text, .newform textarea {padding: 10px; outline: 0; border: 1px solid #d3dadd; box-shadow: inset 0 0 4px #eeeeee; color: #666; font-size: 12px}
.newform input[type=text]:focus, .newform input[type=password]:focus, .newform input[type=email]:focus, .newform input.text:focus, .newform textarea:focus {border-color: #99aab1}
.newform input[type=text].default, .newform input[type=password].default, .newform input[type=email].default, .newform input.text.default, .newform textarea.default {color: #999}
.tooltip_container .new_tip {font-family: Proxima Nova, sans-serif; position: absolute; max-width: 200px; text-align: center; z-index: 2999}
.tooltip_container .new_tip .tip_inner {display: inline-block; zoom: 1; *display: inline; background: #022f40; background: rgba(2, 47, 64, 0.9); border-radius: 4px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); padding: 4px 6px; font-size: 12px; color: white}
.tooltip_container .new_tip .tip_inner a {color: white}
.tooltip_container .fancy_tip {display: inline-block; zoom: 1; *display: inline; box-shadow: #999999 0 0 4px; position: absolute; background: white 0 100% url('/images/newhome/corner-lift-brown-bottomleft_33_x_33.png?1387234279') no-repeat}
.tooltip_container .fancy_tip .tip_inner {margin: 16px}
.tooltip_container .fancy_tip .tip_arrow {position: absolute; left: 50%; margin-left: -9px; top: -9px}
.tooltip_container .bookmark_tooltip {width: 225px; text-align: left}
.tooltip_container .bookmark_tooltip h3 {font-family: Proxima Nova, sans-serif; display: inline-block; zoom: 1; *display: inline; font-size: 11px; margin: 0; padding: 0; font-weight: normal; color: #4f4f4f}
.tooltip_container .bookmark_tooltip p {font-family: Proxima Nova, sans-serif; font-size: 11px; margin: 0; padding: 0; color: #909090}
.tooltip_container .bookmark_tooltip .small_checkmark {display: inline-block; zoom: 1; *display: inline; padding-right: 5px}
.tooltip_container .bookmark_tooltip .blue_x {position: absolute; top: 8px; right: 8px; cursor: pointer}
.divider {margin: 0px 1px; border-top: 1px solid #e2e4e5}
.divider .divider_bottom {border-top: 1px solid #cfd2d3; margin: 1px 3px 0px 3px}
.divider.brown {border-top-color: #d8d8d6}
.divider.brown .divider_bottom {border-top-color: #c8c5c0}
body.has_header_shadow:before {content: ""; position: fixed; background: rgba(0, 0, 0, 0); top: 0; right: 0; left: 0; height: 58px; z-index: 2; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out}
body.has_header_shadow.show_header_shadow:before {background: rgba(0, 0, 0, 0.15); height: 61px}
body.unselectable {-moz-user-select: -moz-none; -webkit-user-select: none; user-select: none; cursor: default}
.home_container {background: white; border: 1px solid white; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4)}
.ie8 .home_container, .ie7 .home_container, .ie6 .home_container {border: 1px solid #cccccc}
.home_container .page_header {border-bottom: 1px solid #d4d1cc; padding: 37px 48px 0 48px; background: url('/images/my_content/bg-noisebrown-60x60.png?1387234279') #eeebe6; height: 84px}
.home_container .page_header h2 {font-family: Proxima Nova, serif; margin: 0; font-weight: normal; font-size: 24px; line-height: 24px; margin-bottom: 15px}
.home_container .page_header .nav .tabs {float: left; margin: 0; padding: 3px 0 0 0; list-style: none}
.home_container .page_header .nav li {float: left; display: block; font-size: 13px; margin-right: 18px; color: #999; border-radius: 3px; line-height: 26px; -webkit-transition: background-color 0.15s linear; -moz-transition: background-color 0.15s linear; -ms-transition: background-color 0.15s linear; transition: background-color 0.15s linear}
.home_container .page_header .nav li a {display: block; padding: 0 9px; text-decoration: none; color: #999; -webkit-transition: color 0.15s linear; -moz-transition: color 0.15s linear; -ms-transition: color 0.15s linear; transition: color 0.15s linear}
.home_container .page_header .nav li:hover {background-color: #d8d4d0; color: #146c88}
.home_container .page_header .nav li:hover a {color: #146c88}
.home_container .page_header .nav li.selected, .home_container .page_header .nav li.selected:hover {background-color: #FFF; color: #707070}
.home_container .page_header .nav li.selected a, .home_container .page_header .nav li.selected:hover a {color: #707070}
.home_container, .open_container {text-align: left; width: 996px; margin: 0 auto}
.home_container a, .open_container a {color: #146c88}
.home_container a:hover, .open_container a:hover {text-decoration: underline}
.home_container a.username, .open_container a.username {font-weight: normal}
.loader {display: none; vertical-align: middle; background: url('/images/spinner_trans_gray.gif?1387234279') no-repeat; width: 16px; height: 16px}
.new.loader {background: url('/images/spinner_30x30.gif?1387234279') no-repeat; width: 32px; height: 32px}
span.sprite {display: inline-block; zoom: 1; *display: inline; vertical-align: middle}
.sprite {background: url('/images/newhome/icon-sprite.png?1387234279') 0 0 no-repeat}
.sprite.loc_pin {width: 10px; height: 13px; background-position: -14px 0px}
.sprite.logo_dark {width: 73px; height: 18px; background-position: 0px -92px}
.sprite.logo_dark_big {width: 97px; height: 24px; background-position: 0px -60px}
.sprite.logo {width: 97px; height: 26px; background-position: 0px -117px}
.sprite.triangle {width: 13px; height: 8px; background-position: -78px -5px}
.sprite.white_tri_up {width: 9px; height: 5px; background-position: -94px -8px}
.sprite.white_tri_down {width: 9px; height: 5px; background-position: -94px -2px}
.sprite.white_tri_right {width: 5px; height: 9px; background-position: -98px -14px}
.sprite.blue_tri_right {width: 5px; height: 9px; background-position: -71px -14px}
.sprite.blue_tri_down {width: 9px; height: 5px; background-position: -66px -2px}
.sprite.blue_tri_up {width: 9px; height: 5px; background-position: -66px -8px}
.sprite.share, .sprite.close, .sprite.reply, .sprite.comment, .sprite.bookmark_light, .sprite.bookmark_dark, .sprite.download {position: relative; cursor: pointer}
.sprite.share:active, .sprite.close:active, .sprite.reply:active, .sprite.comment:active, .sprite.bookmark_light:active, .sprite.bookmark_dark:active, .sprite.download:active {top: 1px}
.sprite.readcast {width: 18px; height: 17px; background-position: -145px -34px}
.sprite.readcast:hover {background-position: -145px -51px}
.sprite.readcast.disabled {background-position: -145px 0}
.sprite.share {width: 12px; height: 11px; background-position: -13px -27px}
.sprite.share:hover {background-position: 0px -27px}
.sprite.bookmark_light {width: 13px; height: 16px; background-position: -148px -71px}
.sprite.bookmark_light:hover {background-position: -148px -90px}
.sprite.bookmark_dark {width: 13px; height: 16px; background-position: -148px -109px}
.sprite.bookmark_dark_small {width: 13px; height: 16px; background-position: -148px -109px}
.sprite.popup_arrow {width: 21px; height: 11px; background-position: -121px -57px}
.sprite.reply {width: 14px; height: 10px; background-position: -38px -14px}
.sprite.reply:hover, .trigger_sprite:hover .sprite.reply {background-position: -25px -14px}
.sprite.close {width: 12px; height: 13px; background-position: -26px 0px}
.sprite.close.brown {background-position: -52px 0px}
.sprite.close.white {background-position: -52px -13px}
.sprite.close.white:hover {background-position: -52px -13px}
.sprite.close:hover {background-position: -39px 0px}
.sprite.comment {width: 13px; height: 12px; background-position: -13px -14px}
.sprite.comment:hover {background-position: 0px -14px}
.sprite.scribd_badge, .sprite.facebook_badge, .sprite.twitter_badge {width: 20px; height: 20px; background-position: -82px -147px}
.sprite.facebook_badge {background-position: -82px -167px}
.sprite.twitter_badge {background-position: -82px -188px}
.sprite.ad_choices {width: 12px; height: 11px; background-position: -79px -15px}
.sprite.to_reading_feed {width: 15px; height: 13px; background-position: -105px 0}
.sprite.to_reading_feed:hover, .has_icon:hover .sprite.to_reading_feed {background-position: -105px -14px}
.sprite.blue_arrow {width: 15px; height: 13px; background-position: -105px -14px}
.sprite.link_arrow {width: 15px; height: 13px; background-position: -105px -14px}
.sprite.small_checkmark {width: 12px; height: 8px; background-position: -126px -90px}
.sprite.blue_x {width: 13px; height: 11px; background-position: -39px -1px}
.sprite.plus_circle {background-position: -102px -51px; width: 18px; height: 17px}
.sprite.check_circle {background-position: -102px -69px; width: 18px; height: 17px}
.sprite.white_scribd {background-position: -122px -147px; width: 17px; height: 20px}
.sprite.white_twitter {background-position: -104px -188px; width: 17px; height: 20px}
.sprite.white_facebook {background-position: -104px -167px; width: 17px; height: 20px}
.sprite.white_googleplus {width: 20px; height: 20px; background-position: -122px -167px}
.sprite.white_linkedin {width: 20px; height: 20px; background-position: -122px -147px}
.sprite.red_warning {width: 21px; height: 17px; background-position: -121px -18px}
.sprite.white_warning {width: 21px; height: 17px; background-position: -121px -36px}
.sprite.external_link {width: 14px; height: 14px; background-position: -148px -168px}
.sprite.sharing_check {width: 15px; height: 11px; background-position: -148px -188px}
.active .sprite.sharing_check {background-position: -129px -200px}
.sprite.question {width: 16px; height: 16px; background-position: -104px -28px}
.sprite.trash {width: 11px; height: 13px; background-position: -168px -4px}
.sprite.preview {width: 17px; height: 12px; background-position: -166px -40px}
.sprite.i_info {width: 9px; height: 9px; background-position: 0 -49px}
.sprite.traffic_cone {width: 29px; height: 30px; background-position: -181px 0}
.sprite.tiny_check {width: 12px; height: 8px; background-position: -126px -90px}
.sprite.white_search {width: 14px; height: 13px; background-position: -106px -119px}
.sprite.white_edit {width: 14px; height: 14px; background-position: -188px -91px}
.sprite.email {width: 20px; height: 16px; background-position: -185px -30px}
.sprite.white_check {width: 12px; height: 8px; background-position: -12px -49px}
.sprite.report_user {width: 7px; height: 14px; background-position: -171px -52px}
.sprite.block_user {width: 11px; height: 10px; background-position: -169px -68px}
.sprite.edit_icon_solid {width: 20px; height: 20px; background-position: -185px -49px}
.sprite.edit_pencil {width: 14px; height: 13px; background-position: -188px -74px}
.sprite.dark_search {width: 14px; height: 13px; background-position: -106px -132px}
.sprite.black_search {width: 16px; height: 15px; background-position: -209px -91px}
.sprite.book {width: 16px; height: 12px; background-position: -184px -137px}
.sprite.header_arrow_down {width: 11px; height: 6px; background-position: -197px -161px}
.sprite.upload {width: 13px; height: 15px; background-position: -184px -152px}
.sprite.paddle_left {width: 31px; height: 47px; background-position: -6px -151px}
.sprite.paddle_right {width: 31px; height: 47px; background-position: -38px -151px}
.sprite.paddle_left_small {width: 22px; height: 43px; background-position: -15px -208px}
.sprite.paddle_right_small {width: 22px; height: 43px; background-position: -39px -208px}
.sprite.popup_left {width: 16px; height: 33px; background-position: -139px -273px}
.sprite.popup_right {width: 14px; height: 33px; background-position: -155px -274px}
.sprite.home_open_book, .sprite.home_open_book_static {width: 18px; height: 15px; background-position: -141px -217px}
.sprite.home_open_book:hover, .trigger_sprite:hover .sprite.home_open_book {background-position: -141px -237px}
.sprite.home_open_book:active, .trigger_sprite:active .sprite.home_open_book {background-position: -141px -258px}
.sprite.home_readcast_static, .sprite.home_readcast {width: 18px; height: 18px; background-position: -160px -216px}
.sprite.home_readcast:hover, .trigger_sprite:hover .sprite.home_readcast {background-position: -160px -236px}
.sprite.home_readcast:active, .trigger_sprite:active .sprite.home_readcast, .sprite.home_readcast.readcasted {background-position: -160px -256px}
.sprite.home_bookmark {width: 12px; height: 19px; background-position: -179px -216px}
.sprite.home_bookmark:hover {background-position: -179px -236px}
.sprite.home_bookmark:active {background-position: -179px -256px}
.sprite.home_bookmark.saved {background-position: -179px -256px}
.sprite.home_add_collection {width: 18px; height: 19px; background-position: -192px -216px}
.sprite.home_add_collection:hover {background-position: -192px -236px}
.sprite.home_add_collection:active {background-position: -192px -256px}
.sprite.home_uploads {width: 15px; height: 17px; background-position: -212px -218px}
.sprite.home_uploads:hover, .trigger_sprite:hover .sprite.home_uploads {background-position: -212px -237px}
.sprite.home_uploads:active, .trigger_sprite:active .sprite.home_uploads {background-position: -212px -258px}
.sprite.home_followers {width: 15px; height: 16px; background-position: -228px -219px}
.sprite.home_followers:hover, .trigger_sprite:hover .sprite.home_followers {background-position: -228px -238px}
.sprite.home_followers:active, .trigger_sprite:active .sprite.home_followers {background-position: -228px -259px}
.sprite.home_reply {width: 13px; height: 13px; background-position: -262px -222px}
.sprite.home_reply:hover, .trigger_sprite:hover .sprite.home_reply {background-position: -262px -241px}
.sprite.home_reply:active, .trigger_sprite:active .sprite.home_reply, .sprite.home_reply.active {background-position: -262px -262px}
.sprite.home_following {width: 18px; height: 17px; background-position: -244px -218px}
.sprite.home_following:hover, .trigger_sprite:hover .sprite.home_following {background-position: -244px -237px}
.sprite.home_following:active, .trigger_sprite:active .sprite.home_following {background-position: -244px -257px}
.sprite.home_delete {width: 15px; height: 16px; background-position: -276px -219px}
.sprite.home_delete:hover {background-position: -276px -238px}
.sprite.home_delete:active {background-position: -276px -258px}
.sprite.download_arrow {width: 14px; height: 18px; background-position: -310px -217px}
.sprite.download_arrow:hover {background-position: -310px -236px}
.sprite.download_arrow:active {background-position: -310px -256px}
.sprite.white_big_open_book {width: 46px; height: 38px; background-position: 0px -320px}
.sprite.tiny_pencil {width: 10px; height: 10px; background-position: -210px -170px}
.sprite.tiny_star {width: 11px; height: 10px; background-position: -226px -170px}
.sprite.tiny_x {width: 9px; height: 9px; background-position: -242px -171px}
.sprite.ac_documents, .sprite.ac_books {background-position: -165px -145px; margin: 4px 7px; width: 15px; height: 18px}
.sprite.ac_authors {background-position: -165px -168px; margin: 7px 7px; width: 15px; height: 14px}
.sprite.ac_publishers {background-position: -165px -186px; width: 15px; height: 14px}
.sprite.library_blue {background-position: -165px -186px; width: 15px; height: 14px}
.sprite.light_tri_down {width: 12px; height: 5px; background-position: -183px -194px}
.sprite.search_collections {width: 14px; height: 14px; background-position: -243px -112px}
.sprite.search_collections.small {background-position: -29px -59px}
.sprite.search_documents {width: 11px; height: 14px; background-position: -212px -112px}
.sprite.search_people {width: 15px; height: 14px; background-position: -260px -112px}
.sprite.search_books {width: 12px; height: 14px; background-position: -228px -112px}
.sprite.small_clip {width: 14px; height: 14px; background-position: -243px -112px}
.sprite.gray_tri_down {background-position: -213px -185px; width: 11px; height: 6px}
.sprite.gray_tri_up {background-position: -227px -185px; width: 11px; height: 6px}
.sprite.circle_check {background-position: -165px -79px; width: 16px; height: 16px}
.sprite.circle_cancel {background-position: -165px -96px; width: 16px; height: 16px}
.sprite.box_tri_down {width: 16px; height: 16px; background-position: -322px -2px}
.sprite.box_tri_up {width: 16px; height: 16px; background-position: -322px -23px}
.sprite.annotation_paper {width: 17px; height: 17px; background-position: -16px -376px}
.sprite.facebook_large {width: 25px; height: 25px; background-position: -78px -26px}
.sticky_fixed {position: fixed; top: 40px; bottom: auto}


/* public/stylesheets/global/tooltips.css @ 1387234279 */
.floating_arrow_tooltip {-webkit-box-shadow: 0px 0px 4px #999999; -moz-box-shadow: 0px 0px 4px #999999; box-shadow: 0px 0px 4px #999999; background: white; margin: 0 6px; padding: 16px; position: relative}
.floating_arrow_tooltip .popup_arrow {left: 33px; position: absolute; top: -11px}


/* public/stylesheets/global/image_button.css @ 1387234279 */
.image_button {padding: 0px; margin: 0px; border: 0; vertical-align: middle; background: url('/images/newdoc/DocPageBtnBack.png?1387234279') no-repeat 0 0; height: 27px; display: inline-block; zoom: 1; *display: inline; cursor: pointer}
.image_button .inner {position: relative; left: 3px; padding-right: 8px; padding-left: 5px; height: 27px; display: block; background: url('/images/newdoc/DocPageBtnRight.png?1387234279') no-repeat top right; text-align: center; line-height: 24px; color: #43494D; text-shadow: 1px 1px #f9fdff; font-weight: bold; font-size: 11px; white-space: nowrap}
.image_button .inner.has_icon {padding-left: 0px}
.image_button:hover {background-position: 0 -27px}
.image_button:hover .inner {background-position: right -27px}
.image_button:active {background-position: 0 -54px}
.image_button:active .inner {background-position: right -54px}
.image_button.disabled {background-position: 0 -81px; cursor: default}
.image_button.disabled .inner {background-position: right -81px; color: #8D9AA2}
.image_button.blue {background-image: url('/images/newdoc/DocPageBlueBtnBack.png?1387234279')}
.image_button.blue .inner {color: white; text-shadow: 1px 1px 0px #184452; background-image: url('/images/newdoc/DocPageBlueBtnRight.png?1387234279')}
.image_button.yellow {background-image: url('/images/newdoc/DocPageYellowBtnBack.png?1387234279')}
.image_button.yellow .inner {color: white; text-shadow: 1px 1px 0px #997c17; background-image: url('/images/newdoc/DocPageYellowBtnRight.png?1387234279')}


/* public/stylesheets/legacy.css @ 1387234279 */
body {font-family: Proxima Nova, sans-serif; color: #363636; background: #fff; text-align: center; font-size-adjust: none; font-style: normal; font-variant: normal; font-weight: normal}
a, .pseudoLink {color: #146c88; outline: none; font-weight: normal; text-decoration: none; cursor: pointer}
a:hover, .pseudoLink:hover {color: #1988ac; text-decoration: underline}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}
.clearfix {zoom: 1}
.hidden {display: none !important}


/* public/stylesheets/scribd_icon.css @ 1387234279 */
@font-face {font-family: 'scribd'; src: url("/fonts/scribd_icon/fonts/scribd.eot?1"); src: url("/fonts/scribd_icon/fonts/scribd.eot?1#iefix") format("embedded-opentype"), url("/fonts/scribd_icon/fonts/scribd.ttf?1") format("truetype"), url("/fonts/scribd_icon/fonts/scribd.woff?1") format("woff"), url("/fonts/scribd_icon/fonts/scribd.svg?1#icomoon") format("svg"); font-weight: normal; font-style: normal}
[class^="icon-"], [class*=" icon-"] {font-family: 'scribd'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale}
.icon-warn:before {content: "\e00b"}
.icon-replyleft:before {content: "\e00c"}
.icon-minus:before {content: "\e00d"}
.icon-plus:before {content: "\e00e"}
.icon-close:before {content: "\e010"}
.icon-replyright:before {content: "\e00f"}
.icon-hide:before {content: "\e011"}
.icon-searchbox:before {content: "\e012"}
.icon-close_square-01:before {content: "\e01a"}
.icon-activity:before {content: "\e020"}
.icon-menusearch:before {content: "\e000"}
.icon-embed:before {content: "\e001"}
.icon-note2:before {content: "\e002"}
.icon-mobile:before {content: "\e003"}
.icon-priv1:before {content: "\e004"}
.icon-share:before {content: "\e005"}
.icon-search:before {content: "\e006"}
.icon-priv2:before {content: "\e007"}
.icon-priv3:before {content: "\e008"}
.icon-badge:before {content: "\e009"}
.icon-book:before {content: "\e00a"}
.icon-font:before {content: "\e01b"}
.icon-like:before {content: "\e01c"}
.icon-close_small:before {content: "\e01d"}
.icon-close2:before {content: "\e01e"}
.icon-flag-01:before {content: "\e01f"}
.icon-readcast:before {content: "\e019"}
.icon-info:before {content: "\e018"}
.icon-books:before {content: "\e017"}
.icon-edit:before {content: "\e016"}
.icon-addnote:before {content: "\e014"}
.icon-feature:before {content: "\e015"}
.icon-collections:before {content: "\e013"}
.icon-scrolldown:before {content: "\e600"}
.icon-search2:before {content: "\e601"}
.icon-thumbsup:before {content: "\e602"}
.icon-faceboook:before {content: "\e603"}
.icon-upload:before {content: "\e604"}
.icon-gift:before {content: "\e605"}
.icon-heart:before {content: "\e606"}
.icon-star:before {content: "\e607"}
.icon-twitter:before {content: "\e608"}
.icon-pinterest:before {content: "\e609"}
.icon-blog:before {content: "\e60a"}
.icon-android:before {content: "\e60b"}
.icon-apple:before {content: "\e60c"}
.icon-caret:before {content: "\e60d"}
.icon-facebook:before {content: "\e60e"}


/* :files, 'public/stylesheets/shared', ... @ (none) */


/* :files, 'app/views', ... @ 1387234241 */
/* app/views/errors/common.css @ 1387234241 */
.home_container.error_container {background: #f6f6f6; margin: 40px auto 0 auto; padding: 30px 0; text-align: center; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2)}
.home_container.error_container .message {border-top: 1px dotted #999999; width: 775px; margin: 0 auto; font-size: 16px; color: #666}
.home_container.error_container h1 {color: #444; margin: 20px 0; font-size: 25px}
.home_container.error_container p {margin: 10px 0}


/* app/views/new/chrome/_buttons.css @ 1387234241 */
.home_btn {display: inline-block; zoom: 1; *display: inline; border-radius: 3px; background: #744b2e}
.home_btn .btn_inner {font-family: Proxima Nova, sans-serif; -moz-user-select: -moz-none; -webkit-user-select: none; user-select: none; font-weight: bold; cursor: pointer; font-size: 12px; border-radius: 3px; text-align: center; padding: 0px 15px; height: 30px; line-height: 30px; color: white}
.home_btn .btn_inner.large {padding: 5px 40px; font-size: 14px}
.home_btn.mega .btn_inner {font-weight: normal; height: 50px; font-size: 18px; line-height: 50px; background: none}
.home_btn.brown {background: #744b2e; background: -webkit-linear-gradient(top, #9c623f 30%, #744b2e 70%); background: -moz-linear-gradient(top, #9c623f 30%, #744b2e 70%); background: -o-linear-gradient(top, #9c623f 30%, #744b2e 70%); background: -ms-linear-gradient(top, #9c623f 30%, #744b2e 70%); background: linear-gradient(top, #9c623f 30%, #744b2e 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9c623f', endColorstr='#FF744b2e',GradientType=0 )}
.home_btn.brown .btn_inner {background: url('/images/newhome/btn_edge_brn_28_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.brown:hover {background: #7b5031; background: -webkit-linear-gradient(top, #ab6b45 30%, #7b5031 70%); background: -moz-linear-gradient(top, #ab6b45 30%, #7b5031 70%); background: -o-linear-gradient(top, #ab6b45 30%, #7b5031 70%); background: -ms-linear-gradient(top, #ab6b45 30%, #7b5031 70%); background: linear-gradient(top, #ab6b45 30%, #7b5031 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFab6b45', endColorstr='#FF7b5031',GradientType=0 )}
.home_btn.brown:active {background: #8a5738; background: -webkit-linear-gradient(top, #865735 30%, #8a5738 70%); background: -moz-linear-gradient(top, #865735 30%, #8a5738 70%); background: -o-linear-gradient(top, #865735 30%, #8a5738 70%); background: -ms-linear-gradient(top, #865735 30%, #8a5738 70%); background: linear-gradient(top, #865735 30%, #8a5738 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF865735', endColorstr='#FF8a5738',GradientType=0 ); box-shadow: inset 0px 0px 16px #4f3320}
.home_btn.search_brown {background: #744b29; background: -webkit-linear-gradient(top, #8c6239 30%, #744b29 70%); background: -moz-linear-gradient(top, #8c6239 30%, #744b29 70%); background: -o-linear-gradient(top, #8c6239 30%, #744b29 70%); background: -ms-linear-gradient(top, #8c6239 30%, #744b29 70%); background: linear-gradient(top, #8c6239 30%, #744b29 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8c6239', endColorstr='#FF744b29',GradientType=0 )}
.home_btn.search_brown .btn_inner {background: url('/images/newhome/btn_edge_brn_28_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.search_brown:hover {background: #7c502c; background: -webkit-linear-gradient(top, #9a6c3f 30%, #7c502c 70%); background: -moz-linear-gradient(top, #9a6c3f 30%, #7c502c 70%); background: -o-linear-gradient(top, #9a6c3f 30%, #7c502c 70%); background: -ms-linear-gradient(top, #9a6c3f 30%, #7c502c 70%); background: linear-gradient(top, #9a6c3f 30%, #7c502c 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9a6c3f', endColorstr='#FF7c502c',GradientType=0 )}
.home_btn.search_brown:active {background: #7a5532; background: -webkit-linear-gradient(top, #875730 30%, #7a5532 70%); background: -moz-linear-gradient(top, #875730 30%, #7a5532 70%); background: -o-linear-gradient(top, #875730 30%, #7a5532 70%); background: -ms-linear-gradient(top, #875730 30%, #7a5532 70%); background: linear-gradient(top, #875730 30%, #7a5532 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF875730', endColorstr='#FF7a5532',GradientType=0 ); box-shadow: inset 0px 0px 16px #4e331c}
.home_btn.blue {background: #4c7dab; background: -webkit-linear-gradient(top, #629fdb 30%, #4c7dab 70%); background: -moz-linear-gradient(top, #629fdb 30%, #4c7dab 70%); background: -o-linear-gradient(top, #629fdb 30%, #4c7dab 70%); background: -ms-linear-gradient(top, #629fdb 30%, #4c7dab 70%); background: linear-gradient(top, #629fdb 30%, #4c7dab 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF629fdb', endColorstr='#FF4c7dab',GradientType=0 )}
.home_btn.blue .btn_inner {background: url('/images/newhome/btn_edge_blu_28_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.blue:hover {background: #5082b1; background: -webkit-linear-gradient(top, #73a9df 30%, #5082b1 70%); background: -moz-linear-gradient(top, #73a9df 30%, #5082b1 70%); background: -o-linear-gradient(top, #73a9df 30%, #5082b1 70%); background: -ms-linear-gradient(top, #73a9df 30%, #5082b1 70%); background: linear-gradient(top, #73a9df 30%, #5082b1 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF73a9df', endColorstr='#FF5082b1',GradientType=0 )}
.home_btn.blue:active {background: #4d92d6; background: -webkit-linear-gradient(top, #5b8ab6 30%, #4d92d6 70%); background: -moz-linear-gradient(top, #5b8ab6 30%, #4d92d6 70%); background: -o-linear-gradient(top, #5b8ab6 30%, #4d92d6 70%); background: -ms-linear-gradient(top, #5b8ab6 30%, #4d92d6 70%); background: linear-gradient(top, #5b8ab6 30%, #4d92d6 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5b8ab6', endColorstr='#FF4d92d6',GradientType=0 ); box-shadow: inset 0px 0px 16px #3c6388}
.home_btn.lightblue {background: #259fdb; background: -webkit-linear-gradient(top, #4cb4e8 30%, #259fdb 70%); background: -moz-linear-gradient(top, #4cb4e8 30%, #259fdb 70%); background: -o-linear-gradient(top, #4cb4e8 30%, #259fdb 70%); background: -ms-linear-gradient(top, #4cb4e8 30%, #259fdb 70%); background: linear-gradient(top, #4cb4e8 30%, #259fdb 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4cb4e8', endColorstr='#FF259fdb',GradientType=0 )}
.home_btn.lightblue .btn_inner {background: url('/images/newhome/btn_buttonedge-lightblue_28x28.png?1387234279') 100% 0 no-repeat}
.home_btn.lightblue:hover {background: #2ea3dc; background: -webkit-linear-gradient(top, #5ebcea 30%, #2ea3dc 70%); background: -moz-linear-gradient(top, #5ebcea 30%, #2ea3dc 70%); background: -o-linear-gradient(top, #5ebcea 30%, #2ea3dc 70%); background: -ms-linear-gradient(top, #5ebcea 30%, #2ea3dc 70%); background: linear-gradient(top, #5ebcea 30%, #2ea3dc 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5ebcea', endColorstr='#FF2ea3dc',GradientType=0 )}
.home_btn.lightblue:active {background: #35abe5; background: -webkit-linear-gradient(top, #3ba9df 30%, #35abe5 70%); background: -moz-linear-gradient(top, #3ba9df 30%, #35abe5 70%); background: -o-linear-gradient(top, #3ba9df 30%, #35abe5 70%); background: -ms-linear-gradient(top, #3ba9df 30%, #35abe5 70%); background: linear-gradient(top, #3ba9df 30%, #35abe5 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3ba9df', endColorstr='#FF35abe5',GradientType=0 ); box-shadow: inset 0px 0px 16px #1d80b0}
.home_btn.green {background: #90b43e; background: -webkit-linear-gradient(top, #9fc73c 30%, #90b43e 70%); background: -moz-linear-gradient(top, #9fc73c 30%, #90b43e 70%); background: -o-linear-gradient(top, #9fc73c 30%, #90b43e 70%); background: -ms-linear-gradient(top, #9fc73c 30%, #90b43e 70%); background: linear-gradient(top, #9fc73c 30%, #90b43e 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9fc73c', endColorstr='#FF90b43e',GradientType=0 )}
.home_btn.green .btn_inner {background: url('/images/newhome/btn_edge_grn_28_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.green:hover {background: #96bc41; background: -webkit-linear-gradient(top, #a7cc4c 30%, #96bc41 70%); background: -moz-linear-gradient(top, #a7cc4c 30%, #96bc41 70%); background: -o-linear-gradient(top, #a7cc4c 30%, #96bc41 70%); background: -ms-linear-gradient(top, #a7cc4c 30%, #96bc41 70%); background: linear-gradient(top, #a7cc4c 30%, #96bc41 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFa7cc4c', endColorstr='#FF96bc41',GradientType=0 )}
.home_btn.green:active {background: #90b534; background: -webkit-linear-gradient(top, #9dc14b 30%, #90b534 70%); background: -moz-linear-gradient(top, #9dc14b 30%, #90b534 70%); background: -o-linear-gradient(top, #9dc14b 30%, #90b534 70%); background: -ms-linear-gradient(top, #9dc14b 30%, #90b534 70%); background: linear-gradient(top, #9dc14b 30%, #90b534 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9dc14b', endColorstr='#FF90b534',GradientType=0 ); box-shadow: inset 0px 0px 16px #728e31}
.home_btn.darkgreen {background: #7fb340; background: -webkit-linear-gradient(top, #8dc63f 30%, #7fb340 70%); background: -moz-linear-gradient(top, #8dc63f 30%, #7fb340 70%); background: -o-linear-gradient(top, #8dc63f 30%, #7fb340 70%); background: -ms-linear-gradient(top, #8dc63f 30%, #7fb340 70%); background: linear-gradient(top, #8dc63f 30%, #7fb340 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8dc63f', endColorstr='#FF7fb340',GradientType=0 )}
.home_btn.darkgreen .btn_inner {background: url('/images/newhome/btn_edge_grn_28_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.darkgreen:hover {background: #84bb43; background: -webkit-linear-gradient(top, #96cb4f 30%, #84bb43 70%); background: -moz-linear-gradient(top, #96cb4f 30%, #84bb43 70%); background: -o-linear-gradient(top, #96cb4f 30%, #84bb43 70%); background: -ms-linear-gradient(top, #96cb4f 30%, #84bb43 70%); background: linear-gradient(top, #96cb4f 30%, #84bb43 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF96cb4f', endColorstr='#FF84bb43',GradientType=0 )}
.home_btn.darkgreen:active {background: #80b636; background: -webkit-linear-gradient(top, #8cbf4d 30%, #80b636 70%); background: -moz-linear-gradient(top, #8cbf4d 30%, #80b636 70%); background: -o-linear-gradient(top, #8cbf4d 30%, #80b636 70%); background: -ms-linear-gradient(top, #8cbf4d 30%, #80b636 70%); background: linear-gradient(top, #8cbf4d 30%, #80b636 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8cbf4d', endColorstr='#FF80b636',GradientType=0 ); box-shadow: inset 0px 0px 16px #648d33}
.home_btn.orange {background: #f36f20; background: -webkit-linear-gradient(top, #f68620 30%, #f36f20 70%); background: -moz-linear-gradient(top, #f68620 30%, #f36f20 70%); background: -o-linear-gradient(top, #f68620 30%, #f36f20 70%); background: -ms-linear-gradient(top, #f68620 30%, #f36f20 70%); background: linear-gradient(top, #f68620 30%, #f36f20 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf68620', endColorstr='#FFf36f20',GradientType=0 )}
.home_btn.orange .btn_inner {background: url('/images/newhome/btn_edge_ora_28_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.orange:hover {background: #f4752a; background: -webkit-linear-gradient(top, #f79134 30%, #f4752a 70%); background: -moz-linear-gradient(top, #f79134 30%, #f4752a 70%); background: -o-linear-gradient(top, #f79134 30%, #f4752a 70%); background: -ms-linear-gradient(top, #f79134 30%, #f4752a 70%); background: linear-gradient(top, #f79134 30%, #f4752a 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf79134', endColorstr='#FFf4752a',GradientType=0 )}
.home_btn.orange:active {background: #f3790a; background: -webkit-linear-gradient(top, #f47f38 30%, #f3790a 70%); background: -moz-linear-gradient(top, #f47f38 30%, #f3790a 70%); background: -o-linear-gradient(top, #f47f38 30%, #f3790a 70%); background: -ms-linear-gradient(top, #f47f38 30%, #f3790a 70%); background: linear-gradient(top, #f47f38 30%, #f3790a 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf47f38', endColorstr='#FFf3790a',GradientType=0 ); box-shadow: inset 0px 0px 16px #d5570b}
.home_btn.grey {background: #a5a39d; background: -webkit-linear-gradient(top, #a5a39d 30%, #a5a39d 70%); background: -moz-linear-gradient(top, #a5a39d 30%, #a5a39d 70%); background: -o-linear-gradient(top, #a5a39d 30%, #a5a39d 70%); background: -ms-linear-gradient(top, #a5a39d 30%, #a5a39d 70%); background: linear-gradient(top, #a5a39d 30%, #a5a39d 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFa5a39d', endColorstr='#FFa5a39d',GradientType=0 )}
.home_btn.grey .btn_inner {background: url('/images/newhome/btn_edge_gry_28_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.grey:hover {background: #aaa8a2; background: -webkit-linear-gradient(top, #afada8 30%, #aaa8a2 70%); background: -moz-linear-gradient(top, #afada8 30%, #aaa8a2 70%); background: -o-linear-gradient(top, #afada8 30%, #aaa8a2 70%); background: -ms-linear-gradient(top, #afada8 30%, #aaa8a2 70%); background: linear-gradient(top, #afada8 30%, #aaa8a2 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFafada8', endColorstr='#FFaaa8a2',GradientType=0 )}
.home_btn.grey:active {background: #999790; background: -webkit-linear-gradient(top, #b1afaa 30%, #999790 70%); background: -moz-linear-gradient(top, #b1afaa 30%, #999790 70%); background: -o-linear-gradient(top, #b1afaa 30%, #999790 70%); background: -ms-linear-gradient(top, #b1afaa 30%, #999790 70%); background: linear-gradient(top, #b1afaa 30%, #999790 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFb1afaa', endColorstr='#FF999790',GradientType=0 ); box-shadow: inset 0px 0px 16px #8d8a82}
.home_btn.darkorange {background: #ca7a0a; background: -webkit-linear-gradient(top, #da9509 30%, #ca7a0a 70%); background: -moz-linear-gradient(top, #da9509 30%, #ca7a0a 70%); background: -o-linear-gradient(top, #da9509 30%, #ca7a0a 70%); background: -ms-linear-gradient(top, #da9509 30%, #ca7a0a 70%); background: linear-gradient(top, #da9509 30%, #ca7a0a 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFda9509', endColorstr='#FFca7a0a',GradientType=0 )}
.home_btn.darkorange .btn_inner {background: url('/images/newhome/btn_edge_ora_28_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.darkorange:hover {background: #d4800a; background: -webkit-linear-gradient(top, #eea20a 30%, #d4800a 70%); background: -moz-linear-gradient(top, #eea20a 30%, #d4800a 70%); background: -o-linear-gradient(top, #eea20a 30%, #d4800a 70%); background: -ms-linear-gradient(top, #eea20a 30%, #d4800a 70%); background: linear-gradient(top, #eea20a 30%, #d4800a 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFeea20a', endColorstr='#FFd4800a',GradientType=0 )}
.home_btn.darkorange:active {background: #c28408; background: -webkit-linear-gradient(top, #e2890b 30%, #c28408 70%); background: -moz-linear-gradient(top, #e2890b 30%, #c28408 70%); background: -o-linear-gradient(top, #e2890b 30%, #c28408 70%); background: -ms-linear-gradient(top, #e2890b 30%, #c28408 70%); background: linear-gradient(top, #e2890b 30%, #c28408 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFe2890b', endColorstr='#FFc28408',GradientType=0 ); box-shadow: inset 0px 0px 16px #995d08}
.home_btn.darkblue {background: #104a5e; background: -webkit-linear-gradient(top, #146c88 30%, #104a5e 70%); background: -moz-linear-gradient(top, #146c88 30%, #104a5e 70%); background: -o-linear-gradient(top, #146c88 30%, #104a5e 70%); background: -ms-linear-gradient(top, #146c88 30%, #104a5e 70%); background: linear-gradient(top, #146c88 30%, #104a5e 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF146c88', endColorstr='#FF104a5e',GradientType=0 )}
.home_btn.darkblue .btn_inner {background: url('/images/newhome/btn_buttonedge-db_28x28.png?1387234279') 100% 0 no-repeat}
.home_btn.darkblue:hover {background: #115167; background: -webkit-linear-gradient(top, #177a9a 30%, #115167 70%); background: -moz-linear-gradient(top, #177a9a 30%, #115167 70%); background: -o-linear-gradient(top, #177a9a 30%, #115167 70%); background: -ms-linear-gradient(top, #177a9a 30%, #115167 70%); background: linear-gradient(top, #177a9a 30%, #115167 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF177a9a', endColorstr='#FF115167',GradientType=0 )}
.home_btn.darkblue:active {background: #115a72; background: -webkit-linear-gradient(top, #145b74 30%, #115a72 70%); background: -moz-linear-gradient(top, #145b74 30%, #115a72 70%); background: -o-linear-gradient(top, #145b74 30%, #115a72 70%); background: -ms-linear-gradient(top, #145b74 30%, #115a72 70%); background: linear-gradient(top, #145b74 30%, #115a72 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF145b74', endColorstr='#FF115a72',GradientType=0 ); box-shadow: inset 0px 0px 16px #092832}
.home_btn.facebook {background: #1957a6; background: -webkit-linear-gradient(top, #1874b4 30%, #1957a6 70%); background: -moz-linear-gradient(top, #1874b4 30%, #1957a6 70%); background: -o-linear-gradient(top, #1874b4 30%, #1957a6 70%); background: -ms-linear-gradient(top, #1874b4 30%, #1957a6 70%); background: linear-gradient(top, #1874b4 30%, #1957a6 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1874b4', endColorstr='#FF1957a6',GradientType=0 )}
.home_btn.facebook .btn_inner {background: url('/images/newhome/btn_buttonedge-db_28x28.png?1387234279') 100% 0 no-repeat}
.home_btn.facebook:hover {background: #1a5caf; background: -webkit-linear-gradient(top, #1a80c6 30%, #1a5caf 70%); background: -moz-linear-gradient(top, #1a80c6 30%, #1a5caf 70%); background: -o-linear-gradient(top, #1a80c6 30%, #1a5caf 70%); background: -ms-linear-gradient(top, #1a80c6 30%, #1a5caf 70%); background: linear-gradient(top, #1a80c6 30%, #1a5caf 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1a80c6', endColorstr='#FF1a5caf',GradientType=0 )}
.home_btn.facebook:active {background: #15659e; background: -webkit-linear-gradient(top, #1c63bc 30%, #15659e 70%); background: -moz-linear-gradient(top, #1c63bc 30%, #15659e 70%); background: -o-linear-gradient(top, #1c63bc 30%, #15659e 70%); background: -ms-linear-gradient(top, #1c63bc 30%, #15659e 70%); background: linear-gradient(top, #1c63bc 30%, #15659e 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1c63bc', endColorstr='#FF15659e',GradientType=0 ); box-shadow: inset 0px 0px 16px #12407a}
.home_btn.red {background: #e94b4b; background: -webkit-linear-gradient(top, #fa6060 30%, #e94b4b 70%); background: -moz-linear-gradient(top, #fa6060 30%, #e94b4b 70%); background: -o-linear-gradient(top, #fa6060 30%, #e94b4b 70%); background: -ms-linear-gradient(top, #fa6060 30%, #e94b4b 70%); background: linear-gradient(top, #fa6060 30%, #e94b4b 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFfa6060', endColorstr='#FFe94b4b',GradientType=0 )}
.home_btn.red .btn_inner {background: url('/images/newhome/btn_buttonedge-db_28x28.png?1387234279') 100% 0 no-repeat}
.home_btn.red:hover {background: #ea5454; background: -webkit-linear-gradient(top, #fb7474 30%, #ea5454 70%); background: -moz-linear-gradient(top, #fb7474 30%, #ea5454 70%); background: -o-linear-gradient(top, #fb7474 30%, #ea5454 70%); background: -ms-linear-gradient(top, #fb7474 30%, #ea5454 70%); background: linear-gradient(top, #fb7474 30%, #ea5454 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFfb7474', endColorstr='#FFea5454',GradientType=0 )}
.home_btn.red:active {background: #f94747; background: -webkit-linear-gradient(top, #ec6262 30%, #f94747 70%); background: -moz-linear-gradient(top, #ec6262 30%, #f94747 70%); background: -o-linear-gradient(top, #ec6262 30%, #f94747 70%); background: -ms-linear-gradient(top, #ec6262 30%, #f94747 70%); background: linear-gradient(top, #ec6262 30%, #f94747 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFec6262', endColorstr='#FFf94747',GradientType=0 ); box-shadow: inset 0px 0px 16px #e31e1e}
.home_btn.purple {background: #6e597f; background: -webkit-linear-gradient(top, #6e597f 30%, #6e597f 70%); background: -moz-linear-gradient(top, #6e597f 30%, #6e597f 70%); background: -o-linear-gradient(top, #6e597f 30%, #6e597f 70%); background: -ms-linear-gradient(top, #6e597f 30%, #6e597f 70%); background: linear-gradient(top, #6e597f 30%, #6e597f 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6e597f', endColorstr='#FF6e597f',GradientType=0 )}
.home_btn.purple:hover {background: #735d85; background: -webkit-linear-gradient(top, #78618b 30%, #735d85 70%); background: -moz-linear-gradient(top, #78618b 30%, #735d85 70%); background: -o-linear-gradient(top, #78618b 30%, #735d85 70%); background: -ms-linear-gradient(top, #78618b 30%, #735d85 70%); background: linear-gradient(top, #78618b 30%, #735d85 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF78618b', endColorstr='#FF735d85',GradientType=0 )}
.home_btn.purple:active {background: #614e70; background: -webkit-linear-gradient(top, #7b648e 30%, #614e70 70%); background: -moz-linear-gradient(top, #7b648e 30%, #614e70 70%); background: -o-linear-gradient(top, #7b648e 30%, #614e70 70%); background: -ms-linear-gradient(top, #7b648e 30%, #614e70 70%); background: linear-gradient(top, #7b648e 30%, #614e70 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7b648e', endColorstr='#FF614e70',GradientType=0 ); box-shadow: inset 0px 0px 16px #544461}
.home_btn.lightgreen {background: #39b678; background: -webkit-linear-gradient(top, #3ec593 30%, #39b678 70%); background: -moz-linear-gradient(top, #3ec593 30%, #39b678 70%); background: -o-linear-gradient(top, #3ec593 30%, #39b678 70%); background: -ms-linear-gradient(top, #3ec593 30%, #39b678 70%); background: linear-gradient(top, #3ec593 30%, #39b678 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3ec593', endColorstr='#FF39b678',GradientType=0 )}
.home_btn.lightgreen .btn_inner {background: url('/images/newhome/subscribe-corner.png?1387234279') 100% 0 no-repeat}
.home_btn.lightgreen:hover {background: #3bbe7d; background: -webkit-linear-gradient(top, #4eca9c 30%, #3bbe7d 70%); background: -moz-linear-gradient(top, #4eca9c 30%, #3bbe7d 70%); background: -o-linear-gradient(top, #4eca9c 30%, #3bbe7d 70%); background: -ms-linear-gradient(top, #4eca9c 30%, #3bbe7d 70%); background: linear-gradient(top, #4eca9c 30%, #3bbe7d 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4eca9c', endColorstr='#FF3bbe7d',GradientType=0 )}
.home_btn.lightgreen:active {background: #36b485; background: -webkit-linear-gradient(top, #44c485 30%, #36b485 70%); background: -moz-linear-gradient(top, #44c485 30%, #36b485 70%); background: -o-linear-gradient(top, #44c485 30%, #36b485 70%); background: -ms-linear-gradient(top, #44c485 30%, #36b485 70%); background: linear-gradient(top, #44c485 30%, #36b485 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF44c485', endColorstr='#FF36b485',GradientType=0 ); box-shadow: inset 0px 0px 16px #2d8f5e}
.home_btn.lightgrey {background: #e7e7e7; background: -webkit-linear-gradient(top, #f0efef 30%, #e7e7e7 70%); background: -moz-linear-gradient(top, #f0efef 30%, #e7e7e7 70%); background: -o-linear-gradient(top, #f0efef 30%, #e7e7e7 70%); background: -ms-linear-gradient(top, #f0efef 30%, #e7e7e7 70%); background: linear-gradient(top, #f0efef 30%, #e7e7e7 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf0efef', endColorstr='#FFe7e7e7',GradientType=0 )}
.home_btn.lightgrey .btn_inner {background: url('/images/newhome/btn_edge_lightgrey_25_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.lightgrey:hover {background: #ececec; background: -webkit-linear-gradient(top, #fafafa 30%, #ececec 70%); background: -moz-linear-gradient(top, #fafafa 30%, #ececec 70%); background: -o-linear-gradient(top, #fafafa 30%, #ececec 70%); background: -ms-linear-gradient(top, #fafafa 30%, #ececec 70%); background: linear-gradient(top, #fafafa 30%, #ececec 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFfafafa', endColorstr='#FFececec',GradientType=0 )}
.home_btn.lightgrey:active {background: #e4e2e2; background: -webkit-linear-gradient(top, #f4f4f4 30%, #e4e2e2 70%); background: -moz-linear-gradient(top, #f4f4f4 30%, #e4e2e2 70%); background: -o-linear-gradient(top, #f4f4f4 30%, #e4e2e2 70%); background: -ms-linear-gradient(top, #f4f4f4 30%, #e4e2e2 70%); background: linear-gradient(top, #f4f4f4 30%, #e4e2e2 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf4f4f4', endColorstr='#FFe4e2e2',GradientType=0 ); box-shadow: inset 0px 0px 16px #cecece}
.home_btn.silver {background: #e8e8e8; background: -webkit-linear-gradient(top, #f0f0f0 30%, #e8e8e8 70%); background: -moz-linear-gradient(top, #f0f0f0 30%, #e8e8e8 70%); background: -o-linear-gradient(top, #f0f0f0 30%, #e8e8e8 70%); background: -ms-linear-gradient(top, #f0f0f0 30%, #e8e8e8 70%); background: linear-gradient(top, #f0f0f0 30%, #e8e8e8 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf0f0f0', endColorstr='#FFe8e8e8',GradientType=0 )}
.home_btn.silver:active {background: #e3e3e3; background: -webkit-linear-gradient(top, whitesmoke 30%, #e3e3e3 70%); background: -moz-linear-gradient(top, whitesmoke 30%, #e3e3e3 70%); background: -o-linear-gradient(top, whitesmoke 30%, #e3e3e3 70%); background: -ms-linear-gradient(top, whitesmoke 30%, #e3e3e3 70%); background: linear-gradient(top, whitesmoke 30%, #e3e3e3 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf5f5f5', endColorstr='#FFe3e3e3',GradientType=0 ); box-shadow: inset 0px 0px 16px #cfcfcf}
.home_btn.flat_orange {background: #f68620; background: -webkit-linear-gradient(top, #f68620 30%, #f68620 70%); background: -moz-linear-gradient(top, #f68620 30%, #f68620 70%); background: -o-linear-gradient(top, #f68620 30%, #f68620 70%); background: -ms-linear-gradient(top, #f68620 30%, #f68620 70%); background: linear-gradient(top, #f68620 30%, #f68620 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf68620', endColorstr='#FFf68620',GradientType=0 )}
.home_btn.flat_orange:hover {background: #f0b365; background: -webkit-linear-gradient(top, #f0b365 30%, #f0b365 70%); background: -moz-linear-gradient(top, #f0b365 30%, #f0b365 70%); background: -o-linear-gradient(top, #f0b365 30%, #f0b365 70%); background: -ms-linear-gradient(top, #f0b365 30%, #f0b365 70%); background: linear-gradient(top, #f0b365 30%, #f0b365 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFf0b365', endColorstr='#FFf0b365',GradientType=0 )}
.home_btn.flat_orange:active {background: #bf6819; background: -webkit-linear-gradient(top, #bf6819 30%, #bf6819 70%); background: -moz-linear-gradient(top, #bf6819 30%, #bf6819 70%); background: -o-linear-gradient(top, #bf6819 30%, #bf6819 70%); background: -ms-linear-gradient(top, #bf6819 30%, #bf6819 70%); background: linear-gradient(top, #bf6819 30%, #bf6819 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFbf6819', endColorstr='#FFbf6819',GradientType=0 )}
.home_btn.flat_blue {background: #00a4d2; background: -webkit-linear-gradient(top, #00a4d2 30%, #00a4d2 70%); background: -moz-linear-gradient(top, #00a4d2 30%, #00a4d2 70%); background: -o-linear-gradient(top, #00a4d2 30%, #00a4d2 70%); background: -ms-linear-gradient(top, #00a4d2 30%, #00a4d2 70%); background: linear-gradient(top, #00a4d2 30%, #00a4d2 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00a4d2', endColorstr='#FF00a4d2',GradientType=0 )}
.home_btn.flat_blue:hover {background: #62bcd4; background: -webkit-linear-gradient(top, #62bcd4 30%, #62bcd4 70%); background: -moz-linear-gradient(top, #62bcd4 30%, #62bcd4 70%); background: -o-linear-gradient(top, #62bcd4 30%, #62bcd4 70%); background: -ms-linear-gradient(top, #62bcd4 30%, #62bcd4 70%); background: linear-gradient(top, #62bcd4 30%, #62bcd4 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62bcd4', endColorstr='#FF62bcd4',GradientType=0 )}
.home_btn.flat_blue:active {background: #0088ad; background: -webkit-linear-gradient(top, #0088ad 30%, #0088ad 70%); background: -moz-linear-gradient(top, #0088ad 30%, #0088ad 70%); background: -o-linear-gradient(top, #0088ad 30%, #0088ad 70%); background: -ms-linear-gradient(top, #0088ad 30%, #0088ad 70%); background: linear-gradient(top, #0088ad 30%, #0088ad 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088ad', endColorstr='#FF0088ad',GradientType=0 )}
.home_btn.flat_darkblue {background: #146c88; background: -webkit-linear-gradient(top, #146c88 30%, #146c88 70%); background: -moz-linear-gradient(top, #146c88 30%, #146c88 70%); background: -o-linear-gradient(top, #146c88 30%, #146c88 70%); background: -ms-linear-gradient(top, #146c88 30%, #146c88 70%); background: linear-gradient(top, #146c88 30%, #146c88 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF146c88', endColorstr='#FF146c88',GradientType=0 )}
.home_btn.flat_darkblue:hover {background: #3698b5; background: -webkit-linear-gradient(top, #3698b5 30%, #3698b5 70%); background: -moz-linear-gradient(top, #3698b5 30%, #3698b5 70%); background: -o-linear-gradient(top, #3698b5 30%, #3698b5 70%); background: -ms-linear-gradient(top, #3698b5 30%, #3698b5 70%); background: linear-gradient(top, #3698b5 30%, #3698b5 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3698b5', endColorstr='#FF3698b5',GradientType=0 )}
.home_btn.flat_darkblue:active {background: #114e64; background: -webkit-linear-gradient(top, #114e64 30%, #114e64 70%); background: -moz-linear-gradient(top, #114e64 30%, #114e64 70%); background: -o-linear-gradient(top, #114e64 30%, #114e64 70%); background: -ms-linear-gradient(top, #114e64 30%, #114e64 70%); background: linear-gradient(top, #114e64 30%, #114e64 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF114e64', endColorstr='#FF114e64',GradientType=0 )}
.home_btn.flat_grey {background: #949494; background: -webkit-linear-gradient(top, #949494 30%, #949494 70%); background: -moz-linear-gradient(top, #949494 30%, #949494 70%); background: -o-linear-gradient(top, #949494 30%, #949494 70%); background: -ms-linear-gradient(top, #949494 30%, #949494 70%); background: linear-gradient(top, #949494 30%, #949494 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF949494', endColorstr='#FF949494',GradientType=0 )}
.home_btn.flat_grey:hover {background: #c9c9c9; background: -webkit-linear-gradient(top, #c9c9c9 30%, #c9c9c9 70%); background: -moz-linear-gradient(top, #c9c9c9 30%, #c9c9c9 70%); background: -o-linear-gradient(top, #c9c9c9 30%, #c9c9c9 70%); background: -ms-linear-gradient(top, #c9c9c9 30%, #c9c9c9 70%); background: linear-gradient(top, #c9c9c9 30%, #c9c9c9 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFc9c9c9', endColorstr='#FFc9c9c9',GradientType=0 )}
.home_btn.flat_grey:active {background: #707070; background: -webkit-linear-gradient(top, #707070 30%, #707070 70%); background: -moz-linear-gradient(top, #707070 30%, #707070 70%); background: -o-linear-gradient(top, #707070 30%, #707070 70%); background: -ms-linear-gradient(top, #707070 30%, #707070 70%); background: linear-gradient(top, #707070 30%, #707070 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF707070', endColorstr='#FF707070',GradientType=0 )}
.home_btn.disabled {background: #7b7b7b; background: -webkit-linear-gradient(top, #9f9f9f 30%, #7b7b7b 70%); background: -moz-linear-gradient(top, #9f9f9f 30%, #7b7b7b 70%); background: -o-linear-gradient(top, #9f9f9f 30%, #7b7b7b 70%); background: -ms-linear-gradient(top, #9f9f9f 30%, #7b7b7b 70%); background: linear-gradient(top, #9f9f9f 30%, #7b7b7b 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9f9f9f', endColorstr='#FF7b7b7b',GradientType=0 )}
.home_btn.disabled .btn_inner {background: url('/images/newhome/btn_edge_gry_28_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.disabled:hover {background: #818181; background: -webkit-linear-gradient(top, darkgrey 30%, #818181 70%); background: -moz-linear-gradient(top, darkgrey 30%, #818181 70%); background: -o-linear-gradient(top, darkgrey 30%, #818181 70%); background: -ms-linear-gradient(top, darkgrey 30%, #818181 70%); background: linear-gradient(top, darkgrey 30%, #818181 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFa9a9a9', endColorstr='#FF818181',GradientType=0 )}
.home_btn.disabled:active {background: #929292; background: -webkit-linear-gradient(top, #888888 30%, #929292 70%); background: -moz-linear-gradient(top, #888888 30%, #929292 70%); background: -o-linear-gradient(top, #888888 30%, #929292 70%); background: -ms-linear-gradient(top, #888888 30%, #929292 70%); background: linear-gradient(top, #888888 30%, #929292 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF888888', endColorstr='#FF929292',GradientType=0 ); box-shadow: inset 0px 0px 16px #626262}
.home_btn.flat_disabled {background: #949494; background: -webkit-linear-gradient(top, #949494 30%, #949494 70%); background: -moz-linear-gradient(top, #949494 30%, #949494 70%); background: -o-linear-gradient(top, #949494 30%, #949494 70%); background: -ms-linear-gradient(top, #949494 30%, #949494 70%); background: linear-gradient(top, #949494 30%, #949494 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF949494', endColorstr='#FF949494',GradientType=0 )}
.home_btn.flat_disabled:hover {background: #949494; background: -webkit-linear-gradient(top, #949494 30%, #949494 70%); background: -moz-linear-gradient(top, #949494 30%, #949494 70%); background: -o-linear-gradient(top, #949494 30%, #949494 70%); background: -ms-linear-gradient(top, #949494 30%, #949494 70%); background: linear-gradient(top, #949494 30%, #949494 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF949494', endColorstr='#FF949494',GradientType=0 )}
.home_btn.flat_disabled:active {background: #949494; background: -webkit-linear-gradient(top, #949494 30%, #949494 70%); background: -moz-linear-gradient(top, #949494 30%, #949494 70%); background: -o-linear-gradient(top, #949494 30%, #949494 70%); background: -ms-linear-gradient(top, #949494 30%, #949494 70%); background: linear-gradient(top, #949494 30%, #949494 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF949494', endColorstr='#FF949494',GradientType=0 )}
.home_btn.lightgreen .btn_inner, .home_btn.homebuy .btn_inner, .home_btn.readnow .btn_inner, .home_btn.silver .btn_inner {font-weight: normal}
.home_btn.silver .btn_inner {color: #999}
.home_btn.silver:hover .btn_inner {color: #146c88}
.home_btn.homebuy {background: #9DAEB6}
.home_btn.homebuy:hover, .home_btn.homebuy:active {background: #e09523 url('/images/newhome/btn_edge_ora_28_x_28.png?1387234279') 100% 0 no-repeat}
.home_btn.homebuy:active {background-color: #D1781A}
.home_btn.readnow {background: #3A5966}
.home_btn.readnow:hover {background: #436776}
.home_btn.disabled .btn_inner {cursor: default; color: #C9C9C9; text-shadow: 0px -1px 0px #6d6d6d}
.home_btn.disabled:hover {background: #7b7b7b; background: -webkit-linear-gradient(top, #9f9f9f 30%, #7b7b7b 70%); background: -moz-linear-gradient(top, #9f9f9f 30%, #7b7b7b 70%); background: -o-linear-gradient(top, #9f9f9f 30%, #7b7b7b 70%); background: -ms-linear-gradient(top, #9f9f9f 30%, #7b7b7b 70%); background: linear-gradient(top, #9f9f9f 30%, #7b7b7b 70%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9f9f9f', endColorstr='#FF7b7b7b',GradientType=0 )}
.home_btn.flat_disabled .btn_inner {background: none; cursor: default; color: white; text-shadow: 0px -1px 0px #6d6d6d}
.home_btn.has_ticks {position: relative; overflow: hidden}
.home_btn.has_ticks.open .tick_up {top: 11px}
.home_btn.has_ticks.open .tick_down {top: 30px}
.home_btn.has_ticks .btn_inner {padding-right: 30px}
.home_btn.has_ticks .tick_up, .home_btn.has_ticks .tick_down {background: url('/images/newhome/filter_ticks.png?1387234279') 0 0 no-repeat; width: 10px; height: 8px; display: inline-block; position: absolute; top: 11px; right: 12px; -webkit-transition: top 0.15s ease-in-out; -moz-transition: top 0.15s ease-in-out; -ms-transition: top 0.15s ease-in-out; transition: top 0.15s ease-in-out}
.home_btn.has_ticks .tick_up {top: -30px}
.home_btn.has_ticks .tick_down {background-position: 0 -8px}
.new_profile_follow_button {background: #146c88; color: #FFF; border-radius: 3px; text-align: center; height: 30px; line-height: 30px; cursor: pointer}
.new_profile_follow_button .unfollow_text {display: none}
.new_profile_follow_button:hover {background: #3698b5}
.new_profile_follow_button:active {background: #114e64}
.new_profile_follow_button.following {background: #999999}
.new_profile_follow_button.following .unfollow_text {display: block}
.new_profile_follow_button.following .follow_text {display: none}
.flat_btn {display: inline-block; zoom: 1; *display: inline; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-transition: background 0.1s ease-in-out; -moz-transition: background 0.1s ease-in-out; -ms-transition: background 0.1s ease-in-out; transition: background 0.1s ease-in-out; font-family: Proxima Nova, sans-serif; cursor: pointer; border-radius: 3px; border: 0; background: #146C88; color: white; font-size: 13px; text-align: center; padding: 0px 15px; height: 30px; line-height: 30px; min-width: 90px}
.home_container .flat_btn {color: white}
.home_container .flat_btn:hover {text-decoration: none}
.flat_btn.big_45 {line-height: 45px; height: 45px; font-size: 16px; border-radius: 4px}
.flat_btn.narrow {min-width: 0}
.flat_btn:hover {text-decoration: none; background: #3598B5; color: white}
.flat_btn:active {background: #114E64}
.flat_btn.light_blue {background: #00A4D2}
.flat_btn.light_blue:hover {background: #62BCD4}
.flat_btn.light_blue:active {background: #0088AD}
.flat_btn.orange {background: #F68620}
.flat_btn.orange:hover {background: #F0b365}
.flat_btn.orange:active {background: #BF6819}
.flat_btn.gray {background: #949494}
.flat_btn.gray:hover {background: #C9C9C9}
.flat_btn.gray:active {background: #707070}
.flat_btn.white {background: white; color: #F68620}
.flat_btn.white:hover, .flat_btn.white:active {background: white}
.flat_btn.facebook {background: #3D5A98}
.flat_btn.facebook:hover {background: #1874b4}
.flat_btn.facebook:active {background: #1957a6}
.flat_btn.disabled, .flat_btn[disabled] {-webkit-transition: none; -moz-transition: none; -ms-transition: none; transition: none; background: #9a9a9a; color: #b3b3b3}
.flat_btn.disabled:hover, .flat_btn.disabled:active, .flat_btn[disabled]:hover, .flat_btn[disabled]:active {background: #9a9a9a; color: #b3b3b3}
.flat_btn.has_ticks {position: relative; overflow: hidden; padding-right: 30px}
.flat_btn.has_ticks.open .white_tri_up {top: 13px}
.flat_btn.has_ticks.open .white_tri_down {top: 30px}
.flat_btn.has_ticks .white_tri_up, .flat_btn.has_ticks .white_tri_down {display: inline-block; margin: 0; position: absolute; top: 13px; right: 12px; -webkit-transition: top 0.15s ease-in-out; -moz-transition: top 0.15s ease-in-out; -ms-transition: top 0.15s ease-in-out; transition: top 0.15s ease-in-out}
.flat_btn.has_ticks .white_tri_up {top: -30px}
.flat_btn .sprite {margin-right: 12px}
.profile_follow_button {min-width: 52px}
.profile_follow_button .unfollow_text {display: none}
.profile_follow_button.following {background: #949494}
.profile_follow_button.following .follow_text {display: none}
.profile_follow_button.following .unfollow_text {display: block}
.profile_follow_button.following:hover {background: #C9C9C9}
.profile_follow_button.following:active {background: #707070}


/* app/views/new/chrome/flasher.css @ 1387234241 */
.global_flash {font-family: Proxima Nova, sans-serif; font-size: 14px; position: fixed; z-index: 2998; top: 0px; left: 50%; background-color: #035371; background-image: linear-gradient(bottom, #034159 0%, #04658a 100%); background-image: -webkit-linear-gradient(bottom, #034159 0%, #04658a 100%); background-image: -moz-linear-gradient(bottom, #034159 0%, #04658a 100%); background-image: -o-linear-gradient(bottom, #034159 0%, #04658a 100%); background-image: -ms-linear-gradient(bottom, #034159 0%, #04658a 100%); color: white; text-shadow: 1px 1px 1px black; border-radius: 0 0 5px 5px; padding: 8px 16px; padding-top: 15px; cursor: default; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.6)}
.global_flash.error {background-color: #ee313b; background-image: linear-gradient(bottom, #ec1a25 0%, #f04952 100%); background-image: -webkit-linear-gradient(bottom, #ec1a25 0%, #f04952 100%); background-image: -moz-linear-gradient(bottom, #ec1a25 0%, #f04952 100%); background-image: -o-linear-gradient(bottom, #ec1a25 0%, #f04952 100%); background-image: -ms-linear-gradient(bottom, #ec1a25 0%, #f04952 100%); text-shadow: 1px 1px 1px #940c13}
.global_flash.animated {-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out}


/* app/views/new/chrome/_hover_menu.css @ 1387234241 */
/* # @intro Hover Menu for general use. # @name Hover Menu # # @author Leafo # # @demo_ruby # div :class => "hover_menu" do # # end # # @Notes # Demo should be done! @Leafo */ .hover_menu {position: relative}
.hover_menu.open {z-index: 2998}
.hover_menu.open .sub_menu {visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1}
.hover_menu.open .open_sprite {display: inline-block; zoom: 1; *display: inline}
.hover_menu.open .closed_sprite {display: none}
.hover_menu .sprite_container {display: inline-block; zoom: 1; *display: inline; width: 10px; position: relative; top: -1px}
.hover_menu .sprite_container .open_sprite {position: relative; left: -2px}
.hover_menu .closed_sprite, .hover_menu .open_sprite {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin-left: 6px}
.hover_menu .open_sprite {display: none}
.hover_menu .sub_menu {visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0}
.hover_menu .sub_menu .top {padding: 10px 18px; background: #F0F0F0}
.hover_menu .sub_menu .top strong {color: #4e6168}
.hover_menu .sub_menu .divider {margin: 8px 7px; height: 1px; background: #E5E5E5; border: 0}
.hover_menu .sub_menu .list.last {margin-bottom: 8px}
.hover_menu .sub_menu, .fancy_select_menu {color: #4e6168; z-index: 3400; position: absolute; background: white; min-width: 150px; box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.45); text-align: left; font-size: 13px; padding: 1px 0px}
.ie8 .hover_menu .sub_menu, .ie7 .hover_menu .sub_menu, .ie6 .hover_menu .sub_menu, .ie8 .fancy_select_menu, .ie7 .fancy_select_menu, .ie6 .fancy_select_menu {border: 1px solid silver}
.hover_menu .sub_menu a, .fancy_select_menu a {color: #68818a}
.hover_menu .sub_menu .row, .hover_menu .sub_menu .fancy_option, .fancy_select_menu .row, .fancy_select_menu .fancy_option {-moz-user-select: -moz-none; -webkit-user-select: none; user-select: none; color: #68818a; display: block; padding: 8px 18px; cursor: pointer}
.hover_menu .sub_menu .row:hover, .hover_menu .sub_menu .fancy_option:hover, .fancy_select_menu .row:hover, .fancy_select_menu .fancy_option:hover {background: #E6EEF1; text-decoration: none}
.hover_menu .sub_menu .row .fancy_option_parenthetical, .hover_menu .sub_menu .fancy_option .fancy_option_parenthetical, .fancy_select_menu .row .fancy_option_parenthetical, .fancy_select_menu .fancy_option .fancy_option_parenthetical {font-size: 11px; color: #B0B0B0}
.hover_menu .sub_menu .row.selected, .hover_menu .sub_menu .fancy_option.selected, .fancy_select_menu .row.selected, .fancy_select_menu .fancy_option.selected {font-weight: bold}
.hover_menu .sub_menu .row.child, .hover_menu .sub_menu .fancy_option.child, .fancy_select_menu .row.child, .fancy_select_menu .fancy_option.child {padding-left: 23px; color: #9DAFb6}
.hover_menu .sub_menu .row.subcategory, .hover_menu .sub_menu .fancy_option.subcategory, .fancy_select_menu .row.subcategory, .fancy_select_menu .fancy_option.subcategory {color: #68818A; cursor: none}
.fancy_select_menu {z-index: 9}
.fancy_select_menu .fancy_menu_inner {overflow-y: scroll; max-height: 300px}


/* :class_inlines, 'app/views', ... @ 1387234242 */
/* app/views/shared/dialogs/download_dialog.css @ 1387234242 */
.autogen_class_views_shared_dialogs_download_dialog {overflow: visible}
.autogen_class_views_shared_dialogs_download_dialog .wrapper {overflow: visible}
.autogen_class_views_shared_dialogs_download_dialog .picker, .autogen_class_views_shared_dialogs_download_dialog .info {display: inline-block; zoom: 1; *display: inline; vertical-align: top}
.autogen_class_views_shared_dialogs_download_dialog .info {text-align: left; border-left: 1px dotted #848588; margin-left: 20px; padding: 20px 0px 20px 20px; width: 400px}
.autogen_class_views_shared_dialogs_download_dialog .info .row {margin-bottom: 8px; font-size: 14px; text-indent: -2em; padding-left: 2em}
.autogen_class_views_shared_dialogs_download_dialog .info .buttons {margin-top: 20px; height: 40px; text-align: center}
.autogen_class_views_shared_dialogs_download_dialog .download_button {width: 300px}
.autogen_class_views_shared_dialogs_download_dialog .download_button .inner {font-size: 13px}
.autogen_class_views_shared_dialogs_download_dialog .download_success {display: none; color: #798187; font-weight: bold}
.autogen_class_views_shared_dialogs_download_dialog .download_success .trouble {color: #9FA7B1; margin-top: 8px; font-size: 13px; font-weight: normal}
.autogen_class_views_shared_dialogs_download_dialog.download_started .download_success {display: block}
.autogen_class_views_shared_dialogs_download_dialog.download_started.after_download_test {width: 665px}
.autogen_class_views_shared_dialogs_download_dialog.download_started.after_download_test .content {padding-top: 10px}
.autogen_class_views_shared_dialogs_download_dialog.download_started.after_download_test .hide_on_suggestion {display: none}
.autogen_class_views_shared_dialogs_download_dialog.download_started.after_download_test .selected_documents {display: block}
.autogen_class_views_shared_dialogs_download_dialog.download_started.after_download_test .selected_documents .download_success {text-align: center; margin-bottom: 20px}
.autogen_class_views_shared_dialogs_download_dialog.download_started.after_download_test .selected_documents .object_grid.document_grid {padding-left: 0}
.autogen_class_views_shared_dialogs_download_dialog.download_started.after_download_test .selected_documents .object_grid.document_grid .object_cell.document_cell {margin: 0 10px 30px 0}
.autogen_class_views_shared_dialogs_download_dialog.download_started.after_download_test .picker {display: none}
.autogen_class_views_shared_dialogs_download_dialog.download_started.after_download_test .info {display: none}
.autogen_class_views_shared_dialogs_download_dialog.download_started .download_button {display: none}
.autogen_class_views_shared_dialogs_download_dialog .selected_documents {display: none}
.autogen_class_views_shared_dialogs_download_dialog .download_icon {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin: 0px 2px 0px 0px; width: 28px; height: 28px; background-repeat: no-repeat; background-position: 0 0; background: url('/images/newdoc/DownloadDocIcon_32x111.png?1387234279') 0 0 no-repeat}
button:hover .autogen_class_views_shared_dialogs_download_dialog .download_icon {background-position: 0 -28px}
button:active .autogen_class_views_shared_dialogs_download_dialog .download_icon {background-position: 0 -56px}
.autogen_class_views_shared_dialogs_download_dialog .download_icon button.disabled {background-position: 0 -84px}
.autogen_class_views_shared_dialogs_download_dialog .big_download_icon {background: url('/images/newdoc/DownloadPageIcon.png?1387234279') 0 0 no-repeat; display: inline-block; zoom: 1; *display: inline; width: 80px; height: 73px; margin-left: 13px}
.autogen_class_views_shared_dialogs_download_dialog .big_download_icon .icon_text {text-align: center; color: white; font-weight: bold; font-size: 16px; width: 51px; line-height: 25px; margin: 36px 0px 0px 29px; text-shadow: 1px 2px 2px #7e868f}
.autogen_class_views_shared_dialogs_download_dialog .download_types {padding: 14px 0px}
.autogen_class_views_shared_dialogs_download_dialog .download_types li {display: inline; padding: 8px; font-weight: bold; font-size: 14px}
.autogen_class_views_shared_dialogs_download_dialog .download_types li label {cursor: pointer}
.autogen_class_views_shared_dialogs_download_dialog .object_cell .content {padding: 0}
.autogen_class_views_shared_dialogs_download_dialog .object_cell .content .title_row {padding: 0; margin: 0}
.autogen_class_views_shared_dialogs_download_dialog .object_cell .content .title_row .title {padding: 0; margin: 0; font-size: 14px; line-height: 18px; max-height: 54px}


/* app/views/shared/dialogs/new/download_dialog.css @ 1387234242 */
.autogen_class_views_shared_dialogs_new_download_dialog {overflow: visible; background-image: none; width: 740px}
.autogen_class_views_shared_dialogs_new_download_dialog .title {font-size: 22px; color: #022f40}
.autogen_class_views_shared_dialogs_new_download_dialog .content {padding-top: 20px}
.autogen_class_views_shared_dialogs_new_download_dialog .doc_header {font-size: 18px; color: #022f40; margin-bottom: 0}
.autogen_class_views_shared_dialogs_new_download_dialog .close_button {margin: 0 40px 0 0}
.autogen_class_views_shared_dialogs_new_download_dialog ul.download_types {display: inline}
.autogen_class_views_shared_dialogs_new_download_dialog .download_types {padding: 14px 0px}
.autogen_class_views_shared_dialogs_new_download_dialog .download_types li {display: inline; padding: 8px; font-size: 13px; color: #666666}
.autogen_class_views_shared_dialogs_new_download_dialog .download_types li label {cursor: pointer}
.autogen_class_views_shared_dialogs_new_download_dialog .wrapper {overflow: visible}
.autogen_class_views_shared_dialogs_new_download_dialog .info {color: #666666; text-align: left; padding: 20px 0px 0 0}
.autogen_class_views_shared_dialogs_new_download_dialog .info .row {margin-bottom: 8px; font-size: 14px; text-indent: -2em; padding-left: 2em}
.autogen_class_views_shared_dialogs_new_download_dialog .info .download_button {margin-top: 20px; text-align: left}
.autogen_class_views_shared_dialogs_new_download_dialog .info .download_button .btn_inner {font-weight: normal}
.autogen_class_views_shared_dialogs_new_download_dialog .info .file_label {font-size: 13px; line-height: 17px; color: #999999}
.autogen_class_views_shared_dialogs_new_download_dialog .ext_label {display: inline; margin-left: 6px}
.autogen_class_views_shared_dialogs_new_download_dialog .ext_label .ext_image {position: relative; top: 3px; margin-right: 4px; height: 16px}
.autogen_class_views_shared_dialogs_new_download_dialog .download_success {display: none; color: #999999; font-weight: normal; font-size: 13px}
.autogen_class_views_shared_dialogs_new_download_dialog .download_success .trouble {color: #999999; font-size: 13px; font-weight: normal}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started .doc_header {margin-top: 15px}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started .download_success {display: block}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started .content {padding-top: 15px}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started.after_download_test {width: 665px}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started.after_download_test .content {padding-top: 10px}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started.after_download_test .hide_on_suggestion {display: none}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started.after_download_test .selected_documents {display: block}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started.after_download_test .selected_documents .download_success {text-align: center; margin-bottom: 20px}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started.after_download_test .selected_documents .object_grid.document_grid {padding-left: 0}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started.after_download_test .selected_documents .object_grid.document_grid .object_cell.document_cell {margin: 0 10px 30px 0}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started.after_download_test .picker {display: none}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started.after_download_test .info {display: none}
.autogen_class_views_shared_dialogs_new_download_dialog.download_started .download_button {display: none}
.autogen_class_views_shared_dialogs_new_download_dialog .selected_documents {display: none}


/* app/views/shared/search/autocompleter.css @ 1387234242 */
.autogen_class_views_shared_search_autocompleter .search_autocompleter {background-color: white; width: 295px; z-index: 2998; position: absolute; top: 45px; left: 2px; font-size: 13px; border-radius: 2px; border: 1px solid #e2e2e2; box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2)}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_section a:hover {text-decoration: none}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_section.first_visible .ac_category {border-top: 0; box-shadow: none}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_category {color: #146c88; height: 50px; line-height: 50px; padding-left: 25px; position: relative; border-top: 1px solid #e2e2e2}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_category h4 {font-size: 15px; text-transform: capitalize; margin: 0; font-weight: bold}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_category h4:after {font-family: 'scribd'; font-size: 12px; margin-left: 2px; vertical-align: middle; position: absolute; right: 10px; content: "\e60d"}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_item {overflow: hidden; padding: 6px 12px 10px 25px}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_item:hover {background-color: #E3EEF1}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_item img {padding: 1px; border: 1px solid #cccccc; background: white; float: left}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_item .item_content {margin-left: 38px}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_icon {margin: 11px 7px}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .sprite.ac_publishers {margin: 7px 7px}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_publishers .ac_item img, .autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_authors .ac_item img {margin-left: 5px; width: 20px; height: 20px}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_publishers .ac_item .item_content, .autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_authors .ac_item .item_content {margin-top: 4px}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_documents .ac_item .doc_title, .autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_books .ac_item .doc_title {color: #666}
.autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_documents .ac_item img, .autogen_class_views_shared_search_autocompleter .search_autocompleter .ac_books .ac_item img {width: 25px; height: 33px}


/* app/views/shared/grids/object_grid.css @ 1387234242 */
.object_grid {text-align: left; padding-left: 45px}
.object_grid .object_cell {display: inline-block; zoom: 1; *display: inline; vertical-align: top; white-space: normal; text-align: left; width: 185px; margin: 0 32px 45px 0}
.object_grid .object_cell.is_featured .featured_row {display: block}
.object_grid .object_cell.is_book .content {display: none}
.object_grid .object_cell.popup_open .thumb .overlay {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5}
.object_grid .object_cell.popup_open .thumb .overlay .sprite {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5}
.object_grid .object_cell .featured_row {display: none}
.object_grid .object_cell .thumb {position: relative; background-position: 50% 50%; background-repeat: no-repeat; background-color: #E6E8E9; background-size: cover; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); height: 250px; margin-bottom: 10px}
.object_grid .object_cell .thumb:hover .overlay {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5}
.object_grid .object_cell .thumb:hover .overlay .sprite {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5}
.object_grid .object_cell .thumb.is_book {box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.24), 3px 1px 15px rgba(0, 0, 0, 0.26)}
.object_grid .object_cell .thumb.is_book .shadow_overlay {display: block}
.object_grid .object_cell .thumb .shadow_overlay {display: none}
.object_grid .object_cell .thumb .overlay, .object_grid .object_cell .thumb .shadow_overlay {position: absolute; top: 0; right: 0; bottom: 0; left: 0}
.object_grid .object_cell .thumb .overlay {-webkit-transition: opacity 0.1s ease-in-out; -moz-transition: opacity 0.1s ease-in-out; -ms-transition: opacity 0.1s ease-in-out; transition: opacity 0.1s ease-in-out; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; background: black}
.object_grid .object_cell .thumb .overlay .sprite {position: absolute; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; left: 50%; top: 50%; margin-left: -23px; margin-top: -18px}
.object_grid .object_cell .thumb .shadow_overlay {background: url('/images/landing/home_landing/thumbnail_overlay_185x250.png?1387234279') 0 0 no-repeat; background-size: cover}
.object_grid .object_cell .content .title {color: #022f40}
.object_grid .object_cell .content .title_row {word-wrap: break-word; overflow: hidden; font-size: 14px; line-height: 18px; max-height: 54px}
.object_grid .object_cell .content .author_row {font-size: 12px; line-height: 18px}
.object_grid .object_cell .content .price_row, .object_grid .object_cell .content .featured_row {cursor: default; font-size: 12px; line-height: 18px}
.object_grid .object_cell .content .price_row {color: #f7931e}
.object_grid .object_cell .content .featured_row {color: #146c88}
.object_grid .object_cell .content .featured_row .profile_sprite {vertical-align: top}
.object_grid .object_cell .content .meta_row {font-size: 12px; line-height: 18px; color: #999}
.object_grid .object_cell .content .meta_row .value {color: #666}
.object_grid .object_cell.document_cell {margin-bottom: 110px}
.object_grid .object_cell.document_cell .content {display: none}
.object_grid .object_cell.document_cell .thumb {margin-bottom: 0}
.object_grid .object_cell.user_cell {width: 120px; text-align: center}
.object_grid .object_cell.user_cell .thumb {width: 98px; height: 98px; margin: 0 auto}
.object_grid .object_cell.user_cell .thumb a, .object_grid .object_cell.user_cell .thumb img {display: block}
.object_grid .object_cell.user_cell .user_name {margin: 10px 0; word-wrap: break-word}
.object_grid .object_cell.user_cell .user_name a {font-size: 16px}
.object_grid .object_cell.author_cell .thumb {cursor: pointer; width: 98px; height: 98px}
.object_grid .object_cell.author_cell .thumb .img {width: 100px; height: 100px}
.object_grid .object_cell.author_cell .user_name {word-wrap: break-word; font-size: 16px; height: 40px}
.object_grid .object_cell.author_cell .new_profile_follow_button {width: 100px; margin-left: 10px}


/* app/views/shared/grids/document_grid_with_saving.css @ 1387234242 */
.document_grid .home_btn {margin-top: 5px}
.document_grid .home_btn .btn_inner .sprite.bookmark {background-position: -188px -322px; width: 18px; height: 16px; margin-right: 5px}


/* app/views/shared/document_popups.css @ 1387234242 */
.document_popups {text-align: left}
.document_popups .document_popup .document_stats .stat:before {position: relative; top: 1px; content: ''; display: inline-block; background: #000; width: 1px; height: 8px; margin: 0 14px}
.document_popups .object_popup {z-index: 5; font-family: Proxima Nova, serif; position: absolute; top: 0; left: 0; width: 260px; margin-left: -37.5px; margin-top: -28px; background: white; background: rgba(255, 255, 255, 0.93); border: 1px solid lightgrey; border-radius: 3px; box-shadow: 7px 7px 32px rgba(0, 0, 0, 0.2)}
.document_popups .object_popup.is_hidden .editor_tools .hide_document_btn {display: none}
.document_popups .object_popup.is_hidden .editor_tools .unhide_document_btn {display: inline}
.document_popups .object_popup.show_hide .editor_tools .hide_tools {display: inline}
.document_popups .object_popup .popup_right {display: none}
.document_popups .object_popup .editor_tools {background: #f3f5f6; display: none; padding: 7px 20px; margin: 1px 1px 0 1px; font-size: 12px}
.document_popups .object_popup .editor_tools .sprite {margin-right: 5px; vertical-align: baseline}
.document_popups .object_popup .editor_tools a {margin-right: 20px}
.document_popups .object_popup .editor_tools .unhide_document_btn, .document_popups .object_popup .editor_tools .hide_tools {display: none}
.document_popups .object_popup .document_tools {float: right; margin: 20px 20px 0 0}
.document_popups .object_popup .document_tools .sprite {margin-left: 20px; cursor: pointer}
.document_popups .object_popup .document_tools .sprite:active {position: relative; top: 1px}
.document_popups .object_popup .document_tools .download_btn {display: none}
.document_popups .object_popup .title_row {font-size: 24px; line-height: 27px; max-height: 54px; overflow: hidden; margin: 1px 20px 3px 20px}
.document_popups .object_popup .title_row a {color: #333; font-weight: 300}
.document_popups .object_popup .stat_row {color: #7d989f}
.document_popups .object_popup .stat_row .singular_text {display: none}
.document_popups .object_popup .stat_row.singular .plural_text {display: none}
.document_popups .object_popup .stat_row.singular .singular_text {display: inline}
.document_popups .object_popup .rating.star_ratings {margin-right: 4px}
.document_popups .object_popup .verified_badge {display: inline-block; zoom: 1; *display: inline; background: url('/images/newhome/icon-sprite.png?1387234279') 0 0 no-repeat; background-position: -209px -339px; margin: 0 2px; height: 15px; width: 15px; vertical-align: top}
.document_popups .object_popup .creator_row {color: #333333; font-size: 13px; margin: 16px 20px 0 20px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.document_popups .object_popup .creator_row img {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin-right: 3px; width: 20px; height: 20px; background: #e2e7e9}
.document_popups .object_popup .creator_row .hidden {display: none}
.document_popups .object_popup .creator_row a {color: #3A5966; font-weight: bold}
.document_popups .object_popup .creator_row.creator_row_authors .author {margin-right: -2px; /* Hackish: makes the comma look right next to the link.*/ }
.document_popups .object_popup .creator_row.creator_row_authors .author:last-child {margin-right: 0}
.document_popups .object_popup.has_authors .creator_row_publisher {display: none}
.document_popups .document_popup {cursor: pointer}
.document_popups .document_popup .stat_ratings {cursor: default}
.document_popups .document_popup .read_excerpt_label {display: none}
.document_popups .document_popup .read_now_btn {margin-right: 6px}
.document_popups .document_popup.is_excerpt .read_now_label {display: none}
.document_popups .document_popup.is_excerpt .read_excerpt_label {display: inline}
.document_popups .document_popup .view_restriction_msg {display: none; margin: 0 20px 10px 20px; font-size: 13px; color: #333333}
.document_popups .document_popup.is_view_restricted .view_restriction_msg {display: block}
.document_popups .document_popup .document_description {margin: 20px; font-size: 13px; line-height: 22px; max-height: 110px; overflow: hidden; color: #333}
.document_popups .document_popup .document_description .description {margin: 0; padding: 0}
.document_popups .document_popup .document_description .more {display: block; font-weight: bold; color: #3A5966}
.document_popups .document_popup .document_description .more .icon-caret {vertical-align: middle; font-size: 9px}
.document_popups .document_popup .document_action {zoom: 1; margin: 20px; margin-top: 0; color: #999; white-space: nowrap}
.document_popups .document_popup .document_action:after {content: ""; display: table; clear: both}
.document_popups .document_popup .document_action a {font-style: normal}
.document_popups .document_popup .document_action .flat_btn {margin-right: 10px; font-style: normal; vertical-align: top}
.document_popups .document_popup .document_action_buttons {float: left}
.document_popups .document_popup .save_bookmark_btn {display: none}
.document_popups .document_popup .document_stats {font-size: 13px; margin: 0 20px; color: #333333}
.document_popups .document_popup .document_stats .label_value {display: inline-block; zoom: 1; *display: inline; vertical-align: middle}
.document_popups .document_popup .document_stats .stat:first-child:before {display: none}
.document_popups .document_popup .document_stats .views_stat, .document_popups .document_popup .document_stats .likes_stat {display: none}
.document_popups .document_popup.user_can_save_bookmarks .save_bookmark_btn {display: inline}
.document_popups .document_popup.user_can_save_bookmarks .save_bookmark_btn .save {display: inline-block; zoom: 1; *display: inline}
.document_popups .document_popup.user_can_save_bookmarks .save_bookmark_btn .unsave {display: none}
.document_popups .document_popup.user_can_save_bookmarks .save_bookmark_btn.saved .save {display: none}
.document_popups .document_popup.user_can_save_bookmarks .save_bookmark_btn.saved .unsave {display: inline-block; zoom: 1; *display: inline}
.document_popups .collection_popup.no_remaining .remaining_docs {display: none}
.document_popups .collection_popup .hide_document_btn {display: none}
.document_popups .collection_popup .add_to_collection_btn, .document_popups .collection_popup .save_bookmark_btn {display: none}
.document_popups .collection_popup .remaining_docs {margin: 10px 30px}
.document_popups .collection_popup .document_count {margin: 20px 30px}
.document_popups .collection_popup .document_list {margin: 0 30px 10px 30px}
.document_popups .collection_popup .document_row {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 20px}


/* app/views/new/chrome/alerts/_language_bar.css @ 1387234241 */
.autogen_class_views_new_chrome_alerts_language_bar {background-image: url("/images/share_settings/bkd_header_lgtblu_336_x_39.gif"); display: none}
.autogen_class_views_new_chrome_alerts_language_bar .inner {padding: 14px 0; width: 985px; margin: 0 auto; color: #FFF; text-align: left}
.autogen_class_views_new_chrome_alerts_language_bar .inner #close_language_bar {float: right; font-size: 30px; line-height: 24px; cursor: pointer; margin: 2px 0}
.autogen_class_views_new_chrome_alerts_language_bar .inner h3 {font-family: Proxima Nova, serif; color: #022f40; font-size: 20px; margin: 2px 0}
.autogen_class_views_new_chrome_alerts_language_bar .inner .language_selector_row {font-family: Proxima Nova, sans-serif; font-size: 14px; line-height: 20px; margin: 2px 0}
.autogen_class_views_new_chrome_alerts_language_bar .inner .language_selector_row .language_selector {color: #666; z-index: 2999}
.autogen_class_views_new_chrome_alerts_language_bar .inner .language_selector_row .language_selector_container {border: 0; margin-left: 0; padding-left: 0}


/* app/views/new/chrome/_branding.css @ 1387234241 */
.leader_branding {background: url('/images/newhome/bg-header-db-texture.gif?1387234279'); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.05); text-align: left; color: white; margin-bottom: -37px}
.leader_branding .inner {width: 996px; margin: 0 auto 0 auto; padding: 9px 0 46px 0}
.leader_branding h2 {font-family: Proxima Nova, serif; white-space: nowrap; font-size: 18px; font-weight: normal; margin: 0}
.leader_branding h2 .arrow {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; background-image: url('/images/newhome/header-arrow.png?1387234279'); width: 17px; height: 13px; margin: -6px 8px 0px 8px}
.leader_branding h2 a {color: #7ECDED; text-decoration: underline}
.leader_branding h2 a:hover {color: #abdef3}
.leader_branding h2 .sub {color: #7FCDEE}
.leader_branding .msg, .leader_branding .meta {font-family: Proxima Nova, sans-serif; color: #ccc; font-size: 12px; margin: 4px 0px}
.leader_branding .msg a, .leader_branding .meta a {color: #ccc}
.leader_branding .panel {display: inline-block; zoom: 1; *display: inline; vertical-align: top}
.leader_branding .panel.links {position: relative; top: -2px; margin-left: 20px}
.leader_branding .panel.links .meta {text-align: center}


/* app/views/new/chrome/_browse.css @ 1387234241 */
.browse_menu {display: inline-block; zoom: 1; *display: inline; color: white; vertical-align: middle; line-height: normal; margin-left: 12px; font-size: 13px}
.browse_menu .sprite_container {vertical-align: top}
.browse_menu .browse_link {color: white}
.browse_menu .browse_link:hover {text-decoration: none}
.browse_menu .sprite.book {margin-right: 7px; margin-top: -2px}
.browse_menu .sprite.header_arrow_down {margin-left: 7px}
.browse_menu .sub_menu {top: 27px; right: -184px; font-size: 14px; width: 378px}
.browse_menu .sub_menu .white_tri_up {position: absolute; top: -5px; right: 185px}
.browse_menu .sub_menu .column {display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 189px; margin-bottom: 28px}
.browse_menu .sub_menu .browse_header {display: block; color: #022f40; font-size: 19px; margin: 28px 0 12px 22px}
.browse_menu .sub_menu .left_col .browse_header {margin-left: 31px}
.browse_menu .sub_menu .left_col .row {padding-left: 31px}
.browse_menu .sub_menu .row {padding: 3px 22px}


/* app/views/new/chrome/document_collections/_lightbox.css @ 1387234241 */
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections {width: 600px; /* Add to Collection Utility */ /* Create new collection */ }
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .close_button {margin-bottom: 10px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .document_summary {margin: 0; padding-top: 10px; padding-bottom: 5px; border: none}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .document_summary .description {display: none}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .document_summary ul.stats_bottom {margin-top: 2px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .document_summary ul.stats_bottom li {list-style: none outside none; display: block; float: none; font-size: 11px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .document_summary ul.stats_bottom li span {font-size: 11px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .document_summary ul.stats_bottom li.created_at, .autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .document_summary ul.stats_bottom li.category {display: none}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .private {/* the notification that private docs go in private collections */ padding: 5px 5px 5px 25px; background: url("/images/my_docs/icon_private.gif") no-repeat scroll 5px 5px transparent}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection {/* Pagination */ }
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection .spinner {float: left; margin: 5px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li {padding: 3px 5px; display: block}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection {cursor: pointer; background: url('/images/timeline/feed_btm_rpt_1x11.gif?1387234279') repeat-x scroll left bottom white; line-height: 2em; border-bottom: 1px dotted #aaaaaa}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection:hover {background: none; background-color: #E9F2FC; -moz-border-radius: 2px; -webkit-border-radius: 2px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection span, .autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection label {float: left; vertical-align: middle}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection label {display: inline; overflow: hidden; white-space: nowrap; cursor: pointer; width: 380px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection label, .autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection .privacy {font-size: 11px; margin-left: 5px; font-weight: bold}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection input {border: none}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection .privacy {float: right; width: auto}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection .private {color: #990000}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection .public {color: #009933}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection li.document_collection .status_loader {margin-left: -3px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection .no_collections {background: url('/images/timeline/feed_btm_rpt_1x11.gif?1387234279') repeat-x scroll left bottom white; line-height: 2em; border-bottom: 1px dotted #aaaaaa; display: block; padding: 3px 5px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection .new_document_collection {float: right}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .manage_collection .paginator {float: right; margin: 5px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .autogen_class_views_shared_document_collections_form {border-bottom: 1px dotted #aaaaaa}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .document_collection_form_container form {width: 330px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .document_collection_form_container_open form, .autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .document_collection_form_container_open error {width: 520px}
.autogen_class_views_new_chrome_document_collections_lightbox #lightbox_document_collections .back {float: left; margin: 5px; font-weight: bold}


/* app/views/new/chrome/footer.css @ 1387234241 */
.global_footer {background: white; text-align: left; font-family: Proxima Nova, sans-serif; font-size: 12px; color: #666}
.global_footer .facebook_like {float: right}
.global_footer .inner {position: relative; padding: 40px 0px 80px 0px; width: 996px; margin: 0 auto 0 auto}
.global_footer .img_holder {margin-top: 3px; margin-bottom: 3px}
.global_footer img.app_store_link {width: 125px}
.global_footer strong {color: #333; font-size: 13px; line-height: 16px}
.global_footer ul {list-style: none; margin: 0; padding: 0}
.global_footer li {line-height: 16px}
.global_footer a {color: #666}
.global_footer .social {position: absolute; top: 102px; right: 0}
.global_footer .social .sprite {display: inline-block; zoom: 1; *display: inline; margin-left: 15px}
.global_footer .columns {margin: 40px 0}
.global_footer .columns .column {display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin-right: 44px}
.global_footer .columns .column.badges {margin-right: 29px}
.global_footer .sprite.ad_choices {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin-right: 4px}
.global_footer .bottom {margin-top: 25px; line-height: 20px}
.global_footer .copyright {display: inline-block; zoom: 1; *display: inline}


/* app/views/new/chrome/header.css @ 1387234241 */
.global_header {background: url('/images/newhome/bg-header-dkbl-2-texture.gif?1387234279') repeat 0 0; height: 56px; margin: 0; padding: 0; text-align: left; min-width: 900px}
.global_header .inner {width: 996px; padding-top: 14px; margin: 0 auto}
.global_header.fullscreen .inner {width: auto; margin: 0 45px}
.global_header.is_sticky {position: fixed; top: 0; left: 0; right: 0; z-index: 11}
.global_header .logo {display: inline-block; zoom: 1; *display: inline; margin-right: 18px; text-indent: -9999px; /* IE7 */ *text-indent: 0px; *font-size: 0}
.global_header .logo, .global_header .header_search {vertical-align: middle}
.global_header .right_section {float: right}
.global_header #user_util .facebook_notice_icon {margin-right: 5px; height: 15px; width: 15px}
.global_header #user_util .facebook_notice {margin: -10px 5px 10px; border: 1px solid #ffcc66; background-color: #f6f2d7; padding: 10px 15px 10px 15px; color: #333; border-radius: 5px}
.global_header #user_util .facebook_notice h4 {font-size: 11px; color: #666; margin-bottom: 5px}
.global_header #user_util .facebook_notice p {margin: 0; margin-bottom: 5px; font-size: 11px; line-height: 12px}
.global_header #user_util .facebook_notice .mid-sep {margin: 0 4px}
.global_header #user_util .sub_menu {right: -17px; width: 170px}
.global_header #user_util .sub_menu .tail {text-align: right; margin-right: 15px}
.global_header #user_util .sub_menu h3 {font-size: 13px; color: #2D2624; margin-bottom: 6px; padding: 0 20px}
.global_header #user_util .sub_menu .user_thumb {border: 1px solid #2d2624; margin-right: 5px}
.global_header #user_util .sub_menu .fb_profile_thumb img {border: 1px solid #2d2624}
.global_header #user_util ul {padding: 0 20px}
.global_header #user_util ul li {display: block; white-space: nowrap; line-height: 18px}
.global_header #user_util .notification_count {background-color: #D60B0B; padding: 2px 6px; font-size: 11px; color: #fff; font-weight: bold; border-radius: 4px; margin-left: 4px}
.global_header #user_util .notification_count:hover {text-decoration: none; background-color: #AC1818}


/* app/views/new/chrome/_language_selector.css @ 1387234241 */
.autogen_class_views_new_chrome_language_selector {display: inline-block; zoom: 1; *display: inline; border-left: 1px solid #d1d1d1; margin-left: 24px; padding-left: 24px; position: relative}
.autogen_class_views_new_chrome_language_selector .language_label, .autogen_class_views_new_chrome_language_selector .language {display: inline-block; zoom: 1; *display: inline}
.autogen_class_views_new_chrome_language_selector .language {height: 20px; padding: 0px 8px; margin-left: 6px; border-radius: 3px; background: #DFDFDF}
.autogen_class_views_new_chrome_language_selector .language a {color: #333}
.autogen_class_views_new_chrome_language_selector .language .sprite {display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin-left: 4px; margin-top: 6px}
.autogen_class_views_new_chrome_language_selector .language_selector {position: absolute; background: white; border: 1px solid silver; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); border-radius: 3px; padding: 10px; width: 360px; left: 164px; top: -10px}
.autogen_class_views_new_chrome_language_selector .language_selector ul {list-style: none}
.autogen_class_views_new_chrome_language_selector .language_selector ul li {display: inline-block; zoom: 1; *display: inline; margin-right: 12px}
.autogen_class_views_new_chrome_language_selector .language_selector ul li a {color: #146c88; font-weight: bold; padding: 3px 0px}
.autogen_class_views_new_chrome_language_selector .language_selector ul li a.active {background: #464646; color: white; border-radius: 3px; padding: 3px 8px}


/* app/views/new/chrome/_library.css @ 1387234241 */
.library_menu {display: none; color: white; vertical-align: middle; line-height: normal; margin-left: 12px; font-size: 13px; padding: 6px}
.library_menu.logged_in {display: inline-block; zoom: 1; *display: inline}
.library_menu.highlight {background-color: #40b375; border: 1px solid #40b375; padding: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px}
.library_menu .sprite_container {vertical-align: top}
.library_menu .library_link {color: white}
.library_menu .library_link:hover {text-decoration: none}
.library_menu .sprite.book {margin-right: 7px; margin-top: -2px}
.library_menu .sprite.header_arrow_down {margin-left: 7px}
.library_menu .loading_spinner {display: inline-block; zoom: 1; *display: inline; background: url(/images/loading.gif) no-repeat center; width: 16px; height: 16px; margin-right: 5px}
.library_menu .menu_item {display: block; padding: 10px}
.library_menu .menu_item:hover {text-decoration: none}
.library_menu .menu_item.see_more {color: #666; border-top: 1px solid #e7e7e7}
.library_menu .menu_item.document {border-top: 1px solid #e7e7e7}
.library_menu .menu_item.document:hover {background: #edf1f2}
.library_menu .menu_item.document .title, .library_menu .menu_item.document .publisher {display: block}
.library_menu .menu_item.document .title:hover, .library_menu .menu_item.document .publisher:hover {text-decoration: none}
.library_menu .menu_item.document .title {text-decoration: none; color: #666}
.library_menu .menu_item.document .publisher {color: #146c88}
.library_menu .sub_menu {top: 27px; right: -70px; font-size: 12px; width: 150px}
.library_menu .sub_menu .white_tri_up {position: absolute; top: -5px; right: 71px}
.library_menu .sub_menu .column {display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin-bottom: 28px}
.library_menu .sub_menu .library_header {display: block; color: #022f40; font-size: 12px}
.library_menu .sub_menu .row {padding: 3px 22px}


/* app/views/new/chrome/login/_facebook_login_button.css @ 1387234241 */
.facebook_login_button .scribd_fb_button {display: inline-block; zoom: 1; *display: inline; color: white; background-color: #3b5998; width: 230px; height: 45px; border-radius: 3px; text-align: center; cursor: pointer}
.facebook_login_button .scribd_fb_button .fb_label {position: relative}
.facebook_login_button .scribd_fb_button .icon-facebook {font-size: 24px; vertical-align: middle; position: relative; top: -2px}
.facebook_login_button .scribd_fb_button .inner {padding-left: 15px; line-height: 45px; font-size: 15px}
.facebook_login_button .fb_fail_message {color: red}
.facebook_login_button.loading .loader {display: inline-block; zoom: 1; *display: inline; margin-left: 10px}


/* app/views/new/chrome/login/_login_footer.css @ 1387234241 */
.autogen_class_views_new_chrome_login_login_footer {text-align: center; height: 100px; display: block; margin: 0px -40px -20px -40px}
.autogen_class_views_new_chrome_login_login_footer .login_landing {color: white; height: 100%}
.autogen_class_views_new_chrome_login_login_footer .login_landing .column {display: inline-block; width: 200px; background-repeat: no-repeat; background-position: top; margin: 35px 0}
.autogen_class_views_new_chrome_login_login_footer .login_landing .column.left {margin-right: 50px}
.autogen_class_views_new_chrome_login_login_footer .login_landing .column.center {border-left: 1px solid; border-right: 1px solid}
.autogen_class_views_new_chrome_login_login_footer .login_landing .column.right {margin-left: 50px}
.autogen_class_views_new_chrome_login_login_footer .login_lightbox {background-color: #f4f4f4; color: #666; height: 100%}
.autogen_class_views_new_chrome_login_login_footer .login_lightbox .column {display: inline-block; width: 33%; background-repeat: no-repeat; background-position: top; margin: 35px 0}
.autogen_class_views_new_chrome_login_login_footer .login_lightbox .column.center {border-left: 1px solid; border-right: 1px solid}
.autogen_class_views_new_chrome_login_login_footer .line {text-align: center}
.autogen_class_views_new_chrome_login_login_footer .line > .one {font-weight: 100; line-height: 18px; font-size: 18px}
.autogen_class_views_new_chrome_login_login_footer .line > .two {font-weight: 600; line-height: 18px; font-size: 18px; margin-left: 5px}
.autogen_class_views_new_chrome_login_login_footer .line > .three {line-height: 14px; font-size: 14px}


/* app/views/new/chrome/login/_login_form.css @ 1387234241 */
.login_forms .button_container .home_btn, .login_forms .button_container .loader {margin-right: 10px}
.login_forms .button_container .button_links {font-size: 12px}
.login_forms .label_text {margin-bottom: 5px; color: #444}
.login_forms label {display: block; margin-bottom: 10px}
.login_forms h2 {margin: 0; margin-bottom: 20px; color: #022f40; font-weight: normal}
.login_forms .newform .input {width: 278px; padding: 7px}
.login_forms .input_error {color: #f04952; height: 15px; margin: 8px 0}
.login_forms .input_error.is_good {color: #34A311}
.login_forms form.loading .loader {display: inline-block; zoom: 1; *display: inline}
.login_forms .invisible {visibility: hidden}
.login_forms .signup_container .flat_btn, .login_forms .login_form .flat_btn {min-width: 100px; font-size: 13px; font-weight: normal; margin-right: 10px}
.login_forms .signup_container form {padding-right: 20px}
.login_forms .signup_container .signup_optin {color: #666}
.login_forms .signup_container .signup_optin input {vertical-align: middle; margin-right: 4px}
.login_forms .signup_container .signup_disclosure {margin-top: 20px; font-size: 12px; color: #999}
.login_forms .signup_container .inline_block {display: inline-block; zoom: 1; *display: inline; margin-right: 20px}
.login_forms .login_form label {display: inline-block; zoom: 1; *display: inline; width: 300px; vertical-align: top; margin-right: 20px}


/* app/views/new/chrome/login/_login_lightbox.css @ 1387234241 */
.autogen_class_views_new_chrome_login_login_lightbox {/* TODO Remove these rules after payment A/B testing flow */ }
.autogen_class_views_new_chrome_login_login_lightbox #ajax_proxy_frame {display: none}
.autogen_class_views_new_chrome_login_login_lightbox .label_text {font-size: 13px}
.autogen_class_views_new_chrome_login_login_lightbox .signup_optin {font-size: 13px; width: 300px; position: relative; top: 8px; display: inline-block}
.autogen_class_views_new_chrome_login_login_lightbox .content {padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #dddddd}
.autogen_class_views_new_chrome_login_login_lightbox .title {font-weight: 100; font-size: 36px; line-height: 40px; margin: 30px 40px}
.autogen_class_views_new_chrome_login_login_lightbox .newform {padding-bottom: 10px}
.autogen_class_views_new_chrome_login_login_lightbox #forgot_password_lb {width: 666px}
.autogen_class_views_new_chrome_login_login_lightbox #forgot_password_lb form.show_login_input .login_information {display: block}
.autogen_class_views_new_chrome_login_login_lightbox #forgot_password_lb form .login_information {display: none}
.autogen_class_views_new_chrome_login_login_lightbox #forgot_password_lb .button_container {margin-top: 22px}
.autogen_class_views_new_chrome_login_login_lightbox #forgot_password_lb.new {color: #666666; width: 720px; background-image: none}
.autogen_class_views_new_chrome_login_login_lightbox #forgot_password_lb.new div.label_text {color: #666666; font-size: 13px}
.autogen_class_views_new_chrome_login_login_lightbox #forgot_password_lb.new .content {padding-top: 10px}
.autogen_class_views_new_chrome_login_login_lightbox #forgot_password_lb.new .close_button {margin-top: 40px; margin-right: 40px}
.autogen_class_views_new_chrome_login_login_lightbox #forgot_password_lb.new .btn_inner {font-weight: normal}
.autogen_class_views_new_chrome_login_login_lightbox #forgot_password_lb.new .label_text {font-size: 13px; margin-top: 20px}
.autogen_class_views_new_chrome_login_login_lightbox #password_reset_email_sent_lb {color: #666666; width: 720px; background-image: none}
.autogen_class_views_new_chrome_login_login_lightbox #password_reset_email_sent_lb .content {padding-top: 10px}
.autogen_class_views_new_chrome_login_login_lightbox #password_reset_email_sent_lb .close_button {margin-top: 40px; margin-right: 40px}
.autogen_class_views_new_chrome_login_login_lightbox #login_successful_lb {text-align: center; width: 300px; background-image: none}
.autogen_class_views_new_chrome_login_login_lightbox #login_successful_lb .close_button {display: none}
.autogen_class_views_new_chrome_login_login_lightbox #login_successful_lb h3 {font-weight: normal; font-size: 20px}
.autogen_class_views_new_chrome_login_login_lightbox #login_successful_lb .signup_message {display: none}
.autogen_class_views_new_chrome_login_login_lightbox #login_successful_lb.signup .signup_message {display: block}
.autogen_class_views_new_chrome_login_login_lightbox #login_successful_lb.signup .login_message {display: none}
.autogen_class_views_new_chrome_login_login_lightbox #login_lb, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb {width: 763px}
.autogen_class_views_new_chrome_login_login_lightbox .home_btn.disabled .btn_inner {background-color: #022f40 !important}
.autogen_class_views_new_chrome_login_login_lightbox .scribd_spinner {margin: 0 auto}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .why, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .why, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .why {max-width: 300px}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .login_toggle, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .signup_toggle, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .continue_toggle, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .login_toggle, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .signup_toggle, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .continue_toggle, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .login_toggle, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .signup_toggle, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .continue_toggle {margin: 10px 0; padding: 15px 0 10px 0}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .signup_container, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .login_form, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .signup_container, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .login_form, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .signup_container, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .login_form {display: none}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login.signup_open .signup_container, .autogen_class_views_new_chrome_login_login_lightbox #login_lb.signup_open .signup_container, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb.signup_open .signup_container {display: block}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login.signup_open .signup_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox #login_lb.signup_open .signup_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb.signup_open .signup_toggle .open_arrow {display: inline-block; zoom: 1; *display: inline}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login.signup_open .signup_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox #login_lb.signup_open .signup_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb.signup_open .signup_toggle .closed_arrow {display: none}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login.login_open .login_form, .autogen_class_views_new_chrome_login_login_lightbox #login_lb.login_open .login_form, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb.login_open .login_form {display: block}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login.login_open .login_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox #login_lb.login_open .login_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb.login_open .login_toggle .open_arrow {display: inline-block; zoom: 1; *display: inline}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login.login_open .login_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox #login_lb.login_open .login_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb.login_open .login_toggle .closed_arrow {display: none}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .signup_toggle, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .continue_toggle, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .signup_toggle, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .continue_toggle, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .signup_toggle, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .continue_toggle {border-top: 1px solid #dddddd}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .signup_toggle, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .login_toggle, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .continue_toggle, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .signup_toggle, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .login_toggle, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .continue_toggle, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .signup_toggle, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .login_toggle, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .continue_toggle {font-size: 18px}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .signup_toggle .btn_inner, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .login_toggle .btn_inner, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .continue_toggle .btn_inner, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .signup_toggle .btn_inner, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .login_toggle .btn_inner, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .continue_toggle .btn_inner, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .signup_toggle .btn_inner, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .login_toggle .btn_inner, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .continue_toggle .btn_inner {font-weight: normal; min-width: 100px}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .signup_toggle .toggle_text, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .login_toggle .toggle_text, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .continue_toggle .toggle_text, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .signup_toggle .toggle_text, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .login_toggle .toggle_text, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .continue_toggle .toggle_text, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .signup_toggle .toggle_text, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .login_toggle .toggle_text, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .continue_toggle .toggle_text {vertical-align: middle; color: #333333}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .signup_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .login_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .continue_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .signup_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .login_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .continue_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .signup_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .login_toggle .open_arrow, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .continue_toggle .open_arrow {display: none; margin-right: 5px}
.autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .signup_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .login_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox .lb_has_login .continue_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .signup_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .login_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox #login_lb .continue_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .signup_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .login_toggle .closed_arrow, .autogen_class_views_new_chrome_login_login_lightbox #archive_lb .continue_toggle .closed_arrow {margin-left: 3px; margin-right: 6px}


/* app/views/new/chrome/nags.css @ 1387234241 */
.anonymous_documents_nag {text-align: left}
.anonymous_documents_nag.show_merge_form .merge_anonymous_form {display: block}
.anonymous_documents_nag.show_merge_form .name_anonymous_form {display: none}
.anonymous_documents_nag .merge_anonymous_form {display: none}
.anonymous_documents_nag h2, .anonymous_documents_nag h3 {color: #022f40; font-weight: normal; margin-top: 0; margin-bottom: 10px}
.anonymous_documents_nag h2 {font-size: 22px}
.anonymous_documents_nag h3 {font-size: 16px}
.anonymous_documents_nag .nag_inner {width: 996px; padding: 40px 0; margin: 0 auto}
.anonymous_documents_nag .merge_form {display: inline-block; zoom: 1; *display: inline; margin-right: 32px; width: 300px}
.anonymous_documents_nag .merge_form label {display: block; margin-bottom: 10px}
.anonymous_documents_nag .merge_form input.text {width: 200px}
.anonymous_documents_nag .merge_form .label_text {display: block; font-size: 13px; margin-bottom: 4px}
.anonymous_documents_nag .merge_form .form_buttons {margin-top: 10px}
.anonymous_documents_nag .merge_form .error {display: block; color: #F04952; font-size: 12px; margin-top: 4px}
.anonymous_documents_nag .document_cell {display: inline-block; zoom: 1; *display: inline; white-space: normal; vertical-align: top; font-size: 13px; width: 185px; margin-right: 32px}
.anonymous_documents_nag .thumb {position: relative; background-position: 50% 50%; background-repeat: no-repeat; background-color: #E6E8E9; background-size: cover; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); height: 250px; margin-bottom: 10px}
.anonymous_documents_nag .thumb:hover .overlay {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5}
.anonymous_documents_nag .thumb:hover .overlay .sprite {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5}
.anonymous_documents_nag .thumb.is_book {box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.24), 3px 1px 15px rgba(0, 0, 0, 0.26)}
.anonymous_documents_nag .thumb.is_book .shadow_overlay {display: block}
.anonymous_documents_nag .thumb .shadow_overlay {display: none}
.anonymous_documents_nag .thumb .overlay, .anonymous_documents_nag .thumb .shadow_overlay {position: absolute; top: 0; right: 0; bottom: 0; left: 0}
.anonymous_documents_nag .thumb .overlay {-webkit-transition: opacity 0.1s ease-in-out; -moz-transition: opacity 0.1s ease-in-out; -ms-transition: opacity 0.1s ease-in-out; transition: opacity 0.1s ease-in-out; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; background: black}
.anonymous_documents_nag .thumb .overlay .sprite {position: absolute; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; left: 50%; top: 50%; margin-left: -23px; margin-top: -18px}
.anonymous_documents_nag .thumb .shadow_overlay {background: url('/images/landing/home_landing/thumbnail_overlay_185x250.png?1387234279') 0 0 no-repeat; background-size: cover}
.anonymous_documents_nag .document_title {font-size: 14px; line-height: 18px; overflow: hidden; max-height: 36px}
.anonymous_documents_nag .document_title a {color: #022f40}
.toolbar_notification {padding: 0 40px; padding-right: 27px; font-size: 16px; background: #397887; color: white; height: 40px; line-height: 40px; text-align: left; white-space: normal}
.toolbar_notification a {font-weight: bold; color: white}
.toolbar_notification .close_btn {display: block; float: right; color: #afd4dd; margin-top: 13px; cursor: pointer}
.toolbar_notification .close_btn:hover {color: #c4e0e6}
.toolbar_notification .close_btn:active {color: #8bc1ce}
.toolbar_notification.error_notification a, .toolbar_notification.error_notification .renewal_button, .toolbar_notification.store_notification a, .toolbar_notification.store_notification .renewal_button, .toolbar_notification.renewal_nag a, .toolbar_notification.renewal_nag .renewal_button {font-size: 13px; padding: 3px 6px; border-radius: 3px; margin-left: 10px; font-weight: normal; vertical-align: 2%}
.toolbar_notification.error_notification {background: #FF6666}
.toolbar_notification.error_notification a {background: #B72425}
.toolbar_notification.error_notification a:hover {text-decoration: none; background: #c42728}
.toolbar_notification.error_notification a:active {background: #aa2122}
.toolbar_notification.store_notification {background: #FFFDBD; color: #8C8E69}
.toolbar_notification.store_notification a {background: #BFBD69; color: white}
.toolbar_notification.store_notification a:hover {text-decoration: none; background: #c7c57b}
.toolbar_notification.store_notification a:active {background: #b7b557}
.toolbar_notification.renewal_nag {background: #154d63; color: white}
.toolbar_notification.renewal_nag a, .toolbar_notification.renewal_nag .renewal_button {background: #00a4d2}
.toolbar_notification.renewal_nag a:hover, .toolbar_notification.renewal_nag .renewal_button:hover {text-decoration: none; background: #00acdc}
.toolbar_notification.renewal_nag a:active, .toolbar_notification.renewal_nag .renewal_button:active {background: #008cb3}
.toolbar_notification.renewal_nag .renewal_button {display: inline; font: inherit; outline: none; outline-offset: 0em; border: none}
.toolbar_notification.renewal_nag .renewal_form {display: inline}


/* app/views/new/chrome/_search.css @ 1387234241 */
.header_search {display: inline-block; zoom: 1; *display: inline; color: white; position: relative}
.header_search .search_button {margin-left: 8px; vertical-align: middle}
.header_search .search_button .sprite {margin: 0 8px}
.header_search .search_outer {position: relative}
.header_search .search_icon {position: absolute; right: 11px; top: 50%; margin-top: -7px; cursor: pointer}
.header_search .search_icon:active {margin-top: -5px}
.header_search .search_input {font-family: Proxima Nova, sans-serif; vertical-align: middle; border-radius: 3px; height: 14px; padding: 8px 33px 8px 8px; font-size: 13px; width: 259px; border: 0; background: #F9F9F7; outline: none; color: #103948; -webkit-transition: background-color 0.1s ease-in-out; -moz-transition: background-color 0.1s ease-in-out; transition: background-color 0.1s ease-in-out}


/* app/views/new/chrome/_user_menu.css @ 1387234241 */
.user_menu {display: inline-block; zoom: 1; *display: inline; line-height: normal; vertical-align: middle}
.user_menu .upload_button {padding: 0; width: 90px}
.user_menu .upload_button .btn_inner {font-size: 13px; font-weight: normal}
.user_menu .upload_button .sprite.upload {margin-right: 10px}


/* app/views/new/chrome/_user_sign_in.css @ 1387234241 */
.autogen_class_views_new_chrome_user_sign_in {display: inline-block; zoom: 1; *display: inline; vertical-align: top; font-family: Proxima Nova, sans-serif; text-align: right; position: relative; top: -2px; margin-left: 16px; line-height: normal}
.autogen_class_views_new_chrome_user_sign_in a {font-size: 12px; color: white}
.autogen_class_views_new_chrome_user_sign_in .row {line-height: 17px}
.autogen_class_views_new_chrome_user_sign_in .signup_top {border-bottom: 1px solid #2b4b63}


/* app/views/new/chrome/_user_util.css @ 1387234241 */
.user_util {display: inline-block; zoom: 1; *display: inline; height: 30px; margin: 0px 0px 0px 4px; vertical-align: top}
.user_util .user_pic {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; width: 30px; height: 30px; border-radius: 3px; overflow: hidden; background: rgba(255, 255, 255, 0.5); box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2); cursor: pointer}
.user_util .sprite_container {vertical-align: middle}
.user_util .notification_count {color: white; background: #cc0000; position: relative; top: -8px; left: 4px; padding: 1px 6px; border-radius: 8px; font-weight: bold; border-top: 1px solid #ff6666; border-bottom: 1px solid #990000; box-shadow: 0px 0px 3px red; text-shadow: 1px 1px 0px #990000}
.user_util .hover_menu .header_arrow_down {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin-left: 6px; margin-top: 2px}
.user_util .sub_menu {top: 40px; right: -18px}
.user_util .sub_menu .white_tri_up {position: absolute; top: -5px; right: 39px}
.user_util .sub_menu .top .user_name:hover {text-decoration: none}
