
div.new-stars{
  position: absolute;
  left: 520px;
  top: 5px;
  background: url(../images/empty-stars.jpg);
  background-repeat: no-repeat;
  height: 30px;
  width: 150px;
  color: #1FF;
}

div.new-dark-stars{
  position: absolute;
  left: 519px;
  top: 3px;
  background: url(../images/dark-stars.jpg);
  background-repeat: no-repeat;
  height: 30px;
  width: 50px;
  color: #1FF;
}

div.new-gold-stars{
  position: absolute;
  left: 519px;
  top: 3px;
  background: url(../images/dark-stars.jpg);
  background-repeat: no-repeat;
  height: 30px;
  width: 50px;
  color: #1FF;
}

/***** Main Template *****/


input {
	line-height: 1;
}

/*******  RrankK additions *********/

.underlined{
  text-decoration: underline;
}

/*colors*/

#red_stuff{
  color: #993300;
}

#green_stuff{
  color: #292;
}

#orange_stuff{
  color: #CC6600;
}

#light_green_stuff{
  color: #669966;
}

#blue_stuff{
  color: #333399;
}

#black_stuff{
  color: #000;
}

#medium_blue_stuff{
  color: #4444cc;
}


#light_blue_stuff{
  color: #CCCCFF;
}

#labels{
  font: 125%/1.4 arial, helvetica, sans-serif;
	color: #666699;
}


.page_buttons_class{
  text-align: center;
  color: blue;
	font: 125%/1.4 arial, helvetica, sans-serif;
	margin-bottom: 20px;
}


.page_buttons_small_class{
  text-align: center;
  color: blue;
	font: 115%/1.4 arial, helvetica, sans-serif;
	margin-bottom: 20px;
}


.hover {
  background-color: #888888;
}

/***** Common Content Formatting *****/

a {	color: #105CB6; outline: none; }
a:visited { color: #105CB6; }
a:hover, a:focus { color: #003; }
a:active { color: #000; }

.simple:link, .simple:visited {
	text-decoration: none;
	color: #666;
}

.new {
	font-weight: bold;
	color: #c00;
	font-size: 11px;
	text-decoration: none;
}

h3 a:visited {
	color: #86b0e1;
}

.more:link, .more:visited {
	color: #666;
}

.simple:hover, .simple:active, .more:hover {
	color: #333;
}

.remove {
	color: #999;
	font-size: 85%;
}

.clear-search {
	clear: both;
	padding: 25px 4px 4px 60px;
	color: #80A71F;
	min-height: 50px;
} /*IE6*/

.clear-search a.clear-search-link {
	padding: 5px 25px 5px 15px;
	font-size: 65%;
	color: #c00;
	letter-spacing: 0em;
	font-weight: bold;
	background: url(/images/close.gif) 100% 50% no-repeat;
	vertical-align: middle;
}

.highlight, .search-highlight {
	background-color: #ff0;
	color: #685D00;
}

hr {
	height: 1px;
	background: #ccc;
	border: none;
}

.slide-hide {
	display: none;
}

.slide-show {
	display: block;
}

.tight {
	white-space: nowrap;
}

.disabled {
	color: #666;
}

.na, h2 span.deemphasize {
	color: #999;
	font-weight: normal;
}

img {
	border: none;
}

div p {
	line-height: 1.4;
	font: normal 100%/1 helvetica,sans-serif;
}

ul.compact {
	margin: 0;
	padding-left: 20px;
}

li {
	margin-bottom: 0.3em;
}

form {
	clear: left;
	margin: 0;
}

option.child-level {
	padding-left: 15px;
}

option.top-level {
	font-weight: bold;
}

h2 {
  font: 225%/1.0 Georgia, Times, serif;
	margin: 0 0 0.2em 0;
	letter-spacing: -1px;
	font-weight: normal;
	clear: left;
	color: #4E463F;
}

h3 {
	margin: 0 0 0.5em 0;
	font: normal 135%/1 arial,sans-serif;
	letter-spacing: -0.03em;
	clear: left;
	color: #4E463F;
}

h3 a {
	text-decoration: none;
	background: url(/images/link-line.gif) repeat-x 0 95%;
} /*IE6, IE7*/

h3 a.simple {
    background-image: url(/images/tab-line.gif);
}

h4 {
clear: left;
font: normal 175%/1 helvetica,sans-serif;
padding-bottom: 10px;
margin-bottom: 0.2em;
color: #993300;
border-bottom: thin dotted black;
}


#bump_down{
  position: relative;
  top: +5px;
}


.first {
	margin-top: 0;
}

pre, code {
	font-size: 100%;
	color: #666;
	margin: 0;
}


.confirm {
	background: url(/images/confirm.png) no-repeat 0 50%;
	padding-left: 15px;
	color: #390;
}

.confirm:hover {
	color: #030;
}

h2 .confirm {
	font-size: 50%;
	float: right;
}



 ul.item_list{
  list-style-type: none;
  padding-left: 10px;
}

#current_page_button_color{
  color: red;
}


#spacer {
/*  padding-top: 50px;
  min-height: 50px;*/
}

#spacer_10 {
  padding-top: 5px;
  min-height: 5px;
}

