/*
pink: #da0c87
*/

@import url("reset.css");

/* TAGS ------------------------------------------------------------------------------------------------------------------------- */

html {}

body {
	background: #333333 url("/images/bg.jpg") top center repeat-y;
	
	margin: 0px;
	padding: 0px;
	cursor: default;
	
	font-size: 0.75em;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	color: #000000;
}

img.border {
	width: auto;
	padding: 2px;
	border: 1px solid #666666;
}

img.ajaxLoader { display: none; }

p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

a,
a:link,
a:visited,
a:hover {
	color: #6481E7;
}

span.cancelled {
  border-bottom: 1px solid #AAAAFF;
  color: #FF0000;
  font-weight: bold;
}

h1, h2 { margin-bottom: 10px; }

label { cursor: pointer; }
label.disabled { color: #999; text-decoration: line-through; }
label.highlighted {
  font-weight: bold;
  color: green;
}

ul.list {
  padding-left: 14px;
  list-style-type: square;
  line-height: 1.5em;
}

ul.list li span {
  font-weight: bold;
}

/* GRAPHS ----------------------------------------------------------------------------------------------------------------------- */

div.graphBox h3 {
  background: url("/images/th_bg.jpg") repeat-x;
}

div.graphBox h3 span {
  background: url("/images/th_bg_right.jpg") no-repeat top right;
  padding: 6px 12px;
  font-size: 1.2em;
  font-family: arial;
  color: #fff;
  display: block;
}

div.graphBox div.graph { padding: 10px; }

div.graphBox h4 { text-align: center; }

/* TABLES ----------------------------------------------------------------------------------------------------------------------- */

th { background: url("/images/th_bg.jpg") repeat-x; }

th div {
  text-align: left;
  padding: 6px 12px;
  font-size: 1.2em;
  font-weight: bold;
  background: url("/images/th_bg_right.jpg") no-repeat top right;
  font-family: arial;
  color: #fff;
}

th div a {
  display: block !important;
  color: #fff !important;
  text-decoration: underline !important;
}

th span {
  margin: 6px 6px 0 0;
  float: right;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url("/images/icons/sort_small.png") top left;
}

th.sort span.icon { background: url("/images/icons/sort_small.png") top left; }
th.asc span.icon { background: url("/images/icons/sort_desc.png") top left; }
th.desc span.icon { background: url("/images/icons/sort_asc.png") top left; }

tr.even td { background-color: #EEEEEE; }
tr.odd td {	background-color: #FFFFFF; }
tr.even_red td, tr.even_red td a { color: #f00 !important; }
tr.odd_red td, tr.odd_red td a { color: #f00 !important; }
tr.highlighted td { background-color: #F7FA85; }

/* FORMS ------------------------------------------------------------------------------------------------------------------------ */

input {
	background: #fff url("/images/input.jpg");
	font-size: 1.2em;
	color: #000000;
	border: none;
	border-bottom: 1px #EEEEEE solid;
	border-right: 1px #EEEEEE solid;
	width: 185px;
	padding: 3px 5px 3px 8px;
}

input.search { width: 300px; }
input.long { width: 400px; }

textarea {
	font: 0.9em Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	color: #000000;
	border: none;
	overflow: auto;
	width: 195px;
	height: 80px;
	padding: 5px 5px 3px 8px;
	background-color: transparent;
}

select {
	font: 0.9em Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	width: 205px;
}

.date_select select { width: auto; }

.submit {
	background: url("/images/button.jpg") no-repeat;
	color: #FFFFFF;
	cursor: pointer;
	width: 120px;
	border: none;
	height: 25px;
	font-size: 0.9em;
	font-weight: bold;
}

.delete {
	font: 0.9em Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	color: #660000;
	border: none;
	background: none;
	text-align: left;
	font-weight: bold;
	width: auto;
	cursor: pointer;
}

/* CLASSES ---------------------------------------------------------------------------------------------------------------------- */

a.red { color: #FF0000; }
a.green { color: #00CC00; }
.center { text-align: center; }
.center div { margin: 0px auto 0px auto; }
img.icon { position: relative; top: 3px; }

.margin_top { margin-top: 20px;	}
.margin_bottom { margin: 0px 0px 20px 0px; }
.margin_top_big { margin-top: 50px;	}
.margin_bottom_big { margin: 0px 0px 50px 0px !important; }

.move_up { margin-top: -16px; }

.width_50 { width: 50%; }
.width_33 { width: 33%; float: left; }
.width_34 { width: 34%; float: left; *margin-left: -1px; }
.width_66 { width: 66%; float: left; }

.small { font-size: 0.8em; }
.grey { color: #bbb; }
.green { color: green; }

.float_left { float: left; }
.float_right { float: right; }

.strike { text-decoration: line-through; }

h1.with_icon {
  margin-bottom: 20px;
  padding-left: 58px;
}

h1.with_icon img {
  margin: -10px 10px 0 -58px; 
  position: absolute;
  height: 48px;
  width: 48px;
}

div.half {
  float: left;
  margin-right: 5em;
}

div.box {
  background: #f6f6f6;
  border: 1px #eee solid;
}

.pad { padding: 2em; }
.pad_small { padding: 1em; }

/* CONTAINERS ----------------------------------------------------------------------------------------------------------------------- */

#container {
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	width: expression(document.body.clientWidth > 1282? "1280px" : "auto"); /* IE 6 */
	max-width: 1280px;
}

#page_container {
	background: #FFFFFF url("/images/shadow.jpg") repeat-x;
	padding: 30px 0px 50px 0px;
}

#page {
	width: 95%;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}

#page h1 {
	font-family: "Trebuchet MS";
	letter-spacing: -1px;
	font-size: 2em;
}

#page h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 1px 0px;
	font-family: "Trebuchet MS";
	letter-spacing: -1px;
	font-size: 2.0em;
}

#page li { margin: 0px 0px 0px 0px; }

#note {
  float: right;
  background: #000;
  border: 5px #EC0075 solid;
  color: #fff;
	width: 380px;
	position: relative;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div#status_icon {
  float: right;
  margin: 15px 20px 0 0;
  _margin-right: 10px;
  width: 64px;
  text-align: center;
}

div#status_icon span {
  font-weight: bold;
  font-size: 0.8em;
  display: block;
}

div#status_icon span.green { color: #7cba3b; }
div#status_icon span.red { color: #e25a46; }

ul.note {
	float: left;
	width: 250px;
	margin-left: 6px;
	_margin-left: 3px;
}

ul.note li {
	line-height: 1.5em;
	padding: 3px 5px;
	border-bottom: 1px #EC0075 dashed;
}

ul.note li.last { border: none; }

a#edit_link {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
  background: #000;
  border-color: #EC007E;
  border-style: solid;
  border-width: 5px 5px 0;
  display: inline-block;
  font-size: 10px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  top: -21px;
}

#notice {
	margin: 20px 0px 0px 0px;
	padding: 10px;
	font-weight: bold;
	border: 2px #84fd8d solid;
	background-color: #dbffde;
	color: #318b00;
}

