a
{
    outline: 0;
}

.picker a
{
    background: transparent url(../images/picker_sprites.gif) 0px 0px no-repeat;
    display: block;
    width: 17px;
    height: 18px;
    text-indent: -9999em;
    overflow: hidden;
}

.picker-right a:hover,
.picker-right a:active
{
    background-position: 0px -18px;
}

.picker-left a
{
    background-position: 0px -36px;
}

.picker-left a:hover,
.picker-left a:active
{
    background-position: 0px -54px;
}

.picker-cal a
{
    width: 23px;
    background-position: 0px -72px;
}

.picker-cal a:hover,
.picker-cal a:active
{
    background-position: 0px -90px;
}

.history-print
{
    float: right;
    padding-top: 6px;
    margin-right: 25px;
}

.history-print a
{
    background: transparent url(../images/icon-print.png) top left no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999em;
    overflow: hidden;
}

.history-print a:hover,
.history-print a:active
{
    background: transparent url(../images/icon-print2.png) top left no-repeat;
}


.metrics-date-picker a,
.print-log-start-date-picker a,
.print-log-end-date-picker a,
.goal-date-picker a
{
    width: 21px;
    height: 20px;
    background-position: 0px -108px;
}

.metrics-date-picker a:hover,
.metrics-date-picker a:active,
.print-log-start-date-picker a:hover,
.print-log-start-date-picker a:active,
.print-log-end-date-picker a:hover,
.print-log-end-date-picker a:active,
.goal-date-picker a:hover,
.goal-date-picker a:active
{
    background-position: 0px -128px;
}

.ui-counter
{
    font-weight: bold;
}

.edit-active,
ul.meal-item.edit-active,
ul.weight-item.edit-active,
.no-border.edit-active
{
    border: 2px dashed #FDCA00;
}

.meal.edit-active
{
    margin: 0px -2px;
}

ul.meal-item.edit-active li.meal-group
{
    margin: -2px;
}

.af-loading
{
    background: #FFF url(../images/loader_FFFFFF.gif) center center no-repeat;
    width: 31px;
    height: 30px;
    overflow: hidden;
}

.af-loading input
{
    display: none;
}


div.growlUI
{
    background: #000 url(../images/check48.png) no-repeat 10px 10px;
}

div.growlUI h1,
div.growlUI h2
{
	color: #FFF;
	padding: 5px 5px 5px 75px;
	text-align: left;
	font-size: 14px;
}

div.growlUI h1
{
    color: #EFC300;
    font-size: 18px;
}





/*
 * define styles for linkselect plug-in
 */
