/* zero out for cross-browser consistency */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

html { 
	overflow-y:scroll;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	font-size: 10pt;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

q:before, q:after {
	content: '';
}

abbr, acronym { 
	border: 0;
}

/* set defaults for regular html */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
	text-align: center; /*centre for ie5 */
	background: #fff;
}

body#popup {
    background: #fff;
    text-align: left;
} 

body#print {
    background: #fff;
    text-align: left;
} 

h1 {
	color: #666;
	font-size: 16pt; 
	font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0 0 0.66em 0;
}
	
h2 {
	color: #666;
	font-size: 13pt; 
	font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0.66em 0;
}

h3 {
	color: #666;
	font-size: 10pt; 
	font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0.66em 0;
}

h4 {
	color: #666;
	font-size: 10pt; 
	font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0.66em 0;
}

p {
	margin: 0.66em 0;
}

a:link {
	text-decoration: underline; 
	color: #f00;
}

a:visited { 
	text-decoration: underline; 
	color: #f00;
}

a:active { 
	text-decoration: underline; 
	color: #c00;
}

a:hover { 
	text-decoration: none; 
}

ul {
	margin: 8px 0 8px 16px;
	padding: 0;
}	

code {
  font-family: courier, monospace;
  background: #ccc;
}

form {
	margin: 0;
	padding: 0;
}

/* for clearing floating divs */

.clear {
	clear: both;
}

/* custom inline styles */

.alert {
	color: #c00; 
}

.hilite {
	background: #ff6;
}

.summary {
	margin-top: 4px;
	border: 1px solid #ddc; 
	background: #ffe;
	padding: 4px;
}	

.summary table {
	width: 100%;
}

.summary table td {
	vertical-align: top;
}

/* template and widget styles in top-down order */

#background {
	background: #fff url(/images/bg.png) top left repeat-x;
	text-align: left; /* centre for compliant browsers*/
}

#container {
	margin: auto; 
	width: 940px; 
}

/* usuable content width is 940px */
#content {
	padding: 0;
	margin: 0;
	min-height: 400px; 
	height: auto !important; /* IE6 */
	height: 400px; /* IE6 */
}

/* userbar */

#userbar-wrap {
	height: 24px;
	background: #000;
}

#userbar {
	width: 940px;
	height: 24px;
	margin: auto;
	color: #fff;
}

#userbar a {
	color: #fff;
	text-decoration: none;
}

#userbar a:hover {
	text-decoration: underline;
}

#userbar #userbar-title {
	margin-top: 3px;
	width: 300px;
	float: left;
	font-weight: bold;
}

#userbar #userbar-links {
	margin-top: 3px;
	width: 600px;
	float: right;
	text-align: right;
}


/* navigation elements */

/* nav */

#nav-wrap {
	height: 132px;
}

#nav {
	width: 1000px;
	height: 132px;
	margin: auto;
	background: url(/images/nav-bg.png) top left no-repeat;
}

#nav h1 {
	margin: 0;
}

#nav a#nav-logo {
	display: block;
	width: 164px;
	height: 132px;
	padding: 0;
	margin: 0 0 0 8px;
	text-decoration: none;
	float: left;
	display: inline; /* IE6 */
}

#nav a#nav-logo span {
	display: none;
}

#nav #nav-tools {
	width: 96px;
	height: 24px;
	margin: 48px 32px 0 0;
	float: right;
}

#nav #nav-tools span#nav-tools-bookmark {
}

#nav #nav-tools span a {
	text-align: left;
	display: block;
	width: 160px;
	height: 20px;
	margin-top: 4px;
	float: left;
	color: #6b6332;
	font-size: 8pt;
	padding-left: 14px;
	background-image: url(/images/bookmark.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#nav ul {
	width: 780px;
	padding: 0;
	margin: 12px 28px 0 0;
	display: inline;
	float: right;
	display: inline; /* IE6 */
} 

#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	padding: 0;	
	margin: 0;
}
			
#nav ul li.active {
}

#nav ul li a {
	display: block;
	width: 88px;
	height: 38px;
	font-size: 10pt;
	text-align: left;
	padding: 0;
	margin: 10px 0 0 8px;
	line-height: 110%;
	text-decoration: none;
	font-weight: bold;
	color: #ffe700;
	background: #f00;
}

#nav ul li a span.nav-c {
	width: 80px; 
	height: 38px; 
	display: table;
	margin: auto;
	#position: absolute; 
}

