/* onArcade 2.3 CSS */
body {
  margin: 0;
  padding: 0;
  background-image:url(images/bg.gif);
  background-repeat:repeat-x;
  background-color:#131C29;
  color: #707070;
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  text-align: left;
}
p {
  margin:3px 0px;
}
a {
  color: #45afe1;
  text-decoration: underline;
}
a:hover {
  color: #45afe1;
  text-decoration: none;
}
a img {
  border: 0;
}
form {
  margin: 0px;
  padding: 0px;
}
input, textarea {
  margin: 2px;
  padding: 3px;
  font-size: 11px;
}
input[type='text'], input[type='password'] {
  width: 200px;
}
input.small {
  width: 50px;
}
input.textfield {
  width: 152px;
  height: 19px;
  padding: 5px;
  color: #666666;
  background-image: url(images/textfield.gif);
  border: 1px solid #666666;
  float: right;
}
textarea {
  width: 200px;
  height: 50px;
}
textarea.comment {
  width: 350px;
  height: 75px;
}
textarea.post {
  width: 400px;
  height: 150px;
}
fieldset {
  margin-top: 7px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
legend {
  font-weight: bold;
  color: #333333;
}
.center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.txt_left {
  text-align: left;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.clear {
  height: 0;
  font-size: 0;
  clear: both;
}
.separator {
  margin-bottom: 1px;
  padding-top: 1px;
  border-bottom: 1px solid #CCCCCC;
  font-size:0;
  height: 0;
  clear: both;
}
/* IE6&7 fixes */
.pos_relative {
  position: relative;
}
/* the header of the site  */
#header {
  height: 157px;
  width: 1100px;
  margin: 0 auto;
  background-image:url(images/header_bg.gif);
  background-position:center;
  background-repeat:no-repeat;
  text-align: left;
  position: relative;
}
#logo {
  width: 315px;
  height: 143px;
  background-image: url(images/logo.gif);
  cursor: pointer;
}
#header_ad {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 750px;
}
/* menu with links to different parts of site */
#navigation {
  width: 1067px;
  height: 42px;
  margin: 0 auto;
  position: relative;
}
#navigation ul {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 3px;
  left: 280px;
  color: #FFFFFF;
}
#navigation li {
  list-style-type: none;
  float: left;
  width: auto;
  padding-left:10px;
  padding-right:10px;
  height:25px;
  text-align:center;
}
#navigation a:link, #navigation a:visited {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  width: 74px;
  height: 25px;
  padding-top: 10px;
}
#navigation a:hover {
  color: #97daf8;
  text-decoration: none;
  background-image: url(images/rollover.gif);
  background-repeat: no-repeat;
}
#navigation #add_fav {
  position: absolute;
  top: 0px;
  right: 15px;
  cursor: pointer;
}
/* main part of the website */
#main {
  margin: 0 auto;
  width: 1067px;
  position: relative;
}
/* menus */
#side_menu {
  float: left;
  width: 254px;
  margin-left: 2px;
  position: relative;
  background: url(images/silverseamless_bg.gif);
}
#right_menu {
  float: right;
  width: 254px;
  background: url(images/silverseamless_bg.gif);
}
/* content of the page */
#main_contents {
  float: left;
  width: 549px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top:4px;
}
#main_contents_wide {
  float: left;
  width: 805px;
  margin-top:4px;
  margin-left:4px;
}
/* headers of content boxes */
h2 {
  background-image: url(images/featuredicon.gif);
  background-position: left;
  background-repeat: no-repeat;
  margin: 0px 0px 10px 0px;
  padding: 5px;
  padding-left: 35px;
  color: #00A2D0;
  font-size: 16px;
  font-weight: normal;
  position: relative;
}
h3 {
  background: #0099CC url(images/blankheading.gif);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  margin: 0px;
  padding: 15px 35px;
  height:14px;
}
h4 {
  background-image: url(images/gamesicon.gif);
  background-position: right;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 5px;
  font-size: 14px;
  color: #F67521;
  margin-bottom: 10px;
}
h4 a {
  color: #F67521;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

/* content is inside these boxes */
.content_box {
  background-image: url(images/maincontentbg.gif);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  margin-bottom: 2px;
  padding: 10px;
}
.content_box_2 {
  background-image:url(images/silverbottom_bg.gif);
  background-repeat:no-repeat;
  background-position:bottom;
  padding:10px;
}
/* top lists */
.content_box_2 ol {
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
}
.content_box_2 ol li {
  margin: 2px 0px;
  padding: 0px;
}
.content_box_3 {
  background-image: url(images/bluetop_bg.gif);
  background-position: top;
  background-repeat: no-repeat;
  padding: 10px;
  color: #FFFFFF;
}
.content_box_3_bg {
  background-image:url(images/blueseamless_bg.gif);
  background-repeat:repeat-y;
}
.content_box_4 {
  background-image: url(images/maincontent_minibg.gif);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  margin-bottom: 2px;
  padding: 10px;
}
/* top rated games header */
#toprated_header {
  position: absolute;
  top: -42px;
  left: -2px;
  width: 259px;
  height: 42px;
  float: left;
  background-image: url(images/toprated.gif);
  z-index: 10;
}
.label {
  float: left;
  padding-top: 7px;
  color: #4A99D2;
}

