/* line 2, ../../../../../vendor/assets/stylesheets/StEditor/skins/default/main.css.scss */
.StEditor .toolbars-area {
  padding-bottom: 1px;
  background: #FAFAFA;
}
/* line 7, ../../../../../vendor/assets/stylesheets/StEditor/skins/default/main.css.scss */
.StEditor .editor-area {
  padding: 0;
}
/* line 11, ../../../../../vendor/assets/stylesheets/StEditor/skins/default/main.css.scss */
.StEditor .editor-area textarea {
  border: 1px solid #DDD;
  padding: 2px;
  font-family: Verdana;
  font-size: 9pt;
  margin: 0;
}
/* line 2, ../../../../../vendor/assets/stylesheets/StEditor/skins/default/toolbar.css.scss */
.StEditor .tools-box {
  border: 1px solid #DDD;
  margin-right: 1px;
}
/* line 7, ../../../../../vendor/assets/stylesheets/StEditor/skins/default/toolbar.css.scss */
.StEditor .tools-starter {
  vertical-align: middle;
  background-color: #efefde;
}
/* line 11, ../../../../../vendor/assets/stylesheets/StEditor/skins/default/toolbar.css.scss */
.StEditor .tools-starter img {
  height: 21px;
}
/* line 16, ../../../../../vendor/assets/stylesheets/StEditor/skins/default/toolbar.css.scss */
.StEditor .tools-separator {
  vertical-align: middle;
  background-color: #efefde;
}
/* line 21, ../../../../../vendor/assets/stylesheets/StEditor/skins/default/toolbar.css.scss */
.StEditor .tools-button {
  opacity: 0.60;
  /* Safari, Opera and Mozilla */
  filter: alpha(opacity=50);
  /* IE */
  background-color: #efefde;
  border: 1px solid #efefde;
}
/* line 28, ../../../../../vendor/assets/stylesheets/StEditor/skins/default/toolbar.css.scss */
.StEditor .tools-button-hover {
  opacity: 1;
  /* Safari, Opera and Mozilla */
  filter: alpha(opacity=100);
  /* IE */
  border: 1px solid #AAA;
  background-color: #FFFDFD;
}
/* line 35, ../../../../../vendor/assets/stylesheets/StEditor/skins/default/toolbar.css.scss */
.StEditor .tools-button img, .StEditor .tools-button-hover img {
  width: 21px;
  height: 21px;
  cursor: pointer;
  cursor: hand;
}
/*


*/

/* line 1, ../../../app/assets/stylesheets/front/adblock_warning.css.scss */
.adblock-warning {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
/* line 9, ../../../app/assets/stylesheets/front/adblock_warning.css.scss */
.adblock-warning .adblock-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 90px;
  margin-top: -45px;
  margin-left: -200px;
  padding: 0;
}
/* line 19, ../../../app/assets/stylesheets/front/adblock_warning.css.scss */
.adblock-warning .adblock-container .text {
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 30px;
}
/* line 26, ../../../app/assets/stylesheets/front/adblock_warning.css.scss */
.adblock-warning .adblock-container .button {
  margin-top: 30px;
  line-height: 30px;
  text-align: center;
}
/* line 31, ../../../app/assets/stylesheets/front/adblock_warning.css.scss */
.adblock-warning .adblock-container .button button {
  height: 30px;
  width: 100px;
  border: none;
  font-size: 20px;
}
table.jCalendar {
  border-collapse: collapse;
}
table.jCalendar th {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background: #DDD;
  font-weight: bold;
  font-size: 8pt;
  color: #444;

  padding-left: 2px;
  padding-right: 2px;
}
table.jCalendar td {
  text-align: center;

  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}