#nav ul li a span.nav-p {
	display: table-cell; 
	vertical-align: middle; 
	width: 88px;
	text-align: center;
	margin: auto;
	#position: absolute;
	#top: 50%; 
}

#nav ul li a span.nav-t {
	width: 88px;
 	#position: relative;  #top: -50%;
	display: block;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul li.active a {
	color: #f00;
	background: #fff;
}

#nav ul li a:hover {
	color: #f00;
	background: #fff;
}

/* sidenav */

#sidenav {
}

#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
} 

#sidenav ul li {
	list-style: none;
	display: block;
	padding: 0;	
	margin: 0;
}

#sidenav ul li a {
	display: block;
	width: 100%;
	height: 25px;
	text-decoration: none;
	color: #fff;
	background: #666;
	font-weight: bold;
}

#sidenav ul li a:hover {
	background: #333;
}

#sidenav ul li a span {
	display: block;
	padding: 4px 8px 0 16px;
}

#sidenav ul li#sidenav-active {
}

#sidenav ul li#sidenav-active a {
	background: #000;
}

#sidenav ul li#sidenav-active a:hover {
	background: #333;
}

#sidenav ul li#sidenav-expanded {
}

#sidenav ul li#sidenav-expanded a {
	background: #444;
}

#sidenav ul li#sidenav-expanded a:hover {
	background: #333;
}

#sidenav ul li#sidenav-expanded ul li a {
	background: #444;
}

#sidenav ul li#sidenav-active ul li a {
	background: #444;
}

#sidenav ul li ul li {
}

#sidenav ul li ul li a {
	font-size: 9pt;
	font-weight: normal;
}

#sidenav ul li ul li a span {
	padding-left: 24px;
}

#sidenav ul li ul li#sidenav-subpage-active {
}

#sidenav ul li ul li#sidenav-subpage-active a {
	font-size: 9pt;
	font-weight: normal;
	background: #000;
}


/* templates - keep structural elements namespaced and grouped together */

.inner {
	padding: 8px;
}

#sidebar-search {
	padding-top: 16px;
}

#sidebar-search p {
	color: #666;
	font-size: 8pt;
}

input#sidebar-search-keyword-query {
	width: 96px;
	margin: 2px 0;
	padding: 2px;
	float: left;
}

input#sidebar-search-keyword-submit {
	width: 38px;
	height: 30px;
	float: right;
	display: inline;
	margin: 0 12px 0 0;
}

#sidebar-search h2 {
	margin-top: 0;
	color: #ffdc00;
	background: #f00;
	padding: 4px;
}

#sidebar-search h3 {
	color: #f00;
	border-top: 1px solid #999;
	margin-right: 8px;
	padding-top: 4px;
	font-size: 10.5pt;
}

#sidebar-search ul {
	margin: 8px 0;
	padding: 0;
}

#sidebar-search ul li {
	margin: 0;
	padding: 0;
}

#sidebar-search ul li a {
	font-size: 9pt;
	font-weight: bold;
	color: #f00;
}

#sidebar-search ul li a:hover {
	color: #000;
	text-decoration: none;
}

#sidebar-search select {
	width: 152px;
	margin: 4px 0 4px 0;
}

input#sidebar-search-detailed-submit {
	width: 72px;
	height: 32px;
	margin: 4px 0 0 84px;
}

#sidebar-search #sites-of-interest {
	border-top: 1px solid #878584;
	padding-top: 8px;
	margin-top: 8px;
}

#sidebar-search #sites-of-interest h3 {
	border: none;
	background: #f00;
	color: #ffdc00;
	font-size: 9pt;
	padding: 2px 4px;
	margin: 0 0 4px 0;
}

#sidebar-join {
}

#sidebar-join a {
	display: block;
	width: 200px;
	height: 64px;
	background: url(/images/sidebar-join.png);
}

#sidebar-join a span {
	display: none;
}

#sidebar-account {
	width: 200px;
}

#sidebar-account h3 {
	margin-top: 0;
	color: #f00;
	font-size: 10pt;
}

#sidebar-account #sidebar-account-sign-in {
	width: 200px;
	height: 168px;
	background: #fff url(/images/sign-in-bg.png) no-repeat;
}

#sidebar-account #sidebar-account-sign-in .inner {
	margin: 0 7px 0 0;
}

