﻿@charset "utf-8";
/* abbott.css */
/*Abbott Nutrition */
/* code created by Huntsworth Health for Abbott */

/*-- General -----------------------------------*/

body 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding:0;
	font-size: 83%;
}

h1, h2, h3, h4, h5, h6, div { margin: 0px; padding: 0px;}
img {border-style: none;}

/*-- General position --*/
.left { text-align:left;}
.right { text-align:right;}
.leftblock {float:left;}
.rightblock {float:right;}
.rightblock.center {text-align:center;}

/*-- General lines --*/
div.line hr, div.linedash hr { /* take out the troublemaking HR */display:none; }
div.line { /*  DIV that wraps and replaces the HR */ background: #000  no-repeat center center;  height: 1px; margin: 5px 0px 5px 0px;}
div.linedash { /*  DIV that wraps and replaces the HR */ border-top:1px dashed #999; height: 1px; margin: 5px 0px 5px 0px;}

.errormsg {color:red;}
.clear {clear:both;}

a {outline:none; }
a:focus, a:link:focus, object:focus, li:focus, span:focus { outline: none; } /*remove dotted outlines from links and flash objects when clicked on in FF*/

td a[disabled], td a[disabled]:hover { /* selected state for table paging */
	color:#999;
	text-decoration:none;
}

B, STRONG {
	color: #6699CC;
}

object {
	z-index:1;
}


/*-- Wrapper -------------------------------------*/

#wrapper {
	margin:0px;
	padding:0px;
	width:970px;
	text-align:left;
	border-right:1px solid #f90;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

/*-- Header ------------------------------------*/

#header {
	margin:19px 0 0 0;
	padding:0px;
	background-image:url(../../gfx/heroic-a-orange01.gif);
	background-repeat:no-repeat;
	width:100%;
	height:115px;
}

#header a.home-link, #header a.home-link:link, #header a.home-link:visited, #header a.home-link:hover {
	position:absolute;
	display:block;
	top:20px;
	left:0;
	width:145px;
	height:115px;
	text-decoration:none;
}

#header .rightblock {
	position:relative;
	height:95px;
	width:794px;
	background-image:url(../../gfx/abbott-logo-orange01.gif);
	background-repeat:no-repeat;
	background-position:629px 0px;
	border-bottom:20px solid #f90;
}

#header h1 {
	background-image:url(../../gfx/abbott-nutrition-orange01.gif);
	background-repeat:no-repeat;
	height:35px;
}

#header h1 img {
	display:block;
	width:342px;
	height:35px;
}

.header-link {
	position:absolute;
	left:630px;
	top:0;
	width:129px;
	height:36px;
}

.header-link img {
	display:block;
	width:129px;
	height:36px;
	border:none;
}

#topnav {
	float:right;
	margin:38px 36px 0 0;
	_margin:38px 18px 0 0;
	color:#999;
	font-size:0.8em;
}

#topnav a, #topnav a:link, #topnav a:visited {
	color:#999;
	text-decoration:none;
	font-weight:bold;
	margin:0px 2px 0px 2px;
	display:inline-block;
}

#topnav a:hover {
	text-decoration:underline;
}

a.print {
	padding:1px 0px 1px 22px;
	background-image:url(../../gfx/printer.gif);
	background-repeat:no-repeat;
	background-position:left 0;
}

a.rss {
	color:#e45825!important;
	padding:1px 0px 1px 15px;
	background-image:url(../../gfx/rss-icon.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
}

/*-- innerwrap ---------------------*/

#innerwrap {
	position:relative;
	margin:0px;
	padding:0px 0px 0px 8px;
	width:962px;
	font-size:1em;
	background-image:url(/gfx/circles-right.jpg);
	background-position:right 0;
	background-repeat:repeat-y;
	border-bottom:1px solid #f90;
}


#master-leftcol {
	float:left;
	width:145px;
	margin:19px 0 0 0;
	padding:0;
}

#master-leftcol div.line {
	background-color:#999;
	width:137px;
}

#search {
	width:137px;
	padding:0 0 19px 0;
	margin:0;
	height:17px;
}

#search-pos {
	position:absolute;
	top:155px;
	left:10px;
}