table.jCalendar td.other-month {
  color: gray;
}
table.jCalendar td.today {
  background: pink;
  font-weight: bold;
}
table.jCalendar td.selected {
}
table.jCalendar td.selected:hover {
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* line 1, ../../../app/assets/stylesheets/front/front_end.css.scss */
html, body {
  font-size: .9em;
  * font-size: 8pt;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: #FFF;
  margin: 0;
  padding: 0;
}

/* line 10, ../../../app/assets/stylesheets/front/front_end.css.scss */
.clear-both {
  clear: both;
}

/** BEGIN page's skeleton styles **/
/* line 15, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#info-container {
  float: left;
  width: 100%;
}

/* line 20, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.info {
  margin: 0 0 10px 0;
}

/* line 24, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.info-with-margin {
  float: left;
}

/* line 28, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#footer-container {
  clear: left;
  border: 1px solid gray;
  padding: .5em;
  margin: .5em;
  margin-top: 0;
  padding-top: 0;
}

/* line 37, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#right-panel-container {
  float: right;
  width: 170pt;
  display: none;
}

/* line 43, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#left-panel-container {
  margin-left: -100%;
  float: left;
  width: 170pt;
}

/* line 49, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#main-panel-container {
  margin-left: 170pt;
  margin-right: 5pt;
}

/* line 54, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.panel-wrap {
  padding: .5em;
}

/* line 58, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#main-panel-container div.panel-wrap {
  padding: .5em 0;
}

/** END page's skeleton styles **/
/** BEGIN common elements styles **/
/* line 64, ../../../app/assets/stylesheets/front/front_end.css.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 69, ../../../app/assets/stylesheets/front/front_end.css.scss */
form label {
  font-weight: bold;
  color: #444;
  display: block;
}

/* line 75, ../../../app/assets/stylesheets/front/front_end.css.scss */
form label span.req {
  color: red;
}

/* line 79, ../../../app/assets/stylesheets/front/front_end.css.scss */
form label a {
  font-weight: normal;
}

/* line 83, ../../../app/assets/stylesheets/front/front_end.css.scss */
form p.inline label {
  display: inline;
}

/* line 87, ../../../app/assets/stylesheets/front/front_end.css.scss */
form p {
  margin: .5em 0;
}

/* line 91, ../../../app/assets/stylesheets/front/front_end.css.scss */
form p input, form p textarea, div.fieldWithErrors textarea, div.fieldWithErrors input {
  width: 100%;
}

/* line 95, ../../../app/assets/stylesheets/front/front_end.css.scss */
form p input[type="checkbox"] {
  margin: 0;
  width: auto;
}

/* line 100, ../../../app/assets/stylesheets/front/front_end.css.scss */
form p textarea, div.fieldWithErrors textarea {
  height: 150pt;
}

/* line 104, ../../../app/assets/stylesheets/front/front_end.css.scss */
form p.private-message textarea {
  height: 225pt;
}

/* line 108, ../../../app/assets/stylesheets/front/front_end.css.scss */
form .buttons {
  text-align: right;
}

/* line 112, ../../../app/assets/stylesheets/front/front_end.css.scss */
form .buttons input {
  width: auto !important;
}

/* line 116, ../../../app/assets/stylesheets/front/front_end.css.scss */
form .buttons .remember-me {
  float: left;
  line-height: 22px;
}

/* line 121, ../../../app/assets/stylesheets/front/front_end.css.scss */
form .buttons .login {
  float: right;
}

/* line 125, ../../../app/assets/stylesheets/front/front_end.css.scss */
form .buttons-left {
  text-align: left;
}

/* line 128, ../../../app/assets/stylesheets/front/front_end.css.scss */
form .buttons-left input {
  width: auto !important;
}

/* line 132, ../../../app/assets/stylesheets/front/front_end.css.scss */
a {
  color: brown;
}

/* line 136, ../../../app/assets/stylesheets/front/front_end.css.scss */
a.edit {
  color: green;
}

/* line 140, ../../../app/assets/stylesheets/front/front_end.css.scss */
a.del {
  color: red;
}

/* line 144, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.hr {
  border-bottom: 1px dotted gray;
  margin: .5em 0;
}

/* line 152, ../../../app/assets/stylesheets/front/front_end.css.scss */
li.dark {
  background: #EEE;
}

/* line 156, ../../../app/assets/stylesheets/front/front_end.css.scss */
img {
  border: none;
}

/* line 160, ../../../app/assets/stylesheets/front/front_end.css.scss */
span.translation_missing {
  background-color: yellow;
}

/** END common elements styles **/
/** BEGIN common blocks styles **/
/* line 166, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.image {
  text-align: center;
  vertical-align: middle;
}

/* line 171, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.small-container ul {
  padding-left: 2.5em;
  margin: 0;
}

/* line 175, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.small-container ul li {
  margin: 0;
  padding: 0;
}

/* line 180, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#loading-marker {
  position: absolute;
  top: 0;
  right: 1em;
  background: #844;
  font: normal .8em Verdana;
  text-decoration: blink;
  color: white;
  padding: 0 .5em;
  display: block;
}

/* line 192, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.container {
  border: 1px solid gray;
  padding: .5em;
  margin-bottom: .6em;
}

/* line 198, ../../../app/assets/stylesheets/front/front_end.css.scss */
.banner {
  text-align: center;
}
/* line 201, ../../../app/assets/stylesheets/front/front_end.css.scss */
.banner .banner-fixed {
  margin-top: 0;
}

/* line 206, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#main-categories, div#main-categories-bottom {
  text-align: center;
}

/* line 210, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#main-categories ul, div#main-categories-bottom ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

/* line 216, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#main-categories ul.external-links {
  font: bold 100% Georgia, Garamond, Times;
  text-transform: uppercase;
}

/* line 221, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#main-categories ul li, div#main-categories-bottom ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

/* line 228, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#main-categories ul.external-links li {
  margin: 0 .5em;
}

/* line 232, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#main-categories ul li a, div#main-categories-bottom ul li a {
  text-decoration: none;
}

/* line 236, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#main-categories ul li a:hover, div#main-categories-bottom ul li a:hover {
  text-decoration: underline;
}

/* line 240, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#main-categories ul li a.current, div#main-categories-bottom ul li a.current {
  font-weight: bold;
}

/* line 244, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#user-bar form input#login, div#user-bar form input#password {
  width: 100%;
  * width: 96%;
}

/* line 249, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#user-bar form p {
  margin: .2em 0;
}

/* line 253, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#user-bar ul#actions {
  padding-left: 2.5em;
  margin: 0;
}

/* line 258, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#user-bar ul#actions li {
  padding: 0;
  margin: 0;
}

/* line 262, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#user-bar ul#actions li.hr {
  list-style: none;
  padding: 0;
  margin: .3em 0;
  font-size: 1px;
  * margin: 0;
  margin-right: 2em;
  display: block;
  height: 1px;
  border-bottom: 1px dotted gray;
}

/* line 274, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#user-bar #unread-messages-count {
  color: red;
}

/* line 278, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#quickjump-menu-container select, div#search-container input#q {
  width: 105pt;
}

/* line 282, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#sub-categories-container li.container-label {
  list-style: none;
}

/* line 286, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#sub-categories-container li.container-label div.container-text {
  font-weight: bold;
  background: #DDD;
  margin-bottom: 1px;
  padding-left: .5em;
  cursor: pointer;
}

/* line 294, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#sub-categories-container li.container-label div.container-text img.collapser {
  margin-left: -21px;
  margin-top: 2px;
  position: relative;
  float: left;
  cursor: pointer;
}

/* line 302, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#sub-categories-container li.current-category {
  font-weight: bold;
}

/* line 306, ../../../app/assets/stylesheets/front/front_end.css.scss */
.mono {
  font-family: mono;
}

/** END common blocks styles **/
/** BEGIN news displaying styles **/
/* line 312, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.news div.title, div.news div.title h1, div.comment div.title {
  font-weight: bold;
  font-size: 10pt;
  margin: 0;
}

/* line 318, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.news div.text, div.comment div.text {
  margin: .5em 0;
}

/* line 322, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.news div.actions, div.comment div.actions {
  text-align: right;
}

/* line 326, ../../../app/assets/stylesheets/front/front_end.css.scss */
#add-comment-link-container {
  text-align: right;
}