#sidebar-account #sidebar-account-sign-in p {
	padding: 0;
}

#sidebar-account #sidebar-account-sign-in a {
}

#sidebar-account #sidebar-account-sign-in label {
	color: #939598;
	width: 72px;
	float: left;	
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#sidebar-account #sidebar-account-sign-in label#remember-label {
	font-size: 7.5pt;
	font-weight: normal;
	width: 154px;
}

#sidebar-account #sidebar-account-sign-in label#signin-lost-password {
	width: 96px;
	font-size: 7pt;
}

#sidebar-account #sidebar-account-sign-in label#signin-lost-password a, #sidebar-account #sidebar-account-sign-in label#signin-lost-password a:visited {
	display: block;
	text-decoration: underline;
	margin-top: 4px;
	color: #939598;
}

#sidebar-account #sidebar-account-sign-in label#signin-lost-password a span {
}

#sidebar-account #sidebar-account-sign-in .signin-input {
	width: 102px;
	float: right;	
	display: inline;
	margin: 0;
	padding: 0;
	border-top: 2px solid #b4b4b4;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #efefef;
}

#sidebar-account #sidebar-account-sign-in .signin-input#remember {
	width: 20px;
	float: right;	
	display: inline;
	margin: 0;
}

#sidebar-account #sidebar-account-sign-in #signin-submit {
	width: 72px;
	margin: 0;
	float: right;	
}

#sidebar-account-member {
	width: 200px;
	height: 168px;
	background: #fff url(/images/sidebar-account-member.png) no-repeat;
}

#sidebar-account-member ul {
	padding: 8px 0 0 0;
	margin: 0 0 0 8px;
	width: 176px;
}

#sidebar-account-member ul li {
	width: 176px;
	margin: 0;
	padding: 0;
	display: inline;
}

#sidebar-account-member ul li span#member {
	color: #666;
	float: left;
	display: inline;
	margin-bottom: 2px;
	text-align: left;
	width: 90px;
}

#sidebar-account-member ul li span.strong {
	color: #666;
	float: left;
	display: inline;
	margin-bottom: 2px;
	text-align: left;
	width: 100px;
}

#sidebar-account-member ul li span.link {
	float: left;
	display: inline;
	margin-bottom: 2px;
	text-align: left;
	width: 192px;
}

#sidebar-account-member ul li strong {
	color: #666;
	float: left;
	display: inline;
	margin-bottom: 2px;
}

#sidebar-account-member ul li strong#sidebar-account-member-cookbook {
	width: 192px;
}

#sidebar-account-member ul li strong a {
	color: #f00;
	padding: 0;
	margin: 0;
}

#sidebar-account-member ul li span {
	color: #f00;
	float: right;
	text-align: right;
	font-weight: bold;
}

#sidebar-account-tools {
	width: 200px;
	height: 144px;
	background: #fff url(/images/sidebar-account-tools.png) no-repeat;
}

#sidebar-account-tools h3 {
	color: #f00;
	margin: 0 8px;
	padding-top: 8px;
}

#sidebar-account-tools ul {
	padding-top: 8px;
	width: 192px;
	margin: 0;
}

#sidebar-account-tools ul li {
	width: 172px;
	height: 21px;
	margin: 0;
	padding: 0 0 0 8px;
}

#sidebar-account-tools ul li strong {
	color: #666;
	float: left;
	display: inline;
	width: 128px;
}

#sidebar-account-tools ul li strong#sidebar-account-tools-cookbook {
	width: 192px;
}

#sidebar-account-tools ul li strong a {
	color: #f00;
}

#sidebar-account-tools ul li span {
	color: #666;
	float: right;
	display: inline;
	width: 32px;
	text-align: right;
	font-weight: bold;
}

#sidebar-account-join {
	margin: 4px 0;
}

#sidebar-account-join a {
	display: block;
	width: 200px;
	height: 32px;
	background: #ccd;
}

#sidebar-account-cookbook {
	margin: 4px 0;
}

#sidebar-account-cookbook a {
	display: block;
	width: 200px;
	height: 32px;
	background: #ddc;
}

#sidebar-account-submit {
	margin: 4px 0;
}

#sidebar-account-submit a {
	display: block;
	width: 200px;
	height: 32px;
	background: #ddc;
}

#sidebar-account-survey {
	margin: 4px 0;
}