#search-pos input {
	width:96px;
	*width:93px;
	border:1px solid #999;
	padding-left:2px;
	color:#9c9c9c;
	font-size:0.8em;
}

#search-pos input.button, #search-pos input.button_hover {
	color:#fff!important;
	background-color:#999;
	margin:0 0 0 3px;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	width:27px;
	background-image:none;
	border:1px solid #999!important;
}

#menu {
	margin:10px 0 0 -8px;
	*margin:-10px 0 0 -8px;
	padding:0 0 5px 0;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	height:auto;
	min-height:10px;
	_height:10px;
	list-style:none;
	list-style-position:outside;
	font-size:0.9em;
	position:relative;
}

#menu li a, #menu li a:link, #menu li a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	margin:0 0 3px 0;
	padding:0 0 0 18px;
}

#menu li a:hover {
	text-decoration:underline;
}

#menu li ul {
	margin:0 0 0 -2px;
	padding:0;
}

#menu li li a, #menu li li a:link, #menu li li a:visited {
	color:#0066cc;
}

.selected { 
	background-image:url(/gfx/selected.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	text-decoration:underline!important;
}

.leftlinks {
	margin:19px 0 0 0;
	font-size:0.8em;
}

.leftlinks a, .leftlinks a:link, .leftlinks a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.leftlinks a:hover {
	text-decoration:underline;
}

.leftlinks a.rss {
	display:block;
	margin:0 0 19px 0;
}

.leftlinks br { /* remove unwanted br tag is automatically added on showlogin.aspx */
				/* after the left hand login button */
	display:none;
}

/* external link confirm popup -----*/

#jsconfirm {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -1000px;
	z-index: 100;
}

#jsconfirm table {
	background-color: #fff;
	border: 5px solid #999;
	height: 150px;
	width: 300px;
}

#jsconfirmtitle {
	background-color: #999;
	font-weight: bold;
	height: 20px;
	text-align: center;
	color:#fff;
}

#jsconfirmcontent p {
	font-size:0.9em;
	margin:5px;
	color:#000;
}

#jsconfirmbuttons {
	height: 50px;
	text-align: center;
}

#jsconfirmbuttons input {
	background-color: #E9E9CF;
	color: #000000;
	font-weight: bold;
	width: 125px;
	height: 33px;
	padding-left: 20px;
	border:none;
	cursor:pointer;
}

#jsconfirmleft{
	background-image: url(/gfx/el-ok.gif);
}

#jsconfirmright{
	background-image: url(/gfx/el-cancel.gif);
}




td.normaltext input.button{
	color:#666666;
	border:1px solid #ffcc00;
	text-align:center;
	margin:0;
	padding:2px 8px 3px 8px;
	background-image:url(/gfx/login-bg.gif);
	background-repeat:repeat-x;
	background-color:#fc0;
}

td.normaltext input.button:hover, td.normaltext input.button_hover {
	color:#666666;
	border:1px solid #ffcc00;
	color:#666666;
	text-align:center;
	margin:0;
	padding:2px 8px 3px 8px;
	text-decoration:underline!important;
	background-image:url(/gfx/login-bg2.gif);
	background-repeat:repeat-x;
	background-color:#ffe168;
}

.login-button {
	margin:0;
	padding:0;
}

.login-button a, .login-button a:link, .login-button a:visited, .logout-button a, .logout-button a:link, .logout-button a:visited {
	display:block;
	color:#666666;
	border:1px solid #ffcc00;
	text-align:center;
	margin:0 0 19px 0;
	padding:2px 0px 2px 0px;
	width:136px;
	background-image:url(/gfx/login-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fc0;
}


a.global {
	display:block;
	margin:25px 0 0 0;
	padding:1px 0 20px 28px;
	background-image:url(/gfx/globe.gif);
	background-position:left -1px;
	background-repeat:no-repeat;
}

a.contact {
	display:block;
	margin:10px 0 0 0;
	padding:1px 0 17px 28px;
	background-image:url(/gfx/contact.gif);
	background-position:left 0;
	background-repeat:no-repeat;
}

a.print2 {
	display:block;
	margin:10px 0 0 0;
	padding:7px 0 8px 28px;
	background-image:url(/gfx/print-icon-2.gif);
	background-position:left 0;
	background-repeat:no-repeat;
}

#master-rightcol {
	float:right;
	width:566px;
	margin:19px 228px 0 0;
	_margin:19px 114px 0 0;
	padding:0;
}

