@charset "utf-8";
BODY {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#999999;
}

.welcome_name_text{

	font-size: 13px;

}

a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}


.body_9{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #333333;
}

.body_13{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}

.body_15{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #333333;
}

.body_text_a_15{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #727272;
}

.main_menu {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.main_menu:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.main_menu:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.main_menu:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.main_menu:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.user_menu {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
}
.user_menu_link:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.user_menu_link:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.user_menu_link:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.user_menu_link:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;	
}

.white_text {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.white_text_13 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.white_text_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white_text_link:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.white_text_link:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.white_text_link:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;	
}


/* Form Elements */
.required_text_field{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	background-image: url(../images/text_field_required-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px;
	height: 15px;
	border: 1px solid #B43C18;
}

.text_field_valid{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	background-image: url(../images/text_field_valid-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	color: #333333;
	font-weight: bold;
	padding: 1px;
	height: 15px;
	border: 1px solid #B9B9B9;
}

.text_field{
  	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	background-image: url(../images/post_textfield_bg-fill.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color:#333333;
	padding: 1px;
	height: 15px;
	
	border: 1px solid #B9B9B9;
}

/* Register Form */
.dob_validInput {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	background-image: url(../images/text_field_valid-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	color: #333333;
	font-weight: bold;
	padding: 1px;
	height: 15px;
	border: 1px solid #666666;
}

.dob_invalidInput {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color: #FFFFFF;
	background-image: url(../images/text_field_required-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	font-weight: bold;
	padding: 1px;
	height: 15px;
	border: 1px solid #B43C18;
}



.drop_down{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#666666;
	height: 17px;
	border: 1px solid #B9B9B9;
}

.table_bdr{
	border: 1px solid #B9B9B9;
}

.table_bdr_C{
	border: 1px solid #CCCCCC;
}

.table_bdr_3{
	border: 1px solid #333333;
}

.table_bdr_6{
	border: 1px solid #666666;
}

.table_bdr_9{
	border: 1px solid #999999;
}

.table_bdr_white{
	border: 1px solid #FFFFFF;
}

.table_bdr_live_show{
	border: 2px solid #952104;
}

.user_image_table_bdr{
	border: 1px solid #B9B9B9;
}

.image_thumbcrop_bdr_6{
	border: 1px solid #666666;
	padding: 1px;
}

.image_thumb_bdr_6{
	border: 1px solid #666666;
	padding: 2px;
}

.user_friend_image_album{
    border: 1px solid #666666;
	padding: 1px;
}

/* ######### News Styles ##################################################*/

.news_widget_header{
	background:url(../images/news_widget_header_bg-fill.jpg);
	background-repeat:repeat-x;
	background-position:left;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
}

.news_widget_sep_fade{
	background:url(../images/news_widget_sep_fade-bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#9B9B9B;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	color:#FFFFFF;
}

.news_widget_date{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:9px;
	color:#333333;
}

/* ######### END News Styles ##################################################*/


/* ######### Bar Styles ##################################################*/

.bar_featured_link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.bar_featured_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.bar_featured_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.bar_featured_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;	
}

.bar_drink_title{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;

}

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('/images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #666666;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:160px;	/* Width of tooltip content */
	height:200px;	/* Height of tooltip content */
	background-color:#FFFFFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:10px;	/* Font size of content */
	/*overflow:auto;	/* Hide overflow content */
	overflow:hidden;
	z-index:1000001;
}

.ratingblock {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 16px;
	background: url('/images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 16px;
	position: relative;
	background: url('/images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:16px;}
.unit-rating a.r2-unit{left:16px;}
.unit-rating a.r2-unit:hover{width: 32px;}
.unit-rating a.r3-unit{left: 32px;}
.unit-rating a.r3-unit:hover{width: 48px;}
.unit-rating a.r4-unit{left: 48px;}	
.unit-rating a.r4-unit:hover{width: 64px;}
.unit-rating a.r5-unit{left: 64px;}
.unit-rating a.r5-unit:hover{width: 80px;}
.unit-rating a.r6-unit{left: 80px;}
.unit-rating a.r6-unit:hover{width: 96px;}
.unit-rating a.r7-unit{left: 96px;}
.unit-rating a.r7-unit:hover{width: 112px;}
.unit-rating a.r8-unit{left: 112px;}
.unit-rating a.r8-unit:hover{width: 128px;}
.unit-rating a.r9-unit{left: 128px;}
.unit-rating a.r9-unit:hover{width: 144px;}
.unit-rating a.r10-unit{left: 144px;}
.unit-rating a.r10-unit:hover{width: 160px;}

.unit-rating li.current-rating {
	background: url('/images/starrating.gif') left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}	



.mybar_ingred_hover{
	background-color:#F0EFF1;
}

.mybar_ingred{
	background-color:#E0DFE3;
}

.mybar_ingred_t1_hover{
	background-color:#C7C5CB;

}

.mybar_ingred_t1{
	background-color:#A7A4AE;
}

.mybar_mydrink_11:link{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.mybar_mydrink_11:visited{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.mybar_mydrink_11:active{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.mybar_mydrink_11:hover{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.myBar_hiddenMyDrinksPage
{
  margin: 0px 0px 0px 0px;
  display: none;
}

.hidden_create_mybar_step2{
  margin: 0px 0px 0px 0px;
  display: none;
}

.mybar_ingredStatus_empty{
	background:url(/images/mybar_empty_ingred-icon.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_empty:link{
	background:url(/images/mybar_empty_ingred-icon.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_empty:visited{
	background:url(/images/mybar_empty_ingred-icon.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_empty:active{
	background:url(/images/mybar_active_ingred-icon.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_empty:hover{
	background:url(/images/mybar_active_ingred-icon.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_full{
	background:url(/images/mybar_active_ingred-icon.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_full:link{
	background:url(/images/mybar_active_ingred-icon.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_full:visited{
	background:url(/images/mybar_active_ingred-icon.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_full:active{
	background:url(/images/mybar_empty_ingred-icon.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_full:hover{
	background:url(/images/mybar_empty_ingred-icon.gif);
	background-repeat:no-repeat;
}

.mybar_ingredStatus_add{
	background:url(/images/mybar_add_ingred-icon-off.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_add:link{
	background:url(/images/mybar_add_ingred-icon-off.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_add:visited{
	background:url(/images/mybar_add_ingred-icon-off.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_add:active{
	background:url(/images/mybar_add_ingred-icon-on.gif);
	background-repeat:no-repeat;
}
.mybar_ingredStatus_add:hover{
	background:url(/images/mybar_add_ingred-icon-on.gif);
	background-repeat:no-repeat;
}

.mybar_myimage{
	border:1px solid #333333;
}

#title2note{
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 20em;
	margin: 1em;
	padding: 7px 5px 7px 10px;
	text-align: left;
	color: #111;
	background-color: #FFFFCC;
	border: 1px solid #111;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, arial;
	font-size: 12px;
}
/* star html hack - IE only */
* html #title2note{
	position: absolute;
}
/* a bet on future IEs */
#title2note[id]{
	position: fixed;
}
#title2note[0]{
	display:none;
}

/* ######### END Bar Styles ##################################### END ########*/



/* END - Form Elements */

/* Login Styles */
.submit_bttn{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #333333;
}