#sidebar-account-survey a {
	display: block;
	width: 200px;
	height: 32px;
	background: #ddc;
}

#sidebar-account-barcode {
	margin: 4px 0;
}

#sidebar-account-barcode a {
	display: block;
	width: 200px;
	height: 32px;
	background: #ddc;
}

#sidebar-promo {
	margin-top: 4px;
	width: 200px;
	height: 200px;
	background: #ccd;
}

#sidebar-adaptable {
	margin-top: 4px;
}

#home {
}

#home #home-search {
	float: left;
	width: 160px;
	display: inline; /* IE6 */
}

#home #home-main {
	padding-top: 8px;
	float: right;
	width: 780px;
	display: inline; /* IE6 */
	background: url(/images/index-bg.png) top left no-repeat;
}

#home #home-main #home-main-content {
	width: 560px;
	margin: 0 8px 0 8px;
	display: inline;
	float: left;
}

#home #home-main #home-main-sidebar {
	float: right;
	width: 200px;
	display: inline; /* IE6 */
	border-bottom: 1px solid #878584;
}

#home-hero-sunricedifference {
	width: 560px;
	height: 85px;
	background: url(/images/sunricedifference-banner.jpg);
}

#home-hero-sunricedifference a {
	display: block;
	width: 560px;
	height: 85px;
}

#home-hero-unicef {
	margin: 0;
	width: 560px;
	height: 85px;
	background: url(/images/banner-unicef.jpg);
}

#home-hero-unicef a {
	display: block;
	width: 560px;
	height: 85px;
}

#home-hero {
	width: 560px;
	height: 85px;
	background: url(/images/home-hero.jpg);
}

#home-hero p#home-hero-join {
	margin: 0;
	width: 560px;
	height: 45px;
}

#home-hero p#home-hero-join a {
	display: block;
	width: 560px;
	height: 45px;
}

#home-hero p#home-hero-join a span {
	display: none;
}

#home-hero p#home-hero-recipes {
	margin: 0 0 0 8px;
	display: inline; /* IE6 */
	float: left;	
	width: 200px;
	height: 40px;
}

#home-hero p#home-hero-recipes a {
	display: block;
	width: 200px;
	height: 40px;
}

#home-hero p#home-hero-recipes a span {
	display: none;
}

#home-hero p#home-hero-points {
	margin: 0 0 0 12px;
	display: inline; /* IE6 */
	float: left;	
	width: 250px;
	height: 40px;
}

#home-hero p#home-hero-points a {
	display: block;
	width: 230px;
	height: 40px;
}

#home-hero p#home-hero-points a span {
	display: none;
}

#home-recipe-of-week {
	margin: 8px 0 0 0;
	background: #000;
}

div#home-recipe-of-week-detail {
	float: left;
	display: inline; /* IE6 */
	background: #fff;
	width: 174px;
	margin-top: 200px;
	margin-left: 16px;
	border-right: 1px solid #d09b94;
	border-bottom: 1px solid #d09b94;
	position: absolute;
	z-index: 99;
}

#home-recipe-of-week h3 {
	font-size: 13pt;
	color: #c00;
	margin: 0;
	padding: 4px;
	border-right: 1px solid #e5c8c4;
}

#home-recipe-of-week p {
	margin: 0;
	padding: 4px;
	font-weight: bold;
	color: #666;
	border-right: 1px solid #e5c8c4;
	border-bottom: 1px solid #e5c8c4;
}

#home-recipe-of-week p a {
	color: #666;
	text-decoration: none;
}

#home-recipe-of-week h3 span {
	color: #ccc;
	margin-right: 8px;
}

#home-recipe-of-week h3 a {
	color: #fff;
	text-decoration: none;
}

#home-recipe-of-week-image {
	width: 560px;
	height: 284px;
	position: relative;
	z-index: 1;
}

#home-recipe-of-week-image a {
	display: block;
	width: 536px;
	height: 284px;
}

#home-recipe-of-week-image a span {
	display: none;
}

#home-month {
	margin: 8px 0;
	border: 1px solid #999;
}

#home-month h3 {
	margin-top: 0;
	font-size: 8pt;
	background: #000;
	color: #fff;
	padding: 4px;
}

.home-month-item {
	width: 64px;
	height: 48px;
	margin: 4px;
	display: inline; /* IE6 */
	float: left;
	border: 1px solid black;
	background: #ccc;
}