/* line 330, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#comment-form form textarea {
  width: 100%;
  * width: 99%;
}

/* line 335, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#categories-container label {
  display: inline;
  float: none;
  cursor: pointer;
}

/** END news displaying styles **/
/** BEGIN bb-code styles **/
/* line 343, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.left {
  text-align: left;
}

/* line 346, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.right {
  text-align: right;
}

/* line 349, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.center {
  text-align: center;
}

/* line 352, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.justify {
  text-align: justify;
}

/* line 355, ../../../app/assets/stylesheets/front/front_end.css.scss */
span.mark {
  background: pink;
}

/* line 358, ../../../app/assets/stylesheets/front/front_end.css.scss */
span.highlight {
  background: yellow;
}

/* line 362, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.quote {
  background: #EEE;
  border-left: .2em solid brown;
  margin-left: 2em;
  margin-top: .4em;
  margin-bottom: .4em;
}

/* line 370, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.quote td.quote_left, table.quote td.quote_right {
  display: none;
}

/* line 374, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.quote td.quote_center {
  padding: .2em .8em;
}

/** END bb-code styles **/
/** BEGIN errors displaying styles **/
/* line 380, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.notice {
  padding: 5px;
  margin-top: 10px;
  color: #0C2504;
  display: block;
  border-top: 1px solid green;
  border-bottom: 1px solid green;
  background: #7d7;
}

/* line 390, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.flash-error {
  padding: 5px;
  margin-top: 10px;
  color: #0C2504;
  display: block;
  border-top: 1px solid brown;
  border-bottom: 1px solid brown;
  background: pink;
}

/* line 400, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.error div.title {
  color: red;
  font-weight: bold;
  font-size: 12pt;
}

/* line 406, ../../../app/assets/stylesheets/front/front_end.css.scss */
.errorExplanation {
  padding: 5px;
  margin-top: 10px;
  color: #0C2504;
  display: block;
  border-top: 1px solid brown;
  border-bottom: 1px solid brown;
  background: pink;
}