/* bot in user online section */
.bot {
  color: #DD7500;
}
/* BB code images  */
.bb_code {
  cursor: pointer;
  margin: 2px;
  padding: 2px;
  border: 1px solid #CCCCCC;
}
.bb_code:hover {
  background: #EDEDED;
  border-color: #AAAAAA;
}
.bb_emoticon {
  cursor: pointer;
  margin: 2px;
}
/* avatar class */
.avatar {
  border: 0;
}
/* clickable small image */
img.click {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 0;
}
/* image verification image */
.image_verification {
  position: relative;
  height: 30px;
  border: 0;
}
.image_verification img.code_image {
  width: 100px;
  height: 30px;
  border: 0;
}
.image_verification img.refresh_image {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 0;
  position: absolute;
  top: 7px;
  left: 100px;
}
.image_verification input {
  position: absolute;
  top: 3px;
  left: 120px;
}
/* error classes */
.error {
  margin-bottom: 4px;
  padding: 4px;
  border: 1px solid #FF3300;
  background: #FADFDC;
  color: #FF3300;
}
.error_green {
  margin-bottom: 4px;
  padding: 4px;
  border: 1px solid #2F4F2F;
  background: #E0EEE0;
  color: #2F4F2F;
}
/* line with text */
.line {
  overflow: auto;
  width: 100%;
}
.line p, .line div {
  float: left;
  margin: 2px;
}
.line div p, .line div div {
  float: none;
}
.line .left {
  font-weight: bold;
  width: 100px;
}
.line .wide {
  width: 150px;
}
/* pagination */
.pagination {
  padding: 2px;
  margin: 2px;
  text-align: center;
  position: relative;
}
.pagination.txt_right {
  text-align: right;
}
.arrow_nav {
  overflow: auto;
  padding: 4px 0;
  margin: 2px;
  width: 100%;
}
.pagination a, .arrow_nav a {
  padding: 2px 6px;
  margin: 2px;
  border: 1px solid #CCCCCC;
  color: #000000;
  text-decoration: none;
  display: inline-block;
}
.pagination a:hover, .arrow_nav a:hover {
  color: #000000;
  background: #F2F2F2;
  border-color: #AAAAAA;
}
.pagination b, .pagination a.current {
  padding: 2px 5px;
  border: 1px solid #CCCCCC;
  font-weight: bold;
}
.arrow_nav .previous {
  float: left;
}
.arrow_nav .next {
  float: right;
}
/* file box (index, related files, favourites) */
.file {
  width: 385px;
  float: left;
  overflow: hidden;
  padding: 2px;
}
.file .icon {
  float: left;
  width: 75px;
}
.file .icon img {
  border: 1px dashed #b1b1b1;
  padding: 2px;
}
.file .icon img:hover {
  border: 1px dashed #2f818d;
  padding: 2px;
}
.file .desc {
  float: right;
  width: 305px;
}
.file p {
  margin: 1px 0;
  padding: 0;
}
.file .link a {
  font-size: 13px;
  font-weight: bold;
}
.file .played {
  font-size: 9px;
}
/* adjust widths for index page */
.file_index {
  width: auto;
  float: none;
}
.file_index .desc {
  width: 170px;
}
/* browse pages files are also little different */
.browse_file {
  padding: 4px;
  margin: 2px;
  width: 250px;
  overflow: auto;
  background: #F0F8FF;
  border: 1px solid #B2DFEE;
}
.browse_file:hover {
  background: #E0EEEE;
}
.browse_file .desc {
  float: right;
  width: 172px;
}
/* top rated */
.content_box_3 .file {
  float: none;
  width: auto;
}
.content_box_3 .file .desc {
  width: 150px;
}
/* bubbles */
.bubble {
  position: absolute;
  padding: 6px;
  width: 250px;
  border: 0;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 5px #ABABAB;
  -webkit-box-shadow: 0 0 5px #ABABAB;
  -moz-box-shadow: 0 0 5px #ABABAB;
  opacity: 0.95;
  z-index: 10;
}
.bubble .bubble_left {
  position: absolute;
  left: -10px;
  top: 7px;
  width: 10px;
  height: 12px;
  background-image: url(images/bubble_left.png);
}
.bubble .bubble_up {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 10px;
  height: 12px;
  background-image: url(images/bubble_up.png);
}
/* tables */
.tbl_header {
  overflow: auto;
  font-weight: bold;
  border-bottom: 1px solid #E0EEE0;
  margin: 2px 0;
  text-align: center;
  width: 100%;
}
.tbl {
  overflow: auto;
  border-bottom: 1px solid #E0EEE0;
  margin: 2px 0;
  text-align: left;
  width: 100%;
}
.tbl_header p, .tbl p, .tbl div {
  float: left;
  padding: 2px;
}
.tbl div p {
  float: none;
}
/* tab menu stuff */
.tab_menu {
  position: relative;
  padding: 8px 0;
  margin: 0;
  list-style-type: none;
  background-image: url(images/maincontentbg.gif);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  color: #00A2D0;
  font-size: 14px;
}
.tab_menu li {
  display: inline;
  margin: 0 -4px 0 0;
}
.tab_menu li a {
  position: relative;
  text-decoration: none;
  padding: 8px 8px;
  margin: 0;
  color: #333333;
  font-weight: bold;
  border-right: 2px solid #FFF;
}
.tab_menu li a:hover, .tab_menu li a.selected {
  color: #00A2D0;
  background: #FFFFFF;
  z-index: 10;
}
/* index page 2 columns */
.index_left {
  float: left;
  width: 273px;
}
.index_right {
  float: right;
  width: 273px;
}
/* champions box on index page */
.champion {
  float:left;
  width: 33%;
}
.champion img {
  width: 32px;
  height: 32px;
  border: 0;
  float: left;
  margin: 0 10px;
}
.latest_line span {
  float: right;
}
/* all chmpions list */
#champions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#champions li {
  padding: 5px 3px;
  border-bottom: 1px solid #E0EEE0;
}
#champions .pos {
  width: 50px;
  float: left;
}
#champions .wins {
  float: right;
}
/* files scroller on index page */
#scroller {
  position: relative;
  background-image: url(images/maincontentbg.gif);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  margin-bottom: 4px;
  overflow: hidden;
  height: 120px;
}
#scroller h2 {
  margin: 10px 0 0 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
