/*a { font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #483D8B; text-decoration: underline}

a:hover { font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #A52A2A; background-color: #FAEBD7}

h1 { font-family: Arial, Verdana, sans-serif; font-size: 32px; color: #A52A2A }
h2 { font-family: Arial, Verdana, sans-serif; font-size: 24px; color: #A52A2A }

hr{ color:Aqua; background-color:Fuchsia; width:90%; height:2px; }
*/




Body {
	font-family: Arial;
}


.HeadStyle {
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: x-large;
	TEXT-ALIGN: left;
}
.SubHeadStyle {
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	COLOR: #3366ff; 
	FONT-SIZE: large;
	TEXT-ALIGN: left;
}
.ErrorMsgStyle {
	FONT-STYLE: italic; 
	COLOR: red;
	
	
}

.ErrorMsgStyle_Cookie{
	border: thin solid red;
	padding: 10px;
	text-align: left;
	font-size: small;
	color:black;
}



tr.AlternateRow
{
	background-color:#B4C8FF;
	
}

tr.AlternateRow td
{
	background-color:#B4C8FF;
	
}



.HeaderRow
{
	background-color: #3366FF;
	color:White;
	font-weight:bold;
	
}



table.PageTable
{
	text-align: center;
	border-width:0;
	padding:2,2,2,2;
	width:600px;
	
}

table.ResultsTable
{
	text-align: left;
	vertical-align:middle;
	width: 360px; 
	border-style: none;
	margin-left:auto;
	margin-right:auto;
	
}

table.ResultsTable td
{
	padding-left: 15px;

}

.StockCell {
	text-align:center;
}

.CodeHeader  {
	width:120px;
	text-align:center;
}

.NameHeader  {

	text-align:center;
}

.StockHeader  {
	width:120px;
	text-align:center;
}






table.authoredTable {
	width: 95%;
	margin-bottom:1em;
	
}

table.authoredTable th {
	border-bottom-color: #C8CDDE;
	border-bottom-style: solid;
	border-bottom-width: 1;
	background: #EFEFF7;
	padding: 0.2em;
	text-align: left;
	color: #000066;
	font-weight: bold;
}

table.authoredTable td {
	height:24px;				
	border-bottom-style: solid;
	border-bottom-color: #C8CDDE;
	border-bottom-width: 1px;
	background: #F7F7FF;
	padding: 0.4em;
	vertical-align: top;	
}


span.ui {
	color: #1e57fe;
}

