/*
jquery.jcarousel.css
skin.css
master.css
home.css
container.css
tooltip.css
en.css
*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    /*height: 75px;*/ 
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*.jcarousel-skin-mego .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}
*/
.jcarousel-skin-mego .jcarousel-container-horizontal {
    width: 550px;
	_width:  540px;
    overflow:hidden;
}

.jcarousel-skin-mego .jcarousel-container-vertical {
    width: 121px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-mego .jcarousel-clip-horizontal {
    width:  550px;
	_width:  540px;
	overflow:hidden;
   /* height: 75px;*/
}

.jcarousel-skin-mego .jcarousel-clip-vertical {
    width:  121px;
    height: 245px;
}

/*.jcarousel-skin-mego .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-mego .jcarousel-item-horizontal {
    margin-right: 10px;
}
*/
.jcarousel-skin-mego .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-mego .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-mego .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png?svnRev=20720) no-repeat 0 0;
}

.jcarousel-skin-mego .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-mego .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-mego .jcarousel-next-disabled-horizontal,
.jcarousel-skin-mego .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-mego .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-mego .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png?svnRev=20720) no-repeat 0 0;
}

.jcarousel-skin-mego .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-mego .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-mego .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-mego .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-mego .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-mego .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png?svnRev=20720) no-repeat 0 0;
}

.jcarousel-skin-mego .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-mego .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-mego .jcarousel-next-disabled-vertical,
.jcarousel-skin-mego .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-mego .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-mego .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png?svnRev=20720) no-repeat 0 0;
}

