.contest-media{
  float: left;
}
.contest-join{
  text-align:center;
  margin: 0px auto;
}
.contest-image {
  margin: 0 10px 0 0;
  overflow: hidden;
}
.contest-image img, .contest-image img:hover {
  padding: 12px;
  text-align:center;
  margin: 0px auto;
}
.contest-clear {
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
/** CONTEST TABS **/
  /* TABS */
#contest-details{
  margin: 20px  auto;
  width: 95%;
}
#contest-details ul{
  list-style: none;
  list-style-position: outside;
}
#contest-details ul.contest-tabs li{
  float: left;
  margin-right: 2px;
  margin-bottom: -1px;
}
#contest-details ul.contest-tabs li{
  display: block;
  padding: 5px 10px 5px 10px;
  background: #efefef;
  margin-bottom: -1px;
  border: 1px solid #d0ccc9;
  border-width: 1px 1px 1px 1px;
  position: relative;
  color: #898989;
  cursor: pointer;
}
#contest-details ul.contest-tabs li.active{
  background: #fff;
  border-bottom: 0;
  color: #5f95ef;
}
/* TAB CONTENT */
.contest-tab-content{
  margin: 0pt auto;
  background: #efefef;
  background: #fff;
  border: 1px solid #d0ccc9;
  text-align: left;
  padding: 10px;
  padding-bottom: 20px;
}
.contest-tab-content.contest-data { display:block; }
.contest-tab-content.contest-prizes,.contest-tab-content.contest-members { display:none; }
.contest-tab-content table {
  border-collapse: collapse;
  width:100%;
  margin:20px 0;
}
.contest-tab-content tr{}
.contest-tab-content tr.alt{background:#f5f5f5;}
.contest-tab-content th, .contest-tab-content td{
  padding:10px;
  font-weight:normal;
}
.contest-tab-content thead th{
  text-align:left;
  padding:3px 10px;
  font-size:0.9em;
  color:#888;
  border-bottom:1px solid #ddd;
  background:#eee;
}
.contest-tab-content tbody th{
  background:#f5f5f5;
  text-align:right;
  padding-right:15px;
  font-size:0.9em;
  color:#666;
  border-right:1px solid #e5e5e5;
}
.contest-tab-content tbody tr.alt th{background:#efefef;}
#join_contest_form{ }
#join_contest_message{ }
.contest_btn{
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  line-height: 100%;
  margin: 0px;
  overflow: visible;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  top: 0;
  vertical-align: middle;
  width: auto;
  text-shadow:0 -1px 0 #1D6DC1;
  color:#fff;
  border:1px solid #1D6DC1;
  background: rgb(122,188,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
}
.contest_btn:hover {
  text-shadow:0 1px 0 #1D6DC1;
  border:1px solid #1D6DC1;
  background: rgb(155,205,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(155,205,255,1) 0%, rgba(134,192,250,1) 44%, rgba(110,176,242,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,205,255,1)), color-stop(44%,rgba(134,192,250,1)), color-stop(100%,rgba(110,176,242,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bcdff', endColorstr='#6eb0f2',GradientType=0 ); /* IE6-9 */
}
#join_contest_btn, #play_contest_btn{
  color: #fff;
  margin-left: 5px;
}
#contest_join_loading{
  height: 16px;
  width: 16px;
}
.message{ font-weight: bold; padding:5px; border-radius: 5px 5px 5px 5px; }
.error{ border: 2px solid red; background-color: lightpink; }
.ok{ border: 2px solid green; background-color: lightgreen; }
.contest_leaderborad_list{}
.contest_leaderborad_list li{ float:left;width: 85%; }
.contest_leaderborad_list_score{ float:right; }
.contest_leaderborad_list_name{}
.contest_leaderborad_listelement_even{}
.contest_leaderborad_listelement_odd{}
#contest_join_loading{ border: none; background: none; display: none; vertical-align: middle; }

#myarcadecontest-archive-contest-image {
  width:60px;
}

#contest-boxes #contest-dialog { width:375px; }
#contest-boxes .contest-window {
 position:fixed;
 width:460px;
 max-height: 500px;
 overflow: auto;
 display:none;
 z-index:9999;
 background-color: #ffffff;
 border: 1px solid #999;
 border: 1px solid rgba(0, 0, 0, 0.3);
 *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
#contest-boxes #contest-dialog .dialog-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#contest-boxes #contest-dialog .dialog-header h3 {
  margin: 0;
  padding: 0;
}
#contest-boxes #contest-dialog .dialog-body {
  padding: 15px;
}
#contest-boxes #contest-dialog .dialog-body h4 {
  margin: 0px;
  padding: 0px;
  color: black;
}
#contest-boxes #contest-dialog .dialog-footer a{
  color: darkgray;
}
#contest-boxes #contest-dialog .dialog-footer:before, #contest-boxes #contest-dialog .dialog-footer:after {
  display: table;
  content: "";
}
#contest-boxes #contest-dialog .dialog-footer:after {
  clear: both;
}
#contest-boxes #contest-dialog .dialog-footer .btn {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
#contest-boxes #contest-dialog .dialog-footer {
  text-align: right;
  padding: 14px 15px 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
#contest-boxes #contest-dialog .dialog-footer .contest_btn {
  color: #fff;
}