::selection {
  background-color: #e13300;
  color: white;
}
::moz-selection {
  background-color: #e13300;
  color: white;
}
::webkit-selection {
  background-color: #e13300;
  color: white;
}
div.chatbox {
  padding: 10px;
  background-color: #eee;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
div.chatbox div.chatbox_heading {
  padding: 8px;
  background-color: #09182a;
  color: #fff;
  font-size: 11pt;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
div.chatbox div.messages {
  height: 300px;
  background-color: #fff;
  margin-bottom: 10px;
  overflow-y: scroll;
  border: 1px solid #bbb;
}
div.chatbox div.messages span.chat_item {
  width: 100%;
  padding: 6px 8px;
  border-bottom: 1px solid #efefef;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
div.chatbox div.messages span.chat_item span.message {
  display: inline-block;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  padding-left: 125px;
  padding-bottom: 15px;
}
div.chatbox div.messages span.chat_item span.message span.re_lnk {
  font-size: 8pt;
  color: #444;
}
div.chatbox div.messages span.chat_item span.message span.re_lnk a {
  color: #444;
  text-decoration: underline;
}
div.chatbox div.messages span.chat_item span.username {
  position: absolute;
  top: 6px;
  left: 8px;
}
div.chatbox div.messages span.chat_item span.date_added {
  position: absolute;
  bottom: 6px;
  left: 134px;
  font-size: 8pt;
  color: #bbb;
}
div.chatbox div.messages span.chat_item a.delete_chat {
  position: absolute;
  bottom: 6px;
  right: 8px;
  font-size: 8pt;
  color: #bbb;
}
div.chatbox div.composer textarea {
  padding: 5px;
  resize: none;
  font-family: Arial, Tahoma;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 10pt;
}
div.chatbox div.chat_rules span {
  color: red;
  font-size: 8.5pt;
  display: block;
}
div.chatbox div.users_list {
  color: #555;
  font-size: 8pt;
}
div.cast {
  display: inline-block;
  margin-right: 5px;
}
div.single_image_viewer {
  text-align: center;
  display: none;
}
div.single_image_container {
  vertical-align: top;
}
div.single_image_container img {
  margin: 4px !important;
  display: inline-block;
  float: left;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}
div.single_details {
  margin: 4px !important;
  display: inline-block;
}
body {
  background: #cd33f3;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #35383d;
}
html {
  padding: 0;
  margin: 0;
}
a:link {
  text-decoration: none;
  color: #00a0e3;
  border: 0;
  -moz-outline-style: none;
}
a:active {
  text-decoration: underline;
  color: #00a0e3;
  border: 0;
  -moz-outline-style: none;
}
a:visited {
  text-decoration: none;
  color: #00a0e3;
  border: 0;
  -moz-outline-style: none;
}
a:hover {
  text-decoration: underline;
  color: #039;
  border: 0;
  -moz-outline-style: none;
}
a:focus {
  outline: 0;
  -moz-outline-style: none;
}
h1,
h2,
h3,
h4 {
  font-family: "Trebuchet MS";
}
img {
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
}
hr {
  border-left: 0 solid #abb0b5;
  border-right: 0 solid #abb0b5;
  border-top: 1px dotted #abb0b5;
  border-bottom: 0 solid #abb0b5;
  height: 1px;
}
form {
  padding: 0;
  margin: 0;
}
input {
  font-family: "Verdana";
  color: #282b31;
  font-size: 11px;
}
textarea {
  font-family: "Verdana";
  color: #282b31;
  font-size: 11px;
}
select {
  font-family: "Verdana";
  color: #282b31;
  font-size: 11px;
}
.BGC {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-width: 712px;
}
* html .Header {
  height: 98px;
}
.Header {
  background: url(../images.png) no-repeat center top;
  width: 100%;
  height: 131px;
  position: relative;
  clear: left;
  padding: 0;
  min-height: 131px;
}
.Header h1 {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -1px;
  padding: 10px 5px 0 10px;
  margin: 0;
  font-weight: normal;
}
.Header h1 a {
  color: #fff;
  text-decoration: none;
}
.Header h1 a:visited {
  color: #fff;
  text-decoration: none;
}
.Header h1 a:hover {
  color: #fff;
  text-decoration: none;
}
.Header .Desc {
  color: #fff;
  font-size: 14px;
  width: 500px;
  line-height: 14px;
  font-weight: bold;
  font-family: "Arial";
  padding: 0;
  margin: 0 450px 0 10px;
}
.LS2 {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 50%;
}
.LS2 h1 {
  text-shadow: 1px 1px 2px #000;
  font-family: Arial, Tahoma;
  font-weight: bold;
}
.Menu {
  background: #f1c701;
  width: 100%;
  position: relative;
  float: left;
}
.Menu em {
  display: none;
}
.Menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Menu ul li ul {
  display: none;
}
.Menu li {
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 12px;
}
.Menu a {
  padding: 7px 6px 6px 6px;
  text-decoration: none;
  float: left;
  border-right: 1px solid #e81;
}
.Menu a:hover {
  color: #039;
  background-color: white;
}
.Menu .on {
  color: #039;
  background-color: white;
}
.Menu ul li a {
  font-weight: bold;
  color: #000;
}
.Menu ul li a span.img-cb {
  background: url(../images.png) no-repeat -1px -196px;
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
}
.Menu ul li a span.img-studio {
  background: url(../images.png) no-repeat -17px -196px;
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
}
.CON {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
}
.SC {
  background-color: white;
  padding: 5px;
  min-width: 310px;
}
.SC h2 {
  font-weight: normal;
}
.pagetitle {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 5px 0 2px 0;
}
.premium_ribbon {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: -1px;
  background: url(../ribbons.png) no-repeat 0 0;
}
.free_ribbon {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: -1px;
  background: url(../ribbons.png) no-repeat -50px -50px;
}
.Post {
  padding: 0;
  position: relative;
  width: 302px;
  height: 400px;
  max-height: 400px;
  min-height: 400px;
  overflow: hidden;
  display: table-cell;
  float: left;
  margin-right: 8px;
  border: 1px solid #d70594;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.Post:hover {
  background-color: #f5c5e6;
}
.Post div.fav_link {
  margin: 2px;
  vertical-align: top;
}
.Post div.fav_link a {
  font-size: 9pt;
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
.Post div.fav_link a:hover {
  text-decoration: underline;
}
.PostHead {
  position: relative;
  clear: left;
  padding: 2px;
  background-color: #e159b6;
  border-bottom: 1px solid #d70594;
}
.PostHead h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  padding: 0 0 1px 0;
  margin: 0;
  color: #c60;
}
.PostHead h1 a {
  color: #fff;
  text-decoration: none;
  font-family: Arial, Tahoma;
  text-shadow: 1px 1px 1px #555;
}
.PostHead h1 a:visited {
  color: #eee;
  text-decoration: none;
}
.PostHead h1 a:hover {
  color: red;
  text-decoration: none;
  text-shadow: 1px 1px 1px pink;
}
.PostContent {
  padding: 0 0 5px 0;
  font-size: 9px;
  line-height: 10px;
}
.PostContent p {
  font-size: 10px;
  line-height: 10px;
  margin-top: 2px;
}
.PostContent img {
  max-height: 300px;
  max-width: 300px;
  display: block;
  margin: auto;
}
.PostContent ul {
  padding: 10px 0;
  margin: 0;
}
.PostContent li {
  padding: 2px 0 2px 15px;
  list-style-type: none;
  background: url(../images/PostContentLiIco.png) no-repeat left top;
  font-size: 11px;
  line-height: 15px;
  color: #4c4c4c;
}
.PostContent blockquote {
  padding: 2px 10px;
  background: #e9f8ff;
  margin: 0;
  color: #369;
}
.PostContent blockquote p {
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 0;
  line-height: 15px;
}
.PostContent blockquote li {
  padding: 2px 0 2px 15px;
  list-style-type: none;
  background: url(../images/PostContentBlockLiIco.png) no-repeat left top;
  font-size: 11px;
  line-height: 15px;
  color: #369;
}
.PostContent blockquote a {
  color: #0080ca;
}
.PostContent blockquote a:visited {
  color: #0080ca;
}
.PostContent blockquote a:hover {
  color: #039;
}
.PostContent a {
  text-decoration: underline;
}
.dl_link {
  position: absolute;
  float: left;
  bottom: 0;
  background-color: #e86fc1;
  text-align: center;
  padding-top: 2px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.more-link {
  margin: 2px !important;
  color: white !important;
  -moz-box-shadow: inset 0 1px 0 0 #fbafe3;
  -webkit-box-shadow: inset 0 1px 0 0 #fbafe3;
  box-shadow: inset 0 1px 0 0 #fbafe3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ff5bb0),
    color-stop(1, #ef027d)
  );
  background: -moz-linear-gradient(center top, #ff5bb0 5%, #ef027d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0',endColorstr='#ef027d');
  background-color: #ff5bb0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #ee1eb5 !important;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  padding: 4px 52px;
  text-decoration: none;
  text-shadow: 1px 2px 0 #c70067;
}
.more-link:hover {
  text-decoration: none !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ef027d),
    color-stop(1, #ff5bb0)
  );
  background: -moz-linear-gradient(center top, #ef027d 5%, #ff5bb0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d',endColorstr='#ff5bb0');
  background-color: #ef027d;
}
.more-link:active {
  position: relative;
  top: 1px;
}
.more-link:visited {
  color: white !important;
}
.more-link-compress {
  padding: 5px 4px !important;
  font-size: 20px;
}
.Post_single {
  padding: 10px;
  position: relative;
  clear: left;
  margin-top: 0;
  background-color: #f0f0f0;
  border: 2px solid #e6e6e6;
  margin-bottom: 20px;
}
h1.accordion_bar {
  color: #c60;
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: normal;
  padding: 2px 2px 2px 42px;
  margin: 0;
  cursor: pointer;
  background-color: #3e3e3e;
  border: 1px solid #464646;
  color: #fbfbfb;
  margin-bottom: 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 1px #888;
}
span.accordion_collapse {
  background-image: url("../arrow_up.png");
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}
h1.accordion_bar_collapse {
  background-image: url("../arrow_left.png");
  background-repeat: no-repeat;
  background-position: 10px 3px;
}
h1.accordion_bar_extend {
  background-image: url("../arrow_down.png");
  background-repeat: no-repeat;
  background-position: 10px 3px;
}
.PostHead_single {
  position: relative;
  clear: left;
  padding-bottom: 10px;
}
.PostHead_single h1 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -1px;
  font-weight: normal;
  padding: 0 0 1px 0;
  margin: 0;
  color: #c60;
}
.PostHead_single h1 a {
  color: #007ac8;
  text-decoration: none;
}
.PostHead_single h1 a:visited {
  color: #007ac8;
  text-decoration: none;
}
.PostHead_single h1 a:hover {
  color: #c60;
  text-decoration: none;
}
.PostDet {
  padding: 2px;
  position: relative;
}
.PostDet ul {
  padding: 0;
  margin: 0;
}
.PostDet li {
  padding: 4px 0 5px 18px;
  margin: 0 10px 0 0;
  list-style-type: none;
  display: inline;
  color: #369;
  font-size: 10px;
  font-weight: bold;
}
.PostDet li a {
  text-decoration: underline;
}
.PostCateg {
  background: url(../images.png) no-repeat -670px -150px;
}
.PostCateg a {
  color: #555 !important;
  text-decoration: none !important;
}
.PostCateg a:hover {
  text-decoration: underline !important;
}
.PostView {
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  position: absolute;
  top: 0;
  right: 2px;
}
.PostView span.img-eye {
  background: url(../images.png) no-repeat -49px -194px;
  width: 16px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.PostView span.w {
  color: #fff;
}
.NavMain {
  background-color: #d70594;
  border-radius: 19px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  clear: both;
  text-align: center;
}
.pagination {
  padding: 4px;
  color: white;
}
.pagination ul {
  margin: 0;
}
.pagination a {
  padding: 2px 8px 2px 8px;
  background: #fff;
  font-size: 11px;
  margin: 1px;
  display: inline-block;
}
.pagination a:hover {
  text-decoration: none;
  background-color: #000;
  color: white;
}
.pagination span {
  padding: 2px 5px 2px 0;
  color: #666;
}
.pagination .active {
  padding: 2px 2px 2px 2px;
  font-size: 11px;
  color: white;
  display: inline-block;
  color: #000;
}
.pagination .active a {
  background-color: #000;
  color: white;
}
.pagination ul li {
  display: inline;
  list-style: none;
}
.SRL {
  width: 200px;
  float: left;
  padding: 10px;
  color: #abcee1;
}
.SRL a {
  color: #fff;
  font-size: 11px;
  display: block;
  padding: 3px 0 3px 10px;
}
.SRL a:visited {
  color: #fff;
}
.SRL a:hover {
  color: #000;
  text-decoration: none;
}
.SRL .widget {
  margin-bottom: 20px;
  color: #fff;
}
.SRL .widget h2 {
  margin: 0;
  border-bottom: dashed 1px #7bb9d9;
}
.SRL .widget ul {
  margin: 0;
  padding: 0;
}
.SRL .widget li {
  margin: 0 0 3px 0;
  list-style-type: none;
  font-size: 12px;
  background-color: #09182a;
  border: 1px solid #09182a;
  position: relative;
}
.SRL .widget li.inactive {
  opacity: 0.4;
}
.SRL .widget li:hover {
  border: 1px solid #f1c701;
  background-color: #f1c701;
  opacity: 0.7;
}
.SRL .widget_categories .children ul {
  margin: 2px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.SRL .widget_categories .children li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 0;
  font-size: 10px;
  background: 0;
}
.SRL .widget_tag_cloud {
  font-family: "Trebuchet MS";
  line-height: 18px;
}
.SRL .widget_calendar table {
  width: 100%;
}
.SRL .widget_calendar table td {
  text-align: center;
  padding: 3px;
}
.SRL .widget_calendar caption {
  background: #006dab;
  padding: 5px 0;
}
.SRL .widget_calendar #today {
  background: #006dab;
}
.SRL .widget_search #s {
  width: 160px;
  border: solid 1px #006dab;
  padding: 3px;
  margin-bottom: 5px;
}
.SRL {
  background-color: #d70594;
}
.SRR {
  background-color: #9514a1;
}
.SRR {
  width: 130px;
  float: right;
  padding: 10px;
}
.SRR .widget {
  margin-bottom: 10px;
  color: #7a8fa4;
}
.SRR .widget h2 {
  border-bottom: 1px dotted #abcee1;
  color: #abcee1;
  padding: 0 0 3px 0;
  margin: 0 0 5px 0;
}
.SRR ul {
  padding: 0;
  margin: 0;
}
.SRR li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.SRR li a {
  color: #fff;
  font-size: 11px;
}
.SRR li a:visited {
  color: #ddd;
}
.SRR li a:hover {
  color: #eaff00;
}
.Search {
  width: 200px;
}
.Search form {
  padding: 0 0 10px 0;
  margin: 0;
}
.Search input[type="text"] {
  padding: 2px 4px;
  background-color: #fff;
  height: 23px;
  width: 120px;
  border: 0;
  color: #303;
  font-size: 11px;
}
.Search input.search {
  width: 24px;
  height: 23px;
}
.Search input[type="submit"] {
  height: 25px;
}
.Search input.keyword {
  background: 0;
  border: 0;
  padding: 5px 0 5px 8px;
  width: 200px;
  border: 0;
}
* html #buttonsearch {
  margin: -24px 0 0 203px;
}
#buttonsearch {
  padding: 0;
  margin: -23px 0 0 203px;
  top: 0;
  background: 0;
}
.Syn {
  width: 170px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #09182a;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 15px;
}
* html .SynTop {
  left: -15px;
}
.Syn ul {
  margin: 0;
  padding: 0;
}
.Syn li {
  background: url(../images.png) no-repeat -449px -164px;
  margin: 0;
  padding: 3px 0 3px 20px;
  list-style-type: none;
  font-size: 12px;
  color: #0097ca;
}
.Syn li a {
  color: #fff;
  font-size: 12px;
  display: inline;
}
.Syn li a:hover {
  color: #fff !important;
}
.Footer {
  position: relative;
  clear: left;
}
.Footer p {
  font-size: 10px;
  color: #fff;
  padding: 0;
  margin: 0;
}
.Footer a {
  color: #fff;
  text-decoration: underline;
}
.subscribe_box {
  padding: 2px;
  margin-bottom: 10px;
  border: 2px solid #000;
  background-color: #eee;
}
.subscribe_box div {
  display: inline-block;
  margin: 5px;
  border: 2px solid #000;
}
.subscribe_box span.heading {
  font-size: 12pt;
  font-weight: bold;
  font-family: Arial;
  display: block;
  background-color: #000;
  color: #fff;
  padding: 2px;
}
.subscribe_box .subscribe {
  -moz-box-shadow: inset 0 1px 0 0 #bbdaf7;
  -webkit-box-shadow: inset 0 1px 0 0 #bbdaf7;
  box-shadow: inset 0 1px 0 0 #bbdaf7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #79bbff),
    color-stop(1, #378de5)
  );
  background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff',endColorstr='#378de5');
  background-color: #79bbff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #84bbf3;
  display: inline-block;
  color: #fff;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 9px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #528ecc;
  cursor: pointer;
}
.subscribe_box .subscribe:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #378de5),
    color-stop(1, #79bbff)
  );
  background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5',endColorstr='#79bbff');
  background-color: #378de5;
}
.subscribe_box .subscribe:active {
  position: relative;
  top: 1px;
}
.recent_searches_own {
  padding: 3px 2px 3px 2px;
  background-color: #d70594;
}
.recent_searches_own ul {
  padding: 0;
  margin: 0;
}
.recent_searches_own ul li {
  display: inline !important;
}
.recent_searches_own a {
  display: inline;
  padding: 0;
  margin: 0;
}
.recent_searches_own h3 {
  margin: 0;
  padding: 0;
}
.related-cat-meta {
  display: inline-block;
  width: 150px;
  vertical-align: top;
  padding-right: 8px;
}
.related-cat-meta h2 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.related-cat {
  margin-bottom: 2px;
  font-size: 17px;
}
.related-cat-meta img {
  border: 1px solid #000;
}
.textwidget a,
.textwidget a:visited {
  color: #fff;
  text-decoration: none;
}
.textwidget a:hover {
  text-decoration: underline;
  color: #eee;
}
.gs-image {
  max-width: 200px !important;
  max-height: 200px !important;
}
.gs-web-image-box {
  width: 100% !important;
}
.gs-promotion-image-box {
  width: 100% !important;
}
.gsc-result:hover {
  background-color: #eee !important;
}
.gsc-control-cse {
  background-color: white !important;
  border: 0 !important;
}
.cbox {
  display: inline-block;
  margin: 2px;
  font-size: 10pt;
  width: 200px;
}
.cbox input {
  width: 25px !important;
}
.pinkbutton {
  -moz-box-shadow: inset 0 1px 0 0 #fbafe3;
  -webkit-box-shadow: inset 0 1px 0 0 #fbafe3;
  box-shadow: inset 0 1px 0 0 #fbafe3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ff5bb0),
    color-stop(1, #ef027d)
  );
  background: -moz-linear-gradient(center top, #ff5bb0 5%, #ef027d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0',endColorstr='#ef027d');
  background-color: #ff5bb0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ee1eb5;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 23px !important;
  text-decoration: none;
  text-shadow: 1px 1px 0 #c70067;
  cursor: pointer;
}
.pinkbutton:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ef027d),
    color-stop(1, #ff5bb0)
  );
  background: -moz-linear-gradient(center top, #ef027d 5%, #ff5bb0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d',endColorstr='#ff5bb0');
  background-color: #ef027d;
}
.userpage input {
  padding: 3px;
  outline: 0;
  width: 200px;
  margin: 2px 0;
}
.userpage_error {
  display: block;
  color: red;
  font-weight: bold;
}
.userpage .login_page span {
  display: inline-block;
  width: 80px;
}
.userpage .login_page a {
  margin-left: 80px;
}
.userpage .login_page p {
  margin: 0;
  margin-left: 80px;
}
.userpage .changepassword_page span {
  display: inline-block;
  width: 160px;
}
.userpage .changepassword_page a {
  margin-left: 160px;
}
.userpage .changepassword_page p {
  margin: 0;
  margin-left: 160px;
}
.userpage .changeemail_page span {
  display: inline-block;
  width: 150px;
}
.userpage .changeemail_page a {
  margin-left: 150px;
}
.userpage .changeemail_page p {
  margin: 0;
  margin-left: 150px;
}
.userpage .createaccount_page span {
  display: inline-block;
  width: 125px;
}
.userpage .createaccount_page a {
  margin-left: 125px;
}
.userpage .createaccount_page p {
  margin: 0;
  margin-left: 125px;
}
.userpage .lostpassword_page span {
  display: inline-block;
  width: 180px;
}
.userpage .lostpassword_page a {
  margin-left: 180px;
}
.userpage .lostpassword_page p {
  margin: 0;
  margin-left: 180px;
}
.userpage .container {
  background-color: #eee;
  padding: 5px 10px 10px 10px;
  margin: 40px 0 5px 0;
  border: 2px solid #aaa;
}
.comments {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.comments textarea {
  padding: 5px;
  font-size: 11pt;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.comments .commentbox {
  margin: 5px 5px 20px 5px;
  padding: 10px;
  background-color: #eee;
}
.comments .comment_author {
  display: block;
  font-weight: bold;
}
.comments .comment_date {
  display: block;
  font-size: 7pt;
}
.comments .comment {
  display: block;
}
.comments .moderation_comment {
  display: block;
  color: red;
}
.comments div.login_page span {
  display: inline-block;
  width: 80px;
}
.comments div.login_page a {
  margin-left: 80px;
}
.comments div.login_page p {
  margin: 0;
  margin-left: 80px;
}
.usercontrol {
  color: #fff;
}
.usercontrol a {
  color: #fff;
}
.usercontrol a:visited {
  color: #fff;
}
.usercontrol div.social_login span.heading {
  display: block;
}
.usercontrol div.social_login li {
  list-style: none;
  display: inline-block;
}
.usercontrol div.social_login li a span.name {
  color: #bbb;
  font-size: 10pt;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.usercontrol div.social_login li a img {
  width: 32px;
  height: 32px;
  margin: 2px;
}
.recentsearch a {
  color: #fff;
  background-color: #09182a;
  display: block;
  padding: 2px 4px;
  margin-top: 3px;
}
.recentsearch a:visited {
  color: #fff;
}
.recentsearch a:hover {
  background-color: #f1c701;
  color: #000;
  text-decoration: none;
}
.filesmonsterdlbutton {
  -moz-box-shadow: inset 0 1px 0 0 #ee97fe;
  -webkit-box-shadow: inset 0 1px 0 0 #ee97fe;
  box-shadow: inset 0 1px 0 0 #ee97fe;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #da3df6),
    color-stop(1, #b51ed0)
  );
  background: -moz-linear-gradient(center top, #da3df6 5%, #b51ed0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3df6',endColorstr='#b51ed0');
  background-color: #da3df6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid #d133ed;
  display: inline-block;
  color: #fff !important;
  font-family: arial;
  font-size: 23px;
  font-weight: bold;
  padding: 5px 35px;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #b115cd;
}
.filesmonsterdlbutton:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #b51ed0),
    color-stop(1, #da3df6)
  );
  background: -moz-linear-gradient(center top, #b51ed0 5%, #da3df6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b51ed0',endColorstr='#da3df6');
  background-color: #b51ed0;
}
.filesmonsterdlbutton:active {
  position: relative;
  top: 1px;
}
.relatedsearch {
  text-align: center;
  color: #999;
}
.relatedsearch a {
  padding: 2px 6px;
  margin: 2px -2px;
  text-decoration: none;
  color: #000 !important;
  font-size: 10pt;
}
.relatedsearch a:hover {
  background-color: #09182a;
  color: #fff !important;
}
.searchinput {
  padding: 5px 5px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 10pt;
  font-weight: bold;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #999;
  outline: 0;
}
.rss_s {
  position: absolute;
  top: -2px;
  right: 1px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images.png) no-repeat -31px -193px;
  padding: 1px !important;
}
.recentcomment h2 {
  font-size: 11pt !important;
}
.recentcomment a.title {
  font-size: 8pt !important;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: -1px;
  display: block;
  background-color: #09182a;
  border: 1px solid #d70594;
  padding: 2px;
  text-decoration: none;
}
.recentcomment a.title:hover {
  background-color: #f1c701;
  color: #000 !important;
}
.recentcomment div {
  background-color: #e86fc1;
  border: 1px solid #d70594;
  margin-bottom: 7px;
  padding: 2px;
}
.recentcomment span.username {
  font-size: 7pt;
  color: #369;
}
.recentcomment span.comment {
  margin: 4px;
  font-size: 7pt;
  color: #000;
  display: block;
}
.recentcomment span.date {
  display: block;
  font-size: 6.5pt;
  text-align: center;
}
.widgettitle {
  font-size: 11pt !important;
}
.usercomment .title {
  display: block;
  font-size: 11pt;
  font-weight: bold;
}
.usercomment .date {
  display: block;
  font-size: 7pt;
  color: #999;
}
.usercomment .comment {
  display: block;
  padding: 3px 0 10px 0;
  font-size: 10pt;
}
.sort {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.sort li {
  background-color: #09182a;
  list-style: none;
  display: inline-block;
  margin-bottom: 2px;
  border: 1px solid #000;
}
.sort li.active_select {
  background-color: #f1c701 !important;
  border: 1px solid #000 !important;
}
.sort li a {
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
  color: #fff;
  padding: 3px 12px;
  display: block;
}
.sort li:hover {
  color: #000;
  background-color: #f1c701;
}
div.fav_cont {
  text-align: right;
}
div.fav_cont img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
div.fav_cont a {
  font-size: 12pt;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
}
div#video_player span.header {
  font-size: 14pt;
  font-weight: bold;
  display: block;
  margin: 3px 0;
}
#searchform {
  width: 100%;
  margin-bottom: 5px;
  background-color: #ee1eb5;
  -moz-border-radius: 5px 0 5px 5px;
  -webkit-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
  padding: 5px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#searchform form {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#searchform .search_input {
  padding: 5px 5px;
  width: 100%;
  font-size: 10pt;
  font-weight: bold;
  -moz-border-radius: 5px 0 5px 5px;
  -webkit-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
  border: 1px solid #999;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#searchform .search_button {
  padding: 5px 5px !important;
  position: absolute;
  top: -29px;
  right: 131px;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
#searchform .advanced {
  padding: 5px 5px !important;
  position: absolute;
  top: -29px;
  right: -7px;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
table#advanced_search_table {
  display: none;
  width: 100%;
  margin-bottom: 5px;
  background-color: #f1c701;
  border-radius: 10px;
  padding: 1px 3px 1px 3px;
}
table#advanced_search_table div.align_cont {
  display: inline-block;
}
table#advanced_search_table tr td:nth-child(1) {
  width: 120px;
  font-weight: bold;
  text-align: right;
}
table#advanced_search_table tr td:nth-child(3) {
  width: 205px;
}
table#advanced_search_table tr td:nth-child(3) input[type="checkbox"] {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
table#advanced_search_table tr td:nth-child(3) span {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 10px;
}
table#advanced_search_table tr td:nth-child(3) label {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
table#advanced_search_table tr td:nth-child(2) input[type="radio"] {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
table#advanced_search_table tr td:nth-child(2) label {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
}
table#advanced_search_table div#search_category_container {
  margin: 5px 0;
  padding: 10px;
  border: 1px solid #999;
  height: 120px;
  overflow: auto;
}
table#advanced_search_table div#search_category_container div.cbox {
  display: inline-block;
  width: 180px;
  font-size: 8.5pt;
}
table#advanced_search_table div.controls {
  text-align: right;
  padding-right: 20px;
}
table#advanced_search_table div.controls a {
  display: inline-block;
  margin-left: 15px;
  color: #000;
}
div#advanced_search_ajax_result {
  display: none;
}
div#search_loading {
  width: 43px;
  height: 11px;
  background: url("../searching.gif");
  margin-right: 27px;
  display: none;
}
div.show_more_search_result,
div.show_more_search_result_studios,
div.auto_load_posts {
  clear: both;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  background-color: #f1c701;
  padding: 5px;
  margin: 10px auto 42px auto;
  width: 200px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 0 1px #555;
  text-align: center;
}
div.show_more_search_result_loading {
  clear: both;
  margin: 20px auto;
  width: 220px;
  height: 19px;
  background: url("../transparent_loading.gif");
  display: none;
}
div.studio_list {
  text-align: center;
}
div.studio_list li.item {
  width: 280px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin: 3px 25px 3px 0;
  padding: 5px;
  vertical-align: top;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #fff;
}
div.studio_list li.item:hover {
  background-color: #aaa;
  cursor: pointer;
  border: 1px solid #000;
}
div.studio_list li.item:hover a.n {
  color: white;
}
div.studio_list li.item a.n {
  font-weight: bold;
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #000;
}
div.studio_list li.item span.cnt {
  position: absolute;
  top: 2px;
  right: 0;
  color: white;
  padding: 3px;
  background-color: #555;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.scroll_to_top {
  background-color: #f1c701;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  padding: 5px 10px;
  color: #000;
  position: fixed;
  bottom: 0;
  right: 10px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  font-size: 9pt;
  font-weight: bold;
}
.bottom_control_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  padding: 3px 3px 10px 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  -webkit-box-shadow: 0 -8px 6px -6px black;
  -moz-box-shadow: 0 -8px 6px -6px black;
  box-shadow: 0 -8px 6px -6px black;
  z-index: 2000;
  background-color: #cd33f3;
  display: none;
  text-align: center;
}
.bottom_control_bar div.nav {
  position: absolute;
  top: 2px;
  left: 0;
}
.bottom_control_bar div.loading {
  clear: both;
  margin: 10px auto;
  width: 220px;
  height: 19px;
  background: url("../transparent_loading.gif");
  display: none;
}
.bottom_control_bar div.notice {
  margin-top: 2px;
  font-size: 10pt;
  color: #000;
}
.bottom_control_bar div.notice a {
  font-weight: bold;
  color: #000;
}
.bottom_control_bar div.user_container {
  position: absolute;
  bottom: 8px;
  right: 25px;
}
.bottom_footer_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images.png) no-repeat -909px -195px;
  position: absolute;
  bottom: 8px;
  right: 2px;
}
span.button {
  cursor: pointer;
  display: inline-block;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #bbb;
  min-width: 14px;
  padding: 4px 10px;
  margin: 5px 3px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #efefef)
  );
  background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
  background: -o-linear-gradient(top, #fff 0, #efefef 100%);
  background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
  background: linear-gradient(top, #fff 0, #efefef 100%);
}
.button_icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.bottom_control_bar div.user_container div.social_login {
  margin-top: 3px;
  display: inline-block;
  vertical-align: bottom;
}
.bottom_control_bar div.user_container div.social_login ul {
  padding: 0;
  margin: 0;
}
.bottom_control_bar div.user_container div.social_login ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}
.bottom_control_bar div.user_container div.social_login ul li span.t {
  margin-top: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-right: 0;
  margin-left: 0;
}
a.facebook_button {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images.png) no-repeat -968px -151px;
}
a.google_button {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images.png) no-repeat -968px -185px;
}
a.yahoo_button {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images.png) no-repeat -934px -185px;
}
div#sharethis_cont {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 5px;
}
div#sharethis_cont span.heading {
  min-width: 195px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -24px;
  left: 0;
  font-size: 12pt;
  background-color: #cd33f3;
  padding: 4px 10px 0 0;
  font-family: Arial, Tahoma;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  letter-spacing: 1px;
  box-shadow: 0 -8px 6px -6px black;
  -moz-box-shadow: 0 -8px 6px -6px black;
  -webkit-box-shadow: 0 -8px 6px -6px black;
}
.stButton {
  margin-left: 0;
  margin-right: 0;
}
div.admin_message {
  width: 100%;
  padding: 4px 5px;
  background-color: #f1c701;
  font-weight: bold;
  font-size: 9pt;
  color: #000;
  text-align: center;
}
div.admin_message a {
  color: #000;
}
div.modal_error_message {
  padding: 5px 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #777;
  background-color: #eee;
  color: red;
  font-weight: bold;
  text-align: center;
  display: none;
}
div.modal_field_error {
  font-size: 8pt;
  color: red;
}
.modal_container h2 {
  margin-top: 0;
}
.modal_container div.login_page h2,
.modal_container div.register_page h2,
.modal_container div.lostpassword_page h2 {
  margin-top: 0;
}
.modal_container div.login_page {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 20px;
}
.modal_container div.register_page {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.modal_container div.lostpassword_page {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  height: 100px;
}
.modal_container div.changepassword_page {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  height: 130px;
  margin: 0 auto;
}
.modal_container div.changeemail_page {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  height: 90px;
  margin: 0 auto;
}
.modal_button {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.modal_container span.l {
  width: 100px;
  display: inline-block;
}
.modal_container div.changeemail_page input[type="text"],
.modal_container div.changepassword_page input[type="text"],
.modal_container div.login_page input[type="text"],
.modal_container div.register_page input[type="text"] {
  width: 150px;
}
span.clear {
  clear: both;
  display: block;
}
span.last_viewed {
  font-size: 8pt;
  display: inline-block;
  color: #333;
  margin-bottom: 3px;
}
ul.simple-pagination {
  list-style: none;
}
.simple-pagination {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.compact-theme a,
.compact-theme span {
  float: left;
  color: #333;
  font-size: 11px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #aaa;
  border-left: none;
  min-width: 14px;
  padding: 0 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #efefef)
  );
  background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
  background: -o-linear-gradient(top, #fff 0, #efefef 100%);
  background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
  background: linear-gradient(top, #fff 0, #efefef 100%);
}
.compact-theme a:hover {
  text-decoration: none;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0, #bbb 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #efefef),
    color-stop(100%, #bbb)
  );
  background: -webkit-linear-gradient(top, #efefef 0, #bbb 100%);
  background: -o-linear-gradient(top, #efefef 0, #bbb 100%);
  background: -ms-linear-gradient(top, #efefef 0, #bbb 100%);
  background: linear-gradient(top, #efefef 0, #bbb 100%);
}
.compact-theme li:first-child a,
.compact-theme li:first-child span {
  border-left: 1px solid #aaa;
  border-radius: 3px 0 0 3px;
}
.compact-theme li:last-child a,
.compact-theme li:last-child span {
  border-radius: 0 3px 3px 0;
}
.compact-theme .current {
  background: #bbb;
  background: -moz-linear-gradient(top, #bbb 0, #efefef 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #bbb),
    color-stop(100%, #efefef)
  );
  background: -webkit-linear-gradient(top, #bbb 0, #efefef 100%);
  background: -o-linear-gradient(top, #bbb 0, #efefef 100%);
  background: -ms-linear-gradient(top, #bbb 0, #efefef 100%);
  background: linear-gradient(top, #bbb 0, #efefef 100%);
  cursor: default;
}
.compact-theme .ellipse {
  background: #eaeaea;
  padding: 0 10px;
  cursor: default;
}
.light-theme a,
.light-theme span {
  float: left;
  color: #666;
  font-size: 11px;
  line-height: 19px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #bbb;
  min-width: 14px;
  padding: 0 4px;
  margin: 0 3px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #efefef)
  );
  background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
  background: -o-linear-gradient(top, #fff 0, #efefef 100%);
  background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
  background: linear-gradient(top, #fff 0, #efefef 100%);
}
.light-theme a:hover {
  text-decoration: none;
  background: #fcfcfc;
}
.light-theme .current {
  background: #666;
  color: #fff;
  border-color: #444;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;
}
.light-theme .ellipse {
  background: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
.dark-theme a,
.dark-theme span {
  float: left;
  color: #ccc;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #555;
  background: -moz-linear-gradient(top, #555 0, #333 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #555),
    color-stop(100%, #333)
  );
  background: -webkit-linear-gradient(top, #555 0, #333 100%);
  background: -o-linear-gradient(top, #555 0, #333 100%);
  background: -ms-linear-gradient(top, #555 0, #333 100%);
  background: linear-gradient(top, #555 0, #333 100%);
}
.dark-theme a:hover {
  text-decoration: none;
  background: #444;
}
.dark-theme .current {
  background: #222;
  color: #fff;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}
.dark-theme .ellipse {
  background: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=50);
  z-index: 3000;
}
#modal {
  position: fixed;
  background: url(../modal/tint.png) 0 0 repeat;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  padding: 8px;
  z-index: 5000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#modal div.error_message {
  text-align: center;
  display: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
  background: #fff;
  background-color: #fff5c1;
  background: -webkit-linear-gradient(#fff7cb, #fff3b7);
  background: linear-gradient(#fff7cb, #fff3b7);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33);
  color: #717171;
  font-size: 11pt;
  padding: 2px;
  position: relative;
  margin-bottom: 3px;
}
#modal div.error_message p {
  margin: 0;
}
#content_modal {
  position: relative;
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-y: scroll;
  position: relative;
}
div.locker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 5001;
}
div.locker_image {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../modal/circle_loader.gif");
}
#close {
  position: absolute;
  background: url(../modal/close.png) 0 0 no-repeat;
  width: 24px;
  height: 27px;
  display: block;
  text-indent: -9999px;
  top: -7px;
  right: -7px;
}
#content_modal div.error {
  font-size: 9pt;
  color: red;
  margin-left: 115px;
}
div.loading {
  background: url(../modal/loading.gif) 0 0 repeat;
  width: 32px;
  height: 32px;
}
#powerTip {
  cursor: default;
  background-color: #f1c701;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15),
    0 2px 1px rgba(255, 255, 255, 0.8) inset, 0 -2px 2px #fafa6e inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15),
    0 2px 1px rgba(255, 255, 255, 0.8) inset, 0 -2px 2px #fafa6e inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15),
    0 2px 1px rgba(255, 255, 255, 0.8) inset, 0 -2px 2px #fafa6e inset;
  border: 1px solid #fafa50;
  border-radius: 6px;
  color: #000;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
}
#powerTip:before {
  content: "";
  position: absolute;
}
#powerTip.n:before,
#powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}
#powerTip.e:before,
#powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}
#powerTip.n:before {
  border-top: 10px solid #fafa50;
  border-top: 10px solid rgba(250, 250, 80, 0.8);
  bottom: -10px;
}
#powerTip.e:before {
  border-right: 10px solid #fafa50;
  border-right: 10px solid rgba(250, 250, 80, 0.8);
  left: -10px;
}
#powerTip.s:before {
  border-bottom: 10px solid #fafa50;
  border-bottom: 10px solid rgba(250, 250, 80, 0.8);
  top: -10px;
}
#powerTip.w:before {
  border-left: 10px solid #fafa50;
  border-left: 10px solid rgba(250, 250, 80, 0.8);
  right: -10px;
}
#powerTip.ne:before,
#powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}
#powerTip.nw:before,
#powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}
#powerTip.ne:before,
#powerTip.nw:before {
  border-top: 10px solid #fafa50;
  border-top: 10px solid rgba(250, 250, 80, 0.8);
  bottom: -10px;
}
#powerTip.se:before,
#powerTip.sw:before {
  border-bottom: 10px solid #fafa50;
  border-bottom: 10px solid rgba(250, 250, 80, 0.8);
  top: -10px;
}
#powerTip.nw-alt:before,
#powerTip.ne-alt:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  border-top: 10px solid #fafa50;
  border-top: 10px solid rgba(250, 250, 80, 0.8);
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px;
}
#powerTip.ne-alt:before {
  left: auto;
  right: 10px;
}
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  border-top: 0;
  border-bottom: 10px solid #fafa50;
  border-bottom: 10px solid rgba(250, 250, 80, 0.8);
  bottom: auto;
  top: -10px;
}
#powerTip.se-alt:before {
  left: auto;
  right: 10px;
}