#error, #errorExplanation {
	margin: 20px 0px 0px 0px;
	padding: 10px;
	font-weight: bold;
	border: 2px #fd8484 solid;
	background-color: #ffdbdb;
	color: #c50000;
}

.active_div { background: url("/images/active_div.jpg") repeat-x; }
.active_div_error { background: url("/images/active_div_error.jpg") repeat-x; }

/* HEADER ------------------------------------------------------------------------------------------------------------------------- */

#header {
	height: 100px;
	border-bottom: 3px #666666 solid;
	background: #000000 url("/images/menu_bg.jpg") bottom left repeat-x;
}

#header #logo {
	float: left;
	position: absolute;
	background: url("/images/logo.jpg") 0 0 no-repeat;
	width: 350px;
	height: 100px;
	color: #fff;
	outline: none;
}

#menu_wrapper { float: right; }

#user_menu {
  display: inline-block;
  text-align: right;
  float: right;
  margin: 10px 10px 6px 0;
}

#user_menu li {
	display: inline-block;
	vertical-align: middle;
	height: 46px;
	margin-left: 6px;
}

#header ul#user_menu a,
#header ul#user_menu a:visited,
#header ul#user_menu a:link {
	padding: 6px 14px 8px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	margin-top: 5px;
}

#user_menu .icon {
  top: 2px;
  margin-right: 5px;
}