#scroller ul li img {
  margin: 2px;
  border: 0;
  cursor: pointer;
}
#scroller ul {
  display: block;
  position: absolute;
  top: 42px;
  width: 1500px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#scroller ul li {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}
#scroller .title {
  position: absolute;
  bottom: 0;
  padding: 4px;
  background: #000;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 10;
}
/* featured games */
#featured {
  overflow: hidden;
}
#featured .left {
  float: left;
  width: 450px;
  height: 285px;
  overflow: hidden;
}
#featured .left .big_image {
  width: 450px;
  height: 258px;
}
#featured .left div {
  display: none;
  position: absolute;
}
#featured .right {
  float: right;
  width: 75px;
  text-align: right;
}
#featured .right div {
  margin: 1px 0;
}
#featured .right img {
  border: 1px dashed #b1b1b1;
  padding: 2px;
  cursor: pointer;
}
#featured .right img:hover {
  border: 1px dashed #2f818d;
  padding: 2px;
}

/* news are in boxes like this */
.news_box {
  margin-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #3399CC;
}
/* box around file sponsor */
#sponsor {
  margin-bottom: 4px;
  padding: 4px;
  border: 1px dotted #FF3300;
  background: #FFCC33;
  text-align: center;
  font-weight: bold;
}
/* file info */
.file_info {
  float: left;
  width: 33%;
}
#file_rating img {
  width: 16px;
  height: 16px;
  border: 0;
}
/* contorls are in these boxes */
.controls {
  float:left;
  width: 200px;
  height: 28px;
  border-right: 1px dotted #CCCCCC;
  padding: 4px;
}
.controls img {
  float:left;margin-right:4px;
}
#full_screen, #make_favorite {
  float: right;
  margin: 4px;
  border: 0px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#full_screen {
  display: none;
}
#resize_file {
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
}
#resize_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 15;
}
/* comments */
#comment_verification_field {
  display: none;
}
/* file ad */
#ad_loader {
  width: 300px;
  height: 15px;
  border: 1px solid #5D9160;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  margin-bottom: 4px;
}
#ad_loader div {
  width: 0;
  height: 100%;
  background: #B2D0B4;
  margin-left: auto;
  margin-right: auto;
}
/* framed file */
#file_frame_info .content_box {
  margin: 0;
}
/* plug style */
#plug {
  text-align: center;
}
#plug img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* comments */
#comments .comment {
  border-bottom: 1px solid #E0EEE0;
  margin: 2px 0;
  padding: 2px 0;
}
#comments .comment.spam {
  color: #B0B0B0;
}
#comments .user {
  font-weight: bold;
}
#comments .date {
  color: #555555;
  margin-left: 4px;
}
#comments .report {
  widht: 10px;
  height: 10px;
  cursor: pointer;
  border: 0;
  float: right;
}
/* scores page file description box */
.scores_file {
  float: none;
  overflow: auto;
  border: 1px solid #E0EEE0;
  margin-left: 25px;
}
.scores_file:hover {
  background: #F0FFF0;
}
/* subcategory on category page */
.subcategory {
  float: left;
  width: 33%;
}
/* user CP menu */
#ucp_menu ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
#ucp_menu ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin: 4px;
  text-align: center;
  width: 70px;
}
#ucp_menu ul li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  width: 32px;
  height: 32px;
}
/* color selector in UserCP */
#color_selector {
  position: absolute;
  width: 140px;
  border: 1px solid #808080;
  cursor: pointer;
  overflow: auto;
  box-shadow: 0px 0px 5px #A3A3A3;
  -webkit-box-shadow: 0px 0px 5px #A3A3A3;
  -moz-box-shadow: 0px 0px 5px #A3A3A3;
}
#color_selector div {
  width: 20px;
  height: 18px;
  float: left;
}
/* avatar gallery images */
.ucp_avatar {
  margin: 1px;
  cursor: pointer;
}
/* private messages */
.ucp_pm_preview {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
/* member information box (member list and friends) */
.member {
  margin: 2px;
  padding: 6px;
  overflow: auto;
  float: left;
  width: 370px;
  background: #F0FFF0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #E0EEE0;
}
.member:hover {
  background: #E0EEE0;
}
.member .avatar {
  float: right;
  border: 1px solid #3D5229;
  padding: 2px;
  background: #FFFFFF;
}
.member .content {
  float: left;
  margin-right: 2px;
}
.member a {
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
/* forum posts and private messages */
.post {
  overflow: auto;
  width: 100%;
}
.forum_post {
  border-top: 1px solid #C1CDC1;
  border-bottom: 1px solid #C1CDC1;
  margin: 8px 0;
}
.post .poster {
  float: right;
  width: 130px;
  border-left: 1px solid #C1CDC1;
  padding: 3px;
  background: #F0FFF0;
}
.post .poster img {
  border: 1px solid #C1CDC1;
}
.post .poster .user a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.post .content {
  float: left;
  width: 640px;
  padding: 3px;
}
.post .content .header {
  padding-bottom: 3px;
  margin-bottom: 3px;
  font-weight: bold;
  border-bottom: 1px solid #C1CDC1;
}
.post .content .header span {
  font-weight: normal;
}
.post .content .message {
  margin: 4px 0;
}
.post .content .footer {
  border-top: 1px solid #C1CDC1;
  padding-top: 3px;
  margin-top: 8px;
}
/* quotes in PMs and forum posts*/
.quote {
  border: 1px dotted #AAAAAA;
  background: #FAFAFA url(images/quote.png) no-repeat;
  background-position:  bottom right;
  margin: 2px 2px 6px 2px;
  padding: 4px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
/* icon before forum name */
.forum_icon {
  width: 24px;
  height: 24px;
  border: 0;
}
/* icon next to forum post */
.post_icon {
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
/* info on registration page */
.register_info {
  float: left;
  width: 240px;
  font-weight: bold;
}
/* links */
.f_link {
  background-image: url(images/plusicon.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding: 3px 0px 3px 25px;
  position: relative;
}
.f_link a:link, .f_link a:visited {
  color: #717171;
}
/* box on redirection page */
#redirection_box {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 400px;
  border: 1px solid #336699;
  background: #FFFFFF; 
  text-align: center;
}
/* footer of the site */
#footer {
  width: 1100px;
  margin-top:10px;
  margin-left: auto;
  margin-right: auto;
  border-top: #45AFE1 1px solid;
  color: #45afe1;
  text-align: center;
  padding: 10px;
}
.footer_ad {
  text-align: center;
  margin-bottom: 6px;
}
