﻿
.favorite-toggle img
{
	height: 18px;
	width: 18px;
}

#ns-holder .largeInput
{
	color: #444;
	width: 184px;
    margin: 0 0 10px 0;
}

#ns-holder .col-left {width: 70px; display: block; float: left; padding-top: 8px;}

.nscomponent
{
	overflow-y: scroll;
	height: 350px;
	width: 352px;
}

#search .text
{
    width: 227px;
    height: 18px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0;
    float: right;
    color: #888;
    font-size: 17px;
}
#search .submit
{
    float: right;
    border: 0;
    background: #000 url(images/search.gif) no-repeat center 8px;
    width: 32px;
    height: 30px;
    padding-top: 1px;
    margin: 0;
    cursor: pointer;
}

.nutrients-entries-wrapper { width:100%; height:247px; overflow-y:auto; }
ul.nutrients-entries { list-style: none outside none; margin: 0; padding: 0; }
ul.nutrients-entries .active { background-color: #FFFF99; }
ul.nutrients-entries .unit {float: right; width: 65px;}
ul.nutrients-entries li { clear: both; padding: 0.4em; cursor: pointer !important; }
ul.nutrients-entries li:hover { background-color: #ededed; }

li.ui-widget-content {
    border-top: 0 none;
}

.selected {
    background: none repeat scroll 0 0 #F39814 !important;
}

#compeditor
{
	width: 326px;
}
#compeditor .title
{
	float: left;
	width: 180px;
	margin-right:2px;
	margin-top: 4px;
}

#compeditor .unit
{
	float: right;
	width: 50px;
}
#compeditor .units
{
	float: right;
	width: 80px;
}


#compeditor div.close
{
	background: url(/content/images/cancel.gif) no-repeat;
	position: absolute;
	top: -6px;
	right: -13px;
	width: 23px;
	height: 15px;
	cursor: pointer;
}

.nsgrid {
    background: white;
    border-style: solid;
    border-color: #cdcdcd;
    border-width: 0 0 1px 1px;
    width: 100%;
}

.nsgrid .fav {
    background-image: url('/content/images/icon-favorite-true.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.nsgrid tr:nth-child(even) {
    background-color: #F0F0F0;
}
.nsgrid tr {
    cursor: pointer;
}
.nsgrid tbody tr:hover {
    background-color: #cdcdcd;
}

.nsgrid td, .nsgrid th {
    padding: 4px;
    border-style: solid;
    border-color: #cdcdcd;
    border-width: 1px 1px 0 0;
}

.nsgrid .active {
    background-color: #468BB2 !important;
    font-weight: normal;
    color: white;
}

.readonly .writeop {
    opacity: 0.5;
}

.nutrientsets .col-2 { width: 580px;}
.nutrientsets .col-1 { width: 380px;}
.nutrientsets .newslist {padding: 18px;}