.home-month-item h4 {
	margin-top: 0;
	font-size: 8pt;
}

.home-month-item h4 a {
	display: block;
	width: 64px;
	height: 48px;	
	color: #fff;
	text-decoration: none;
}

.home-month-item h4 a span {
	display: block;
	background: #000;
}

#home-recipes-left {
	width: 265px;
	float: left;
	border-bottom: 1px solid #999;
	margin-top: 8px;
}

#home-recipes-left  h3 {
	color: #f00;
	font-size: 13.5pt;
	margin: 0;
	padding: 4px;
}

#home-recipes-left h3 span {
	color: #999;
	font-size: 10pt;
	padding-left: 4px;
}

#home-recipes-right {
	width: 265px;
	float: right;
	border-bottom: 1px solid #999;
	margin-top: 8px;
}

#home-recipes-right  h3 {
	color: #f00;
	font-size: 13.5pt;
	margin: 0;
	padding: 4px;
}

#home-recipes-right h3 span {
	color: #999;
	font-size: 10pt;
	padding-left: 4px;
}

.home-recipes-item {
	margin: 5px 0;
	border-top: 1px solid #999;
	padding: 4px;
	height: 93px;
}

.home-recipes-item-image {
	float: left;
	width: 84px;
	height: 84px;	
	display: inline;
	margin-top: 3px;
}

.home-recipes-item-image a {
	width: 84px;
	height: 84px;	
	display: block;
}

.home-recipes-item a span {
	display: none;
}

.home-recipe-item-rating-label {
	float: left;
	width: 80px;
	font-size: 7.5pt;
	color: #6d6e71;
	margin-bottom: 0;
}

.home-recipe-item-rating {
	float: right;
	width: 50px;
	height: 11px;
	background: url(/images/star-grey.gif) repeat-x;
	margin-top: 4px;
}

.home-recipe-item-rating span {
	display: block;
	float: left;
	font-size: 8pt;
}

.home-recipe-item-rating-average {
	width: 50px;
	height: 11px;
	background: url(/images/star-red.gif) repeat-x;
}

.home-recipes-item-detail {
	float: right;
	width: 164px;
	display: inline;
}

.home-recipes-item-detail h4 {
	height: 45px;
	margin: 0;
	font-size: 9pt;
}

.home-recipes-item-detail h4 a:link, .home-recipes-item-detail h4 a:visited {
	color: #fc0f15;
	text-decoration: none;
}

.home-recipes-item-detail p.home-recipes-item-description {
	margin: 0;
	height: 16px;
}

.home-recipes-item-detail p.home-recipes-item-meta {
	margin: 0;
	padding: 0;
	font-size: 7pt;
	line-height: 1.3em;
	color: #6d6e71;
	width: 162px;
}

.button-join {
	display: block;
	width: 88px;
	height: 32px;
	background: url(/images/button-join.png) top left no-repeat;
	float: left;
	margin: 4px;
}

.button-join span {
	display: none;
}

.button-join span {
	display: none;
}

.button-sign-in {
	display: block;
	width: 88px;
	height: 32px;
	background: url(/images/button-sign-in.png) top left no-repeat;
	float: left;
	margin: 4px;
}

.button-sign-in span {
	display: none;
}

#index {
}

#index #index-search {
	float: left;
	width: 160px;
	display: inline; /* IE6 */
}

#index #index-main {
	padding-top: 8px;
	float: right;
	width: 780px;
	display: inline; /* IE6 */
	background: url(/images/index-bg.png) top left no-repeat;
	color: #444;
}

#index-main h1 {
	color: #8e1100;
	padding: 14px 4px 0 8px;
	background: red url(/images/formbox-h1-bg.jpg) top left repeat-y;
	font-size: 13pt;
	height: 32px;
}

#index #index-main #index-main-content {
	width: 560px;
	margin: 0 8px 0 8px;
	display: inline;
	float: left;
}

#index #index-main #index-main-content {
	width: 560px;
	margin: 0 0 0 8px;
	min-height: 400px;
}

#index #index-main-sidebar {
	float: right;
	width: 200px;
	display: inline; /* IE6 */
}

#page {
	margin-top: 16px;
}

#page-sidebar {
	width: 160px;
	float: left;
}	

#page #page-menu {
	margin: 0;
	padding: 4px;
	-moz-border-radius: 4px; 
}

#page #page-menu a {
	color: #333;
}	

