body
{
	margin: 2px;
	color: #000000;
	background-color: #ffffff;
	overflow: hidden;
}
h1, h2, h3
{
	color: navy;
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a > img
{
	border: 0;
}
td > img
{
	vertical-align: bottom;
	border: 0;
}
.hidden
{
	display: none;
}
div#Tab_Content
{
	min-height: 200px;
}
div#header
{
	margin: 0px;
	padding: 0px;
	min-height: 74px;
}
div#PageTitle
{
	/* titlebar on page */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 68px;
	background-color: #ede8d4;
	padding-left: 5px;
	padding-top: 2px;
}
div#LeftMenu
{
	position: fixed;
	top: 107px;
	left: 6px;
	width: 200px;
	bottom: 0px;
	overflow: auto;
	background-color: #EDE8D4;
}
div#MainContent
{
	/*demand load content div*/
	position: fixed;
	top: 107px;
	left: 205px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	background-color: #eeeeee;
	max-width: 1100px;
}
ul#NothogenusMenu
{
	margin-top: 3px;
}
ul#CultivarList
{
	float: left;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 3px;
	margin-left: 2px;
	min-width: 400px;
	list-style-type: none;
}
ul#CultivarList > li
{
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 1;
	background-color: #ffffff;
	width: 100%;
	padding-bottom: 2px;
	padding: 0px;
}
h3.CultivarListHeader
{
	margin: 4px 0px 4px 4px;
}
td.C-name
{
	font-weight: bold;
	font-size: 14px;
	min-width: 275px;
}
td.H-er, td.H-erd, tr.C-src
{
	font-weight: bold;
	font-size: 12px;
}
tr.C-pars
{
	/* the parentage row */
	font-size: 12px;
}
tr.C-desc
{
	/* the description row */
	font-size: 12px;
}
span.count
{
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
ul.img-list
{
	list-style-type: none;
	margin-left: 0px;
	padding: 0;
}
ul.img-list > li
{
	float: left;
	margin: 0 4px;
	min-width: 40px;
	min-height: 40px;
}
a.show-reg
{
	margin-left: 2px;
	margin-right: 4px;
}
td.c-nm
{
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	min-width: 200px;
}
ul.new-list
{
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}
ul.new-list > li
{
	margin: 0 0px 6px 4px;
	min-width: 40px;
	min-height: 40px;
}
span.no-imgs
{
	font-style: italic;
	font-size: 11px;
}
div.contentHeader
{
	position: relative;
}
div.contentHeader > h3
{
	margin: 2px 0px 1px 6px;
	font-size: 18px;
}
div.contentList
{
	position: fixed;
	top: 166px;
	left: 8px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
}
div#contentList {
	clear:both;
}
div#contentList > ul
{
	list-style: none;
	padding-left: 4px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin-top: 0px;
	height: 100%;
	min-width: 450px;
	max-width: 975px;
}
div#contentList > ul > li
{
	clear : left;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 0px;
	min-height: 20px;
}
a.show-images
{
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0 2px 0 4px;
	background: url(../img/show_images.gif) no-repeat left bottom;
	cursor: pointer; /* ie demands we reinstate the pointer cursor */
}
a.show-reg
{
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0 2px 0 4px;
	background: url(../img/show_reg.png) no-repeat left bottom;
	cursor: pointer; /* ie demands we reinstate the pointer cursor */
}
span.reg-title
{
	display: inline-block;
	min-width: 320px;
	font-weight: bold;
	font-size: 14px;
}

