﻿
button
{

 white-space: normal;   
}

hr {
	border: 0;
	border-top: 2px solid #0066A7;
	height: 2px;
}
body 
{
    font-size: 0.8em;
    color: black;
    font-family: Arial;
    text-align: right;
}

table.search th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #F1F1F1;
	color:#0077AA;
}

table.search td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	
	
}
.rowStyle {   background-color: #E6E6E6 ;}

table.pager td {
	border-color: gray;
	background-color: white;
	color:Gray;
	font-family:Courier New
	
}

table.pager {
	border-width: 1px;
	border-style: inset;
	border-color: black;
	background-color: white;
	
}

ul {list-style-type: square;}

ul.b {list-style-type: circle;}

li.b {list-style-type: none;}


