/* Default hyperlink sytle to browser default*/
A  {
	text-decoration : underline;
}

A:Visited  {
	text-decoration : underline;
}

A:Active  {
	text-decoration : underline;
}

A:Hover  {
	text-decoration : underline;
}


/* Hyperlink sytle for Top Banner/Header */

div.greylink a:link, div.greylink a:visited, div.greylink {
   color: #666666;
   text-decoration: none;
}
div.greylink a:hover {
   color: ##FF6600;
   text-decoration: underline;
}

div.bannertop a:link, div.bannertop a:visited, div.bannertop {
   color: #FFFFFF;
   text-decoration: none;
}
div.bannertop a:hover {
   color: #FFFFFF;
   text-decoration: none;
}

div.banner a:link, div.banner a:visited, div.banner {
   color: #FFFFFF;
   text-decoration: none;
}
div.banner a:hover {
   color: #FFFF00;
   text-decoration: underline;
}

div.prod_menu_banner a:link, div.prod_menu_banner a:visited, div.prod_menu_banner {
   color: #003399;
   text-decoration: underline;
}
div.prod_menu_banner a:hover {
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
   color: #FFBB00;
   text-decoration: underline;
}

/* Hyperlink sytle for Left Banner/Header */
div.leftBanner a:link, div.leftBanner a:visited, div.leftBanner {
   color: #002953;
   text-decoration: none;
}
div.leftBanner a:hover {
   background: #FFFF00;
   text-decoration: underline;
}

.headLinks
{
	Color: #FFFFFF;
}

.small
{
	font-family: Arial, Helvetica, Verdana;
	color: rgb(0,0,0); 
	font-size: 7.5pt
}
.tiny
{
	font-family: Arial, Helvetica, Verdana;
	color: rgb(0,0,0); 
	font-size: 6pt
}
.medium
{
	font-family: Arial, Helvetica, Verdana;
	color: rgb(0,0,0); 
	font-size: 10pt
}
.mediumgrey
{
	font-family: Arial, Helvetica, Verdana;
	color: #333333; 
	font-size: 10t
}
.smallgrey
{
	font-family: Arial, Helvetica, Verdana;
	color: #333333; 
	font-size: 9pt
}
.main1
{
	font-family: Arial, Helvetica, Verdana;
	color: rgb(0,102,255);
	font-size: 11pt
}

body         { font-family: Arial, Helvetica, Verdana; font-size : 9pt; color: #000000; background-color: 
               #FFFFFF; margin: 0em }BODY  {
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}
.smallheader  {
	font-size : x-small;
	font-weight : bold;
}

.smallerheader  {
	font-weight : bold;
	font-size : xx-small;
}

.smalltext  {
	font-size : x-small;
}

.smallertext  {
	font-size : xx-small;
}

.tbflat  {
	font-size : xx-small;
	font-family : Verdana;
	border-width : 1;
	border-style : solid;
	border-color : #008080;
}

.cmdflat  {
	font-size : xx-small;
	font-family : Verdana;
	background-color : #483d8b;
	color : #ffffff;
	font-weight : bold;
	border-width : thin;
}

.smallbutton {
	font-size: 9px;
	border-width: 1;
}

.updown_sort {
	cursor: hand;
}

.smimg {
	width: 9;
	height: 11;
	border: 0;
	cursor: hand;
}

.folder {
	color: gray;
}

.mdbNew {
	color: blue;
}

.mdbExist {
	color: STEELBLUE;
}

.hrBar {
	color: #C0C0C0;
}

.OpenDialogueFont {
	font-size: xx-small;
	font: MessageBox;
	color: black;
	cursor: default;
}

.SQLBuilder {
	cursor: hand;
	font: Courier;
	color: darkblue;
}

.HelpText
{
	background-color : #ffffe0;
	padding-left : 5px;
	padding-top : 5px;
	padding-right : 5px;
	padding-bottom : 10px;
	border-top : 1px dotted #ccccdd;
	border-left : 1px dotted #ccccdd;
	border-right : 1px dotted #ccccdd;
	border-bottom : 1px dotted #ccccdd;
}