#header #profile {
  border: 1px #666 solid;
  padding: 1px;
	margin: 8px 8px 0 0;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#header ul#menu {
	color: #FFFFFF;
  float: right;
  margin: 0 10px 0 0;
  clear: both;
}

#header ul#menu li {
	float: left;
	margin-left: 10px;
}

#header ul a,
#header ul a:visited,
#header ul a:link {
	color: #FFFFFF;
	background: #333;
	background: -moz-linear-gradient(bottom, #444, #222);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(68, 68, 68)), color-stop(1, rgb(34, 34, 34)));
	padding: 1px 7px 5px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	display: block;
	text-shadow: 1px 1px 1px #000;
}

#container #header #menu_wrapper ul a:hover,
#container #header #menu_wrapper ul a.active {
	background: #da0c87;
	background: -moz-linear-gradient(bottom, #da0c87, #830952);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(218,12,136)), color-stop(1, rgb(131,9,82)));
}

#header ul a:active {
	background: #ab0b6b;
	background: -moz-linear-gradient(bottom, #da0c87, #830952);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(218,12,136)), color-stop(1, rgb(131,9,82)));
}

#header ul img.icon { margin: 0px 5px 0px 0px; }

#header ul#menu.logged_out {
  margin-top: 28px;
}

#header ul#menu.logged_out a {
	color: #FFFFFF;
	background: #333;
	background: -moz-linear-gradient(bottom, #444, #222);
	padding: 6px 14px 8px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	display: block;
	margin-top: 5px;
	font-family: Arial;
}

/* CALENDAR ------------------------------------------------------------------------------------------------------------------------- */

#month_navigation h1 {
	margin: 0px auto 0px auto;
	font-family: "Trebuchet MS";
	letter-spacing: -1px;
	font-size: 2.4em;
	text-align: center;
}

#month_navigation h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px 20px 0px 20px;
}

h3.month {
	margin: -5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 0.8em;
	color: #CCCCCC;
}

#calendar {
	margin: 0px auto 0px auto;
	width: 100%;
	font-size: 1em;
}

#calendar a {
	font-size: 1em;
	color: #000000;
	border-bottom: 1px #AAAAFF solid;
}

#calendar a:hover {
	font-size: 1em;
	color: #7777FF;
	border-bottom: 1px #000000 solid;
}

#calendar a.premiere {
	color: #3db901;
	font-size: 1.1em;
	border-color: #000;
}

#calendar a.premiere:hover {
	color: #000;
	font-size: 1.1em;
	border-color: #3db901;
}

#calendar .calendar_day_other_month a {
	font-size: 1em;
	color: #999999;
	border-bottom: 1px #AAAAFF solid;
}

#calendar .calendar_day_other_month a:hover {
	font-size: 1em;
	color: #7777FF;
	border-bottom: 1px #999999 solid;
}

#calendar th { text-align: center; }
#calendar tr td { height: 100px; }

.calendar_date {
	border: 1px #CCCCCC solid;
	background-color: #D6D6D6;
	font-weight: bold;
	padding: 2px;
}

.calendar_cell_content {
	padding: 5px;
	margin-bottom: 0px;
}

.calendar_cell_content li { padding-bottom: 5px; }

.calendar_weekday_name {
	width: 13%;
	height: 1%;
}

.calendar_weekday_name div {
	text-align: center;
}

.calendar_today {
	width: 13%;
	height: 10%;
	background-color: #fffbdd;
	vertical-align: top;
	font-size: 0.9em;
	background-image: url("/images/cell_bg_today.jpg");
	background-repeat: repeat-x;
}

.calendar_day {
	width: 13%;
	height: 10%;
	vertical-align: top;
	font-size: 0.9em;
	background-image: url("/images/cell_bg.jpg");
	background-repeat: repeat-x;
}

.calendar_day_other_month {
	width: 13%;
	height: 10%;
	vertical-align: top;
	color: #999999;
	font-size: 0.9em;
	background-image: url("/images/cell_bg.jpg");
	background-repeat: repeat-x;
}