#page #page-menu h2 {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	margin: 4px;
}	

#page #page-menu h2 a:link, #page #page-menu h2 a:visited {
	text-decoration: none;
	color: #333;
}	

#page #page-menu h2 a:hover {
	text-decoration: underline;
	color: #333;
}	

#page #page-menu ul {
	padding: 0;
	margin: 4px 8px;
	list-style-type: none;
} 

#page #page-menu li {
	margin: 0;
	padding: 0;
}

#page #page-menu li a {
	color: #333;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 4px;
	margin-right: 2px;
    position:relative; 
}

#page #page-menu li a:link, #page #page-menu li a:visited {
	color: #333;
	text-decoration: none;
}

#page #page-menu li a:hover {
	text-decoration: underline;
}

#page #page-menu li a.static:hover {
	color: #333;
}

#page-main {
	padding-top: 16px;
	width: 780px;
	float: right;
}

#page-main h1 {
}

#page-main h1 a {
	color: #666;
}

#page #page-main .page-image {
	margin: 0 8px;
}

#page #page-main .page-image img {
}

#page #page-main .page-image p {
}

#page #page-main .page-image a {
}


#contact {
}

#contact #page-sidebar {
	width: 340px;
	float: left;
	display: inline;
}

#contact #page-main {
	width: 576px;
	float: right;
	display: inline;
}

.page-index {
}

.page-index-item {
	margin-top: 16px;
}

.page-index-image {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 16px;
}

.page-index-image img {
	border: 0;
}

.page-index-detail {
}

.page-index-item h3 {
	margin: 0;
}

.page-index-item p {
	margin-top: 4px;
}

/* general-use widgets */

/* sidemenu */

#sidemenu {
	margin: 0;
	padding: 4px;
	-moz-border-radius: 4px; 
	background: #f6f6f6;
}

#sidemenu a {
	color: #333;
}	

#sidemenu h2 {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	margin: 4px;
}	

#sidemenu h2 a:link, #sidemenu h2 a:visited {
	text-decoration: none;
	color: #333;
}	

#sidemenu h2 a:hover {
	text-decoration: underline;
	color: #333;
}	

#sidemenu ul {
	padding: 0;
	margin: 4px 8px;
	list-style-type: none;
} 

#sidemenu li {
	margin: 0;
	padding: 0;
}

#sidemenu li a {
	color: #333;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 4px;
	margin-right: 2px;
    position:relative; 
}

#sidemenu li a:link, #sidemenu li a:visited {
	color: #333;
	text-decoration: none;
}

#sidemenu li a:hover {
	background: #fff;
}

#sidemenu li a.static:hover {
	background: #eee;
	color: #333;
}

.embedtv {
	margin: 8px;
}

/* /gallery module-widget (enabled if /gallery page attached to home) */

#gallery {
}

#gallery .gallery-item {
	width: 223px; /* 4 items across in 924px */
	float: left;
	text-align: center;
	margin: 4px;
}

#gallery .gallery-item .gallery-item-image {
	width: 223px;
	height: 190px;
	margin: 0 auto;
}

#gallery .gallery-item .gallery-item-image a {
	display: block;
	width: 225px;
	height: 190px;
}

#gallery .gallery-item .gallery-item-image a span {
	display: none;
}

#gallery .gallery-item h3 {
	text-align: center;
}

#gallery .gallery-item h3 a {
	color: #666;
}

#gallery p {
	text-align: center;
}

#gallery #simpleviewer {
}

/* page-gallery for Gallery page formatting (include/page_render) -
you will need to adjust sizes if page-main has different width to
default. */

#page-gallery {
	margin: 8px 0;
	padding: 8px 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

#page-gallery #page-gallery-thumbnails {
	width: 188px;
	float: left;
}

/* thumbs images are 70x50px max */
#page-gallery #page-gallery-thumbnails .page-gallery-thumbnail {
	width: 80px;
	height: 60px;
	text-align: center;
	margin: 0 4px 4px 0;
	float: left;
}

#page-gallery #page-gallery-thumbnails .page-gallery-thumbnail img {
	border: 1px solid #000;
	margin: auto;
}

#page-gallery #page-gallery-zoom {
	width: 480px;
	float: right;
	text-align: left;
}

#page-gallery #page-gallery-zoom img {
	border: 1px solid #000;
}

#page-gallery #page-gallery-zoom h3 {
	text-align: left;
}

