body {

font-family: Verdana, Helvetica, sans-serif;
text-align: center;
}

body {
	font-size: 76%;
	color: black;
	background-color: white;
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	text-align: center;
}

/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; }

table#main-body {
	width: 100%;
	text-align: left;
}


td.logo {
	text-align: center;
	background-color: #9BC63B;
	border-bottom: 1px solid #333;
}

td#content {
	padding: 10px;
}

td#menu {
	width: 140px;
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	background-color: #eee;
}

dl#menu {
	padding: 0;
	margin: 0;
}

dl#menu dd {
	margin: 0.5em 1em;
	padding: 0;
}

dl#menu dt {
	font-weight: bold;
	margin: 0.5em 0.5em;
	padding-top: 20px;
}


.delete {
	color: red;
}


ol#producers_menu {
	color: #aaa;
}


ol#producers_menu li {
	display: inline;
	margin-right: 20px;
}

ol#producers_menu li.current {
	color: black;
	font-weight: bold;
}

tr.alert_row td {
	background: #ffcccc;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
tr.warning_row td {
	background: #ffee99;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
tr.approved_row td {
	background: #ccffcc;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#positive_result_message {
	width: 600px;
	border: 1px solid green;
	background-color: #ccffcc;
}

div#positive_result_message p {
	font-weight: bold;
	padding: 20px;
}

div#negative_result_message {
	width: 600px;
	border: 1px solid red;
	background-color: #fcc;
}

div#negative_result_message p {
	font-weight: bold;
	padding: 20px;
}

div#new_fms_slider, div#new_product_slider {
	margin-top: 10px;
/*	padding: 10px;*/
	width: 580px;
	border: 1px solid #aaa;
	background: #fe9;
}

tr#switcher-row td {

	border-collapse: collapse;
	border-bottom: 1px solid black;
}

tr#switcher-row td p {
	padding: 5px;
	line-height: 15px;
}

tr#tabs td {
	background: #ddd;
	height: 30px;
}

table#tabbed {
	float: left;
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

table#tabbed td#first {
	width: 141px;
	border-right: none;
	border-left: none;
	border-bottom:  1px solid black;
}


table#tabbed td {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background: #eee;
	margin: 3px 2px 0px 2px;
	text-decoration: none;
	padding: 4px 4px 0px 4px;
	color: black;
	text-align: center;
}

table#tabbed td.current {
	border-bottom: 1px solid white;
	background: #fff;
}


td.footer {
	border-collapse: collapse;
	border-top: 1px solid black;
}

table#web_page_layout {
	border: 1px solid black;
}

table#web_page_layout sub {
	font-size: 11px;
}

.editable, textarea{
	background-color: #ffffd3;
}

div#validate {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

ul#tabbed li a.faded {
	border-left-color: #000;
	border-right-color: #000;
	border-top-color: #000;
	color: #fff;
	background: #ccc;
}

a {
	color: #030;
	font-weight: bold;
}

table#userdetails tr td{
	border-bottom: 1px solid #ccc;
}

table.bordered {
	border: 1px solid black;
	border-collapse: collapse;

}

table.bordered td {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 2px;
}
