/* CSS Document */

/* for fire forx to keep it from outlining the damn image links */
a:active, a:link, a:visited{
	outline: none !important;
}


img{
  border: 0;
}



#move_buttons_down_for_simple_results{
  height: 400px;
}

#header3 {
	margin: 0;
	margin-top: 10px;
	margin-left: 10px;
	font: normal 130%/1.3 arial,sans-serif;
	clear: left;
	color: black;
}

#kill_underline_for_links a:active,#kill_underline_for_links a:link,#kill_underline_for_links a:visited{
	outline: none !important;
	text-decoration: none !important;
}




h2 {
  font-family:Verdana,sans-serif;
  font-size:1.2em;
  font-weight:bold;
  margin: 10px;
  margin-top: 0px;
  text-align:left;
}


#balloon_stars{
  width: 200px;
  margin: 0px;
  padding-left: 40px;
  padding-top: 1px;
}



div.stars {
margin: 0px;
padding-bottom: 0px;
margin-left: 0px;
}

div.stars ul {
margin-left: -38px;
padding-top: 0px;
list-style: none;
}

div.stars li.stars {
margin: -2px;
padding: 0px 0px 0px 0px;
display: inline;
}



.buttons {
  margin-right: 30px;
}

.buttons ul li { 
	float: right; 
	list-style:none; 
} 



div.float_right{
  float: right;
}



#bubble{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
	width: 316px;
	height: 153px;
  background-image: url(../images/popup_bubble.png); 
  background-repeat:no-repeat;
  overflow: hidden;
}

#bubble_left{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
	width: 316px;
	height: 153px;
  background-image: url(../images/popup_bubble_left.png);
  background-repeat:no-repeat; 
  overflow: hidden;
  
}


div.popup_bubble {
	background-image:url(../images/popup_bubble.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 102px;
	top: 415px;
	width: 316px;
	height: 153px;
}

div.popup_bubble_content {
padding: 7px 15px 20px 25px;
margin: 0px 20px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000066;
overflow: hidden;
}

div.popup_bubble_content h1 {
font-size:14px;
color:#000;
margin-bottom: 1px;
padding-bottom: 0px;
overflow: hidden;
display: block;
}

#popup_bubble_title{
font-size:14px;
color: #CC6600;
margin-bottom: 1px;
padding-bottom: 0px;
overflow: hidden;
display: block;
}


div.popup_bubble_item_name {
font-size:11px;
line-height:15px;
color: #292;
overflow: hidden;
}


div.popup_bubble_content_categories {
font-size:11px;
line-height:15px;
color:#003366;
overflow: hidden;
position: relative;
top: -10px;
}

div.popup_bubble_content_categories h2{
  font-size:13px;
  line-height:15px;
  color: black;
  margin-top: 3px;
  margin-bottom: 1px;
  padding: 0px;
  display: block;
}

#move_item_message{
  font-size:13px;
  line-height:15px;
  color: #292;
  margin-top: 15px;
  margin-bottom: 1px;
  padding: 0px;
  display: block;
}

#notify_bubble_body{
  font-size:13px;
  line-height:15px;
  color: #292;
  margin-top: -12px;
  margin-bottom: 1px;
  padding: 0px;
  display: block;
}

li.bubble_list_item{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px;
  font: 100%/1.0 arial, helvetica, sans-serif; 
  overflow: hidden;
  max-height: 12px;
}

div.popup_bubble_content_categories ul{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

span.down_a_bit{
  position: relative;
  top: 6px;
}


div.page_contents {
margin-left: 8px;
margin-right: 8px;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 30px;

}


#between_the_right_side_lists{
  height: 50px;
}


#right_hand_stuff{
  min-height: 250px;
}


#buffer{
  margin: 20px;
  margin-left: 45px;
  margin-right: 45px;
}


/*item page stuff*/


#pro_con_all_radios{
  position: relative;
  top: 5px;
  left: -40px;
  margin: 0px;
  padding: 0px;
}
#pro_con_all_radios ul{
  list-style: none;
  position: relative;
  top: 20px;
  left: 20px;
}