.calendar_day_other_month .calendar_date {
	border: 1px #DDDDDD solid;
	background-color: #EEEEEE;
	font-weight: bold;
	padding: 2px;
}

/* AUTO COMPLETE ------------------------------------------------------------------------------------------------------------------------- */

div.auto_complete {
	margin: 0px;
	padding: 0px;
	width: 398px;
}

div.auto_complete ul {
	border-top: 0px solid #FFFFFF;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	background: #FFFFFF;
	position: relative;
	top: -3px;
}

div.auto_complete ul li {
	padding: 5px;
	margin: 0px;
	width: 403px;
}

div.auto_complete ul li.selected {
	background-color: #FFFFBB;
	padding: 5px;
}

div.auto_complete ul li.selected div.warning {
	background-color: #FF0000;
}

div.auto_complete ul li div.warning {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 5px;
	margin: -5px;
}

div.auto_complete ul strong.highlight { color: #880000; }

/* Start ------------------------------------------------------------------------------------------------------------------------- */

#start h1 {
	border-left: 3px #7777FF solid;
	padding: 0px 20px 0px 20px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS";
	letter-spacing: -1px;
	font-size: 2em;
	line-height: 1.5em;
	display: none;
}

#start h2 {
	margin-bottom: 0.7em;
}

#start div#text_box {
	width: 35%;
	float: left;
	font-size: 1.2em;
	margin-top: 1.5em;
}

#start div#text_box span {
	color: #da0c87;
}

#start div#text_box p span {
	font-size: 1.1em;
}

#start div#image_box {
	width: 55%;
	float: right;
	padding-right: 30px;
}

#start div#big_image {
	border: 2px #cccccc solid;
	width: 100%;
	background: url("/images/start/1.jpg") top right;
	height: 292px;
	margin: 30px 0 40px 0;
}

#start div#big_image div#big_mark {
	position: relative;
	margin: -20px 0px 0px -20px;
	width: 100%;
	height: 160px;
}

#start div#small_left_image {
	width: 47%;
	float: left;
	background: url("/images/start/2.jpg") top left;
	height: 141px;
	border: 2px #cccccc solid;
}

#start div#small_right_image {
	width: 47%;
	float: right;
	background: url("/images/start/3.jpg") top left;
	height: 141px;
	border: 2px #cccccc solid;
}

#start div#small_left_image div.small_mark,
#start div#small_right_image div.small_mark {
	position: relative;
	_position: absolute; /* IE6 fix */
	text-align: right;
	margin: -25px 0px 0px 25px;
	width: 100%;
	height: 83px;
}

#start a#signup {
	display: block;
	width: 227px;
	height: 72px;
	background: url("/images/start/signup.png");
	margin: 4em auto 1em;
}

#start a#public {
	display: block;
	font-size: 1.2em;
	margin-top: 2em;
}

#start #public_box {
  font-size: 1.2em;
  margin-top: 2em;
}

#public_box a#signup {
  margin: 2em auto;
}

/* HELP --------------------------------------------------------------------------------------------------------------------------- */

#help {
  margin-top: 2em;
  padding: 7px 14px;
  background: #f6f6f6;
  border: 1px #eee solid;
}

/* INFO --------------------------------------------------------------------------------------------------------------------------- */

#info {
  float: left;
  width: 50%;
}

#info p {
	padding-left: 20px;
	font-size: 1.2em;
}

#info ul {
	font-size: 1.2em;
	margin: 0px 0px 20px 40px;
	list-style-type: disc;
}

#sidebar {
  float: right;
  width: 35%;
}

#sidebar h3 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px #ddd solid;
}

/* FOOTER ------------------------------------------------------------------------------------------------------------------------- */

#footer {
	color: #FFFFFF;
	background-color: #000000;
	padding: 30px 30px 30px 10px;
	border-top: 3px #666666 solid;
}

#footer .box {
	width: 379px;
	float: left;
	background: url("/images/footer_box.jpg") 0 0  no-repeat;
	padding: 10px 7px 5px 7px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 0;
	min-height: 310px;
	*height: 310px;
	margin-left: 20px;
}