/* line 415, ../../../app/assets/stylesheets/front/front_end.css.scss */
.errorExplanation h2 {
  display: none;
}

/* line 419, ../../../app/assets/stylesheets/front/front_end.css.scss */
.errorExplanation p {
  display: none;
}

/* line 423, ../../../app/assets/stylesheets/front/front_end.css.scss */
.errorExplanation ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}

/* line 429, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.fieldWithErrors {
  width: auto;
}

/* line 433, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.fieldWithErrors textarea, div.fieldWithErrors input {
  background: pink !important;
}

/** END errors displaying styles **/
/** BEGIN common forms styles **/
/* line 439, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#news-form input, div#news-form textarea {
  width: 100%;
  * width: 98%;
}

/* line 444, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#news-form ul input {
  /* checkboxes */
  width: auto;
}

/** END common forms styles **/
/** BEGIN list-tables styles **/
/* line 450, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.list {
  width: 100%;
  border-collapse: collapse;
  margin-top: .5em;
}

/* line 456, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.list thead {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background: #E8E4D3;
}

/* line 462, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.list thead th {
  text-align: left;
  padding: 0 4pt;
}

/* line 467, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.list thead th.act {
  text-align: center;
}

/* line 471, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.list tbody tr.dark {
  background: #EEE;
}

/* line 475, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.list tbody tr.marked {
  background: #FEE;
}

/* line 479, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.list tbody tr:hover {
  background: #EED;
}

/* line 483, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.list tbody td {
  padding: 0 4pt;
  border-bottom: 1px solid #BBB;
}

/* line 488, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.list tbody td.num {
  text-align: right;
}

/* line 492, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.list tbody td.act {
  text-align: center;
}

/** END list-tables styles **/
/** BEGIN private messages displaying styles **/
/* line 498, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.private-messages-footer {
  width: 100%;
}

/* line 502, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.private-messages-footer td.clear-inbox {
  text-align: right;
}

/* line 506, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#sent-received-switcher-container {
  text-align: right;
}

/* line 510, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.private-message div.text {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background: #EEE;
}

/* line 516, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.private-message div.actions {
  text-align: right;
}

/** END private messages displaying styles **/
/** BEGIN the calendar block styles **/
/* line 522, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#calendar-container div#calendar-header a {
  font-weight: bold;
  text-decoration: none;
}

/* line 527, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#calendar-container div#calendar-header div#prev-month, div#calendar-container div#calendar-header div#next-month {
  width: 20%;
  position: relative;
  float: left;
}

/* line 533, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#calendar-container div#calendar-header div#next-month {
  text-align: right;
  float: right;
}

/* line 538, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#calendar-container div#calendar-header div#current-month {
  text-align: center;
}

/* line 542, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#calendar-container div#days-container div#days-pointers {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background: #DDD;
  font-weight: bold;
  color: #444;
  font-size: 8pt;
}

/* line 551, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#calendar-container div#days-container div#days-pointers div, div#calendar-container div#days-container div.week div {
  width: 14.285%;
  position: relative;
  float: left;
  text-align: center;
}

/* line 558, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#calendar-container div#days-container div#days-pointers, div#calendar-container div#days-container div.week {
  clear: both;
  height: 14pt;
  line-height: 14pt;
}

/* line 564, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#calendar-container div#days-container div.week div.today {
  background: pink;
  font-weight: bold;
}

/* line 569, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#calendar-container div#days-container div.week div.prev-month, div#calendar-container div#days-container div.week div.next-month {
  color: gray;
}

/** END the calendar block styles **/
/** BEGIN spoiler's styles **/
/* line 575, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.spoiler {
  padding-left: 2em;
}

/* line 579, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.spoiler span.trigger {
  font-weight: bold;
  color: #C33;
  background-color: #efefef;
  border: solid #666;
  border-width: 0px 0px 0px 3px;
  padding: 2px 9px 1px 7px;
}

/* line 588, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.spoiler span.trigger img {
  padding-right: 7px;
  cursor: pointer;
}

/* line 593, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.spoiler div {
  margin: 3px 0px 0px 0px;
  background-color: #efefef;
  border: solid #666;
  border-width: 0px 0px 0px 3px;
  padding: 2px 9px;
}

/** END spoiler's styles **/
/** BEGIN complain's styles **/
/* line 603, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.complain {
  float: right;
  padding: 2px;
  margin: 4px 4px 0 0;
}

/* line 609, ../../../app/assets/stylesheets/front/front_end.css.scss */
.hidden {
  display: none;
}