#master-rightcol ul {
	margin:0;
	padding:0;
}

#master-rightcol ul li {
	position:relative;
	margin:0 0 10px 0;
	padding: 0px 0px 0px 15px;
	list-style:none;
	background-image:url(/gfx/crumb-divider.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}

#master-rightcol li ol {
	margin:10px 0 10px 20px;
	*margin:10px 0 10px 22px;
	padding:0;
}

#master-rightcol ol li {
	list-style:decimal;
	background-image:none;
	padding:0;

}

#breadnav {
	color:#999;
	margin:0 0 19px 0;
	font-weight:bold;
	font-size:0.9em;
}

#breadnav img {
	vertical-align:middle;
}

#breadnav a, #breadnav a:link, #breadnav a:visited {
	color:#999;
	text-decoration:none;
	margin:0 2px 0 2px;
	font-weight:bold;
}
#breadnav a:hover {
	text-decoration:underline;
}

/*-- main content ---------*/

h2 {
	font-weight:normal;
	font-size:1.8em;
	margin:0 0 15px 0;
	padding:0;
}

/* h3 {
	font-weight:normal;
	font-size:1.3em;
	margin:0 0 19px 0;
} */

h3 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 15px 0;
	padding:0;
}

h3.product {
	font-size:138%;
}

h4 {
	font-size:0.8em;
	margin:0 0 15px 0;
	padding:0;
	color:#ffcc00;
}

#master-rightcol p {
	margin:0 0 20px 0;
	padding:0;
}


/* home page -----------*/

.twoCol {
	position:relative;
	margin:0;
	padding:0;
	width:566px;
	height:auto;
	min-height:50px;
	_height:50px;
	border-bottom:1px solid #fff0b5;
}

.twoCol2 {
	position:relative;
	margin:20px 0 0 0;
	padding:0;
	width:566px;
	height:auto;
	min-height:50px;
	_height:50px;
}

.twoCol3 {
	position:relative;
	margin:0;
	padding:0;
	width:566px;
	height:auto;
	min-height:224px;
	_height:224px;
}

.twoCol-left {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:240px;
}

.twoCol-left p {
	margin:0 0 15px 0!important;
	padding:0;
}

.twoCol-left2 {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:180px;
}

.twoCol-left3 {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:310px;
}

.twoCol-left3 i, .twoCol-left4 i {
	font-style:normal;
	margin:0 0 10px 0!important;
}

.twoCol-left4 {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:302px;
}

.twoCol-left4 ul li {
	margin:0 0 10px 0!important;
}




.twoCol-right {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	width:320px;
	height:222px;
	background-color:#76bae7;
}

.twoCol-right2 {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	width:322px;
}

.twoCol-right3 {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	width:250px;
}

.twoCol-right3 img {
	position:relative;
	margin:-20px 0 0 0;
}

.twoCol-right4 {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	width:258px;
}

/* Patient Information header images */

.header-img {
	margin:10px 0;
	padding:0;
}

img.product-info {
	position:relative;
	margin:-20px 2px 0 0;
	padding:0;
}

/* product range table ---*/

.productTextStyle {color:#FFFFFF; font-weight:bold; }
table.productBox { 
	width:100px; 
	/* border-right:1px solid #b5bd9f; */
	/* border-bottom:1px solid #b5bd9f; */
	border:1px solid #fff;
}

.productBox:hover {
	border:1px solid #ccc;
}

.productBoxTop {
	text-align:left;
	color:#000;
	font-size:0.8em;
	font-weight:normal;
	padding:0px 0px 0px 4px;
	margin:0px;
	height:43px;
	background-color:#FFFFFF;
	vertical-align:top;
}

.productBoxTop a, .productBoxTop a:link, .productBoxTop a:hover {
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.productBoxBottom {
	height:25px;
}


/*-- footer -------------*/

#footer {
	text-align:center;
	color:#999;
	font-weight:bold;
	margin:18px 0 10px 176px;
	padding:0;
	width:566px;
	font-size:0.8em;
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration:none;
	color:#999;
	margin:0 2px 0 2px;
	padding:0 ;
}

#footer a:hover {
	text-decoration:underline;
}

