body {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	font-family: "Arial", "sans-serif";
	font-size: 13px;
	color: #333;
}

a {
	/*color: #009EB8;*/
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header-title {
	display: block;
	height: 80px;
	width: 100%;
   font-family: "Arial Black";
}

#header-title a {
	font-size: 32px;
	padding-left: 38px;
	color: black;
    text-shadow: 2px 2px 3px #666666;
    font-weight: bold;
    text-decoration: none;
	display: block;
	padding-top: 24px;
	height: 20px;
}

#header-menu {
	display: block;
	height: 39px;
	width: 100%;
	background: url('/images/header-menu_bg.png') repeat-x left top;
}

#header-menu a {
	color: red;
	margin: 8px 0px 0px 40px;
	display: block;
	height: 20px;
	font-size: 15px;
	float: left;
	color: #999999;
  font-variant: small-caps;
}

#header-menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header-menu .current {
	color: #ffffff;
}

#header-submenu {
  display: block;
  height: 39px;
  margin: 14px auto auto 37px;
  width: 94%;
}

#header-submenu a {
  color: #111;
  width: 120px;
}

.bubble {
display: block;
  float: left;
  font-variant: small-caps;
  padding: 3px 14px;
  text-decoration: none;
  margin: 0px 4px;
  background-color: #ccc;
  width: 120px;
  text-align: center;
}

.nav1 { list-style: none; position: relative; z-index: 5; }
.nav1 li { position: relative; }
.nav1 a { display: block; color: #fff; text-decoration: none; }
.nav1 a:hover { color: #fff; }
.nav1 ul { list-style: none; position: absolute; left: -9999px; }
.nav1 ul li { float: none; }
.nav1 ul a { white-space: nowrap; }
.nav1 li:hover ul { left: 80px; top: 21px; }
.nav1 li:hover a { padding: 3px 14px; font-variant: small-caps; background: #ccc; text-decoration: none; }
.nav1 li:hover ul a { text-decoration: none; background-color: #fff; }
.nav1 li:hover ul li a:hover { background-color: #fff; }

.nav2 { list-style: none; position: relative; z-index: 5; }
.nav2 li { position: relative; }
.nav2 a { display: block; color: #fff; text-decoration: none; }
.nav2 a:hover { color: #fff; }
.nav2 ul { list-style: none; position: absolute; left: -9999px; }
.nav2 ul li { float: none; } 
.nav2 ul a { white-space: nowrap; }
.nav2 li:hover ul { left: 236px; top: 21px; }
.nav2 li:hover a { padding: 3px 14px; font-variant: small-caps; background: #ccc; text-decoration: none; }
.nav2 li:hover ul a { text-decoration: none; background-color: #fff; }
.nav2 li:hover ul li a:hover { background-color: #fff; }

#header-submenu a:hover {
  background-color: #83c5f1;
  text-decoration: none;
}

#header-submenu .current {
  background-color: #ccc;
}

#filters {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 15px;
  font-variant: small-caps;
}

#content {
	margin: 0px 40px;
}

.inner {
	padding-left: 20px;
}

#extra_info {
   position: absolute;
   top: 100px;
   left: 50%;
   width: 400px;
   margin-left: -200px;
   background-color: #F5E393;
   z-index: 200;
   border: 1px solid #F2CB1D;
   padding: 15px 40px;
   font-family: Tahoma, Arial, sans-serif;
  -moz-box-shadow: 3px 3px 3px #333;
  -webkit-box-shadow: 3px 3px 3px #333;
  box-shadow: 3px 3px 3px #333;
}

h3 {
  border-bottom: 1px solid #cccccc;
}
h3 a {
  color: #333333;
}
h3 a:hover {
  color: #ff0000;
  text-decoration: none;
}

#side-bar {
  position: fixed;
  right: 0;
  top: 78px;
  width: 140px;
  font-size: 12px;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}

#info-box {
  background-color: #F7F199;
  padding: 6px;
  box-shadow: 3px 3px 4px #666;
  opacity: 0.9;
  filter:alpha(opacity=90);
}

#search-box {
  background-color: #F7F199;
  padding: 6px;
  box-shadow: 3px 3px 4px #666;
  opacity: 0.9;
  filter:alpha(opacity=90);
}

#side-bar h5 {
  font-family: "Arial Black";
  font-size: 10px;
  border-bottom: 1px dashed #555;
  font-weight: normal;
  margin: 2px;
  font-size: 10px;
  color: #555;
  font-variant: small-caps;
}

#side-bar ul {
  margin: 0px;
  padding: 2px 2px 2px 2px;
  list-style-type: none;
  text-align: center;
}

#side_menu {
  position: fixed;
  right: 0;
  top: 30%;
  width: 12em;
}

.rank_table table {
  width: 400px;
}

.rank_table td {
  border: 1px solid black;
  padding: 4px 10px;
  text-align: center;
  color: black;
  opacity: 0.8;
}

.rank_table th {
  background-color: #333333;
  color: #999;
  padding: 4px 20px;
}

.rank_table tr {
  background-color: transparent;
}

.rank_table tr:hover {
  /* background-color: #f7f199; */
  background-color: #999;
}

.rank_pre {
  position: absolute;
  left: 450px;
  font-family: "Courier New", Courier, Monospace;
}

.rank_pre_label {
  background-color: #4696DB;
  float: right;
  padding: 4px 20px;
  font-weight: bold;
  font-size: 10px;
  border-radius: 0px 0px 0px 10px;
}

.rank_pre_inner {
  border: 3px solid #4696DB;
  background-color: #99BDFF;
  padding: 5px;
  text-align: left;
  width: 500px;
}

.rank_pre_line {
  padding-right: 5px;
  font-weight: bold;
}

.rank_pre_hl {
  color: red;
}

#advanced_options {
  padding: 20px;
}

#overlay {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 100%;
  z-index: 1000;
  background-color: rgba(102,102,102,0.8);
}
#overlay div {
  width: 70%;
  margin: 80px auto;
  background-color: #fff;
  border:1px solid #000;
  padding:15px;
  box-shadow: 5px 5px 5px #555;
}
#overlay h3 {
  border-bottom: 1px solid #cccccc;
  margin: 10px 0px;
  width: 100%;
}

#file-browser {
  width: 180px;
  height: 200px;
  border-top: solid 1px #BBB;
  border-left: solid 1px #BBB;
  border-bottom: solid 1px #FFF;
  border-right: solid 1px #FFF;
  background: #FFF;
  overflow: auto;
  padding: 5px;
}

#file-content {
  width: 65%;
  border-top: solid 1px #BBB;
  border-left: solid 1px #BBB;
  border-bottom: solid 1px #FFF;
  border-right: solid 1px #FFF;
  background: #FFF;
  overflow: auto;
  padding: 5px;
}