#footer h2 {
	padding: 0px 20px 0px 20px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS";
	letter-spacing: -1px;
	font-size: 2em;
	line-height: 1.5em;
	/*border-left: 3px #7777FF solid;*/
	text-align: center;
  text-shadow: 2px 2px 1px #000;
}

#footer ul {
	/*border-left: 3px #CCCCFF solid;*/
	padding: 10px 20px 10px 20px;
}

#footer li { line-height: 1.5em; border-bottom: 1px #333 dotted; }
#footer .odd {  }
#footer .even {  }
#footer li.even, #footer li.odd { padding: 3px; }

#footer li.even a, #footer li.odd a {
	color: #FFFFFF;
	border-bottom: 1px #7777FF solid;
}

/* MY SHOWS ------------------------------------------------------------------------------------------------------------------------------ */

#search_box img {
  position: absolute;
  margin-top: -10px;
}

#search_box input.search {
  font-size: 1.5em;
  padding: 5px 7px 5px 10px;
  width: 400px;
  margin-left: 58px;
  margin-right: 5px;
}

#search_box .quick_add { margin: 0; }
#search_box .quick_add a {
  color: #000;
  border-bottom: 3px #2eac49 solid;
}

#top_shows { display: none; }

#top_shows a.hide {
  color: #f00;
  text-decoration: underline;
  margin-left: 10px;
  letter-spacing: 0px;
}

#top_shows ul li { line-height: 1.5em; }

#top_shows ul {
  float: left;
  margin-right: 5em;
}

input.checkbox { width: auto; }

.ui-checkbox {
	position: relative;
	top: 3px;
}

#my_shows .ui-checkbox { top: 2px; }

/* MY SHOWS ------------------------------------------------------------------------------------------------------------------------------ */

#my_shows td {
  padding: 4px 12px 7px 12px;
  max-width: 300px;
}

#my_shows tr:hover td {
  background: #fdffbe;
}

#my_shows strong a {
	color: #000000;
	border-bottom: 1px #AAAAFF solid;
}

#my_shows strong a:hover {
	color: #7777FF;
	border-bottom: 1px #000000 solid;
}

#my_shows td em {
  color: #999;
  font-size: 10px;
  font-style: normal;
}

#my_shows img.icon { margin: 0 5px 0 -5px; }

#show_info {
  float: left;
  width: 65%;
}

#show_info h1 {
  float: left;
  font-size: 4em !important;
	color: #000000;
	border-bottom: 4px #AAAAFF solid;
}

#show_info h2 {
  padding: 10px 0 0 37px;
  font-size: 1.5em;
  font-weight: normal;
  *margin-top: 10px;
}

#show_info h2 img {
  margin: -8px 0 0 -37px;
  position: absolute;
}

#progress {
  margin-top: 2em;
  padding: 0.5em;
  height: 57px;
}
  #progress div.header {
    margin-bottom: 5px;
    font-weight: bold;
  }
  
    #progress div.header div {
      height: 16px;
      width: 165px;
      overflow: hidden;
      display: inline-block;
      background: url("/images/smileys.gif") 0 0 no-repeat;
      margin-left: 6px;
      position: relative;
      top: 2px;
    }
    
    #progress div.header div.cry      { background-position: 0   0px; }
    #progress div.header div.mad      { background-position: 0 -16px; }
    #progress div.header div.sad      { background-position: 0 -32px; }
    #progress div.header div.neutral  { background-position: 0 -48px; }
    #progress div.header div.smile    { background-position: 0 -64px; }
    #progress div.header div.grin     { background-position: 0 -80px; }
    #progress div.header div.cool     { background-position: 0 -96px; }
    
    #progress div.header span {
      dispay: inline-block;
      float: right;
      color: #999;
      font-size: 10px;
      font-weight: normal;
      padding: 5px;
    }
    

  #progress_bar {
    border: 1px #aaa solid;
    padding-right: 1px;
    overflow: hidden;
    display: none;
    height: 32px;
  }
  
    #progress_bar .bar {
      float: left;
      background: #009700 url("/images/progress_bars.jpg") 0 0 repeat-x;
    }
    
    #progress_bar .seen {
      text-align: right;
    }
    
    #progress_bar .unseen {
      background-color: #cc0000;
      background-position: 0 100%;
      text-align: left;
    }
    
      #progress_bar .bar p {
        line-height: 30px;
        margin: 0;
        border: 1px #fff solid;
        border-width: 1px 0 1px 1px;
        font-weight: bold;
        font-size: 10px;
        color: #fff;
        padding: 0 0.5em;
      }

