/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.





*/

/* line 26, ../../app/assets/stylesheets/admin.css.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 31, ../../app/assets/stylesheets/admin.css.scss */
html {
  font-size: 12px;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  height: 100%;
}

/* line 37, ../../app/assets/stylesheets/admin.css.scss */
body {
  height: 100%;
}

/* line 42, ../../app/assets/stylesheets/admin.css.scss */
h1, h2, h3, h4, h5 {
  padding: 1em 0;
}

/* line 46, ../../app/assets/stylesheets/admin.css.scss */
.hidden {
  display: none;
}

/* line 126, ../../app/assets/stylesheets/admin.css.scss */
.admin_table {
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 1000px;
  margin: 0;
  border: 0px solid black;
  border-collapse: collapse;
}

/* line 138, ../../app/assets/stylesheets/admin.css.scss */
.banner_tr {
  border-bottom: 3px solid #C80000;
  height: 51px;
  background-image: url("admin/background_top.png");
  background-position: left top;
  background-repeat: repeat-x;
  color: #FFFFFF;
  min-width: 1000px;
  padding: 10px;
}

/* line 150, ../../app/assets/stylesheets/admin.css.scss */
.bottom_tr {
  border-top: 3px solid #C80000;
  height: 51px;
  background-image: url("admin/background_bottom.png");
  background-position: left top;
  background-repeat: repeat-x;
  color: #FFFFFF;
  min-width: 1000px;
  padding: 10px;
}

/* line 161, ../../app/assets/stylesheets/admin.css.scss */
.admin {
  padding: 10px;
}

/* line 165, ../../app/assets/stylesheets/admin.css.scss */
.admin_table > tbody > tr > td {
  vertical-align: top;
}

/* line 169, ../../app/assets/stylesheets/admin.css.scss */
.tree_navigation {
  background-color: #E8E7E7;
  border-right: 1px solid #DDDDDD;
  vertical-align: top;
  width: 200px;
  padding-right: 20px;
}

/* line 178, ../../app/assets/stylesheets/admin.css.scss */
#tree_navigation a {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  height: 12px;
  line-height: 12px;
  font-size: 10px;
  background-position: 5px 3px;
  display: block;
  background-color: #fff;
  padding-left: 6px;
}

/* line 183, ../../app/assets/stylesheets/admin.css.scss */
#tree_navigation a:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 190, ../../app/assets/stylesheets/admin.css.scss */
.two a {
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  background-position: 5px 4px;
  color: #A9A7A5;
}

/* line 194, ../../app/assets/stylesheets/admin.css.scss */
.two {
  padding-bottom: 0px;
}

/* line 198, ../../app/assets/stylesheets/admin.css.scss */
.three {
  padding-left: 30px;
}

/* line 202, ../../app/assets/stylesheets/admin.css.scss */
.four {
  padding-left: 60px;
}

/* line 206, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_new {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/document-new.png);
}

/* line 211, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_new:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 215, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_edit {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/document-edit.png);
}

/* line 220, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_edit:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 224, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_back {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/arrow-left-double.png);
}

/* line 229, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_back:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 233, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_subwebpages {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/document-multiple.png);
}

/* line 238, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_subwebpages:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 242, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_files {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/image.png);
}

/* line 247, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_files:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 251, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_show {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/zoom-draw.png);
}

/* line 256, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_show:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 260, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_sort {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/sort.png);
}

/* line 265, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_sort:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 270, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_webform_details {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/mail-mark-task.png);
}

/* line 275, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_webform_details:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 279, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_webform {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/mail-message-unread.png);
}

/* line 284, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_webform:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 288, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_newsletter_user {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/user_group.png);
}

/* line 293, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_newsletter_user:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 297, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_newsletter_message {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/mail-new.png);
}

/* line 302, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_newsletter_message:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 306, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_users {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/user-edit.png);
}

/* line 311, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_users:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 316, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_config {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/preferences-other.png);
}

/* line 321, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_config:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 325, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_logout {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/login.png);
}

/* line 330, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_logout:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 335, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_email_configurations {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/internet_mail.png);
}

/* line 340, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_email_configurations:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 344, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_registration_forms {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/application-form.png);
}

/* line 349, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_registration_forms:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 353, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_pl {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/locales/pl.png);
}

/* line 358, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_pl:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 362, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_en {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/locales/en.png);
}

/* line 367, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_en:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 370, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_de {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/locales/de.png);
}

/* line 375, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_de:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 378, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_fr {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/locales/fr.png);
}

/* line 383, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_fr:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 387, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_ru {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/locales/ru.png);
}

/* line 392, ../../app/assets/stylesheets/admin.css.scss */
.nav_admin_ru:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 397, ../../app/assets/stylesheets/admin.css.scss */
.admin_subwebpages {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/document-multiple.png);
}