li.active_pro_con_all{
  display: inline;
  font: 100%/1.0 arial, helvetica, sans-serif; 
  margin-left: 2px;
  margin-right: 2px;
  background-color: #FFA;
  padding: 3px;
  border: thin solid blue;
}

li.inactive_pro_con_all{
  display: inline;
  font: 100%/1.0 arial, helvetica, sans-serif; 
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  background-color: #DDD;
}


div.comment_style{
  padding: 10px;
  visibility: hidden;
  display: block;
  height: 465px;
  width: 350px;
  z-index: 10;
  overflow: hidden;
  position: absolute;
  top: 47px;
  left: 362px;
  background-image: url(../images/comment_background.gif);
  background-repeat: repeat;
  border: solid thin blue;
}

div.comment_blanket{
  display: block;
  height: 465px;
  width: 350px;
  z-index: 10;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 10px;
  background-image: url(../images/comment_blanket.png);
  background-repeat: repeat;
  border: solid thin gray; 
}


#comment_container{
  margin: 10px;
  padding: 10px;
  border: solid thin darkgray;
  height: 200px;  
  background-image: url(../images/item_comment_back.gif);
  font: 125%/1.0 arial, helvetica, sans-serif; 
  overflow: auto;
  position: relative;
  top: 20px;
}



ul.item_list{
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 5px;
}

li.vote_list_item{
	font: 130%/1.5 arial, helvetica, sans-serif;
  overflow: hidden;  
}

li.list_item{
	font: 130%/1.5 arial, helvetica, sans-serif;
  overflow: hidden;  
  padding-top: 10px;
}

li.vote_list_item a{
  text-decoration: none;
  color: #009949;
  
}

li.vote_list_item a:hover{
  text-decoration: none;
  color: silver;
}



div.the_blanket{
  margin: 0px;
  height: 518px;
  width: 444px;
}

div.comment_top_section{
  margin: 10px;
  height: 110px;
}


div.comment_explanation{
  margin-top: -35px;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-right: 20px;
  font: 115%/1.0 arial, helvetica, sans-serif; 
  height: 150px;
}


#first_stuff{
  height: 150px;
  border-bottom: thin solid #EEE;
  margin-bottom: 10px;
  margin-top: -50px;
}


#third_stuff{
  height: 120px;
  border-bottom: thin solid #EEE;
  margin-bottom: 10px;
}

h3 {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	font: normal 110%/1.1 arial,sans-serif;
	clear: left;
	color: black;
}



#number_selector{
  padding: 10px 30px 40px 0px;
  background-color: #FFFFCC;
  position: absolute;
  top: 360px;
  left: 225px;
  z-index: 20;
}

#number_selector_title{
  text-align: center;
	font: 175%/1.0 arial, helvetica, sans-serif;  
  margin: 15px 30px 15px 30px;
}

ul.numbers{
  list-style: none;
}

ul.numbers li{
	display: block;
	float: left;
  text-align: center;
  width: 50px;
}

ul.numbers li a{
  width: 50px;
  font: 175%/1.0 arial, helvetica, sans-serif; 
}



#done_buttons{
  position: relative;
  left: 245px;
  top: -75px;
}


span.emphatic{
  color: #CC6600;
  font-style: italic;
}


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


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



div.rrankk_list{
padding-top: 10px;
padding-bottom: 5px;

}

div.rrankk_list ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

li.rrankk_list {
	margin: 0px 0px 0px 0px;
	border-bottom:#CCC thin dotted;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	/*background-image: url(../images/bubble.png);*/
	/*background-repeat: no-repeat;*/
	font-size:12px;
/*  color:#343756;*/
	}

li.rrankk_list2 {
	margin: 1px 0px 1px 0px;
	border-bottom:#CCC thin dotted;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
}



li.rrankk_list2 #wide_item_text{
  width: 180px;
  display: inline;
}


li.rrankk_list2 #wider_item_text{
  width: 265px;
  display: inline;
}

#list_item_icons_to_column_4{
  position: absolute;
  left: 330px;
}

#list_item_icons_to_column_3{
  position: absolute;
  left: 280px;
}


#list_item_icons_to_column_2{
  position: absolute;
  left: 260px;
}


