body 
{ background-color : #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}*/
/*p {font-size: 0.8em;}*/


/* links */
a, 
a:visited, 
a:active 
{
  display:inline; 
  text-decoration: underline;
  /*width: 50px;
  padding: 0px 10px 0px 10px;*/
}

a	
{
  color: #1a3968;
}
a:visited 
{
  color: #7D053F;
}
a:hover 
{
  background: #488AC7; 
  color: #fff;
}

#header1
{ 
    position: absolute; top: 10px; left: 10px;  right:20px;
    /*position: absolute; top: 0.4em; left: 0.4em;  right:0.8em;*/
	/*background-image:  url("blueheadercut.jpg") ; */
	white-space: nowrap;
	/*background-repeat:repeat-x;*/
	height: 60px;
	/*height: 2.4em;*/
	width: 96%;
	text-decoration: none;
	padding: 20px 0px 0px 20px;
	color : white; 
	font-size : 2em; 
	text-align : left; 
	background-color: #1d6ea5;
}

h1 
{
	font-size: 2.5em;
	color: #333366;
	text-decoration: none;
	white-space:nowrap;
}
h2 
{
    font size: 2em;
	color: #666699;
	text-decoration: none;
}

TABLE TR TH,
TABLE TR TH A,
TABLE TR TH A:visited,
TABLE TR TH A:active
{
	
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: white;
	line-height: 1.4;
	padding-top: 5px;
	background-color: #1d6ea5;
	text-align: center;
}

TABLE TR TH A:hover 
{
  background: #488AC7; 
  color: #fff;
}

/* form entry style */
TABLE.entry TR TD
{
    padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	valign: middle;
	color: #000000;
	background-color: #c8d6e3;/*#CCCCFF;*/
	text-align: left;
}

/* even rows */
TABLE.result TR.even_row TD
{
	valign: middle;
	color: #000000;
	background-color: #CCCCFF;
	text-align: center; 			
}

/* odd rows */
TABLE.result TR TD
{
	valign: middle;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center; 		
}

/*TD.aleft 
{
	valign: middle;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left; 		
}*/

/* tutorial */
body#tutorial h1
{
	font-size: 32px;
	color: black;
}
body#tutorial p
{
	margin-left: 0;
	margin-right: 0;
	font-size: 16px;
}

ul#tabnav 
{ /* general settings */
	position: relative;
	text-align: left; /* set to left, right or center */
	margin: 10em 0 0 0; /* set margins as desired */
	font: bold 11px arial, sans-serif; /*set font as desired */
	border-bottom: 1px solid #C8D6E3; /* set border COLOR as desired */
	width: 98%;
	list-style-type: none;
	padding: 5px 5px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

/*tab styles*/
ul#tabnav li 
{ 
	display: inline;
	font size: 2px;
}

body#tab1 li.tab1, 
body#tutorial li.tab2, 
body#tab3 li.tab3, 
body#tab4 li.tab4 
{ /* settings for selected tab */
	border-bottom: 1px solid #fff; 
	background-color: #fff; 
}

body#tab1 li.tab1 a, 
body#tutorial li.tab2 a, 
body#tab3 li.tab3 a, 
body#tab4 li.tab4 a 
{ /* settings for selected tab link */
	background-color: #fff; 
	color: #000; 
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a 
{ /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #C8D6E3; 
	background-color: #C8D6E3; 
	color: #666; 
	margin-right: 0px; 
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover,
ul#tabnav a:focus
{ /* settings for hover effect */
	background: #fff; 
}

#container
{
	border: 1px solid #C8D6E3;
	width:auto;
	position: absolute;
	padding: 10px;
	margin-left: 10px;
	/*margin: 30px 80px 0px 20px;*/
}

#primarycontainer
{
	float: left;
	padding-right: 0px;
	width: auto;
}

TABLE TD.sequence
{
	font-family: courier, monospace;
	text-align: left;
	valign: top;
}