/* line 402, ../../app/assets/stylesheets/admin.css.scss */
.admin_subwebpages:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 406, ../../app/assets/stylesheets/admin.css.scss */
.admin_files {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/image.png);
}

/* line 411, ../../app/assets/stylesheets/admin.css.scss */
.admin_files:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 415, ../../app/assets/stylesheets/admin.css.scss */
.admin_show {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/zoom-draw.png);
}

/* line 420, ../../app/assets/stylesheets/admin.css.scss */
.admin_show:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 425, ../../app/assets/stylesheets/admin.css.scss */
.admin_edit {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/document-edit.png);
}

/* line 430, ../../app/assets/stylesheets/admin.css.scss */
.admin_edit:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 434, ../../app/assets/stylesheets/admin.css.scss */
.admin_destroy {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/document-delete.png);
}

/* line 439, ../../app/assets/stylesheets/admin.css.scss */
.admin_destroy:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 443, ../../app/assets/stylesheets/admin.css.scss */
.admin_save_sort {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/media-floppy.png);
}

/* line 448, ../../app/assets/stylesheets/admin.css.scss */
.admin_save_sort:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 453, ../../app/assets/stylesheets/admin.css.scss */
.index {
  border-collapse: collapse;
  font-size: 12px;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
}

/* line 459, ../../app/assets/stylesheets/admin.css.scss */
.index td, .index th {
  padding: 8px;
  border: 1px solid #a9a7a5;
}

/* line 463, ../../app/assets/stylesheets/admin.css.scss */
.index tr:nth-child(odd) {
  background-color: #eeeeee;
}

/* line 467, ../../app/assets/stylesheets/admin.css.scss */
.index tr:nth-child(even) {
  background-color: #f6f5f5;
}

/* line 473, ../../app/assets/stylesheets/admin.css.scss */
.show {
  padding: 10px;
}

/* line 477, ../../app/assets/stylesheets/admin.css.scss */
.show b {
  width: 200px;
  display: inline-block;
}

/* line 482, ../../app/assets/stylesheets/admin.css.scss */
.show p {
  padding: 5px;
}

/* line 486, ../../app/assets/stylesheets/admin.css.scss */
.show p:nth-child(odd) {
  background-color: #eeeeee;
}

/* line 491, ../../app/assets/stylesheets/admin.css.scss */
.show p:nth-child(even) {
  background-color: #f6f5f5;
}

/* line 497, ../../app/assets/stylesheets/admin.css.scss */
.field {
  padding: 10px;
}

/* line 501, ../../app/assets/stylesheets/admin.css.scss */
.field:nth-child(odd) {
  background-color: #eeeeee;
}

/* line 506, ../../app/assets/stylesheets/admin.css.scss */
.field:nth-child(even) {
  background-color: #f6f5f5;
}

/* line 510, ../../app/assets/stylesheets/admin.css.scss */
.field label {
  padding: 0 5px;
  margin: 5px 0;
}

/* line 515, ../../app/assets/stylesheets/admin.css.scss */
.field input[type=text], .field input[type=password] {
  border: 1px solid #a9a7a5;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  width: 600px;
  line-height: 25px;
  height: 25px;
}

/* line 519, ../../app/assets/stylesheets/admin.css.scss */
.field textarea {
  border: 1px solid #a9a7a5;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  width: 600px;
  line-height: 25px;
  height: 25px;
  height: 200px;
}

/* line 524, ../../app/assets/stylesheets/admin.css.scss */
.field .field_with_errors input, .field .field_with_errors textarea {
  border-color: #ff0000;
}