/* SEASON LIST --------------------------------------------------------------------------------------------------------------------------- */

#season_list h2 { margin: 0; }

#season_list td { padding: 4px 12px; }

#season_list tr.odd:hover td,
#season_list tr.even:hover td {
  background: #fdffbe;
}

#season_list a.delete {
  float: right;
  position: relative;
  outline: none;
}

#season_list a.delete img {
  top: 0;
  display: none;
  position: absolute;
  right: -5px;
}

#season_list tr:hover a.delete img {
  display: block;
}

/* SETTINGS ------------------------------------------------------------------------------------------------------------------------------ */

#calendar_format div.setting {
	float: left;
	margin: 0 6px 6px 0;
}

#calendar_format a {
	display: block;
	border: 3px #f6f6f6 solid;
}

#calendar_format a:hover {
	border: 3px #99FF99 solid;
}

#calendar_format img.active {
	display: block;
	float: left;
	border: 3px #00CC00 solid;
}

/* USERS -------------------------------------------------------------------------------------------------------------------------------- */

#user_pagination {
  text-align: center;
  margin-bottom: 2em;
  font-size: 2em;
}

#user_pagination a {
  border-bottom: 1px solid #aaf;
  color: #000;
}

#user_pagination a.active {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #000;
  color: #000;
  position: relative;
  top: -2px;
}

#user_pagination p {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}

#users li {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 24%;
  margin-bottom: 10px;
}

#users .avatar p {
  padding: 10px 0 5px 0;
  margin: 0;
}

#users .avatar a {
  border-bottom:1px solid #AAAAFF;
  color:#000000;
  font-size:1em;
  font-weight: bold;
}

#users .avatar span {
  font-size: 10px;
  color: #999;
}

#users .avatar img {
  background: #fff url("/images/avatar.jpg") 0 0 no-repeat;
  border: 1px solid #999;
  float: left;
  height: 58px;
  width: 58px;
  margin-right: 20px;
  padding: 1px;
}

/* TAG CLOUD ----------------------------------------------------------------------------------------------------------------------------- */

#tag_cloud {
	color: #CCCCCC;
	text-align: center;
}

#tag_cloud li {
	display: inline;
	line-height: 2em;
	border: 0px;
}

#tag_cloud a {
	padding: 3px;
	text-decoration: underline;
	line-height: 1.1;
}

#tag_cloud a.tag1  { font-size: 0.80em; font-weight: 100; color: #666666; }
#tag_cloud a.tag2  { font-size: 0.85em; font-weight: 200; color: #777777; }
#tag_cloud a.tag3  { font-size: 0.90em; font-weight: 300; color: #888888; }
#tag_cloud a.tag4  { font-size: 0.95em; font-weight: 400; color: #999999; }
#tag_cloud a.tag5  { font-size: 1.00em; font-weight: 500; color: #AAAAAA; }
#tag_cloud a.tag6  { font-size: 1.10em; font-weight: 600; color: #BBBBBB; }
#tag_cloud a.tag7  { font-size: 1.40em; font-weight: 700; color: #CCCCCC; }
#tag_cloud a.tag8  { font-size: 1.80em; font-weight: 800; color: #DDDDDD; }
#tag_cloud a.tag9  { font-size: 2.15em; font-weight: 900; color: #EEEEEE; }
#tag_cloud a.tag10 { font-size: 2.40em; font-weight: 900; color: #FFFFFF; }

#tag_cloud a:hover {
	color: #6666FF;
	background-color: #EEEEEE;
}


/* TOOLTIP ----------------------------------------------------------------------------------------------------------------------- */

.tip { cursor: help; }

.qtip h3 {
  font-size: 1.2em !important;
  font-family: arial, verdana, serif !important;
  font-weight: bold !important;
  margin-bottom: 0.5em !important;
}

.hidden { display: none; }