/* Pop-up message and fading background */
/* line 614, ../../../app/assets/stylesheets/front/front_end.css.scss */
#opaco {
  background-color: #000000;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
  /* IE5+ */
  filter: alpha(opacity=70);
  /* IE4- */
  moz-opacity: 0;
  /* Mozilla */
  -khtml-opacity: 0;
  /* Safari */
  opacity: 0;
  /* general CSS3 */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* line 629, ../../../app/assets/stylesheets/front/front_end.css.scss */
#popup {
  background-color: #FFFFFF;
  position: fixed;
  /*width:300px;*/
  left: 50%;
  top: 50%;
  min-width: 300px;
  z-index: 11;
}

/* line 639, ../../../app/assets/stylesheets/front/front_end.css.scss */
#popup textarea {
  display: block;
  width: 400px;
  margin-bottom: 10px;
  width: 435px;
  height: 150px;
  border: 3px solid #cccccc;
}

/* line 648, ../../../app/assets/stylesheets/front/front_end.css.scss */
#Reason {
  width: 335px;
  height: 20;
  padding-left: 102px;
  border: 2px solid #cccccc;
}

/* line 655, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.Reason {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #666;
  color: #FFF;
  margin-bottom: -22px;
  width: 102px;
  line-height: 22px;
}

/* line 667, ../../../app/assets/stylesheets/front/front_end.css.scss */
div.form-border {
  border: 3px solid brown;
  padding: 10px;
}

/* line 672, ../../../app/assets/stylesheets/front/front_end.css.scss */
.abuse-message {
  font-weight: bold;
  float: right;
  padding: 5px 55px 0 0;
}

/* line 677, ../../../app/assets/stylesheets/front/front_end.css.scss */
.abuse-title {
  color: brown;
  text-align: center;
  font-weight: bold;
  font-size: 105%;
  padding: 0 0 10px 0;
}

/* line 684, ../../../app/assets/stylesheets/front/front_end.css.scss */
.abuse-notice {
  color: green;
}

/* line 687, ../../../app/assets/stylesheets/front/front_end.css.scss */
.abuse-error {
  color: red;
}

/** END complain's styles **/
/** BEGIN /abuses **/
/* line 694, ../../../app/assets/stylesheets/front/front_end.css.scss */
body.abuses .abuses {
  margin-top: 1em;
}
/* line 698, ../../../app/assets/stylesheets/front/front_end.css.scss */
body.abuses .abuses .abuse {
  padding: 0.2em;
  margin: 0.4em 1em;
  background: #EEE;
}
/* line 704, ../../../app/assets/stylesheets/front/front_end.css.scss */
body.abuses .abuses .short_reason {
  font-weight: bold;
}
/* line 708, ../../../app/assets/stylesheets/front/front_end.css.scss */
body.abuses .abuses .reported_by {
  margin-top: 1em;
  font-size: 85%;
}

/** END /abuses **/
/** BEGIN file-express **/
/* line 716, ../../../app/assets/stylesheets/front/front_end.css.scss */
table.file-express {
  margin: 2em 0;
}

/** END file-express **/
/** BEGIN twitter button **/
/* line 722, ../../../app/assets/stylesheets/front/front_end.css.scss */
a.twitter img {
  margin-bottom: -6px;
}

/** END twitter button **/
/* line 727, ../../../app/assets/stylesheets/front/front_end.css.scss */
.crutch-main {
  float: left;
  display: inline-block;
}

/* line 729, ../../../app/assets/stylesheets/front/front_end.css.scss */
.crutch-gplus {
  float: left;
  margin: 0 -2px 0 5px;
  width: 66px;
  display: inline-block;
}

/* line 731, ../../../app/assets/stylesheets/front/front_end.css.scss */
.crutch-flike {
  float: left;
  margin: 0 0 0 5px;
}

/* line 733, ../../../app/assets/stylesheets/front/front_end.css.scss */
.septum {
  display: inline-block;
  float: left;
}