a, a:link, a:visited, a:active 
{
	color:#0066CC;
	text-decoration: none;
	cursor:pointer;
	font-weight:bold;
}

a:hover 
{
	text-decoration: underline;
	cursor:pointer;
}

.content {
	padding: 20px;
	color: #666666;
}

.level0out {
	padding-left:7px;
	display:block;
	padding-top:5px;
	padding-bottom:2px;
}

.level0out a, .level0out a:link, .level0out a:visited, .level0out a:active {
	color: #999999;
}


.level0in {
	padding-left:7px;
	display:block;
	padding-top:5px;
	padding-bottom:2px;
}


.level1 {
	padding-left:15px;
	display:block;
	padding-top:5px;
	padding-bottom:2px;
}

.level2 {
	padding-left:30px;
	display:block;
	padding-top:5px;
	padding-bottom:2px;
}

.bar_text {
	text-indent: 0px;
}

.sidebar {
	padding-left:10px;
}

.bgwhite {
	background-color:#FFFFFF;
}

.white {
	color: #FFFFFF;
}

.widgetbar {
	font-size: 83%;
	color: #000000;
	padding-right: 20px;
	padding-left: 10px;
}
.widgetTop {
	background-image: url(/gfx/widget_top.gif);
	background-repeat:no-repeat;
	height: 35px;
	text-align:center;
	color:#0066CC;
	font-weight:bold;
	text-indent: -10px;
}
.widgetMiddle {
	background-image: url(/gfx/widget_middle.gif);
	background-repeat:repeat-y;
}
.widgetBottom {
	background-image: url(/gfx/widget_bottom.gif);
	background-repeat:no-repeat;
	height: 10px;
}
.widgetLogin {
	background-image: url(/gfx/login_button.gif);
	background-repeat:no-repeat;
	height: 20px;
	text-align:center;
	color:#0066CC;
	border:1px #0066CC solid;
	font-weight:bold;
}

.productWidth {
	width:566px;
}

.footer {
	font-size:90%;
	color: #999999;
}

.footer a:link, .footer a:visited, .footer a:active  {
	color: #999999;
}

.menu, .menuHover {
	background-image: url(/gfx/menu_grey.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size: 76%;
	text-align:center;
	width: 100px;
	height: 23px;
	cursor:pointer;
}

.subMenu {
	font-size: 76%;
	text-align:center;
	background-color: #CCCCCC;
	color: #999999;
	border-bottom: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	cursor:pointer;
}

.subMenuNew {
	font-size: 120%;
	color: #0066cc;
	font-weight:bold;
}

.subMenuHover
{
	font-size: 76%;
	text-align:center;
	background-color: #CCCCCC;
	color: #FFFFFF;
	border-bottom: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	cursor:pointer;
}

#divQuestions, #divFaq {
	padding:10px 0 0 0;
}

#divQuestions li {
	margin:0!important;
}


table.order-codes {
	margin:15px 0 0 0;
	padding:0;
	width:566px;
}

.Tabletitle {
	margin:0;
	padding:0;
	vertical-align:top;
	font-weight:bold;
	color: #6699CC;
}

table.order-codes td {
	vertical-align:top;
	padding:0 0 15px 0;
}

.faqTable{
 width:566px;
}

.faqTable ul {
	margin:0;
	padding:0;
}

.faqTable td {
	vertical-align:top;
}



.pumplist ul {
	margin:0 0 20px 0;
}