#page-gallery #page-gallery-zoom p {
	text-align: left;
}

#page-gallery #page-gallery-zoom p span.page-gallery-title {
	font-weight: bold;
}

/* for text_parse_structured table of contents */

#page #toc {
}	

#page #toc ul {
}	

/* for text_parse_structured tables */

#page table.markup {
}

#page table.markup caption {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 2px;
}

#page table.markup thead {
	background: #ffe;
	border: 1px solid #000;
	padding: 2px;
}

#page table.markup td {
	border: 1px solid #333;
	padding: 2px;
	vertical-align: top;
}

/* footer */

#footer-wrap {
	margin: 8px 0;
}

#footer {
	border-top: 1px solid #8e1100;
	width: 940px;
	margin: auto;
	padding: 8px 0;
	color: #666;
	font-size: 8pt;
}

#footer a {
	color: #f00;
}

#footer #footer-contact {
	display: inline;
	width: 200px;
	float: left;
}

#footer #footer-consumer-info {
	display: inline;
	width: 400px;
	float: left;
}

#footer #footer-links {
	display: inline;
	width: 340px;
	float: right;
	text-align: right;
}



/* web-app UI elements */
 
#controller {
	margin: 0 auto 4px auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px;
}

#controller table {
	width: 100%;
}

#controller td {
	vertical-align: middle;
}

#controller h1 {
	color: #000;
	margin: 2px 0 0;
	font-size: 10pt;
}

#controller a {
	color: #000;
}

a.buttonitem {
	float: right;
	display: block;
	text-align: center;
	padding: 0;
	width: 110px;
	height: 22px; 
	background: url(/images/nav/button0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.buttonitem {
	background: url(/images/nav/button1.gif) right no-repeat;
}

a.additem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/additem0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additem {
	background: url(/images/nav/additem1.gif) right no-repeat;
}

a.additemsm {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 0 0 0;
	width: 20px;
	height: 21px; 
	background: url(/images/nav/additemsm0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additemsm {
	background: url(/images/nav/additemsm1.gif) right no-repeat;
}

a.printitem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/print0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.printitem {
	background: url(/images/nav/print1.gif) right no-repeat;
}

#controller #print span {
	display: none;
}

#controller select {
}

#selector {
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
}

#selector h1 {
	font-size: 10pt;
}

#selector a {
}

#selector table {
	width: 100%;
}

#selector table td {
	padding: 0;
}

#selector td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#selector td.action input.close {
	font-size: 8pt;
	width: 60px;      
	font-weight: bold;
}


table#title {
	width: 100%;
	background: #eee;
	-moz-border-radius: 4px;
	margin: 0 auto 4px 0;
}

table#title td {
	vertical-align: middle;
}

#title td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#title td.action input.close {
	font-size: 8pt;
	width: 60px;
	font-weight: bold;
}

table#title td form {
	margin-top: 3px;
}

table#title td h1 {
	font-size: 10pt;
	background: none;
	color: #000;
	margin: 8px;
}

table#title td h1 a {
	color: #000;
}

#heirachy {
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc; 
	background: #ffe;
	padding: 2px;
	font-size: 9pt;
}	

/* dataset - for tabulated data */

.dataset {
	margin-top: 4px;
}

.dataset table {
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc;
	width: 100%;
}

.dataset table td {
	vertical-align: top;
	padding: 2px;
}

.dataset thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.odd {
	background: #fff;
}

.dataset td.even {
	background: #f6f6f6;
}

.dataset tfoot td {
	border-top: 1px solid #ddc; 
	background: #ffe;
}

.dataset tfoot td {
	padding: 2px;
}

/* formbox */

.formbox {
}

.formbox h2 {
	font-size: 10pt;
	font-weight: bold;
	padding: 4px 0;
	margin-top: 0;
}	

.formbox h3 {
	margin-top: 4px;
}	

.formbox table {
	width: 100%;
}

.formbox td {
	vertical-align: top;
	padding: 4px;
}

.formbox thead {
	background: #ffe;
}

.formbox thead td {
	background: #ffe;
}

.formbox thead td {
	border-bottom: 1px solid #ddc; 
}

.formbox tfoot {
	background: #ffe;
}

.formbox tfoot td {
	background: #ffe;
}

.formbox tfoot td {
	border-top: 1px solid #ddc; 
}

.formbox textarea {
	font-size: 10pt;
}

