﻿/* onArcade 2.3 Dark CSS */
body {
background-image:url(images/background.jpg);
margin : 0;
padding : 0;
font-size : 11px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align : right;
direction : rtl;
}
p {
  margin:2px 0;
}
a {
  color: #c21858;
  text-decoration: none;
}
a:hover {
color : #3b3b3b;
text-decoration : underline;
}
a img {
  border: 0;
}
form {
  margin: 0;
  padding: 0;
}
.reed {
    color: #FF0000;
}
input, textarea {
background-color : #ffffff;
border : 1px solid #000000;
font-size : 12px;
color : #000000;
margin : 2px;
padding : 2px;
}
input[type='text'], input[type='password'] {
  width: 140px;
}
#side_menu input[type='text'], #side_menu input[type='password'] {
  width: 140px;
}
input.small {
  width: 50px;
}
input.long {
  width: 300px;
}
textarea {
  width: 300px;
  height: 60px;
}
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: #000000;
}
.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: 2px;
  padding-top: 2px;
  border-bottom: 1px solid #1F1F1F;
  font-size:0;
  height: 0;
  clear: both;
}
/* IE6&7 fixes */
.pos_relative {
  position: relative;
}
/* border around the whole page  */
#main_body {
width : 990px;
margin-left : auto;
margin-right : auto;
border-right:4px solid #C0C0C0;
border-left:4px solid #C0C0C0;
}
/* the header of the site  */
#header {
background-image : url(images/header.jpg);
height : 240px;
position: relative;
width: 990px;
}
#header #logo {
  position: absolute;
  left: 20px;
  top: 30px;
  border: 0;
  width: 199px;
  height: 41px;
}
.header_ads {
width : 468px;
height : 60px;
margin-left : 140px;
margin-right : auto;
padding-top : 55px;
}
#top-right ul{
float:right;
height:31px;
margin-top:1px;
}
#top-right ul li{
display:inline;
float:right;
padding:2px 6px;
}
#top-right ul li a{
color:#FFFFFF;
display:block;
font-weight:bold;
font-size:16px;
font-family:arial;
padding:2px 5px;
text-shadow:1px -1px #666666;
}
#top-right ul li a:hover{
background:url('images/nav_hov.png') repeat-x;
color:#fff;
text-shadow:none;
text-decoration:none;
-moz-border-radius:5px;  
}
/* menu with links to different parts of site */
#main_menu {
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 0px;
  color: #FFFFFF;
  float : right;
}
#main_menu li {
list-style-type : none;
display : block;
float : left;
margin-right : 4px;
padding-right : 4px;
border-right : 1px solid #0066ff;
}
#main_menu a {
text-decoration : none;
color : #0066ff;
}
#main_menu a:hover {
text-decoration : none;
color : #0066ff;
}
/* categories menu */
#categories_bar {
  background-image: url(images/topmenu.png);
  height: 24px;
  border: 1px solid #000000;
  position: relative;
}
#categories_bar ul {
  position: absolute;
  left: 15px;
  top: 5px;
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-size: 12px;
}
#categories_bar li {
  list-style-type: none;
  display: block;
  float: left;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #000000;
}
#categories_bar a {
  color: #000000;
  text-decoration: none;
}
#categories_bar a:hover {
  color: #000000;
  text-decoration: underline;
}
#main_menu li.first, #categories_bar li.first {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
/* main part of the website */
#main {
background-color : #ffffff;
padding : 4px;
}
/* menu */
#side_menu {
float : right;
width : 180px;
}
/* content of the page */
#main_contents {
  float: right;
  width: 610px;
  margin : 0 4px;
}
#left_menu {
float : left;
width : 180px;
}
/* boxes where ads are in */
.ad_box {
text-align : center;
padding : 3px;
margin-bottom : 5px;
}
/* headers of content boxes */
h2, h3 {
background-image : url(images/b-1.gif);
color : #ffffff;
font-size : 12px;
padding : 2px 2px 2px 4px;
margin : 0;
}
h2 a {
  color: #ffffff;
  text-decoration: none;
}
h2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* content is inside these boxes */
.content_box {
border : 1px solid #d5d5d5;
margin-top : 1px;
margin-bottom : 5px;
padding : 2px;
}
/* top lists */
.content_box ol {
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
}
.content_box ol li {
  margin: 2px 0px;
  padding: 0px;
}
/* bot in user online section */
.bot {
  color: #DD7500;
}
/* BB code images  */
.bb_code {
  cursor: pointer;
  margin: 2px;
  padding: 2px;
  border: 1px solid #1F1F1F;
  background: #ffffff;
}
.bb_code:hover {
  background: #EDEDED;
  border-color: #1F1F1F;
}
.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;
  right: 100px;
}
.image_verification input {
  position: absolute;
  top: 3px;
  right: 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: right;
  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 #1F1F1F;
  text-decoration: none;
  display: inline-block;
}
.pagination a:hover, .arrow_nav a:hover {
  background: #C0C0C0;
}
.pagination b, .pagination a.current {
  padding: 2px 5px;
  border: 1px solid #1F1F1F;
  background: #C0C0C0;
  font-weight: bold;
}
.arrow_nav .previous {
  float: right;
}
.arrow_nav .next {
  float: left;
}
/* file box (index, related files, favourites) */
.file {
  width: 295px;
  float: right;
  overflow: hidden;
  padding: 2px;
}
.file .icon {
  float: left;
  width: 120px;
  margin-left : 2px;
}
.file .icon a {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px;
  background: #EDEDED;
  border: 2px solid #5A5A5A;
}
.file .icon a:hover {
  border:2px solid #1096B9;
}
.file .icon a .nohover {
  display: inline;
}
.file .icon a .hover {
  display: none;
}
.file .icon a:hover .nohover {
  display: none;
}
.file .icon a:hover .hover {
  display: inline;
}
.file .desc {
  float: right;
  width: 163px;
}
.file p {
  margin: 1px 0;
  padding: 0;
}
.file .link a {
  color: #336699;
  font-weight: bold;
  text-decoration: none;
}
.file .link a:hover {
  color: #b40072;
  font-weight: bold;
  text-decoration: underline;
}
.file .played {
  font-size: 9px;
}
/* adjust widths for index page */
.file_index {
  width: 290px;
  float: none;
}
.file_index .desc {
  width: 164px;
}
/* browse pages files are also little different */
.browse_file {
  padding: 4px;
  margin: 2px;
  width: 285px;
  overflow: auto;
  border: 1px #808080 solid;
}
.browse_file:hover {
  background: #E0EEE0;
}
.browse_file .desc {
  float: right;
  width: 159px;
}
/* bubbles */
.bubble {
  position: absolute;
  padding: 6px;
  width: 250px;
  border: 0;
  background: #C0C0C0;
  border: 1px solid #1F1F1F;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 5px #1F1F1F;
  -webkit-box-shadow: 0 0 5px #1F1F1F;
  -moz-box-shadow: 0 0 5px #1F1F1F;
  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: 12px;
  height: 10px;
  background-image: url(images/bubble_up.png);
}
/* tables */
.tbl_header {
  overflow: auto;
  font-weight: bold;
  border-bottom: 1px solid #1F1F1F;
  margin: 2px 0;
  text-align: center;
  width: 100%;
}
.tbl {
  overflow: auto;
  border-bottom: 1px solid #1F1F1F;
  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;
  font-size: 12px;
  padding: 2px 2px 2px 0;
  margin: 0 0 -1px 0;
  list-style-type: none;
  background: #00CCFF;
  background: #00CCFF url(images/b-1.gif);
  border: 1px solid #000;
  border-bottom: 0;
  color: #000000;
}
.tab_menu li {
  display: inline;
  margin: 0 -4px 0 0;
}
.tab_menu li a {
  position: relative;
  text-decoration: none;
  padding: 2px 6px;
  margin: 0;
  color: #FFFFFF;
  font-weight: bold;
  border-right: 1px solid #000;
}
.tab_menu li a:hover {
  background: #00CCFF;
  text-decoration: underline;
}
.tab_menu li a.selected {
  background: #00CCFF;
  padding-bottom: 3px;
  z-index: 10;
}
/* index page 2 columns */
.index_left {
  float: left;
  width: 302px;
}
.index_right {
  float: right;
  width: 302px;
}
/* champions box on index page */
.champion {
  float:left;
  width: 198px;
}
.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 #1F1F1F;
}
#champions .pos {
  width: 50px;
  float: left;
}
#champions .wins {
  float: right;
}
/* files scroller on index page */
#scroller {
  position: relative;
  border: 1px solid #d5d5d5;
  margin-bottom: 4px;
  overflow: hidden;
  height: 143px;
}
#scroller h4 {
  padding: 0;
  margin: 8px 0 0 18px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FF9900;
}
#scroller ul li img {
  margin: 2px;
  border: 0;
  cursor: pointer;
}
#scroller ul {
  display: block;
  position: absolute;
  top: 18px;
  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;
}
/* news are in boxes like this */
.news_box {
  margin-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #1F1F1F;
}
/* champion info */
#champion_box {
    margin-bottom: 4px;
    padding: 2px;
  border: 1px solid #000000;
  background: url(images/cup.gif);
  background-repeat: no-repeat;
  background-position: 25% 50%;
  background-color: #333333;
  text-align: center;
}
/* 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;
}
#full_screen, #make_favorite {
  float: left;
  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 {
  margin: 2px 0;
  padding: 2px 0;
}
#comments .comment.spam {
  color: #B0B0B0;
}
#comments .user {
  font-weight: bold;
}
#comments .date {
  color: #808000;
  margin-right: 4px;
}
#comments .report {
  widht: 10px;
  height: 10px;
  cursor: pointer;
  border: 0;
  float: left;
}
/* scores page file description box */
.scores_file {
  float: none;
  border: 1px solid #1F1F1F;
  margin-left: 25px;
}
.scores_file:hover {
  background: #1F1F1F;
}
/* subcategory on category page */
.subcategory {
  float: left;
  width: 198px;
}
/* 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: 58px;
}
#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: right;
  width: 281px;
  background: #EFF2F3;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #1F1F1F;
}
.member:hover {
  background: #E0EEE0;
}
.member .avatar {
  float: right;
  border: 1px solid #3D5229;
  padding: 2px;
  background: #FFFFFF;
}
.member .content {
  float: right;
  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 #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
  margin: 8px 0;
}
.post .poster {
  float: right;
  width: 130px;
  border-left: 1px solid #1F1F1F;
  padding: 3px;
  background: #1F1F1F;
}
.post .poster img {
  border: 1px solid #1F1F1F;
}
.post .poster .user a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.post .content {
  float: left;
  width: 455px;
  padding: 3px;
}
.post .content .header {
  padding-bottom: 3px;
  margin-bottom: 3px;
  font-weight: bold;
  border-bottom: 1px solid #1F1F1F;
}
.post .content .header span {
  font-weight: normal;
}
.post .content .message {
  margin: 4px 0;
}
.post .content .footer {
  border-top: 1px solid #1F1F1F;
  padding-top: 3px;
  margin-top: 8px;
}
/* quotes in PMs and forum posts*/
.quote {
  border: 1px dotted #000000;
  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;
}

