/*
jquery.jcarousel.css
skin.css
login.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=20716) 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=20716) 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=20716) 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=20716) 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;
}

body {margin: 0; padding: 0; font-family: Arial, Verdana, Helvetica, Sans-Serif; background: #F1F1F1 url(/home/_images/version_3_0/cabezal.gif?svnRev=20716) 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; 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=20716) 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=20716) no-repeat; height: 58px; float: left;  }
.bl_message { width: 240px; height: 45px; overflow-x: 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=20716) 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=20716) 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=20716) 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; }

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

#nav { display: block; margin: 0; padding: 0;  }
#nav li { display: block; list-style: none; margin: 0; float: left;  background: url(/home/_images/version_3_0/nav_bar_separator.gif?svnRev=20716) 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=20716) 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: 150px; background: url(/home/_images/header/submenu_bg.png?svnRev=20716) no-repeat left bottom; display: none; position: absolute; left: 95px; margin: 0; padding: 10px 0 15px 11px; width: 136px; }
* html #nav ul { line-height: 0; top: 155px; background-image: none; background: #FFF; padding: 0; } /* IE6 "fix" */
#nav #tab-friends ul {left: 280px}
/* *: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=20716) no-repeat right 12px;}
#nav a:hover em span { color: #118AC4;}
#nav a:hover em, #nav .selected3 a em{ background:  #FFF url(/home/_images/version_3_0/bg_select_right2.gif?svnRev=20716) no-repeat right top; height: 38px;}
#nav a:hover, #nav .selected3 a { background: url(/home/_images/version_3_0/bg_select_left2.gif?svnRev=20716) no-repeat;  }

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

#nav #tab-welcome a em, #nav #tab-megowalk a em, #nav #tab-look 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-look 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=20716) no-repeat; height: 31px;}
#nav #tab-welcome a:hover em, #nav .selected a em, #nav #tab-megowalk a:hover em, #nav #tab-look 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=20716) 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=20716) no-repeat; height: 43px; padding-left: 6px;}
#blNavbar .bl_right { background: url(/home/_images/version_3_0/bar_bg_right.gif?svnRev=20716) no-repeat; width: 6px; float: right; height: 43px;}
#blNavbar .blNavbar_bg { background: url(/home/_images/version_3_0/bar_bg_repeat.gif?svnRev=20716) 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;}
/* 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=20716) no-repeat; height: 43px; padding-left: 6px;}
#blMego_bar .bl_right { background: url(/home/_images/version_3_0/bar_bg_right.gif?svnRev=20716) 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=20716) 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=20716) 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=20716) 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=20716) 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=20716) 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=20716) 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=20716) no-repeat 0 3px; padding-left:15px;}

.bl_footer_column li a { color: #4377BB; }
.bl_footer_column li a:hover {color: #000; }

/* new buttons */
.blContent { background: #FFF; padding: 15px; width: 920px; overflow: hidden; }
.blFlash { width: 920px; height: 444px; margin-bottom: 10px; }
.blContent .bl_ads li {width: 300px; height: 250px; float: left; margin-right: 6px;}
.blContent .bl_ads li a { display:block; width: 300px; height: 250px;}
.blContent li .bl_facebook { background: url(/home/_images/version_3_0/facebook_add.jpg?svnRev=20716) no-repeat; }
.blContent li .bl_nba_add { background: url(/home/_images/version_3_0/nba_add.jpg?svnRev=20716) no-repeat; }
.blContent .bl_ads li .bl_items_add { background: url(/home/_images/version_3_0/nba_add2.jpg?svnRev=20716) no-repeat; width: 298px; height: 248px; border: 1px solid #ccc; }

.bltable_sig { width: 550px;}
.bltable_sig td { padding: 0 10px 0 0; vertical-align: top;}
#.bltable_sig .bl_right_align{ width: 273px;}
.bltable_sig a{ color: #FFF; text-decoration: underline; }
.bltable_sig a:hover { color: #000; text-decoration: none; }
.bl_link_on { color: #FFF; text-decoration: underline; }
.bl_link_off { color: #000; text-decoration: underline; }
.bltable_sig p span { margin-right: 15px;}
.bltable_sig .bl_signup_button { text-align: center;}
.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=20716) no-repeat; width: 273px; height: 40px; padding: 7px 0 0 0; display: block; text-align: center; }
#bl_newpassword .bltable_sig .bl_signup_button { margin-left: 20px}
.bl_field, .bl_field2  { background: #FEFBCD; border: 3px solid #D7D7D7; border-radius: 5px 5px; -moz-border-radius: 5px 5px; -webkit-border-radius: 5px;}
.bl_field, .bl_field2, .bl_field4, .bl_field5 { margin-top: 1px; padding: 2px 4px; height: 24px; background: #FEFFE8; color: #666; font-size: 17px; width: 130px; margin-bottom: 5px; border: 1px solid #CECECE; }
.bl_field2 { width: 165px; }

.bl_field4 { width: 475px; }
.bl_field5 { width: 370px; }
input { outline: none; }
.bltable_sig a { color: #666; }
.bl_field3 { outline: none; float: left; background: url(/home/_images/version_3_0/sign_in_bg.gif?svnRev=20716) no-repeat; padding:0; color: #FFF; font-size: 13px; font-weight: bold; width: 88px; height: 30px; border: none; text-align: center; cursor: pointer; }
.bltable_sig .bl_processing:hover, .bltable_sig .bl_processing {  color: #FFF; background-position: 0 -30px;}
.bltable_sig .bl_signup_button .bl_processing, .bltable_sig .bl_signup_button .bl_processing:hover {  background-position: 0 -47px; }

.bl_newpass .bl_field3 { background: url(/home/_images/login/new_pass_bg.gif?svnRev=20716) no-repeat;  width: 152px; height: 30px;  font-size: 12px;}
#bl_login { position: absolute; top: 160px; left: 15px; }

label { color: #FFF;}
.bl_sigin { margin-bottom: 3px;}

.blmessage { background: #FFFBE7 url(/home/_images/gral_images/icon_alert.gif?svnRev=20716) no-repeat 10px 8px; border: 1px solid #F3EDC2;  padding: 10px 10px 10px 55px; margin-top: 5px; margin-bottom: 10px;} 
#div-error { background: #FFF; overflow: hidden;  padding: 10px 140px 25px 140px; margin-top:8px; }
* html #div-error { height: 450px; }
h2 { font-size: 18px; margin: 0 0 15px 0;  font-weight: normal;}
.bl_error { color: red;}

.bl_button { margin: 7px 15px 15px 15px;  text-align: center; width: 249px; height: 43px; }
.bltable td .bl_button { margin: 0 15px;} 
.bl_box_register { width: 580px; margin-left: 80px;} 
.bltable label { font-size: 11px; color: #666; font-weight: bold; -padding-bottom: 5px;} 
.bltable p label { font-size: 11px; color: #000; font-weight: normal; padding-bottom: 0;} 
.bltable td {  padding: 0 0 3px 6px; text-align:left; verical-align: top;} 
.bltable p { color: #9B9B9B; font-size: 10px; margin-bottom: 5px; }
.bltable p a, .bltable p a b { color: #3B5998; } 
.bltable .input_text { font-size: 11px; color: #CC9933; padding: 4px 3px; border: 1px solid #BDC7D8; width: 186px;} 
.bltable input.error { border-color: #FF0000; } 
.bltable input[type=radio] { float:none; display: inline; } 
.bltable .dob_month { width: 70px; margin-right: 2px;  } 
.bltable .dob_day { width: 54px;  margin-right: 2px;  } 
.bltable .dob_year { width: 60px; } 
.bltable label.gender { float:left; text-align:left; padding: 0 10px 0 5px;  width:30px; font-weight: normal; line-height: 10px; color: #000;} 
* html .bltable label.gender { padding-top: 5px; } /* clearing for IE6 */ 
.bltable .bl_fields { width: 170px; } 
.bltable .bl_message { width: 180px; } 
.bltable .bl_message_error { width: 414px; }
/* Buttons */ 
.button { margin-top: 10px; margin-bottom: 5px;} 
.button p { margin-top: 12px; color: #000; line-height: 20px;} 
.button li { display: inline;} 
.button li a {text-decoration: none; float:left; background: url(/home/_images/gral_images/bg_generalbutton_left.png?svnRev=20716) 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=20716) no-repeat left top; margin:0 4px 0 0; padding:0 0 0 4px; text-decoration:none;} 
.button a span {text-decoration: none; float:left; display:block; background:url(/home/_images/gral_images/bg_generalbutton_right.png?svnRev=20716) no-repeat right top; padding:7px 15px 11px 6px; color: #FFF; } 
.button b span {text-decoration: none; float:left; display:block; background:url(/home/_images/gral_images/bg_generalbutton_right.png?svnRev=20716) no-repeat right top; padding:0;} 
/* 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 ul a:hover, .button ul b:hover {text-decoration: none; background:url(/home/_images/gral_images/bg_generalbutton_left.png?svnRev=20716) no-repeat left top; color:#FFF;} 
* html .button ul a:hover span, .button ul b:hover span {text-decoration: none; background:url(/home/_images/gral_images/bg_generalbutton_right.png?svnRev=20716) no-repeat right top; color:#FFF; text-decoration: none;} 
.button ul a:hover, .button ul b:hover {text-decoration: none; background-position: 0 -40px; text-decoration: none;} 
.button ul a:hover span, .button ul b:hover span {text-decoration: none; background-position: 100% -40px;} 

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

* 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;} 
.button p a b { color: #3B5998;} 
.bl_signup { border: 1px solid #CECECE; background: #F8F8F8; padding: 10px 15px; margin-bottom: 15px;  } 
.bl_signup .button { float: left; width: 90px; margin-right: 7px; }  
.bl_signup .bl_text { margin-top: 15px; float: left;  } 
.bl_signup .bl_text b { font-size: 13px; } 
.bl_button { margin: 7px 15px 15px 15px;  text-align: center; width: 249px; height: 43px; }
.bltable td .bl_button { margin: 0 15px;} 
.bl_fb_button {  background: url(/home/_images/version_3_0/f-connected.gif?svnRev=20716) no-repeat; width: 114px; height: 30px; display: block;}

.bl_content_add {margin-left: 17px; background: url(/home/_images/version_3_0/content-ad.jpg?svnRev=20716) no-repeat; width: 300px; height: 250px; float: left; }
.bl_share_add {margin-left: 17px; background: url(/home/_images/version_3_0/share-ad.jpg?svnRev=20716) no-repeat; width: 300px; height: 250px; float: left; }
.bl_friends_add {margin-left: 17px; background: url(/home/_images/version_3_0/friend-ad.jpg?svnRev=20716) no-repeat; width: 300px; height: 250px; float: left; }
.bl_megowalk_add {margin-left: 17px; background: url(/home/_images/version_3_0/megowalk_ad.jpg?svnRev=20716) no-repeat; width: 300px; height: 250px; float: left; }

.bl_login_Box { margin-left: 8px; float: left; border: 1px solid #CECECE; background: #FAFAFA; height: 234px; width: 270px; padding: 16px 12px 0 16px;}
.bl_login_Box .bl_mego-red_button { background: url(/home/_images/version_3_0/red-button.gif?svnRev=20716) no-repeat; width: 117px; height: 117px; margin: 25px auto; margin-bottom: 0;}
.bl_login_Box .bl_mego-red_button a {  width: 117px; height: 117px; display: block;}

#blLogin_sections { margin-top: 15px; }
#blLogin_sections h3 { color: #00549F; font-size: 18px; font-weight: normal; margin-bottom: 15px; }
#blLogin_sections .bl_login_Box  p, #blLogin_sections .bl_login_Box p b { font-size: 13px;}
.bl_login_Box .bl_sigin { width: 75px; float: left; margin-right: 15px; }

.bl_login_Box p { margin-bottom: 10px; }
.bl_login_Box .bl_fields { margin-bottom: 7px; }
.blFb { width: 114px; float: left; margin-left: 15px; }
.blFb .bl_fb_button {  background: url(/home/_images/version_3_0/fb-conect2.gif?svnRev=20716) no-repeat; width: 114px; height: 30px; }
.bl_login_Box .bl_fields .bl_field { width: 255px;}

.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=20716);}

.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=20716)!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=20716',sizingMethod='image'); }
#bl_tooltip_bottom { background: url(/home/_images/tooltip/bg_tooltip_bottom.png?svnRev=20716)!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=20716',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=20716) 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=20716)!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=20716',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=20716)!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=20716',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=20716)!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=20716',sizingMethod='image'); }
* html .content-tooltip2 #bl_tooltip_top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_top2.png?svnRev=20716',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=20716)!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=20716',sizingMethod='image'); }

#tooltip-info1 #bl_tooltip_bottom { background: url(/home/_images/tooltip/bg_tooltip_bottom_195.png?svnRev=20716)!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=20716',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=20716)!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=20716',sizingMethod='image'); }
* html #tooltip-info3 #bl_tooltip_top { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/_images/tooltip/bg_tooltip_top_145.png?svnRev=20716',sizingMethod='image'); }

#tooltip-info2 #bl_tooltip_bottom { background: url(/home/_images/tooltip/bg_tooltip_bottom_145.png?svnRev=20716)!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=20716',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=20716)!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=20716',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=20716) 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=20716)!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=20716',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;}

