/* Background color for the main windows */
.bodymain	{	background: lightsteelblue; }

/* Background color for the pop-up windows */
.bodypopup	{	background: #cccccc; }

/* Input fields style */
input  		{	font-family: "verdana", "arial", "helevetica", "sans serif";
				font-size: 11px;
				color: navy;
				font-weight: normal; }
				
/* Input fields style */
.inputdisabled
{
	font-weight: normal;
	font-size: 11px;
	color: navy;
	font-family: "verdana" , "arial" , "helevetica" , "sans serif";
	background-color: lightsteelblue;
}

.inputuppercase
{
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: navy;
	font-family: "verdana" , "arial" , "helevetica" , "sans serif";
}
				
/* Normal text style */		
.text  		{	font-family: "verdana", "arial", "helevetica", "sans serif";
				font-size: 11px;
				color: navy;
				font-weight: normal; }
				
/* Small text style */
.textsmall  {	font-family: "verdana", "arial", "helevetica", "sans serif";
				font-size: 9px;
				color: navy;
				font-weight: normal; }
				
/* Disabled text style */				
.textdisabled {	font-family: "verdana", "arial", "helevetica", "sans serif";
				font-size: 11px;
				color: dimgray;
				font-weight: normal; }
				
/* Right-aligned text style */
.textrightalign	{	font-family: "verdana", "arial", "helevetica", "sans serif";
					font-size: 11px;
					color: navy;
					font-weight: normal;
					text-align: right; }	
					
/* Disabled right-aligned text style */				
.textradisabled {	font-family: "verdana", "arial", "helevetica", "sans serif";
					font-size: 11px;
					color: dimgray;
					font-weight: normal;
					text-align: right; }								
				
/* The style for the <select> tag */				
select		{	font-family: "verdana", "arial", "helevetica", "sans serif";
				font-size: 11px;
				color: navy;
				font-weight: normal; }
				
/* The style for the "small text" select box */				
.selectboxsmall	{	font-family: "verdana", "arial", "helevetica", "sans serif";
					font-size: 9px;
					color: navy;
					font-weight: normal; }				
				
/* Screen header style */
.header	{	font-family: "verdana", "arial", "helvetica", "sans serif"; 
				font-size: 12px;
				color:lightsteelblue;
				background-color: #336699;
				padding-top: 3px;
				padding-right: 3px;
				padding-bottom: 3px;
				padding-left: 3px;				
				font-weight: bold; }
				
/* Group header style */			
.group 		{	font-family: "verdana", "arial", "helevetica", "sans serif";
				font-size: 11px;
				color: darkslategray;
				font-weight: bold;
				font-style: italic; }	
				
/* Group disabled header style */			
.groupdisabled	{	font-family: "verdana", "arial", "helevetica", "sans serif";
				font-size: 11px;
				color: dimgray;
				font-weight: bold;
				font-style: italic; }	
				
/* Horizontal line for group headers */			
.horizline	{	color: darkslategray; }			
				
/* Style for the text in comboselect boxes */			
.comboselect {	font-family: "courier new";
				font-size: 11px;
				color: navy;
				font-weight: normal; }						

/* Style to use for the column headers */	
.colheader	{ 	font-family: "verdana", "arial", "helevetica", "sans serif";
				font-size: 10px;
				color: WhiteSmoke;
				font-weight: bold;
				background: Gray; }
				
/* Style to display the current record number information in the header */	
.recordInfo	{ 	font-family: "verdana", "arial", "helevetica", "sans serif";
				font-size: 10px;
				color:lightsteelblue;
				font-weight: bold;
				background-color: #336699; }				
				
/* Links style */
.link 		{	font-size: 11px;
				color: darkgreen;
				font-family: "verdana", "arial", "geneva", "sans serif";}
.link:hover { 	color: tomato; }


/* Style for links in the drop-down */
.droplink 	{	font-size: 12px;
				color: lightsteelblue;
				font-family: "verdana", "arial", "geneva", "sans serif";
				font-weight: bold;
				font-style: italic;  }
.droplink:hover { 	color: tomato; }					

/* Style to use for instructions on the screen */
.instruction { 	font-family: "Verdana", "Arial", "Helvetica", "sans serif";
				font-size: 10px;
				color: #336699; }
				
/* Style to use for genotype results */
.genotype  {	font-family: "verdana", "arial", "helevetica", "sans serif";
				font-size: 20px;
				color: navy;
				font-weight: bold; }
				
/* Style for copyright information */
.copyright {  	font-family: "Verdana", "Arial", "Helvetica", "sans serif";
				font-size: 10px;
				color: #666666;}				
						
						
/* Style so panels will display background color same as other controls */
.panel
{
	background-color: window;
}
						
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
	font-weight: normal;
	font-size: 11px;
	color: navy;
	font-family: "verdana" , "arial" , "helevetica" , "sans serif";
	text-decoration: none;
}

A.MenuUnselected:hover
{
	font-weight: bold;
	text-decoration: none;
}