/* line 735, ../../../app/assets/stylesheets/front/front_end.css.scss */
div#___plusone_0 iframe {
  margin-bottom: -5px;
}

/** BEGIN profile page styles **/
/* line 740, ../../../app/assets/stylesheets/front/front_end.css.scss */
.buy-now, .support-link {
  color: brown;
  font-weight: bold;
  font-size: 14pt;
  font-family: Arial, sans;
}

/* line 747, ../../../app/assets/stylesheets/front/front_end.css.scss */
.premium .support-link {
  margin-left: 35px;
}

/* line 751, ../../../app/assets/stylesheets/front/front_end.css.scss */
.premium-till {
  font-weight: bold;
  font-size: 12pt;
  padding-left: 35px;
  background: url(/assets/PREMIUM_check-0bf33ba75e251a12e898a3a0d0ee4b78.png) left center no-repeat;
  height: 30px;
  line-height: 30px;
}

/* line 760, ../../../app/assets/stylesheets/front/front_end.css.scss */
.buy-notice {
  font-size: 11pt;
  font-weight: bold;
  color: #666;
}

/* line 766, ../../../app/assets/stylesheets/front/front_end.css.scss */
img.profile-new {
  vertical-align: top;
  margin-left: -3px;
  margin-top: 2px;
}

/** END profile page styles **/
/* line 773, ../../../app/assets/stylesheets/front/front_end.css.scss */
.nitroflare-link {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 0.75em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
/* line 2, ../../../app/assets/stylesheets/front/login.css.scss */
body.logins .centered {
  text-align: center;
}
/* line 6, ../../../app/assets/stylesheets/front/login.css.scss */
body.logins #main-container {
  margin: 0 auto;
  margin-top: 20%;
  width: 300pt;
  display: block;
  border: 1px solid gray;
  background: #FFF;
  text-align: left;
  padding: 1em;
}
/* line 17, ../../../app/assets/stylesheets/front/login.css.scss */
body.logins #login-form-messages {
  color: red;
}
/* line 21, ../../../app/assets/stylesheets/front/login.css.scss */
body.logins form {
  margin: 0;
  padding: 0;
}
/* line 25, ../../../app/assets/stylesheets/front/login.css.scss */
body.logins form label {
  display: block;
  width: 100pt;
  float: left;
  font-weight: bold;
}
/* line 32, ../../../app/assets/stylesheets/front/login.css.scss */
body.logins form input {
  border: 1px solid gray;
}
/* line 2, ../../../app/assets/stylesheets/front/news_mgr.css.scss */
body.news_mgr #categories-container {
  border: 1px solid grey;
  padding: .5em;
}
/* line 7, ../../../app/assets/stylesheets/front/news_mgr.css.scss */
body.news_mgr #categories-container ul {
  margin: 0;
  padding: 0;
}
/* line 12, ../../../app/assets/stylesheets/front/news_mgr.css.scss */
body.news_mgr #categories-container ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 2em;
}
/* line 19, ../../../app/assets/stylesheets/front/news_mgr.css.scss */
body.news_mgr img.collapser {
  float: left;
  position: relative;
  margin-top: 2px;
  margin-left: 2px;
  cursor: pointer;
}
/* line 27, ../../../app/assets/stylesheets/front/news_mgr.css.scss */
body.news_mgr #categories-container ul li .container-line {
  background: #DDD;
  padding-left: 0px;
  line-height: 16px;
}
/* line 33, ../../../app/assets/stylesheets/front/news_mgr.css.scss */
body.news_mgr #categories-container ul li .container-line img.collapser {
  margin-right: 4px;
}
/* line 37, ../../../app/assets/stylesheets/front/news_mgr.css.scss */
body.news_mgr #categories-container input[type="checkbox"] {
  width: 14px;
}
/* line 1, ../../../app/assets/stylesheets/front/poster_announce_popup.css.scss */
.poster-announce-popup {
  z-index: 100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}
/* line 11, ../../../app/assets/stylesheets/front/poster_announce_popup.css.scss */
.poster-announce-popup .text {
  width: 640px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -330px;
  padding: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: white;
  border: white solid 2px;
  border-radius: 5px;
  color: black;
}
/* line 32, ../../../app/assets/stylesheets/front/poster_announce_popup.css.scss */
.poster-announce-popup .close {
  position: fixed;
  top: 16px;
  right: 32px;
  font-size: 64px;
  line-height: 64px;
  cursor: pointer;
}
/*


*/