/* line 528, ../../app/assets/stylesheets/admin.css.scss */
.login .field input[type=text], .login .field input[type=password] {
  width: 270px;
}

/* line 532, ../../app/assets/stylesheets/admin.css.scss */
.actions {
  padding: 5px;
  text-align: center;
}

/* line 536, ../../app/assets/stylesheets/admin.css.scss */
.actions input {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 26px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(admin/small/media-floppy.png);
  height: 30px;
  cursor: pointer;
}

/* line 542, ../../app/assets/stylesheets/admin.css.scss */
.actions input:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 547, ../../app/assets/stylesheets/admin.css.scss */
.actions input.login_input {
  background-image: url(admin/small/login.png);
}

/* line 551, ../../app/assets/stylesheets/admin.css.scss */
.banner_tr {
  border-bottom: 3px solid #C80000;
  height: 51px;
  background-image: url("admin/background_top.png");
  background-position: left top;
  background-repeat: repeat-x;
  color: #FFFFFF;
  min-width: 1000px;
  padding: 10px;
}

/* line 562, ../../app/assets/stylesheets/admin.css.scss */
.admin_banner_title {
  float: left;
  color: #ff0000;
  padding: 10px;
  font-size: 16px;
}

/* line 571, ../../app/assets/stylesheets/admin.css.scss */
.admin_banner_links {
  float: right;
  padding: 10px;
}

/* line 576, ../../app/assets/stylesheets/admin.css.scss */
.banner_navigation, .banner_navigation ul {
  list-style: none;
}

/* line 580, ../../app/assets/stylesheets/admin.css.scss */
.banner_navigation li {
  position: relative;
}

/* line 584, ../../app/assets/stylesheets/admin.css.scss */
.banner_navigation > li {
  float: left;
  padding: 5px;
}

/* line 588, ../../app/assets/stylesheets/admin.css.scss */
.banner_navigation li ul {
  display: none;
  position: absolute;
  right: 0;
}

/* line 594, ../../app/assets/stylesheets/admin.css.scss */
.banner_navigation li:hover ul {
  display: block;
}

/* line 598, ../../app/assets/stylesheets/admin.css.scss */
.banner_navigation li ul a {
  display: block;
}

/* line 602, ../../app/assets/stylesheets/admin.css.scss */
.login {
  width: 300px;
  padding: 20px;
  margin: 0 auto;
}

/* line 608, ../../app/assets/stylesheets/admin.css.scss */
.login h1 {
  padding: 0;
  text-align: center;
}

/* line 613, ../../app/assets/stylesheets/admin.css.scss */
#error_explanation {
  display: none;
}

/* line 617, ../../app/assets/stylesheets/admin.css.scss */
.fancy_message #error_explanation {
  display: block;
}

/* line 621, ../../app/assets/stylesheets/admin.css.scss */
#sortable {
  list-style: none;
  width: 600px;
}

/* line 626, ../../app/assets/stylesheets/admin.css.scss */
#sortable li {
  padding: 5px 10px;
  margin: 2px 0;
  background-color: #e7e7e7;
  border: 1px solid #a9a7a5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

/* line 634, ../../app/assets/stylesheets/admin.css.scss */
#sortable li.ui-sortable-helper {
  cursor: move;
}

/* line 638, ../../app/assets/stylesheets/admin.css.scss */
#sortable li.sortableitem_higlight {
  background-color: #fff;
}

/* line 642, ../../app/assets/stylesheets/admin.css.scss */
.sort_box {
  padding: 20px 0;
}

/* line 646, ../../app/assets/stylesheets/admin.css.scss */
.image_sort {
  height: 30px;
}

/* line 650, ../../app/assets/stylesheets/admin.css.scss */
#cke_webpage_content, #cke_subwebpage_content, #cke_subsubwebpage_content {
  width: 600px;
}

/* line 654, ../../app/assets/stylesheets/admin.css.scss */
.current_locale {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}

/* line 659, ../../app/assets/stylesheets/admin.css.scss */
.pagination-list {
  width: 100%;
}