a.linkselectLink {
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

a.linkselectLink:hover,
a.linkselectLinkFocus
{
	outline: 0;
}

a.linkselectLinkOpen
{
	outline: 0; /* prevent the link from being outlined */
}

span.linkselectDisabled {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

.linkselectContainer {
	position: absolute;
	/* this is required to correctly calculate the width of the container */
	left: 0; top: 0;
	display: none;
	/* 
	 * move the box up 3 pixels so that the title bar aligns with original anchor text, this 
	 * should be adjusted according to the padding/margin differences between the two links 
	 */
	margin-top: -3px;
	max-width: 500px;
	z-index: 50000;
}

.linkselectContainer .title {
	background: #565770 url(../images/linkselect_bkgrd.png) no-repeat 100% 50% !important;
	color: #fff !important;
	padding-right: 20px !important;
	white-space: nowrap;
	font-size: 11px !important;
	font-weight: bold !important;
	line-height: 11px !important;
}

.linkselectContainer .title span {
	display: block;
	padding: 3px 4px;
}

.linkselectContainer .scrollable {
	width: auto;
	background-color: #E6E6E6;
	border: 4px solid #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	overflow: auto;
	max-height: 216px;
	clear: both;
}

.linkselectContainer ul {
	list-style-type: decimal !important;
	margin: 0px;
	padding: 0px;
}

.linkselectContainer ul li
{ 
	background-color: #414141;
	color: #757575;
}

.linkselectContainer ul li.selected
{ 
	background-color: #EFC300;
	color: #1B1B1B;
}

.linkselectContainer ul li.current
{
    background: #1B1B1B;
	color: #EFC300;
}

.linkselectContainer ul li
{
	display: block;
	margin: 0;
	padding: 4px 10px;
	font-size: 11px;
	cursor: pointer;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}


.ui-corner-all { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.ui-state-highlight {border: 1px solid #f2c708; background: #fff0a5; color: #363636; }

/*Tooltip and Pointer CSS*/
.fg-tooltip {
	padding: .8em;
	width: 18em;
	border-width: 2px !important;
	position: absolute;
}
.fg-tooltip-lg {
	width: 48em;
}
.fg-tooltip .fg-tooltip-pointer-down,
.fg-tooltip .fg-tooltip-pointer-down-inner,
.fg-tooltip .fg-tooltip-pointer-up,
.fg-tooltip .fg-tooltip-pointer-up-inner
{
	position: absolute; 
	width:0; 
	height:0; 
	background: none;
}
.fg-tooltip .fg-tooltip-pointer-down,
.fg-tooltip .fg-tooltip-pointer-down-inner
{
    border-bottom-width: 0;
}
.fg-tooltip .fg-tooltip-pointer-up,
.fg-tooltip .fg-tooltip-pointer-up-inner
{
    border-top-width: 0;
}
.fg-tooltip .fg-tooltip-pointer-down
{	
	border-left: 7px dotted transparent; 
	border-right: 7px dotted transparent;
	border-top-width: 14px;
	bottom:	-14px;
	right: auto;
	left: 50%;
	margin-left: -7px;
}
.fg-tooltip .fg-tooltip-pointer-up
{	
	border-left: 7px dotted transparent; 
	border-right: 7px dotted transparent;
	border-bottom-width: 14px;
	top: -14px;
	right: auto;
	left: 50%;
	margin-left: -7px;
}
.fg-tooltip .fg-tooltip-pointer-down-inner
{
	border-left: 5px dotted transparent; 
	border-right: 5px dotted transparent;
	border-top: 10px solid #fff;
	bottom:	auto;
	top: -14px;
	left: -5px;
}
.fg-tooltip .fg-tooltip-pointer-up-inner
{
	border-left: 5px dotted transparent; 
	border-right: 5px dotted transparent;
	border-bottom: 10px solid #fff;
	top:	auto;
	bottom: -14px;
	left: -5px;
}

/*pointer alignment*/
.fg-tooltip-left .fg-tooltip-pointer-down {	
	border-left: 0; 
	border-right: 17px dotted transparent;
	border-top-width: 14px;
	bottom:	-14px;
	right: auto;
	left: 1em;
	margin: 0;
}
.fg-tooltip-left .fg-tooltip-pointer-up {	
	border-left: 0; 
	border-right: 17px dotted transparent;
	border-bottom-width: 14px;
	top:	-14px;
	right: auto;
	left: 1em;
	margin: 0;
}
.fg-tooltip-left .fg-tooltip-pointer-down-inner {
	border-left: 0; 
	border-right: 12px dotted transparent;
	border-top: 10px solid #fff;
	bottom:	auto;
	top: -14px;
	left: 2px;
}
.fg-tooltip-left .fg-tooltip-pointer-up-inner {
	border-left: 0; 
	border-right: 12px dotted transparent;
	border-bottom: 10px solid #fff;
	top:	auto;
	bottom: -14px;
	left: 2px;
}
.fg-tooltip-right .fg-tooltip-pointer-down {	
	border-left: 17px dotted transparent; 
	border-right: 0;
	border-top-width: 14px;
	bottom:	-14px;
	right: 1em;
	left: auto;
	margin: 0;
}
.fg-tooltip-right .fg-tooltip-pointer-down-inner {
	border-left: 12px dotted transparent; 
	border-right: 0;
	border-top: 10px solid #fff;
	bottom:	auto;
	top: -14px;
	right: 2px;
	left: auto;
}

#goal-target-help-buttons .fg-tooltip,
.help-buttons .fg-tooltip
{
    left: -7px;
    margin-top: 28px;
}

.help-buttons .fg-tooltip.fg-tooltip-down
{
    margin-top: none;
    bottom: 28px;
}


.meal-header.weight-header
{
    margin-bottom: 1px;
}

.meal-time a,
.meal-time a:link,
.meal-time a:visited
{
    color: #FACD03;
    font-size: 11px;
}

.meal-time a:hover,
.meal-time a:active
{
    color: #FACD03;
    text-decoration: underline;
}

.on-check-show
{
    display: none;
}

input[type=submit]
{
    display: none;
}

.clear-bottom-buttons
{
    margin-bottom: 56px;
}

.bottom-buttons.relative
{
    margin-top: 12px;
    position: relative;
}

/*
.add-a-meal .button a.save-button
{
    background-color: #95d02e;
}
*/

.button a.green-button
{
    background-color: #d7ff72;
}

.button a.green-button:hover,
.button a.green-button:active {
	color: #1C1D1E;
	background-color: #95d02e;
}


.help-buttons
{
    position: relative;
}

.help-open-close
{
    overflow: hidden;
}
.help-buttons .help-open-close a
{
    cursor: help;
	background: url(../images/help_icon.gif) no-repeat;
	text-indent: -999em;
	display: block;
	width: 14px;
	height: 14px;
}
.help-buttons .help-open-close.open-subpage a
{
    cursor: pointer;
}
.help-buttons blockquote
{
    padding-left: 32px;
    padding-bottom: 12px;
    font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}
.help-buttons p
{
    padding-bottom: 12px;
    font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}
.help-buttons p.last
{
    padding-bottom: 0px;
}

.flexigrid table,
.flexigrid table th,
.flexigrid table td
{
    color: #333;
}



#note-container
{
    display: none;
}



#main-loading
{
    background: transparent url(../images/loader_app.gif) center center no-repeat;
    color: #D0D0D0;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

#main-loading p
{
    margin: 0px;
    padding: 303px 0px 262px 0px;
}

#main-content
{
    display: none;
}

#main-no-script
{
    background: #4A4E50;
    color: #D0D0D0;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    position: absolute;
    top: 50px;
    padding: 50px 0px 250px;
    left: 0px;
    width: 100%;
}

.container-200
{
    width: 200px;
}

.container-250
{
    width: 250px;
}

.info
{
    color: #1C1D1E;
    margin-bottom: 11px;
	padding: 8px 11px;
    background: #d7ff72;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.info .title
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #79b300;
	text-transform: uppercase;
	border-bottom: none;
}

.info p
{
    padding-top: 11px;
}