/* box on redirection page */
#redirection_box {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 400px;
  border: 1px solid #000000;
  background: #eff2f3;
  text-align: center;
}
/* footer of the site */
#footer {
background-image : url(images/footer_02.jpg);
width : 100%;
height : 100%;
display : block;
font-family : tahoma;
text-decoration : none;
font-size : 13px;
text-align : right;
color : #fff;
}
.footer-links {
padding : 0;
margin : 0;
overflow : hidden;
text-align : right;
}
.footer-links ul {
padding : 0;
float : right;
width : 16%;
text-align : right;
margin-right : 6px;
}
.footer-links li {
list-style-type : none;
}
.footer-text {
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 12pt;
color : #3399ff;
}
.footer-links li a {
padding : 1px 3px 1px 0;
height : 14px;
display : block;
border-right : 2px solid #3dc2e9;
margin-top : 1px;
font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-decoration : none;
color : #c21858;
}
.footer-links li a:hover {
text-decoration : none;
font-weight : bold;
color : #3b3b3b;
border-right-color : #10718e;
background : #3dc2e9;
}
.bottom {
background-color : #038fbd;
height : 30px;
border-color : #666666;
}
.bottom-text {
color : #ffffff;
font-family : tahoma;
font-size : 11px;
padding-top : 8px;
text-align : center;
}
#video_wrapper {
width : 597px;
height : 415px;
}
#video_wrapper .ad {
width : 597px;
height : 415px;
visibility : visible;
display : block;
position : absolute;
z-index : 1000;
}
#video_wrapper .ad_container {
margin-top : 20px;
margin-right : 100px;
border-style : solid;
border-width : 2px;
border-color : #a9aeb1;
height : 360px;
width : 420px;
background-color : #000000;
display : inline-block;
position : absolute;
z-index : 10001;
}
#video_wrapper .ad_content {
border-width : 1px;
border-color : #86aab6;
border-style : solid;
margin-right : 40px;
width : 346px;
text-align : center;
overflow : hidden;
margin-top : 10px;
}
#video_wrapper .ad .ad_overlay, #video_wrapper .ad_overlay {
background : #ecf7fd;
width : 100%;
height : 100%;
position : absolute;
opacity : .40;
filter : alpha(opacity=40);
}
#video_wrapper .ad_container .hidden {
visibility : hidden;
}
.closeads {
border-style : solid;
border-width : 1px;
border-color : #7b7b7b;
text-decoration : none;
padding : 3px;
color : #7f1735;
background-color : #cbe4fa;
font : 14px Arial;
font-weight : bold;
}
.closeads:hover {
color : #ff0048;
background-color : #ffffff;
}
.closeads:active {
border-color : #bc0f4c;
background-color : #86aab6;
}
.urbangreymenu {
width : 170px;
}
.urbangreymenu .headerbar {
font : 11px Tahoma;
color : #c21858;
background : #ffffff url(arrowstop.gif) no-repeat 8px 6px;
margin-bottom : 0;
text-transform : uppercase;
}
.urbangreymenu .headerbar a {
text-decoration : none;
color : #c21858;
display : block;
}
.urbangreymenu .headerbar a:hover {
color : white;
background : #038fbd;
}
.urbangreymenu ul {
list-style-type : none;
margin : 0;
padding : 0;
margin-bottom : 0;
}
.urbangreymenu ul li {
padding-bottom : 0;
}
.urbangreymenu ul li a {
font : 11px Tahoma;
color : black;
background : #eff2f3;
display : block;
line-height : 17px;
padding-right : 5px;
text-decoration : none;
}
.urbangreymenu ul li a:visited {
color : black;
}
.urbangreymenu ul li a:hover {
color : white;
background : #038fbd;
}
.rollover {
 width: 120px;
 height: 90px;
 text-indent: -9999px;
 display: block;
}
.rollover[class] {
 background: url('images/playbutton.png') no-repeat;
}
      a.rollover:link, a.rollover:visited, a.rollover:active {
      background: url('images/playbutton.png') no-repeat;
      }
      a.rollover:hover {
      background-position: -160px 0;
      }
     
    .featurec {
clear: both;
float: left;

}
.men_img {
  float: right;
  width: 160px;
  margin-right : 2px;
}
.men_img a {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px;
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
}
.men_img a:hover {
  border:1px solid #3B5998;
}
.men_img a .nohover {
  display: inline;
}
.men_img a .hover {
  display: none;
}
.men_img a:hover .nohover {
  display: none;
}
.men_img a:hover .hover {
  display: inline;
}
.copyrightz{
  float:right;
  text-align: right;
  margin-top:15px;
  color:#FFFFFF;
  font-size:11px;
  padding-right:15px;
  
}
.linksfooter{
  float:left;
  text-align: left;
  margin-top:15px;
  color:#FFFFFF;
  font-size:11px;
  padding-left:15px;
}
a.rabt1 {
position:absolute;
height:32px;
width:37px;
right:110px;
top:204px;
}
a.rabt2 {
position:absolute;
height:32px;
width:37px;
right:150px;
top:204px;
}
a.rabt3 {
position:absolute;
height:32px;
width:37px;
right:196px;
top:204px;
}
a.rabt1:hover{
background-image:url(images/header.jpg);
background-position:147px 37px;
}
a.rabt2:hover{
background-image:url(images/header.jpg);
background-position:187px 37px;
}
a.rabt3:hover{
background-image:url(images/header.jpg);
background-position:233px 37px;
}
.file_info2r {
  width: 97%;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
  padding-left:5px;
  background-color:#EDEDED;
  border:1px solid #dedede;
  border-top:2px solid #1096B9;
}
.file_browse2r {
  float: right;
  width: 48%;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  padding-top:2px;
  padding-bottom:2px;
  padding-right:2px;
  padding-left:2px;
  background-color:#EDEDED;
 border-right:3px solid #1096B9;
}
.file_info3r {
  width: 95%;
  background-color:#FFFFCC;
  border:1px solid #dedede;
  border-right:5px solid #1096B9;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:15px;
  padding-left:2px;
}
/* onArcade 2.3 Dark CSS */