.pumplist ul li {
	position:relative;
	margin:0 0 5px 0;
	padding: 0px 0px 0px 15px;
	list-style:none;
	background-image:url(/gfx/crumb-divider.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}

.pumplist li ul, .pumplist li ol {
	margin:10px 0 10px -40px;
	*margin:10px 0 10px 0;
}

.blueText{
	color:#0066CC;
}
.newsHomeTop {
	font-weight:bold;
	height:30px;
	vertical-align:top;
}

.newsHomeTop .white {
	color:#999;
}

.newsHomeMiddle {
	padding-right:10px;
	}
	
.newsHomeMiddle p {
	text-align:left;
}
	
.newsHomeBottom {
	height: 10px;
}

.waitDiv
{
    background-color: Gray;
    border: 1px solid black;
}

/*--- gridview icons ---*/


a.newsStr, a:link.newsStr, a:visited.newsStr  {
	padding:0px;
	/* background:url(/gfx/txt.gif) no-repeat 0px -2px ; */
}

a:hover.newsStr {
	padding:0px;
	/* background:url(/gfx/txt-2.gif) no-repeat 0px -2px ; */
}

a.email, a:link.email, a:visited.email  {
	padding:0px 5px 0px 22px;
	background:url(/gfx/email.gif) no-repeat 0px -2px ;
}

a:hover.email  {
	padding:0px 5px 0px 22px;
	background:url(/gfx/email-2.gif) no-repeat 0px -2px ;
}

a.delete, a:link.delete, a:visited.delete {
	padding:2px 5px 0px 20px;
	background:url(/gfx/delete-small.gif) no-repeat left 0 ;
}

a:hover.delete {
	padding:2px 5px 0px 20px;
	background:url(/gfx/delete-small-2.gif) no-repeat left 0 ;
}

a.edit, a:link.edit, a:visited.edit  {
	padding:0px 5px 3px 22px;
	background:url(/gfx/edit_smll.gif) no-repeat 0px -2px ;
}

a:hover.edit  {
	padding:0px 5px 3px 22px;
	background:url(/gfx/edit_smll-2.gif) no-repeat 0px -2px ;
}

a.preview, a:link.preview, a:visited.preview  {
	padding:0px 5px 3px 22px;
	background:url(/gfx/preview-small.gif) no-repeat 0px -2px ;
}

a:hover.preview  {
	padding:0px 5px 3px 22px;
	background:url(/gfx/preview-small-2.gif) no-repeat 0px -2px ;
}

a.moveup, a:link.moveup, a:visited.moveup  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/up.gif) no-repeat 0px 0px ;
}

a:hover.moveup  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/up-2.gif) no-repeat 0px 0px ;
}

a.movedown, a:link.movedown, a:visited.movedown  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/down.gif) no-repeat 0px 0px ;
}

a:hover.movedown  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/down-2.gif) no-repeat 0px 0px ;
}

a.add, a:link.add, a:visited.add  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/add-small.gif) no-repeat 0px -2px ;
}

a:hover.add  {
	padding:0px 25px 3px 22px;
	background:url(/gfx/add-small-2.gif) no-repeat 0px -2px ;
}


/*-- inner wrap --*/

.innerwrap {
	position:relative;
	margin:0px;
	padding:0px;
	height:auto;
	min-height:450px;
	_height:450px;
}

.page-item-wrap {
	margin:10px 0px 10px 0px;
	padding:0px;
}



/*-- Newsletter edit --*/

.news-included {
	margin:0px 0px 40px 0px;
	padding:0px 0px 20px 0px;
	border-bottom:1px solid #EFF3FB;
	width:566px;
}

.news-created {
	margin:0px 0px 60px 0px;
	padding:0px;
}

.news-general {
	margin:0px 0px 20px 0px;
	padding:0px;
}

.info {
	margin:0px 0px 5px 0px;
	padding:0px;
}

.edit-back {
	clear:both;
	margin:0px;
	padding:0px;
}

.newsletter-preview {
	margin:0px;
	padding:0px;
}


.newsletter-preview p {
	clear:both;
	margin:8px 0px 5px 0px;
	padding:0px;
}

.newsletter-preview {
	font-size:medium;
	color:#000;
}

.newsletter-preview div a, div a.newsletter-preview, div a.newsletter-preview:link {
	clear:both;
	color:#4f7fbd; 
	font-weight:bold; 
	margin:0px; 
	padding:0px;
	text-decoration:underline;
}

.clearboth {
	clear:both;
	margin:0px 0px 10px 0px; 
	padding:0px;
}

.preview-button {
	margin:0; 
	padding:0;
}

.newsstorypreview {
	margin:30px 0px 10px 0px; 
	padding:0px;
	width:450px;
	color:#333;
}

.newsstorypreviewTitle {
	font-weight:bold;
	font-size:130%;
}

.newsstorypreviewImg {
	margin:0px; 
	padding:0px;
}

.storyNum {
	font-weight:bold;
	font-size:98%;
	color:#666666;
}