/* line 662, ../../app/assets/stylesheets/admin.css.scss */
.pagination {
  text-align: center;
  margin: 10px;
  font-size: 20px;
}

/* line 667, ../../app/assets/stylesheets/admin.css.scss */
.pagination > li {
  display: inline-block;
}

/* line 670, ../../app/assets/stylesheets/admin.css.scss */
.pagination > li > a {
  background-color: #e7e7e7;
  text-decoration: none;
  color: black;
  padding: 4px 6px 4px 6px;
  border: 1px solid #727272;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 680, ../../app/assets/stylesheets/admin.css.scss */
.pagination > li > a:hover {
  background-color: #b3b3b3;
  color: white;
}

/* line 686, ../../app/assets/stylesheets/admin.css.scss */
.generate_url {
  color: #000;
  font-weight: bold;
  font-style: italic;
  padding: 5px;
  text-decoration: none;
}

/* line 694, ../../app/assets/stylesheets/admin.css.scss */
.generate_url:hover {
  text-decoration: underlin;
}

/* line 697, ../../app/assets/stylesheets/admin.css.scss */
.show-forms {
  color: black;
  background-color: #e7e7e7;
  background-position: 5px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 4px 6px 4px 6px;
  height: 18px;
  line-height: 20px;
  border: 1px solid #a9a7a5;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Trebuchet MS", sans-serif, Arial, Verdana, helvetica;
  font-weight: bold;
}

/* line 715, ../../app/assets/stylesheets/admin.css.scss */
.show-forms:hover {
  color: white;
  background-color: #b3b3b3;
  border: 1px solid #727272;
}

/* line 720, ../../app/assets/stylesheets/admin.css.scss */
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  display: block;
  position: absolute;
  left: 44%;
  top: 30%;
  z-index: 15;
}

/* line 733, ../../app/assets/stylesheets/admin.css.scss */
.admin-wait-hide {
  display: none;
  position: fixed;
  top: 150px;
  background: white;
  z-index: 13;
  width: 40%;
  height: 500px;
  margin-left: 15%;
  margin-right: auto;
}

/* line 744, ../../app/assets/stylesheets/admin.css.scss */
.admin-wait-show {
  display: block;
  position: fixed;
  top: 150px;
  background: white;
  z-index: 13;
  width: 40%;
  height: 500px;
  margin-left: 15%;
  margin-right: auto;
  border: 2px solid black;
  border-radius: 40px;
}

/* line 757, ../../app/assets/stylesheets/admin.css.scss */
.spinner-text {
  text-align: center;
  margin-top: 50%;
}

/* line 761, ../../app/assets/stylesheets/admin.css.scss */
.admin-certificate {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 766, ../../app/assets/stylesheets/admin.css.scss */
.admin-certificate > a {
  background-color: #e7e7e7;
  text-decoration: none;
  color: black;
  padding: 4px 6px 4px 6px;
  border: 1px solid #727272;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@keyframes spin {
  /* line 779, ../../app/assets/stylesheets/admin.css.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 780, ../../app/assets/stylesheets/admin.css.scss */
  100% {
    transform: rotate(360deg);
  }
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(jquery.treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(jquery.treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(jquery.treeview/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(jquery.treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(jquery.treeview/treeview-red.gif); } 

.treeview-black li { background-image: url(jquery.treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(jquery.treeview/treeview-black.gif); }  

.treeview-gray li { background-image: url(jquery.treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(jquery.treeview/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(jquery.treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(jquery.treeview/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(jquery.treeview/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(jquery.treeview/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(jquery.treeview/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(jquery.treeview/file.gif) 0 0 no-repeat; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*! jQuery UI - v1.9.2 - 2013-05-28
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(jquery.datepicker/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(jquery.datepicker/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(jquery.datepicker/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(jquery.datepicker/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(jquery.datepicker/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(jquery.datepicker/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(jquery.datepicker/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(jquery.datepicker/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(jquery.datepicker/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(jquery.datepicker/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(jquery.datepicker/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(jquery.datepicker/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(jquery.datepicker/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(jquery.datepicker/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(jquery.datepicker/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(jquery.datepicker/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(jquery.datepicker/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