.jcarousel-skin-mego .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-mego .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-mego .jcarousel-prev-disabled-vertical,
.jcarousel-skin-mego .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-mego .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* mEgo Login CSS */
body {margin: 0; padding: 0; font-family: Arial, Verdana, Helvetica, Sans-Serif; background: #F1F1F1 url(/home/_images/version_3_0/cabezal.gif?svnRev=20720) no-repeat center 0; }
textarea { font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 11px; color: #000;}
*, a { font-size: 11px; color: #000;}
a { text-decoration: underline; color: #6699CC; outline: none; cursor:pointer;}
a:hover { color: #999900; }

/* Reset Tags */
p, h1, h2, h3, ul, li, *, form, h6, h5, h4 { margin: 0; padding:0; }
ul, li { list-style: none; }
img { vertical-align: bottom; border: 0; }
.hide { display: none; }
.blClear { overflow: hidden; display:block; height:0; clear:both; }

/* General Class */
#container { width: 951px;  margin: 0 auto;}
.blContent, #blContent { background: #FFF; padding: 15px; width: 920px; overflow: hidden; }
* html #blContent { padding: 10px; width: 930px;  }
*:first-child+html #blContent { min-height: 1px;} /* ie */
/* * html #blContent { height: 600px} */
#content { overflow: hidden;}
#blTop_header { background: #000; height: 19px; padding: 8px 15px 0 15px; }

/* Header Class */
#header { position: relative; height: 170px; }
#header_not_authenticated_div {height: 125px;}

.auxiliary_navigation {	float: right;  width: 200px; text-align: right; }
.auxiliary_navigation_left { width: 290px ;}
#blTop_header li { display: inline; margin-left: 3px; color: #FFF;}
#blTop_header .auxiliary_navigation li { margin-left: 10px;}
#blTop_header li b { color: #FFF;}
#blTop_header li a { color: #FFF; text-decoration: none;} 
#blTop_header li a:hover { text-decoration: underline; } 

#blItems_header { padding: 11px 0 0 15px; height: 68px; overflow: hidden;}
#blItems_header .bl_image { margin-right: 10px; float: left; background: url(/home/_images/version_3_0/avatar_bg.gif?svnRev=20720) no-repeat; height: 55px; width: 55px; padding: 5px 0 0 5px; }
.blInfo { width: 199px; float: left; }
.blInfo a { color: #226BD7; text-decoration: none;}
.blInfo a:hover { color: #000; }
.blInfo_message  { padding: 10px 0 0 110px; width: 246px; background: url(/home/_images/version_3_0/mego_message.jpg?svnRev=20720) no-repeat; height: 58px; float: left;  }
.bl_message { width: 240px; height: 45px; /*overflow-x: hidden;*/ overflow: hidden; color: #FFF;}
.bl_message b { color: #FFF450; }
.bl_points_button { margin-right: 2px; padding: 4px 0 0 22px; width: 74px; height: 19px; background: url(/home/_images/version_3_0/button_bg_welcome.gif?svnRev=20720) no-repeat; float: left; }
.bl_points_button a { color: #FFF; text-decoration: none; font-weight: bold; }
.blPoints { margin: 1px 0; font-size: 12px; font-weight: bold;}
.blPoints_bg { display: inline; }
.blPoints_bg span { background: url(/home/_images/version_3_0/points_bg.gif?svnRev=20720) no-repeat;  color: #FFF;  display: inline; width: 17px; height: 16px; padding: 2px 0 3px 0; font-size: 13px; text-align: center; float: left;}

.blLogoBig { width: 195px; height: 109px; background: url(/home/_images/version_3_0/logo.gif?svnRev=20720) no-repeat; position: absolute; top: 31px; right: 25px;}
.blLogoBig h1, .blLogoBig h1 a {width: 195px; height: 109px;}
.blLogoBig h1 a { display:block; text-indent: -9999px; }

/* Tooltip Design  */
p.tooltip span { display:none; }
abbr.tooltip { color: #FFF; position: relative;	width: 19px; height: 19px; margin: 0; background: url(/home/_images/tooltip_white.gif?svnRev=20720) no-repeat 5px; float:left; padding-left:5px; }
abbr.tooltip:hover{	background: url(/home/_images/tooltip_white_on.gif?svnRev=20720) no-repeat 5px; padding-left:5px;}
abbr.tooltip span { display:none; }
.yui-panel .container-close { text-indent: -9999px; background: transparent url(/home/_images/falcon/close_pop_up.gif?svnRev=20720) repeat; height: 18px; width: 18px;  }
.yui-panel .hd { background: #333; font-size: 15px; color: #E3FA78; height: 20px; }
.yui-panel .bd { background: #FFF; font-weight: normal; }
.yui-panel { border: 1px solid #333;} 

/* Tagged */
#header .bl_tagged { position: absolute; top: 126px; right: 0; width: 200px; height: 34px;  text-align: right; } 
#header .bl_tagged  a { display:block; float:left; width: 115px; height: 23px; padding: 11px 80px 0 5px; font-size: 11px; color: #FFF; text-decoration: none;  background: url(/home/_images/falcon/tagged_header_logo.gif?svnRev=20720) no-repeat right; outline: none;} 

/* Pop up */
#blupload_window_c  {  z-index:205;	border: none; padding: 8px 0 0 0; background: #333; text-align: left;}
#blyahooupload_input { border: none;	background:  none;}
#blyahooupload_input .container-close { background: transparent url(/home/_images/falcon/close_pop_up.gif?svnRev=20720) repeat; right: 10px; top: 1px; width: 18px; height: 18px; display: block; float: right; text-indent: -9999px; }
#blupload_window_c .hd {background:transparent; border:0; font-size: 15px; color: #E3FA78; text-align: center; font-weight: bolder; padding:0 0 0 0; line-height: 1px;}
#blupload_window_c  .bd {background-color:transparent;padding:0}
#blupload_window  { border: none; background: none;  text-align: left;}
.bl_popup_footer { height:0px; background: #F2F2F2; border: 1px solid #000; border-top: 0; display: none;}

.bl_options .bl_info a { font-size: 11px; color: #000; }
.bl_options .bl_info a:hover { color: #00ADE6;}
.bl_options .bl_info a.bl_cancel, .bl_options .bl_info a.bl_button { background: #7FC224;  width: 135px; height: 16px; padding: 2px 0 0 0; color: #FFF; float:left; cursor: pointer; overflow: hidden; font-weight: bold; text-align: center; text-decoration: none; }
.bl_options .bl_info a.bl_cancel:hover, .bl_options .bl_info a.bl_button:hover { background: #00ADE6;  color: #000;}
.bl_options .bl_info a.bl_button_working, .bl_options .bl_info a.bl_button_working:hover { background: red;  width: 135px; height: 16px; padding: 2px 0 0 0; color: #FFF; float:left; cursor: pointer; overflow: hidden; font-weight: bold; text-align: center; text-decoration: none;}
.bl_options .bl_info .bl_buttons { border: 1px solid #808080; width: 135px; height: 18px; float:left; display: inline; margin-right: 6px;}
#blContent  .bl_options .bl_info .bl_buttons { border: none;}
#blyahooupload_input .bl_title {font-size: 15px; color: #2E2E2E; float: left; width: 200px; height: 18px; left: 5px; top: 1px; display: block; position:absolute;  }
#blyahooupload_input .bl_title_import {font-size: 15px; color: #E3FA78; float: left; width: 200px; height: 18px; left: 15px; top: 1px; display: block; position:absolute; font-weight: bold;}
.yui-panel .bd p { margin:0; padding-top: 5px; font-weight: normal;}
.bl_options .bl_info .bl_input_file { width: 300px; font-size: 11px;}
* html .bl_options .bl_info .bl_input_file { width: 270px;} 
#blyahooupload_input .bl_options { padding: 0 10px 10px 10px;  background: #F2F2F2; border: 1px solid #000;  margin-top: 15px; }
* html #blyahooupload_input .bl_options { height: 1px; } /* ie6 */
* html #blyahooupload_input .bl_options2 { margin-top: 43px; } /* ie6 */
*:first-child+html  #blyahooupload_input .bl_options2 { margin-top: 45px;} /* ie7 */
#blyahooupload_input .bl_options .bl_info { margin-top: 10px; margin-right: 22px; }
* html #blyahooupload_input .bl_options .bl_info { height: 1px; } /* ie6 */
* html #blyahooupload_input #div_upload_form {   clear: both; padding-top: 10px; } /* ie6 */
*+html  #blyahooupload_input #div_upload_form { margin-top: 20px;  } /* ie7 */
*+html  #blyahooupload_input #div_upload_form p { height: 15px;} /* ie7 */
*:first-child+html  #blyahooupload_input .bl_options .bl_info { margin-top: 5px;  } /* ie7 */
#blyahooupload_input .bl_options .bl_info_message { margin-top: 45px; }
* html #blyahooupload_input .bl_options .bl_info_message {  margin-top: 5px; }
*:first-child+html #blyahooupload_input .bl_options .bl_info_message { margin-top: 5px; } /* ie7 */

#blyahooupload_input .bl_replay_popup { margin-top: 30px; }
* html #blyahooupload_input .bl_replay_popup {  height: 1px; }
*+html #blyahooupload_input .bl_replay_popup { min-height: 60px;  max-height: 200px}
#blyahooupload_input .bl_replay_popup .bl_info { margin-top: 0px;}
#blyahooupload_input .bl_replay_popup textarea { width: 290px; heigth: 70px;}
#blyahooupload_input .bl_replay_popup #upload-content { margin-top: 10px; }

/* Loading */
#loading {margin-top: 25px auto; color: #0E6A90; font-size: 14px; width: 150px; text-align: center; font-weight: bold;}

/* LEFTHAND NAVIGATION */
.leftnav { width: 130px; margin-bottom:1em; background: #FFF; float: left; display: inline; padding: 10px; }
.leftnav li a { text-decoration: none; font-size:12px;  color: #999; background: #333 url(/home/_images/falcon/sprite.gif?svnRev=20720) repeat-x top; border-bottom: #272525 solid 1px;}
.leftnav li a:link, .leftnav li a:visited { display: block; zoom:1; }
.leftnav .bl_option_select a, .leftnav .bl_option_select a:hover, .leftnav #current { cursor:default; color: #FFF; background: #4696C2 url(/home/_images/falcon/sprite.gif?svnRev=20720) repeat-x 0 -66px; border-bottom: #29739b solid 1px;}
.leftnav .bl_option_select span { display:block; padding: 4px 10px 4px 20px; background:url(/home/_images/falcon/sprite.gif?svnRev=20720) no-repeat 0 -330px; font-size:12px;  color: #FFF; }
.leftnav .top { height:5px; border:none; background: #FFF url(/home/_images/falcon/leftnav_top.gif?svnRev=20720) no-repeat top; }
.leftnav .heading { font-weight:bold; padding:4px; font-size:13px; color:#6CA518; border-bottom: #F7F7F7 solid 2px; border-top: #F7F7F7 solid 2px; }
.leftnav span { display:block; padding: 4px 10px 4px 20px; background:url(/home/_images/falcon/sprite.gif?svnRev=20720) no-repeat 0 -264px; font-size:12px;  color: #999; }
.leftnav #current span { display:block; padding: 4px 10px 4px 20px; background:url(/home/_images/falcon/sprite.gif?svnRev=20720) no-repeat 0 -330px; font-size:12px;  color: #FFF;}
.leftnav  a:hover span {color: #FFF; }
.leftnav li a:hover { color: #FFF; background: #494747 url(/home/_images/falcon/sprite.gif?svnRev=20720) repeat-x 0 -132px; }

/* Flash Preview */
.bl_megoflash { width: 300px; float: left; display: inline; margin-left: 11px; }
#blContent h6 {background: url(/home/_images/new_design/search_arrow_sky.gif?svnRev=20720) no-repeat 0 3px; padding-left: 7px;  font-weight: bold; color: #404041; margin: 3px 0 3px 0; _margin-top:0;}
#blContent h6 b { font-size: 13px;}

/* Footer */
#ft { background: #FFF; clear: both; padding: 15px 15px 15px 15px;}
#ft h4 { font-size: 12px; margin-bottom: 15px;  border: 1px solid #D1D1D1; padding: 5px 0 5px 8px; background: #FAFAFA; border-radius: 3px 3px; -moz-border-radius: 3px 3px; -webkit-border-radius: 3px;}
#blMego_bar { background: url(/home/_images/version_3_0/bar_bg_left.gif?svnRev=20720) no-repeat; height: 43px; padding-left: 6px;}
#blMego_bar .bl_right { background: url(/home/_images/version_3_0/bar_bg_right.gif?svnRev=20720) no-repeat; width: 6px; float: right; height: 43px; margin: 0; padding: 0;}
#blMego_bar .bl_logo { background: url(/home/_images/version_3_0/bar_bg_repeat.gif?svnRev=20720) repeat-x;  padding-left: 5px}
#blMego_bar .bl_logo a { text-indent: -9999px; background: url(/home/_images/version_3_0/bar_bg_logo.gif?svnRev=20720) no-repeat; width: 57px;  height: 43px; display: block; }

#ft .blLeft_column { width: 296px; padding-left: 11px; float: left; }
.bl_follow_mEgo .bl_top_box { background: url(/home/_images/version_3_0/balloon_top.gif?svnRev=20720) no-repeat; width: 287px; height: 12px; overflow: hidden;}
.bl_follow_mEgo .bl_bottom_box { background: url(/home/_images/version_3_0/balloon_bottom.gif?svnRev=20720) no-repeat; width: 287px; height: 72px; overflow: hidden;}
.bl_follow_mEgo .bl_body_box { border-left: 2px solid #CECECE; border-right: 2px solid #CECECE; padding: 0 15px; width: 253px; }
.bl_body_box p { font-size: 16px; padding: 5px 0; margin: 0;}
.bl_body_box p span { font-size: 12px; color: #666; }

.bl_find_mego, .bl_truste_mego, #blMego_bar, .bl_follow_mEgo   { margin-bottom: 24px;  }
.bl_find_mego a { background: url(/home/_images/version_3_0/find_facebook.gif?svnRev=20720) no-repeat; width: 143px; height: 41px; text-indent: -9999px; display: block;}
.bl_truste_mego a { background: url(/home/_images/version_3_0/truste_bg.gif?svnRev=20720) no-repeat; width: 143px; height: 41px; text-indent: -9999px; display: block;}
 
.bl_footer_column { border-left: 1px solid #CECECE; padding-left: 12px; width: 130px; float: left; height: 335px; padding-right: 10px;}
.bl_footer_column ul { margin-bottom: 15px;}
.bl_footer_column li { margin-bottom: 5px; background: url(/home/_images/version_3_0/arrow-link.gif?svnRev=20720) no-repeat 0 3px; padding-left:15px;}

.bl_footer_column li a { color: #4377BB; }
.bl_footer_column li a:hover {color: #000; }
/* Buttons */
.button { margin-top: 5px;}
.button p { margin-top: 15px; color: #000; }
.button li { display: inline; overflow: hidden; height: 30px; }
.button li a {float:left; background: url(/home/_images/gral_images/bg_generalbutton_left.png?svnRev=20720) no-repeat left top; margin:0 4px 0 0; padding:0 0 0 8px; text-decoration:none;} 
.button li b {float:left; background:url(/home/_images/gral_images/bg_generalbutton_left.png?svnRev=20720) no-repeat left top; margin:0 4px 0 0; padding:0 0 0 4px; text-decoration:none;} 
.button a span {float:left; display:block; background:url(/home/_images/gral_images/bg_generalbutton_right.png?svnRev=20720) no-repeat right top; padding:7px 15px 11px 6px; color: #FFF; }
.button b span {float:left; display:block; background:url(/home/_images/gral_images/bg_generalbutton_right.png?svnRev=20720) no-repeat right top; padding:0;} 
* html .button li a { background: url(/home/_images/gral_images/bg_generalbutton_left.gif?svnRev=20720) no-repeat left top; } 
* html .button li b { background:url(/home/_images/gral_images/bg_generalbutton_left.gif?svnRev=20720) no-repeat left top; } 
* html .button a span { background:url(/home/_images/gral_images/bg_generalbutton_right.gif?svnRev=20720) no-repeat right top;  }
* html .button b span { background:url(/home/_images/gral_images/bg_generalbutton_right.gif?svnRev=20720) no-repeat right top; } 

/* #bl_add_life */
* html #bl_add_life .button li a { background: url(/home/_images/gral_images/bg_generalbutton_left2.gif?svnRev=20720) no-repeat left top; } 
* html #bl_add_life .button li b { background:url(/home/_images/gral_images/bg_generalbutton_left2.gif?svnRev=20720) no-repeat left top; } 
* html #bl_add_life .button a span { background:url(/home/_images/gral_images/bg_generalbutton_right2.gif?svnRev=20720) no-repeat right top;  }
* html #bl_add_life .button b span { background:url(/home/_images/gral_images/bg_generalbutton_right2.gif?svnRev=20720) no-repeat right top; } 

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.button a span, .button b span {float:none;}
/* End IE5-Mac hack */
.button li a, .button li a span, .button input {color:#fff; font-size:12px; text-transform:uppercase; font-weight:bold;}
.button a:hover span, .button input:hover {color:#000; text-decoration: none;}
* html .button li a:hover, .button li b:hover {text-decoration: none; background:url(/home/_images/gral_images/bg_generalbutton_left.gif?svnRev=20720) no-repeat left top; color:#FFF;}
* html .button li a:hover span, .button li b:hover span {text-decoration: none; background:url(/home/_images/gral_images/bg_generalbutton_right.gif?svnRev=20720) no-repeat right top; color:#FFF;}
* html #bl_add_life .button li a:hover, .button li b:hover {text-decoration: none; background:url(/home/_images/gral_images/bg_generalbutton_left2.gif?svnRev=20720) no-repeat left top; color:#FFF;}
* html #bl_add_life .button li a:hover span, .button li b:hover span {text-decoration: none; background:url(/home/_images/gral_images/bg_generalbutton_right2.gif?svnRev=20720) no-repeat right top; color:#FFF;}

.button li a:hover, .button li b:hover {background-position: 0 -40px;}
.button li a:hover span, .button li b:hover span {background-position: 100% -40px;}

*+html .button li a:hover, .button li b:hover {background-position: left top;}
*+html .button li a:hover span, .button li b:hover span {background-position: right top;}

.button li .bl_processing:hover, .button li .bl_processing {background-position: 0 -75px;  color: #FFF;}
.button li .bl_processing:hover span, .button .bl_processing span {background-position: 100% -75px; color: #FFF;}

/* #bl_add_life */
* html #bl_add_life .button li .bl_processing {background-position: 0 -75px;  color: #FFF;} 
* html #bl_add_life .button li .bl_processing span {background-position: 100% -75px; color: #FFF;} 

* html .button input {padding:7px 2px 6px 2px;}
*+html .button input {padding:7px 2px 6px 2px;}
.button input {background:none; border:none; cursor:pointer; padding:7px 12px 10px 12px; margin-left:-4px; display:block;}
* html .button{height: 1%; overflow: visible;}
*+html .button{min-height: 1%;}
.button:after{clear: both; content: "."; display: block; height: 0; visibility: hidden;}

/* Dialog Box */
.ui-dialog-container { padding: 2px;}
.ui-dialog-content { padding: 10px 13px; }
.ui-dialog-titlebar  {  padding: 5px 10px 0 12px;  }

.ui-dialog { padding: 2px 2px 12px 2px; background: #FFF;}
.ui-dialog-titlebar-close { float: right; display: none;}
.ui-dialog-titlebar-close span {  display: block; background: url(/home/_images/gral_images/icon-close-popup.gif?svnRev=20720) no-repeat; height: 18px;  width: 20px; text-indent: -9999px; }
.ui-dialog-buttonpane { left: 10px;  }
.ui-dialog-buttonpane button { float: right; margin-bottom: 10px; width: 70px; } 

.bl_paginator { padding: 4px 8px;  background: #F8F8F8; border: 1px solid #CECECE; border-top: none; overflow: hidden; }
.bl_paginator{ _height: 20px;}

.bl_paginator .bl_right { text-align: right}
.bl_paginator table { text-align: right; float: right;}
.bl_paginator td { padding: 0 2px; text-align: right}
.bl_paginator li { margin: 0 2px; display: inline;}
.bl_paginator  a { text-decoration: underline; border: none; color: #000; }
.bl_paginator .bl_rew , .bl_paginator .bl_previous, .bl_paginator .bl_next { width: 19px; display:inline;}
.bl_paginator .bl_expand a { color: #000; background: url(/home/_images/member/icon-expand.gif?svnRev=20720) no-repeat; height: 19px; padding-left: 25px; display: block; }
.bl_paginator .bl_expand a:hover { color: #3B5998; }
.bl_paginator .bl_expand .bl_collapsed { background: url(/home/_images/member/icon-collapsed.gif?svnRev=20720) no-repeat; }

.bl_paginator .bl_rew a, .bl_paginator .bl_previous a, .bl_paginator .bl_next a { text-decoration: none; background: url(/home/_images/gral_images/paginator-rew.gif?svnRev=20720) no-repeat; display: block; width: 19px; height: 18px; }
.bl_paginator .bl_previous a  { background: url(/home/_images/gral_images/paginator-previous.gif?svnRev=20720) no-repeat; }
.bl_paginator .bl_next a { background: url(/home/_images/gral_images/paginator-next.gif?svnRev=20720) no-repeat; }

.ui-dialog-title { float: left; width: 200px; font-size: 18px;  font-weight: bold;}
.ui-dialog-content {clear:both; padding-top: 7px; }
#acceptDialog button { float: right; }
.ui-dialog-content .button { margin-top: 7px;}

#bl_footer_flash a { display: block; background: url(/home/_images/ftr_big.jpg?svnRev=20720) no-repeat; width: 300px; height: 43px;}

/* DROPDOWN MENU Basic code - don't modify */

#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; float: left; position: relative; background: url(/home/_images/version_3_0/nav_bar_separator.gif?svnRev=20720) no-repeat right 5px;  padding: 5px 6px 0 5px;   }

#nav ul a { zoom: 1;} /* IE6/7 fix */
#nav ul li { float: none;  background: none; padding: 0; margin: 0 4px 0 0; background: url(/home/_images/version_3_0/arrow-link.gif?svnRev=20720) no-repeat 0 2px; padding-left:10px; height: 20px; }
* html #nav ul li { margin: 5px 0 5px 10px; height: auto; overflof:hidden;}
* html #nav ul li a { margin: 0; height: 10px; overflof:hidden; padding: 0;}

#nav ul {top: 44px; background: url(/home/_images/header/submenu_bg.png?svnRev=20720) no-repeat left bottom; display: none; position: absolute; left: 10px; margin: 0; padding: 10px 0 15px 11px; width: 136px; }
* html #nav ul { line-height: 0; top: 35px; background-image: none; background: #FFF; padding: 0; } /* IE6 "fix" */
/* *:first-child+html #nav ul { top: 35px; } */

#nav a { line-height: 1; text-decoration: none; display: block; height: 38px; padding-left: 4px;}
#nav a em { color: #FFF;  padding: 0 8px 0 4px; display: block; font-weight: bold; font-size: 13px;  font-style:normal; }
#nav a em span { color: #FFF; font-weight: bold; font-size: 13px; padding: 10px 16px 0 2px; display: block; height: 28px; background: url(/home/_images/version_3_0/arrow_bg.gif?svnRev=20720) no-repeat right 12px;}
#nav .selected2 a em{ background:  #FFF url(/home/_images/version_3_0/bg_select_right.gif?svnRev=20720) no-repeat right top; height: 31px; padding: 0 8px 0 4px; overflow:hidden;}
#nav .selected2 a{ background: url(/home/_images/version_3_0/bg_select_left.gif?svnRev=20720) no-repeat;  }
#nav a:hover em span, #nav .selected2 a em span  { color: #118AC4;}
#nav a:hover em, #nav .selected2 a:hover em{ background:  #FFF url(/home/_images/version_3_0/bg_select_right2.gif?svnRev=20720) no-repeat right top; height: 38px;}
#nav a:hover, #nav .selected2 a:hover { background: url(/home/_images/version_3_0/bg_select_left2.gif?svnRev=20720) no-repeat;  }

#nav #tab-welcome  { padding-left: 0;}

#nav #tab-welcome a em, #nav #tab-megowalk a em,  #nav #tab-content a em, #nav #tab-share a em, #nav #tab-createmego a em {padding: 10px 12px 0 7px; height: 21px;}
#nav #tab-welcome a:hover, #nav .selected a, #nav #tab-megowalk a:hover,  #nav #tab-content a:hover, #nav #tab-share a:hover, #nav #tab-createmego a:hover { background: url(/home/_images/version_3_0/bg_select_left.gif?svnRev=20720) no-repeat; height: 31px;}
#nav #tab-welcome a:hover em, #nav .selected a em, #nav #tab-megowalk a:hover em,  #nav #tab-content a:hover em, #nav #tab-share a:hover em, #nav #tab-createmego a:hover em { background: #FFF url(/home/_images/version_3_0/bg_select_right.gif?svnRev=20720) no-repeat right top; padding: 10px 12px 0 7px; height: 21px; color: #118AC4; }
#nav .selected3 a em span { color: #118AC4; }

#nav .selected3 ul li a { color: #43619d; text-decoration: underline; background: none!important;}
#nav ul li a:hover { color: #000; background: none;}

#blNavbar { margin: 0 15px; background: url(/home/_images/version_3_0/bar_bg_left.gif?svnRev=20720) no-repeat; height: 43px; padding-left: 6px;}
#blNavbar .bl_right { background: url(/home/_images/version_3_0/bar_bg_right.gif?svnRev=20720) no-repeat right top; width: 6px; float: right; height: 43px; padding:0; margin:0; overflow:hidden;}
#blNavbar .blNavbar_bg { background: url(/home/_images/version_3_0/bar_bg_repeat.gif?svnRev=20720) repeat-x; height: 43px;}
* html .blNavbar_bg li { width: 60px;}
* html .blNavbar_bg #tab-createmego  { width: 140px;}
* html #blNavbar .blNavbar_bg  { float: left; width: 909px;}

/* New Welcome Page */
#content { background: #FFF; padding: 15px; }
*:first-child+html #content { min-height: 600px;} /* ie */
.bl_loginbox { background: url(/home/_images/login/left_login_bg.gif?svnRev=20720) no-repeat; padding-left: 10px; height: 69px; margin-bottom: 15px;}
.bl_loginbox_right { background: url(/home/_images/login/right_login_bg.gif?svnRev=20720) no-repeat; width: 10px; float: left; height: 69px;}	
.bl_loginbox_center { background: url(/home/_images/login/repeat_login_bg.gif?svnRev=20720) repeat-x; float: left; width: 899px; height: 59px; padding-top: 10px;}

#bl_column1 { width: 300px; float: left; margin-right: 15px; }
* html #bl_column1 { margin-right: 10px; }
#bl_column2 { width: 605px; float: left; overflow: hidden}
#container { width: 950px; margin: 0 auto; position: relative; }
/* Button */
.bl_button {margin-bottom: 12px; }

.bl_button .actionPopUp { text-decoration: none; color: #FFF; background: url(/home/_images/falcon/bg_invitebutton.gif?svnRev=20720) no-repeat; font-size: 24px; width: 202px; height: 46px; padding: 20px 80px 0 18px; display:block;  }
.bl_button .actionPopUp:hover { background-position: left -66px; color: #FFF; }
.bl_button .bl_loyalty_icon {width: 17px; height: 17px; position: absolute; top: 186px; left: 16px; }
.bl_button .bl_loyalty_icon a{ width: 17px; height: 17px; background: url(/home/_images/loyalty/loyalty_bg_green.gif?svnRev=20720) no-repeat;  display:block; cursor: pointer;}

.button li .bl_opacity, .button li .bl_opacity:hover {background-position: 0 -40px; filter: alpha(opacity=30); opacity: .3;}
.button li .bl_opacity span, .button li .bl_opacity:hover span {background-position: 100% -40px; color: #999999} 

.bl_tryme { background: url(/home/_images/login/try_me_bg.jpg?svnRev=20720) no-repeat; padding-top: 230px; margin-bottom: 22px; }
.bl_tryme p { color: #666; font-size: 18px; }

.bl_staff { margin-top: 22px; }
.arrow { float: left; width: 24px; margin-top: 50px; background: url(/home/_images/login/arrow_left.gif?svnRev=20720) no-repeat; }
* html .arrow { width: 26px;}
.arrow_right { background: url(/home/_images/login/arrow_right.gif?svnRev=20720) no-repeat; margin-left: 5px; float: right}
.arrow a { width: 24px; height: 30px; display: block; text-indent: -9999px;}

.bl_staff li { border: 1px solid #CECECE; width: 120px; padding: 5px; float: left; margin-left: 7px; height: 120px; overflow:hidden;}
* html .bl_staff li { padding-bottom: 5px 2px 15px 2px; margin-left: 1px; margin-right: 2px; }
.bl_staff li p { color: #666; }
* html .bl_staff li p { margin-bottom: 5px; }

.bl_mego_flash1 { width: 300px; height: 500px; background: #000; margin-bottom: 15px;}
h2 { font-size: 24px; margin-bottom: 12px; font-weight: normal; }
.bl_staff .bl_image { float: left; width: 70px; margin-right: 6px; }
.bl_staff .bl_image img { border: none;  }

.bl_staff .bl_mego_thumb { float: left; width: 43px; }
.bl_staff .bl_mego_thumb img { border: none; }

h3 { font-size: 15px; margin: 7px 0 2px 0; color: #3B5998;}
.bl_opt .bl_image { width: 182px; height: 58px; background: url(/home/_images/login/cando_1.jpg?svnRev=20720) no-repeat; border: 4px solid #CECECE; }
.bl_opt .bl_image2 { background: url(/home/_images/login/cando_2.jpg?svnRev=20720) no-repeat; }
.bl_opt .bl_image3 { background: url(/home/_images/login/cando_3.jpg?svnRev=20720) no-repeat; }
.bl_opt li {  width: 198px;  float: left; margin-right: 2px;}
.bl_opt li p { margin-top: 11px;  font-size: 12px;}
.bl_opt li p b { font-size: 13px;}

.bltable_sig td { padding: 0 6px 0 6px; vertical-align: top;}
.bltable_sig a{ color: #FFF; text-decoration: underline; }
.bltable_sig p span { margin-right: 15px;}
.bltable_sig .bl_signup_button a { text-decoration: none; color: #FFF; font-size: 30px; font-weight: bold; background: url(/home/_images/login/button_sigin_bg.gif?svnRev=20720) no-repeat; width: 183px; height: 40px; padding: 7px 90px 0 0; display: block; text-align: right; }
#bl_newpassword .bltable_sig .bl_signup_button { margin-left: 20px}
.bl_field, .bl_field2, .bl_field4, .bl_field5 { margin-top: 1px; padding: 2px; height: 24px; background: #FEFFE8; color: #666; font-size: 17px; width: 265px; margin-bottom: 5px; border: none; }
.bl_field2 { width: 190px; }
.bl_field4 { width: 475px; }
.bl_field5 { width: 370px; }
.bl_field3 { float: left; background: url(/home/_images/login/sigin_bg.gif?svnRev=20720) no-repeat; padding:0; color: #FFF; font-size: 13px; font-weight: bold; width: 75px; height: 30px; border: none; text-align: center; cursor: pointer; }
.bl_newpass .bl_field3 { background: url(/home/_images/login/new_pass_bg.gif?svnRev=20720) no-repeat;  width: 152px; height: 30px;  font-size: 12px;}

.bl_arrow, .bl_arrow2 { float: left; background: url(/home/_images/login/sign_in_popup.gif?svnRev=20720) no-repeat; width: 34px; height: 30px;}
.bl_arrow2 { background: url(/home/_images/login/arrow2.gif?svnRev=20720) no-repeat; width: 36px; margin-left: 5px; }
.bl_newpassword .bl_arrow2 a { width: 36px; height: 30px; display: block; }
#bl_login table .bl_arrow a { width: 34px; height: 30px; display: block; }
label { color: #FFF;}
.bl_sigin { margin-bottom: 3px;}

.bl_pop_up { z-index: 9999; top: 229px; position: absolute; width: 177px; padding: 0 11px 0 9px; height: 42px; background: url(/home/_images/login/popup_bg.png?svnRev=20720) no-repeat; overflow: hidden; }
.bl_pop_up { _background: #FFF; _border: 1px solid #CCC; }

#blPop_up { right: 335px; } 
#blPop_up2 { right: 29px; }
.bl_pop_up li { height: 21px; margin-top: 10px;}
.bl_pop_up li a { background: url(/home/_images/login/icon-mego.gif?svnRev=20720) no-repeat; padding-left: 25px; padding-top: 2px; height: 18px; display: block;}
.bl_pop_up .bl_openid_icon a { background: url(/home/_images/login/icon-openid.gif?svnRev=20720) no-repeat; }
.bl_pop_up .bl_facebook_icon a { background: url(/home/_images/login/icon-facebook.gif?svnRev=20720) no-repeat; }
.bl_pop_up .bl_last { border: none; }

.bl_right { float: right; }
.bl_user .bl_image { float: left; width: 50px; margin-right: 10px; }
.bl_user .bl_text { float: left; width: 380px; }
.bl_user .bl_text b { font-size: 25px; line-height: 26px; font-weight: normal;}

.bl_box { margin-top: 13px; width: 295px; float: left; position: relative; }
.bl_box_right { float: right; }
.bl_big { width: 100%; float: none; }
#bl_column2 {float:left; width:605px;}

.bl_box h4 {display:block; border: solid #4597c3; border-width: 0 1px; outline:none; color: #fff; background: url(/home/_images/friends/bg_titles_boxs.png?svnRev=20720) repeat-x bottom #31b3e6;}
.bl_box h4 b, .bl_box h4 .bl_title { color: #FFF; display: block; position:relative; top: -1px; left: 0; border:solid #4597c3; border-width:1px 0 0; font-size:13px;  padding:8px 0 8px 10px;}
.bl_box h4 .bl_title { padding:3px 2px 4px 10px; }
.bl_box h4 .bl_title .bl_title_text { padding-top: 5px; padding-left: 6px}
.bl_box h4 .bl_title .bl_title_text strong { color: #FFF; font-size:13px; }
.bl_box h4 .bl_title .bl_right .bl_bookmark, .bl_box h4 .bl_title .bl_right .bl_feeds { float: left; height: 26px; width: 26px; margin-right: 5px; }
.bl_box h4 .bl_title .bl_right a { background: url(/home/_images/welcome/icon_bookmarks.gif?svnRev=20720) no-repeat; display: block; height: 26px; width: 26px;}
.bl_box h4 .bl_title .bl_right .bl_feeds a { background: url(/home/_images/welcome/icon_feeds.gif?svnRev=20720) no-repeat; }
.bl_box h4 .bl_title .bl_right .bl_view a { background: url(/home/_images/welcome/icon_viewmore.gif?svnRev=20720) no-repeat; }

.bl_box .bl_loyalty_icon {width: 17px; height: 17px; position: absolute; top: 0px; left: 1px; }
.bl_box .bl_loyalty_icon a { width: 17px; height: 17px; background: url(/home/_images/loyalty/loyalty_bg_blue.gif?svnRev=20720) no-repeat;  display:block; cursor: pointer;}

.bl_box_body { border: 1px solid #CECECE; padding: 13px 11px; overflow: hidden;  }

.bl_background { padding: 0;}
#notesBox .bl_box_body { height: 137px; overflow: hidden; }
#sendNoteBox .bl_box_body { height: 161px; overflow: hidden; }
.bl_box_right .bl_box_body {width: 293px; height: 162px; overflow: hidden; }

.bl_input { border: 1px solid #BEBEBD; padding: 7px; width: 254px; background: #FFFCEE; margin-bottom: 9px; }
.bl_box_body textarea { border: 1px solid #BEBEBD; padding: 7px; height: 34px; width: 254px; background: #FFFCEE;  }
.bl_box_body .bl_right { margin-top: 7px; }
.bl_box_body .bl_right a { color: #000; }

.bl_box_body .bl_options li { font-size: 11px; border-bottom: 1px solid #CECECE; padding: 0 1px 4px 1px; overflow: hidden; margin-top: 4px; }
.bl_box_right .bl_box_body .bl_options li { width: 269px;}
.bl_box_body .bl_options .bl_item_note { padding: 0 4px 4px 4px}
.bl_box_body .bl_options .bl_item_note .bl_right { margin-top: 2px; background: url(/home/_images/gral_images/arrow-right.gif?svnRev=20720) no-repeat right 2px; padding-right: 10px}
.bl_box_body .bl_options .bl_last { border: none; padding-bottom: 0;}
.bl_box_body .bl_options .bl_logo_new { margin-top: 0; }
.bl_box_body .bl_options li span { font-size: 13px; color: #FF0000; font-weight: bold;}
.bl_box_body .bl_options li a { padding-left: 15px; color: #000; }
.bl_box_body .bl_options .bl_item_note a { padding-left: 0;}
.bl_box_body .bl_options .bl_item_note a b { font-size: 11px; }
.bl_box_body .bl_options li a:hover { color: #2CA5D6;}
.bl_box_body .bl_options .bl_logo_icon a { background: url(/home/_images/member/icon-mego.gif?svnRev=20720) no-repeat 0 2px; }
.bl_box_body .bl_options .bl_rss_icon a { background: url(/home/_images/member/icon-rss.gif?svnRev=20720) no-repeat 0 2px; }
.bl_box_body .bl_options .bl_myblog_icon a { background: url(/home/_images/member/icon-blog.gif?svnRev=20720) no-repeat 0 2px; }

.bl_box_body .bl_highlights { background: #FFFBE7; border-bottom: 1px solid #F3EDC2; padding: 0 11px;}
.bl_background ul { padding: 0 11px 10px 11px; overflow: hidden; }
.bl_box_body .bl_highlights li { background: url(/home/_images/welcome/line_dashed.gif?svnRev=20720) repeat-x left bottom; padding-top: 6px; padding-bottom: 6px; }
.bl_box_body .bl_highlights .bl_last { background: none;}
.bl_box_body .bl_highlights li strong { color: #FD0505; font-size: 11px;}
.bl_box_body .bl_highlights li b { font-size: 11px; color: #000; }
.bl_box_body .bl_highlights li a, .bl_box_body .bl_highlights li b a { color: #3B5998; }

.bl_menu_items {  margin: 12px 0; }
.bl_menu_items li { float: left; margin-left: 4px; overflow: hidden; }
* html .bl_menu_items li { width: 18%; margin:0; padding:0;} /* ie 6 */
.bl_menu_items span { display: inline; float: left;  overflow: hidden; text-align: center; padding-left: 6px;}

.bl_menu_items .bl_selected { background: #4696C2 url(/home/_images/look/bg_looks_left_submenu.gif?svnRev=20720) no-repeat; height: 21px; text-align: center;}
.bl_menu_items span a { color: #000; font-weight: bold; height: 18px; padding-right: 6px; padding-top: 3px;  display: block; }
.bl_menu_items span a:hover { color: #4696C2; }
.bl_menu_items .bl_selected a, .bl_menu_items .bl_selected a:hover { text-decoration: none; color: #FFF; background: url(/home/_images/look/bg_looks_right_submenu.gif?svnRev=20720) no-repeat right top;}

.bl_friends_list  li { float: left; width: 60px; text-align: center;  margin: 0 18px 10px 18px; overflow: hidden; }
.bl_friends_list .bl_image { width: 50px; text-align: center; margin: 0 auto; margin-bottom: 0; height: 50px; overflow: hidden;}

.bl_media_list  li { display: inline; float: left; width: 75px; text-align: center;  margin: 0 4px 8px 4px;}
#ytList li { width: 128px; margin: 0 7px 14px 7px;}
.bl_media_list .bl_image { width: 75px; height: 75px; overflow: hidden;}
#ytList .bl_image { width: 128px; height: 96px;}
#youtubeFeed { width: 90px; font-size: 12px; margin: 0 0 10px 5px}

.bl_mego_news { margin-top: 10px; }
.bl_mego_news .bl_mego_news_box { border: 1px solid #CECECE; padding: 13px 13px 15px 13px; background: #F8F8F8;}
.bl_mego_news_title { color: #FFF; font-size: 16px; font-weight: bold; background: url(/home/_images/version_3_0/box-info-bg.gif?svnRev=20720) repeat-x; border-top: 1px solid #3EB6EF; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; height: 26px; padding: 6px 0 0 16px; }
.bl_mego_news a { color: #000;}
.bl_mego_news a:hover { color: #2CA5D6;}

.bl_status { margin-top: 15px;  background: url(/home/_images/welcome/add_life_bg.gif?svnRev=20720) no-repeat right top; height: 80px; overflow: hidden; position: relative;}
.bl_status .bl_loyalty_icon {width: 18px; height: 17px; position: absolute; top: 1px; left: 11px; }
.bl_status .bl_loyalty_icon a { width: 18px; height: 17px; background: url(/home/_images/loyalty/loyalty_bg_addlife.gif?svnRev=20720) no-repeat;  display:block; cursor: pointer;}

.bl_icon_title { background: url(/home/_images/welcome/add_life_title.gif?svnRev=20720) no-repeat; width: 110px; height: 80px; float: left;}

.bl_icon_pod { background: url(/home/_images/welcome/icon_mycauses.gif?svnRev=20720) no-repeat 0 10px; width: 75px; height: 80px;  float: left; }
.bl_icon_essentials { background: url(/home/_images/welcome/icon_essentials.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_visuals { background: url(/home/_images/welcome/icon_visuals.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_audio { background: url(/home/_images/welcome/icon_audio.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_school_work { background: url(/home/_images/welcome/icon_school.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_causes { background: url(/home/_images/welcome/icon_mycauses.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_stuff { background: url(/home/_images/welcome/icon_mystuff.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_food_drink { background: url(/home/_images/welcome/icon_food.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_personality_style { background: url(/home/_images/welcome/icon_style.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_trips_travel { background: url(/home/_images/welcome/icon_travel.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_sports { background: url(/home/_images/welcome/icon_sports.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_bookmarks { background: url(/home/_images/welcome/icon_bookmark.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_sidekick { background: url(/home/_images/welcome/icon_sidekick.gif?svnRev=20720) no-repeat 0 10px; }
.bl_icon_photos { background: url(/home/_images/welcome/icon_photos.gif?svnRev=20720) no-repeat 0 10px; }

.bl_field_pod {  float: left; width: 325px; margin-top: 14px;}
.bl_status_field { border: 1px solid #CECECE; height: 18px; padding: 5px; width: 308px; background: #FFF; }
.bl_status_body h2 { margin: 0  0 5px 0;  font-size: 12px; font-weight: bold; }
.bl_links { float: left; width: 88px; margin-top: 10px;}
.bl_moreoptions { margin: 5px 0;}
.bl_moreoptions a { color: #AFAFAF; background: url(/home/_images/welcome/icon_skip.gif?svnRev=20720) no-repeat right top; padding: 1px 20px 5px 0; text-decoration: none;}
.bl_status_body .button { margin-top: 0;}

.blmessage { background: #FFFBE7 url(/home/_images/gral_images/icon_alert.gif?svnRev=20720) no-repeat 24px 8px; border: 1px solid #F3EDC2;  padding: 10px 20px 10px 70px; margin-top: 5px; margin-bottom: 10px; overflow: hidden; }
.blmessage a { color: #000; text-decoration: underline; }
 
.bl_ad { margin-top: 10px; } 
.bl_paginator { height:20px;}
.bl_paginator .bl_right { width: 250px;}

.bl_button2 {margin-top: 10px; text-align: center;}
.bl_button2 a { text-decoration: none; color: #FFF; background: url(/home/_images/home/bg_invitebutton.gif?svnRev=20720) no-repeat; font-size: 24px; width: 300px; height: 46px; padding-top: 20px; display:block;  }
.bl_button2 a:hover { background-position: left -66px; color: #FFF; }

.bl_button3 {margin-top: 10px; background: url(/home/_images/loyalty/ad_loyalty.gif?svnRev=20720) no-repeat; width: 300px; height: 250px;}
.bl_button3 a { width: 300px; height: 250px; display: block; }

.bl_invite_button { float: right; width: 145px; margin: 10px 0 0 0; text-align: right;}
.bl_invite_button ul li {float: right;}

/* */
.bl_links_menu { float: right; width: 140px; padding-left: 12px;  border-left: 1px solid #CECECE; position: relative;}
.bl_links_menu li { margin-bottom: 7px;}
.bl_links_menu .bl_mylinks { background: url(/home/_images/welcome/mylinks_bg_off.gif?svnRev=20720) no-repeat 0 3px; padding-left: 15px;}
.bl_links_menu li a { color: #3B5998;}
.bl_links_menu .bl_mylinks_on { position: relative; background: url(/home/_images/welcome/mylinks_bg_on.gif?svnRev=20720) no-repeat 0 0; padding-left: 20px; padding-top:4px; margin-bottom: 0;}
.bl_links_menu .bl_mylinks_on a { color: #FFF; text-decoration: none;}
.bl_mylinks_on .bl_link_pop_up { z-index: 999px; position: absolute; top: 18px; right:64px;  border-top: 5px solid #4696C2; border-bottom: none; background: #FFF url(/home/_images/welcome/mylinks_rounder_bottom.png?svnRev=20720) no-repeat left bottom; width: 223px; padding-bottom: 5px;}
.bl_mylinks_on .bl_link_pop_up  li { margin:0; border: 1px solid #CECECE;  border-bottom: none; padding: 5px 6px; margin: 0; overflow: hidden;}
.bl_mylinks_on .bl_link_pop_up  .bl_addmorelinks { background: #FFFBE7; margin:0; padding-left: 19px; border-top: none;}
.bl_mylinks_on .bl_link_pop_up  .bl_last { border: none; padding-bottom: 0;} 
.bl_links_menu .bl_mylinks_on .bl_link_pop_up  li a { color: #000;}
.bl_links_menu .bl_mylinks_on .bl_link_pop_up  li a:hover { text-decoration: underline;}

.bl_link_pop_up .bl_addmorelinks .bl_loyalty_icon {width: 17px; height: 17px; position: absolute; top: 0px; left: 1px; }
.bl_link_pop_up .bl_addmorelinks .bl_loyalty_icon a { width: 17px; height: 17px; background: url(/home/_images/loyalty/loyalty_bg_yellow.gif?svnRev=20720) no-repeat;  display:block; cursor: pointer;}

.blIcons span { width: 12px; height: 12px; float:left; margin-right: 5px}
.blIcons a { width: 12px; height: 12px; display: block; }

.bl_icon1 { background: url(/home/_images/welcome/ico-welcome1.gif?svnRev=20720) no-repeat;}
.bl_icon2 { background: url(/home/_images/welcome/ico-welcome2.gif?svnRev=20720) no-repeat;}
.bl_icon3 { background: url(/home/_images/welcome/ico-welcome3.gif?svnRev=20720) no-repeat;}
.bl_icon4 { background: url(/home/_images/welcome/ico-welcome4.gif?svnRev=20720) no-repeat;}
.bl_icon5 { background: url(/home/_images/welcome/ico-welcome5.gif?svnRev=20720) no-repeat;  width: 13px;}
.blIcons .bl_icon5 a { width: 13px;}
.bl_icon6 { background: url(/home/_images/welcome/ico-welcome6.gif?svnRev=20720) no-repeat;}
.bl_icon7 { background: url(/home/_images/welcome/ico-welcome7.gif?svnRev=20720) no-repeat;}

.bl_banner_flash { background: #000; height: 210px; width: 100%; margin: 15px 0; }

.bl_connect_aplication { margin-top: 15px;}
.bl_connect_aplication .bl_menu { border-bottom: 3px solid #4696C2; height: 42px; overflow: hidden;}
.bl_connect_aplication .bl_menu .bl_right { float: right; width: 14px; margin-top: 16px; margin-right: 9px;}
.bl_connect_aplication .bl_menu .bl_right a {width: 14px; display: block; background: url(/home/_images/friends/tooltip-icon.png?svnRev=20720) no-repeat; height: 14px;  }
.bl_connect_aplication .bl_menu li { float: left; width: 90px;  text-align: center;  margin-right: 2px; }
.bl_connect_aplication .bl_menu .bl_mego_size { width: 72px; }
.bl_connect_aplication .bl_menu .bl_myspace_size { width: 97px; }
.bl_connect_aplication .bl_menu li .bl_log { border-right: 1px solid #D7D7D7; border-left: 1px solid #D7D7D7; color: #666;height: 17px; padding-top: 2px;} 
.bl_connect_aplication .bl_menu .bl_select .bl_log { border: none; background: #4696C2; color: #FFF;}
.bl_connect_aplication .bl_menu li .bl_ap_facebook { background: url(/home/_images/welcome/ico-facebook.gif?svnRev=20720) no-repeat;  width: 90px; height: 23px;}
.bl_connect_aplication .bl_menu .bl_select .bl_ap_facebook { background: url(/home/_images/welcome/ico-facebook_2.gif?svnRev=20720) no-repeat; }
.bl_connect_aplication .bl_menu li .bl_ap_facebook a {  width: 90px; height: 23px; display:block; }
.bl_connect_aplication .bl_menu li .bl_ap_twitter { background: url(/home/_images/welcome/ico-twitter.gif?svnRev=20720) no-repeat;  width: 90px; height: 23px;}
.bl_connect_aplication .bl_menu .bl_select .bl_ap_twitter { background: url(/home/_images/welcome/ico-twitter_2.gif?svnRev=20720) no-repeat; }
.bl_connect_aplication .bl_menu li .bl_ap_twitter a {  width: 90px; height: 23px; display:block; }
.bl_connect_aplication .bl_menu li .bl_ap_myspace { background: url(/home/_images/welcome/ico-myspace.gif?svnRev=20720) no-repeat;  width: 97px; height: 23px;}
.bl_connect_aplication .bl_menu .bl_select .bl_ap_myspace { background: url(/home/_images/welcome/ico-myspace_2.gif?svnRev=20720) no-repeat; }
.bl_connect_aplication .bl_menu li .bl_ap_myspace a {  width: 97px; height: 23px; display:block; }

.bl_connect_aplication .bl_menu li .bl_ap_mego { background: url(/home/_images/welcome/ico-mego.gif?svnRev=20720) no-repeat;  width: 72px; height: 23px;}
.bl_connect_aplication .bl_menu .bl_select .bl_ap_mego { background: url(/home/_images/welcome/ico-mego_2.gif?svnRev=20720) no-repeat; }
.bl_connect_aplication .bl_menu li .bl_ap_mego a {  width: 72px; height: 23px; display:block; }

.bl_aplication_box { border: 1px solid #CECECE; background: #F8F8F8; padding: 15px;}

.bl_connect_aplication .bl_leftcolumn { float:left; width: 324px;}
.bl_connect_aplication .bl_rightcolumn { float:right; width: 240px;}

.bl_connect_aplication .bl_leftcolumn .bl_begin { background: url(/home/_images/welcome/earth.gif?svnRev=20720) no-repeat left bottom; height: 320px;}
.bl_connect_aplication .bl_leftcolumn .bl_begin h4 { color: #3B5998; font-size: 24px; font-weight: normal; }
.bl_connect_aplication .bl_leftcolumn .bl_left { width: 110px; float: left;}
.bl_update p b { font-size: 13px; }
.bl_update p { margin-bottom: 9px; }
.bl_update .bl_left { float: left; margin-top:6px;}
.bl_update_bg { background: url(/home/_images/welcome/status-buble-bg.gif?svnRev=20720) no-repeat left bottom; height: 102px; width: 222px; padding: 9px 9px 0 9px; }
.bl_update_bg textarea { width: 220px; height: 70px; border: none; padding:0; margin-bottom: 10px;}
.bl_number {  color: #CECECE; width: 55px; float: left; }

.bl_update_bg .bl_right { width: 85px; floa:right; margin-top: 3px; }
.bl_facebook_ico_off { background: url(/home/_images/welcome/ico-facebook-off.gif?svnRev=20720) no-repeat; width: 17px; height: 16px; float: right; margin-right: 5px; }
.bl_twitter_ico_off { background: url(/home/_images/welcome/ico-twitter-off.gif?svnRev=20720) no-repeat; width: 17px; height: 16px; float: right; margin-right: 5px;}
.bl_myspace_ico_off { background: url(/home/_images/welcome/ico-myspace-off.gif?svnRev=20720) no-repeat; width: 17px; height: 16px; float: right; }

.bl_facebook_ico_on { background: url(/home/_images/welcome/ico-facebook-on.gif?svnRev=20720) no-repeat; width: 17px; height: 16px; float: right; margin-right: 5px; }
.bl_twitter_ico_on { background: url(/home/_images/welcome/ico-twitter-on.gif?svnRev=20720) no-repeat; width: 17px; height: 16px; float: right; margin-right: 5px;}
.bl_myspace_ico_on { background: url(/home/_images/welcome/ico-myspace-on.gif?svnRev=20720) no-repeat; width: 17px; height: 16px; float: right; }

.bl_connect_aplication .bl_rightcolumn .button { width: 77px; float: right; }

.bl_join_megoonfacebook {  margin-top: 5px; }
.bl_join_megoonfacebook a { background: url(/home/_images/welcome/joinmego-facebook.gif?svnRev=20720) no-repeat; width: 242px; height: 68px; display: block; }
.bl_follow_megoontwitter { margin-top: 4px; }
.bl_follow_megoontwitter a { background: url(/home/_images/welcome/followmego-twitter.gif?svnRev=20720) no-repeat; width: 242px; height: 71px; display: block; }

.bl_aplication_login h3 { color: #000; padding: 3px 0 0 22px; font-size: 13px; margin-bottom: 10px;  height: 16px;}
.bl_facebooklogin h3 { background: url(/home/_images/welcome/logo_facebook_small.gif?svnRev=20720) no-repeat;}
.bl_twitterlogin h3 { background: url(/home/_images/welcome/logo_twitter_small.gif?svnRev=20720) no-repeat;}
.bl_myspacelogin h3 { background: url(/home/_images/welcome/logo_myspace_small.gif?svnRev=20720) no-repeat;}
.bl_megologin h3 { background: url(/home/_images/welcome/logo_mego_small.gif?svnRev=20720) no-repeat; }
.bl_facebooklogin .button, .bl_myspacelogin .button { margin-top: 44px; text-align:center; }
.bl_twitterlogin .bl_text { margin-top: 24px;  margin-left: 57px; }
.bl_facebooklogin .button ul, .bl_myspacelogin .button ul  { margin: 25px auto; margin-bottom: 25px; width: 150px; }
.bl_twitterlogin .bl_text b { font-size: 13px;}
.bl_aplication_login p a { color: #3B5998;}

.bl_twitterlogin .bl_text .blinput { width: 180px; margin-bottom: 7px;  border: 1px solid #A5ACB2; height: 18px;}
.bl_twitterlogin .bl_text label { font-size: 13px; color: #000; font-weight: bold;}
.bl_twitterlogin .button { margin: 15px 0; }

.bl_aplication_login .bl_title {background: #4696C2; padding: 0 9px 3px 0; height: 18px; margin-bottom: 12px;}
.bl_aplication_login .bl_title .bl_right { margin-top: 3px; float: right; background: url(/home/_images/welcome/icon-reload.gif?svnRev=20720) no-repeat; height: 15px; width: 14px; }
.bl_aplication_login .bl_title .bl_right a { display: block; height: 15px; width: 14px; }

.bl_thumbview { padding: 4px 0 0 24px; width: 215px; background: url(/home/_images/welcome/myspace_people_ico.gif?svnRev=20720) no-repeat;}
.bl_listview { padding: 4px 0 0 24px; width: 215px; background: url(/home/_images/welcome/myspace_people_ico2.gif?svnRev=20720) no-repeat;}
.bl_addfriend {  padding: 4px 0 0 24px;  background: url(/home/_images/welcome/mego_people_ico.gif?svnRev=20720) no-repeat;}

.bl_thumbview a, .bl_listview a, .bl_addfriend a { color: #FFF; font-size: 12px; text-decoration: none;}

.blThumb .bl_thumb { margin-bottom: 2px; background: url(/home/_images/welcome/message_bg.gif?svnRev=20720) no-repeat; width: 302px; height: 72px; padding: 8px 13px 0 9px; overflow: hidden;}
.blThumb .bl_thumb .bl_image { float: left; width: 48px; height:48px; background: #000; margin-right: 8px; overflow:hidden;}

.blThumb .bl_thumb .bl_text{ float: left; width: 225px;  overflow: hidden; height: 65px;}
.bl_twitterlogin .bl_thumb .bl_text{ float: left; width: 225px;  margin:0;}
.blThumb .bl_thumb .bl_text p { line-height: 10px}
.blThumb .bl_thumb .bl_text span { font-size: 9px; color: #999; }
.bl_icon_thumb { float: right; width: 16px; }
.bl_icon_thumb a {display: block; width: 16px; height: 14px;}
.bl_board { background: url(/home/_images/welcome/ico-board.gif?svnRev=20720) no-repeat; width: 16px; height: 14px;  margin-top: 5px; }
.bl_email { background: url(/home/_images/welcome/ico-mail.gif?svnRev=20720) no-repeat; width: 16px; height: 14px;  margin-top: 5px; }
.bl_castle { background: url(/home/_images/welcome/ico-tower.gif?svnRev=20720) no-repeat; width: 16px; height: 14px;  margin-top: 5px; }

.bl_connect_aplication .bl_leftcolumn .bl_paginator { padding: 4px 8px;  background: none; border: none; overflow: hidden; }

.blBlock { background: url(/home/_images/welcome/box-white-bg.gif?svnRev=20720) no-repeat; width: 324px; height: 246px; padding: 12px 0 0 9px; overflow:hidden;}
.blBlock li { margin: 0 1px 3px 0; width: 50px; height:50px;  float: left;  overflow:hidden;}

.bl_message_dashboard { width: 158px; position: absolute}
.bl_message_dashboard .bl_bottom { background: url(/home/_images/welcome/dashboard-message-bg.png?svnRev=20720) no-repeat; width: 158px; height: 12px; }
.bl_dashboard_message_box { background: #FFF; padding: 10px; line-height: 15px; width: 138px; overflow:hidden;}
.bl_dashboard_message_box b { color: #000;}
.bl_dashboard_message_box span { color:#999; font-size: 10px; }
/* 3.0 */
.bl_more_options { margin-bottom: 4px; } 
.bl_more_options li { display: inline;   height: 22px; float: left; }
.bl_more_options li a { display: block;   height: 22px; text-indent: -9999px;}
#send { width: 61px;}
#send a { width: 61px; background: url(/home/_images/version_3_0/send_button.gif?svnRev=20720) no-repeat;}
#share { width: 65px;}
#share a { width: 65px; background: url(/home/_images/version_3_0/share_button.gif?svnRev=20720) no-repeat;}
#facebook { width: 87px;}
#facebook a {background: url(/home/_images/version_3_0/facebook_button.gif?svnRev=20720) no-repeat;  width: 87px;}
#twitter { width: 86px;}
#twitter a { background: url(/home/_images/version_3_0/twitter_bg.gif?svnRev=20720) no-repeat; width: 86px;}
.yui-overlay {	position:absolute;	display:block; }

.yui-tt { visibility:hidden;	position:absolute;	color:#333;	background-color:#FDFFB4;	font-family:arial,helvetica,verdana,sans-serif;	padding:2px; border:1px solid #FCC90D; font:100% sans-serif; width:auto;}

* html body.masked select {	visibility:hidden; }

* html div.yui-panel-container select {	visibility:inherit; }

* html div.drag select { visibility:hidden; }

* html div.hide-select select {	visibility:hidden; }

.mask { z-index:0; display:none;  position:absolute;  top:0; left:0;  -moz-opacity: 0.5;  opacity:.50; filter: alpha(opacity=50); background-color:#CCC; }

.hide-scrollbars * { overflow:hidden; }

.hide-scrollbars textarea, .hide-scrollbars select { overflow:hidden; display:none;}

.show-scrollbars textarea, .show-scrollbars select {overflow:visible;}

.yui-panel-container {	position:absolute;	background-color:transparent;	z-index:6;	visibility:hidden;	overflow:visible;width:auto;}

.yui-panel-container.matte {padding:3px;background-color:#FFF;}

.yui-panel-container.matte .underlay {display:none;}

.yui-panel-container.shadow {padding:0px;background-color:transparent;}

.yui-panel-container.shadow .underlay {	visibility:inherit;	position:absolute;	background-color:#000;	top:3px;left:3px;	z-index:0;	width:100%;	height:100%;    -moz-opacity: 0.12;    opacity:.12;    filter:alpha(opacity=12);	zoom:1;}

.yui-panel {visibility:hidden;	border-collapse:separate;	position:relative;	left:0px;top:0px;font:1em Arial;	background-color:#FFF;	border:1px solid #41c6f8;	z-index:1;	overflow:hidden;}

.yui-panel .hd {	background-color:#41c6f8;	color:#FFF;	font-family:Arial;	font-size:12px;	line-height:100%;	border:0px solid #FFF;	border-bottom:0px solid #000;font-weight:bold;	overflow:hidden;	padding:4px;padding-left:12px;	height:12px;}

.yui-panel .bd {overflow:hidden;padding:8px;font-family:Arial;	font-size:12px;	font-weight:bold;	background-color:#ffff66;	color:black;}

.yui-panel .bd p {	margin:0;	margin-bottom:1em;}

.yui-panel .container-close {position:absolute;	top:4px;	overflow: hidden; right:4px;	z-index:6;	height:12px;	width:12px;	margin:0px;	padding:0px;cursor:pointer;	visibility:inherit; background: transparent url(/home/_images/close12_1.gif?svnRev=20720);}

.yui-panel .ft {padding:4px;	overflow:hidden;}

.yui-simple-dialog .bd .yui-icon {	background-repeat:no-repeat;	width:16px;	height:16px;	margin-right:10px;	float:left;}

.yui-dialog .ft, .yui-simple-dialog .ft {padding-bottom:5px;	padding-right:5px;	text-align:right;}
.yui-dialog form, .yui-simple-dialog form {margin:0;}
.button-group button {	font:100 76% verdana;	text-decoration:none;	background-color: #E4E4E4;	color: #333;	cursor: hand;	vertical-align: middle;	border: 2px solid #797979;	border-top-color:#FFF;	border-left-color:#FFF;	margin:2px;	padding:2px;}
.button-group button.default {	font-weight:bold;}
.button-group button:hover, .button-group button.hover {	border:2px solid #90A029;	background-color:#EBF09E;	border-top-color:#FFF;	border-left-color:#FFF;}
.button-group button:active {border:2px solid #E4E4E4;	background-color:#BBB;	border-top-color:#333;	border-left-color:#333;}
// Default tooltip class name: .tooltip 
// The tooltip must be absolutely positioned for the positioning to work correctly. 
//If you are having problems with tooltips not showing or being positioned correctly this is most likely the cause of it!

// THE FOLLOWING CLASSES ARE AUTOMATICALLY ASSIGNED TO TOOLTIP ELEMENTS. THE NAME CAN BE MODIFIED BY JAVASCRIPT
// Class name to apply to generated tooltip elements. Default: tooltip
// Class name to apply to active (currently shown) tooltip elements. Default: active
// Class name to apply to tooltip elements which move with the mouse (i.e. non-static). Default: fixed
// Class name to apply to persistent tooltip elements. Default: persistent
// Class name to apply to persistent focus tooltip elements. Default: focus

//.tooltip{ position: absolute; top: 0; left: 0;  display: none; }
.tooltip {
	
	position:absolute;
	
	width: 312px;
}
.bl_link_on #bl_tooltip_box {  text-decoration: none; }
.bl_link_off #bl_tooltip_box {  text-decoration: none; }
#bl_tooltip_box {background:#EBE4B4; padding: 0 6px; }
#bl_tooltip_top { background: url(/home/_images/tooltip/bg_tooltip_top.png?svnRev=20720)!important; background-repeat: none!important; 	background-image: none; width: 312px; height: 17px;}
* html #bl_tooltip_top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_top.png?svnRev=20720',sizingMethod='image'); }
#bl_tooltip_bottom { background: url(/home/_images/tooltip/bg_tooltip_bottom.png?svnRev=20720)!important; background-repeat: none!important; background-image: none; width: 312px; height: 6px;}
* html #bl_tooltip_bottom { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_bottom.png?svnRev=20720',sizingMethod='image'); }
#bl_tooltip_title {  background: #F3EDC2; padding: 6px 5px 0 7px; height: 19px; }
#bl_tooltip_title span { font-size: 12px; font-weight: bold;  }
#bl_tooltip_title .bl_right { float: right; width: 19px; }
#bl_tooltip_title .bl_right a { display:block; width: 19px; height: 15px; background: url(/home/_images/tooltip/icon_close_tooltip.png?svnRev=20720) no-repeat; text-indent: -9999px;}

.bl_tooltip_body { background: #FFFBE7; padding: 6px 5px 10px 7px;}
.bl_tooltip_body p { margin-bottom: 10px; }
.bl_tooltip_body p a{color: #048FD3; text-deoration: underline}
.bl_tooltip_body p a:hover { color: #000 }
/*.bl_pop_up { z-index: 9999; top: 185px; position: absolute; width: 177px; padding: 0 11px 0 9px; height: 42px; background: url(/home/_images/login/popup_bg.png?svnRev=20720)!important; background-repeat: none!important; 	background-image: none;  overflow: hidden; }
* html .bl_pop_up { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/login/popup_bg.png?svnRev=20720',sizingMethod='image'); }
*/

#showTooltipContent, #siteTooltipContent,  #TooltipLoyaltyPoints, #TooltipLoyaltyInfo, #DashboardInfo { width: 312px; position: absolute; top: 275px; right: 40px;}
/*#siteTooltipContent { top: 255px; } */
#showTooltipContent { right: 45px;}
#siteTooltipContent { top: 255px; /*right: 190px;*/ right: 33px;}
#TooltipLoyaltyPoints { top: 21px; right: 365px;}
#TooltipLoyaltyInfo { top: 21px; right: 379px;}


#TooltipLoyaltyPoints .bl_tooltip_body p, #DashboardInfo .bl_tooltip_body p { width: 285px;}

/*#tooltip-likes, #tooltip-youTube, #tooltip-amazon, #tooltip-about2, #tooltip-opinions, #bl_tooltip_title, #tooltip-delicious, #tooltip-podFeed, #tooltip-lastfm, #tooltip-twitter, #tooltip-flickr, #tooltip-photoBucket { width: 312px; position: absolute; top: 303px; right: 365px;}
#tooltip-likes #bl_tooltip_top, #tooltip-youTube #bl_tooltip_top, #tooltip-amazon #bl_tooltip_top, #tooltip-about2 #bl_tooltip_top, #tooltip-flickr #bl_tooltip_top, #tooltip-photoBucket #bl_tooltip_top, #tooltip-opinions #bl_tooltip_top, #bl_tooltip_title #bl_tooltip_top, #tooltip-delicious #bl_tooltip_top, #tooltip-twitter #bl_tooltip_top, #tooltip-podFeed #bl_tooltip_top, #tooltip-lastfm #bl_tooltip_top { background: url(/home/_images/tooltip/bg_tooltip_top2.png?svnRev=20720)!important; background-repeat: none!important; 	background-image: none; width: 312px; height: 17px;}
* html #tooltip-likes #bl_tooltip_top, #tooltip-youTube #bl_tooltip_top,  #tooltip-amazon#bl_tooltip_top, #tooltip-about2 #bl_tooltip_top, #tooltip-flickr #bl_tooltip_top, #tooltip-photoBucket #bl_tooltip_top, #tooltip-twitter #bl_tooltip_top, #tooltip-opinions #bl_tooltip_top, #bl_tooltip_title #bl_tooltip_top, #tooltip-delicious #bl_tooltip_top, #tooltip-podFeed #bl_tooltip_top, #tooltip-lastfm #bl_tooltip_top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_top2.png?svnRev=20720',sizingMethod='image'); }
*/

.content-tooltip { width: 312px; position: absolute; top: 30px; right: 20px;}
.content-tooltip #bl_tooltip_top, .content-tooltip2 #bl_tooltip_top { background: url(/home/_images/tooltip/bg_tooltip_top2.png?svnRev=20720)!important; background-repeat: none!important; 	background-image: none; width: 312px; height: 17px;}
* html .content-tooltip #bl_tooltip_top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_top2.png?svnRev=20720',sizingMethod='image'); }
* html .content-tooltip2 #bl_tooltip_top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_top2.png?svnRev=20720',sizingMethod='image'); }

#DashboardInfo { top: 729px; right: 25px;}

#tooltip-info1 { width: 195px; position: absolute; top: 73px; left: 110px;}
#tooltip-info2 { width: 150px; position: absolute; top: 22px; left: 350px; _left: 330px;}
#tooltip-info3 { width: 150px; position: absolute; top: 41px; left: 650px; _left: 610px;}

#tooltip-info1 #bl_tooltip_top { background: url(/home/_images/tooltip/bg_tooltip_top_195.png?svnRev=20720)!important; background-repeat: none!important; 	background-image: none; width: 188px; height: 7px;}
* html #tooltip-info1 #bl_tooltip_top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_top_195.png?svnRev=20720',sizingMethod='image'); }

#tooltip-info1 #bl_tooltip_bottom { background: url(/home/_images/tooltip/bg_tooltip_bottom_195.png?svnRev=20720)!important; background-repeat: none!important; background-image: none; width: 188px; height: 21px;}
* html #tooltip-info1 #bl_tooltip_bottom { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_bottom_195.png?svnRev=20720',sizingMethod='image'); }
#tooltip-info1 #bl_tooltip_box { margin-left: 11px; padding:0 4px; margin-right: 7px;}

#tooltip-info2 #bl_tooltip_top, #tooltip-info3 #bl_tooltip_top { background: url(/home/_images/tooltip/bg_tooltip_top_145.png?svnRev=20720)!important; background-repeat: none!important; 	background-image: none; width: 150px; height: 7px;}
* html #tooltip-info2 #bl_tooltip_top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_top_145.png?svnRev=20720',sizingMethod='image'); }
* html #tooltip-info3 #bl_tooltip_top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_top_145.png?svnRev=20720',sizingMethod='image'); }

#tooltip-info2 #bl_tooltip_bottom { background: url(/home/_images/tooltip/bg_tooltip_bottom_145.png?svnRev=20720)!important; background-repeat: none!important; background-image: none; width: 150px; height: 54px;}
* html #tooltip-info2 #bl_tooltip_bottom { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_bottom_145.png?svnRev=20720',sizingMethod='image'); }
#tooltip-info2 #bl_tooltip_box, #tooltip-info3 #bl_tooltip_box {  padding:0 4px; margin-right: 3px;}

#tooltip-info3 #bl_tooltip_bottom { background: url(/home/_images/tooltip/bg_tooltip_bottom_145_2.png?svnRev=20720)!important; background-repeat: none!important; background-image: none; width: 150px; height: 29px;}
* html #tooltip-info3 #bl_tooltip_bottom { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_bottom_145_2.png?svnRev=20720',sizingMethod='image'); }

#tooltip-info1 #bl_tooltip_box .bl_right, #tooltip-info2 #bl_tooltip_box .bl_right, #tooltip-info3 #bl_tooltip_box .bl_right { float: right; width: 19px; }
#tooltip-info1 #bl_tooltip_box .bl_right a, #tooltip-info2 #bl_tooltip_box .bl_right a, #tooltip-info3 #bl_tooltip_box .bl_right a { display:block; width: 19px; height: 15px; background: url(/home/_images/tooltip/icon_close_tooltip.png?svnRev=20720) no-repeat; text-indent: -9999px;}
#tooltip-info3 #bl_tooltip_box .bl_tooltip_body b, #tooltip-info1 #bl_tooltip_box .bl_tooltip_body, #tooltip-info2 #bl_tooltip_box .bl_tooltip_body, #tooltip-info3 #bl_tooltip_box .bl_tooltip_body {color: #615F4E;}

/*.content-tooltip #bl_tooltip_top { background: url(/home/_images/tooltip/bg_tooltip_top2.png?svnRev=20720)!important; background-repeat: none!important; 	background-image: none; width: 312px; height: 17px;}
* html .content-tooltip #bl_tooltip_top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_top.png?svnRev=20720',sizingMethod='image'); }
*/

#TooltipLoyaltyPoints .bl_tooltip_body p, #TooltipLoyaltyPoints .bl_tooltip_body p b, #TooltipLoyaltyInfo .bl_tooltip_body p, #TooltipLoyaltyInfo .bl_tooltip_body p b { font-size: 12px; }
#TooltipLoyaltyInfo .bl_tooltip_body p a { color: #000; text-decoration: underline;}
#TooltipLoyaltyPoints #bl_tooltip_box .bl_tooltip_body { padding-right: 0;}

#DashboardInfo .bl_tooltip_body p, #DashboardInfo .bl_tooltip_body p b, #DashboardInfo .bl_tooltip_body p, #DashboardInfo .bl_tooltip_body p b { font-size: 12px; }
#DashboardInfo .bl_tooltip_body p a { color: #000; text-decoration: underline;}
#DashboardInfo #bl_tooltip_box .bl_tooltip_body { padding-right: 0;}