.news-image {
	margin:0px; 
	padding:0px;
	background:url(gfx/News/news-default.gif) no-repeat 0px 0px #6699FF;
}

/*-- table layout --------*/

.row {
	clear:both;
	margin:2px 0px 5px 0px;
	padding:2px 0px 2px 0px;
	height:auto;
	min-height:18px;
	_height:18px;
	width:300px;
}

.row1 {
	clear:both;
	margin:2px 0px 5px 0px;
	padding:2px 0px 2px 0px;
	height:auto;
	min-height:18px;
	_height:18px;
	width:220px;
} 

.row2 {
	clear:both;
	margin:2px 0px 5px 0px;
	padding:2px 0px 2px 0px;
	height:auto;
	min-height:18px;
	_height:18px;
} 

.label {
	float:left;
	padding:1px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	text-align:left;
}

.item {
	float:right;
	margin:0px;
	padding:0px 0px 5px 0px;
	text-align:left;
}

.note {
	margin:10px 0px 0px 0px;
	padding:0;
	font-size:90%;
}

.newsbold {
	font-weight:bold;
}

.gridBorder {width: 566px!important;}

.admingridBorder {width: 562px!important; border:2px solid #EFF3FB;}

.admingridBorder  td {vertical-align:top;}

table {max-width: 566px!important;}

td {vertical-align:top;}

.gridHeader, .gridHeader a{
	background-color: #fc0;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

.gridItem a:hover, .gridItemAlt a:hover {text-decoration:underline;}

.gridItem, .gridItem a
{
	color: #333333;
	background-color: #fbf8eb;
}

.gridItemAlt, .gridItemAlt a
{
	color: #333333;
	background-color: #fae89e;
}

.admingridItem, .admingridItem a
{
	color: #333333;
	background-color: #fff;
}

.admingridItemAlt, .admingridItemAlt a
{
	color: #333333;
	background-color: #eff3fb;
}


/* search field buttons on User Admin page */
#Table1 td input { /* search field buttons on User Admin page */
	display:inline-block;
	margin: 5px 0;
}

/*edit and delete buttons in table on User Admin page */
#ctl00_ContentPlaceHolder1_grdUsers img {
	vertical-align:middle;
	display:block;
	padding:0;
	margin:0;
}

#ctl00_ContentPlaceHolder1_grdUsers img[alt="delete"] {
	margin:-10px 0 10px 0;
}

/* div containing tree view on Menu Admin page */
#ctl00_ContentPlaceHolder1_treeNodes_div { 
	margin:0 0 20px 0;
}

/*-- Recipe Bank ----------------------------------------------*/
.recipefilter {
	margin:0px 0px 10px 0px;
	padding:0px;
}

.recipefilter input {
	border:1px solid #999;
	color:#000;
	background-color:B1DF27;
}

.recipefilter select {
	border:1px solid #999;
	color:#000;
}

.recipefilter submit {
	border:#000;
	color:#000;
	background-color:B1DF27;
}

.recipe_table {
	border:1px solid #DDD;
	background-color:#000;
}

.recipe_table tr {
	border:1px solid #DDD;
	color:#000000;
	background-color:#fff;
}

.recipe_table td a, .recipe_table td a:link {
	color:#f90;
	background-color:#fff;
}

.recipe_table td a:hover {
	color:#fff;
	background-color:#000;
}


/*---- admin > user admin ----------------*/

#Table2 td {
	padding:0 0 15px 0;
}

#Table1 {
	border:2px solid #999;
	width:566px;
}

#Table1 td {
	border:1px solid #999;
	padding:5px;
}

#Table1 table, #Table1 table td {
	border:none;
	margin:0;
}

#Table1 td .inputbox {
	width:90%;
	font-weight:bold;
}

.image-admin-table {
	padding:1px;
}

.image-admin-table td {
	width:180px;
}


.pump-feed {
	margin:0 0 0 20px;
}

a.news-title, a.news-title:link, a.news-title:hover {
	text-decoration:none;
	cursor:text;
	font-size:1.4em;
}

ul.paed li {
	margin:0;
}

/*-- error pages --*/

#error-wrap strong {
	color:#000;
}

#error-wrap a strong, #error-wrap a:link strong, #error-wrap a:visited strong {
	color:#69c;
}