#list_item_icons_to_column_1{
  position: absolute;
  left: 225px;
}


#list_item_icons_to_column_0{
  position: absolute;
  left: 205px;
}



#selected_best_item{
  color: #009949;
  font: 130%/1.5 arial, helvetica, sans-serif;
	
}

#selected_worst_item{
  color: red;
  font: 130%/1.5 arial, helvetica, sans-serif;
	
}



li.rrankk_list a:link {
/*color:#343756;*/
}

li.rrankk_list a:visited {
/*color:#343756;*/
}


li.rrankk_list a:hover {
color:#c05800;
background-color: white;
padding: 10px 0px 7px 0px;
}

li.rrankk_list a:active {
/*color:#343756;*/
}

div.right_column_stuff{
  float: right;
  width: 320px;
  position: relative;
  left: 10px;
  top: -50px;
}

div.left_column_stuff{
  width: 350px;
  position: relative;
  left: -30px;
}

div.rrankk_list_new {
padding: 0px 0px 30px 0px;
background:url(../images/list_title_new.jpg);
background-repeat:no-repeat;
width: 350px;
margin-bottom: -20px;
}

div.rrankk_list_rising {
padding: 0px 0px 30px 0px;
background:url(../images/list_title_rising.jpg);
background-repeat:no-repeat;
width: 350px;
margin-bottom: -20px;
}

div.rrankk_list_top {
padding: 0px 0px 30px 0px;
background:url(../images/list_title_top.jpg);
background-repeat:no-repeat;
width: 350px;
margin-bottom: -20px;
}

div.rrankk_list_personal {
padding: 0px 0px 30px 0px;
background:url(../images/list_title_personal.jpg);
background-repeat:no-repeat;
width: 350px;
margin-bottom: -20px;
}

div.rrankk_list_private {
padding: 0px 0px 30px 0px;
background:url(../images/list_title_private.jpg);
background-repeat:no-repeat;
width: 350px;
margin-bottom: -20px;
}

#big-arrow{
  display: none;
/*  z-index: 2;
  position: absolute;
  left: 200px;
  top: 200px;*/
}

#reposition_right_column{
  position: relative;
  left: -50px;
  top: -30px;
  overflow: hidden;
}


#right_hand_title{
  color: green;
  font: 135%/1.0 arial, helvetica, sans-serif;  
  position: relative;
  top: 10px;
  left: 70px;
  z-index: 2;
}



#reposition_left_column{
  position: relative;
  left: -20px;
  top: 0px;
  overflow: hidden;
}


#list_on_right_div{
  position: relative;
  left: 60px;
  top: 20px;
  width: 375px;
  min-height: 300px;
  margin-right: 15px;
  margin-left: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  /*border: thin solid red;*/
  /*background-color: #EEE;*/
}


#rank_some_done_button{
  margin-top: 40px;
}


#previous_next_area{
  padding-left: 40px;
  overflow: hidden;
}

div.yui-u{
  float: right;
  width: 325px;
  position: relative;
  left: 10px;
  top: 30px;
}

.yui-u first{
  position: relative;
  left: 0px;
  top: 0px;
  margin-right: 20px;
  overflow: hidden;
}

#bd, #page_contents, div.yui-main, custom-doc{
  min-height: 300px;
  overflow: hidden;
  background-color: white;
  padding: 0px;
  margin: 0px;
  width: 350px;
  overflow: hidden;
}

#container, #contents{
  overflow: hidden;
  background-color: white;
  padding: 0px;
  margin: 0px;
  width: 739px;
}


#vote_stuff{
  overflow: hidden;
  background-color: white;
  padding: 0px;
  padding-bottom: 30px;
  margin: 0px;
  width: 739px;
  outline-style: none;
}

.around_list_div_class{
  width: 300px;
  position: relative;
  left: 0px;
}


#vote_instructions{
  padding: 20px;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 50px;
  font: 175%/1.0 arial, helvetica, sans-serif;  
	color: red;
  overflow: hidden;
}

#list_on_left_div{
  margin-right: 20px;
}

#vote_button{
  margin-bottom: 30px;
}