#spacer_20 {
  padding-top: 10px;
  min-height: 10px;
}

#container {
	text-align: left;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

#wrapper {
	background: url(/images/main-back.gif) 0 0 no-repeat;
	padding: 12px 0 0 15px;
	min-height: 500px;
} /*IE6*/

#contents {
	clear: both;
	padding: 0 15px 15px 0;
	margin-top: 7px;
	background: url(/images/main-back.gif) 100% 0 no-repeat;
}

#header {
	background: #1B5790;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 7px;
	position: relative;
	z-index: 1;
}

#header a {
	color: #D2DCF3;
	font-size: 85%;
	font-weight: bold;
}

#header.header-simple {
	background: #1B5790 url(/images/menu-single.gif) 0 100% no-repeat;
}

#header.header-simple .side-header {
	background: #1B5790 url(/images/menu-single.gif) 100% 100% no-repeat;
}

#header a:hover {
	color: #fff;
}

h1 {
	font-size: 100%;
	margin: 0;
	float: left;
}

h1 a {
	display: block;
	height: 45px;
	width: 79px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
	background: url(/images/logo.gif) 0 0 no-repeat;
}

h1 a:hover {
	cursor: pointer; /* IE7 */
	background-position: 0 -100px;
}

label.inside {
	position: absolute;
	visibility: hidden;
}

.side-header {
	padding: 12px 175px 0 10px;
	float: right;
	margin: 0;
	position: relative;
	min-height: 33px;
} /*IE6*/

.side-header a {
	padding: 0 10px;
    line-height: 1.8;
	border-right: 1px solid #3672AB;
}


#header #search {
	position: absolute;
	top: 13px;
	right: 8px;
	padding-right: 10px;
}

#top-submit {
	position: absolute;
	right: 0;
	top: 0;
}

#header label {
	color: #B6C6D6;
}

#top-keywords {
	margin-left: 3px;
	color: #5f6e7c;
	width: 140px;
	border: 0;
	padding: 2px;
	background: #fff;
	height: 14px;
}

#top-keywords:focus {
	color: #000;
}



#header input, #header label {
	vertical-align: middle;
	font-size: 85%;
	line-height: 1.25em;
	padding-left: 2px;
}

#header #search-all, #header #search-specific {
	position: relative;
	top: -1px;
}

#header ul, #header li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul {
	float: left;
	width: 100%;
	clear: both;
}

#header-primary {
	background: #009949;
	float: left;
	width: 100%;
}

#header-primary a.current {
	background: url(/images/menu-primary-current.gif) 50% 100% no-repeat;
	color: #000;
}

#header-secondary {
	background: #A5CC7A url(/images/menu-secondary.gif) 100% 100% no-repeat;
	float: left;
	width: 100%;
}

#header-secondary a.current, #header-primary.menu-single a.current {
	background: url(/images/menu-secondary-current.gif) 50% 100% no-repeat;
	color: #000;
	font-weight: bold; 
}

#header-secondary ul {
	background: url(/images/menu-secondary.gif) 0 100% no-repeat;
	width: 100%;
}

#header-primary.menu-single {
	background: #009949 url(/images/menu-primary.gif) 100% 100% no-repeat;
}

#header-primary.menu-single ul {
	background: url(/images/menu-primary.gif) 0 100% no-repeat;
}

#header-primary a:hover, #header-secondary a:hover {
	color: #000;
	text-decoration: underline;
}

#header li {
	display: inline;
}

#header li a, .submit {
	text-decoration: none;
	color: #000CFF;
	padding: 5px 6px;
	position: relative;
	left: 5px;
	word-spacing: -0.17em;
	float: left;
	display: block;
	white-space: nowrap;
}

#header-secondary li a {
	border: none;
	font-weight: normal;
    word-spacing: 0em;
}

#header li a.customize {
	color: #fff;
}

#header-primary li a.submit {
	float: right;
	left: 0;
	display: block;
	padding: 5px 23px 5px 15px;
	margin-right: 9px;
	word-spacing: 0;
	text-align: right;
  font-size: 120%;
}

#header-primary li.extra a {
	padding-left: 20px;
    padding-right: 2px;
	background: url(/images/menu-divider.gif) 7px 50% no-repeat;
}


/***** tabbed navigation *****/
#sub-nav li.active, .extra-nav li.active {
	border-bottom: 1px solid #fff;
	background: url(/images/tab-back.png) 100% 0;
}

#sub-nav li a, #sub-nav li a:visited, #sub-nav li span, .extra-nav li a, .extra-nav li a:visited, .extra-nav li span {
	display: block;
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	white-space: nowrap;
	background: url(/images/tab-back.png) 0 -100px;
	text-decoration: none;
	min-height: 17px; /* fixes FX/Mac issue */
	color: #666;
}

#sub-nav li.active a, #sub-nav li.active span, .extra-nav li.active a, .extra-nav li.active span {
	background: url(/images/tab-back.png) 0 0; 
} /*IE6*/

#sub-nav li.sub-comments a, #sub-nav li.sub-comments a:visited, #sub-nav li.sub-comments span, #sub-nav li.sub-comments a, #sub-nav li.sub-comments span {
	background-image: url(/images/tab-back-comment.png);
	padding-left: 28px;
}

#sub-nav li:hover, .extra-nav li:hover {
	background-position: 100% -200px;
}

#sub-nav li:hover a, .extra-nav li:hover a {
	background-position: 0 -200px;
}

#sub-nav li.active:hover, .extra-nav li.active:hover {
	background-position: 100% 0;
}

#sub-nav li.active:hover a, .extra-nav li.active:hover a {
	background-position: 0 0;
	text-decoration: underline;
}

.extra-nav li a, .extra-nav li span {
	font-size: 125%;
	font-weight: bold;
	color: #666;
	letter-spacing: -0.02em;
}


#sub-nav, .extra-nav {
	background: url(/images/tab-line.gif) bottom repeat-x;
	float: right;
	width: 40%;
} /*IE6*/

.left_header{
  float: left;
  width: 55%;
}

.left_header h2{
  text-align: center;
  color: #666;
  font-size: 125%;
  font-weight: bold;
  margin-top: 10px;
}

#left_ranks{
  float: left;
  width: 50%;
  min-height: 300px;
  margin: 20px;
  /*border: thin solid red;*/
}

#middle_earth{
  position: absolute; left: 55%;
  position: absolute; top: 0px;
  width: 5%;
  min-height: 500px;
	background: #fff url(/images/page-back.gif) repeat-x;  
  z-index: 0;
}

#right_ranks{
  float: right;
  width: 35%;
  min-height: 300px;
  margin: 20px;
  line-height: 1.2;
  border: thin solid red;
}

.rank_lists {
  position: relative;
  color: gray;
  font-size: 110%;
  line-height: 1.2;
}

.rank_lists ul{
  position: relative;
  list-style-type: none;
  line-height: 1.2;
}

.rank_lists li a{
  position: relative;
  color: gray;
  font-size: 120%;
  text-decoration: none;
  line-height: 1.2;
}

.rank_lists li:hover a{
  position: relative;
  background-color: silver;
  line-height: 1.2;
}

.parenthetical {
  color: gray;
  font-size: 95%;
  text-decoration: none;
}


.big_parenthetical {
  color: gray;
  font-size: 140%;
  text-decoration: none;
}

.raised-parenthetical {
  color: gray;
  font-size: 95%;
  position: relative;
  bottom: 7px;
  left: 10px;
}


.extra-nav br, #searchform br {
	clear: both;
}

.extra-nav h2, .extra-nav h3 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
}

.extra-nav h2, .extra-nav h3 {
	float: left;
	line-height: 1.1;
	position: relative;
	top: 8px;
	font-size: 175%;
}

.extra-nav h3 {
	padding-top: 0.3em;
}

.extra-nav ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1em;
	list-style: none;
	font-size: 85%;
}

.extra-nav ul {
	padding-top: 2px;
}

.extra-nav li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(/images/tab-back.png) 100% -100px;
	float: right;
	border-bottom: 1px solid #bbb;
  text-align: center;
}

.extra-nav {
	padding-right: 5px;
}


.extra-nav h2 {
	float: left;
	border: none;
}


.extra-nav li a, .extra-nav li span {
	font-size: 125%;
	font-weight: bold;
	color: #666;
	letter-spacing: -0.02em;
}

.list_title_class{
  font: 130%/1.5 arial, helvetica, sans-serif;
  text-align: center;
  color: #009949;
}

#list_subtext_id{
  font: 100%/1.5 arial, helvetica, sans-serif;
  text-align: center;
  color: #009949;
  margin-right: 30px;
  margin-left: 30px;
}



.horizontal_list ul{
  list-style: none;
  width: 700px;
}


.horizontal_list li{
/*  display: inline-block; */
	display: inline; 
  list-style: none;
  padding: 0px 15px 0px 15px;
}


.horizontal_list li a{
  /*display: inline-block; */
	color: gray;
}


.danger{
  color: red;
}



