.highlighted{
  background-color: lightsteelblue;
 }
.invis{
display: none;
}
.gradient{
	background-image : url("http://www.pbtg.com/transfer/images/gradient.jpg");
  height: 100px;
}
.sideGradient{
	background-image : url("http://www.pbtg.com/transfer/images/sideGradient.jpg");
  width: 50px;
  height: 100%;
}
.sideGradient2{
	background-image : url("http://www.pbtg.com/transfer/images/sideGradient2.jpg");
  width: 50px;
  height: 100%
}
.appHeader{
height: 60px;
background-color: white;
width: 100%;
}
.companyHeader{
background-color: #EAEAE8;
font-size:large;
font-family: Arial; 
color: black;
}
.smallHeader{
font-size:small;
font-family: Arial; 
color: black;
font-weight: bold;
}
.smallButton{
font-size: xx-small; 
color: black;
}
.smallInput{
	font-size: x-small;
	font-family: Arial;
	color: black;
	border: 1px solid black;
}
.thickBorder{
border-color: black;
border-style: solid;
border-width: 4;
}
.thinBorder{
border-color: black;
border-style: solid;
border-width: 1;
}
.greyBar{
background-color: #663366;
height: 5px;
}
.greyBorder{
border-color: black;
border-style: solid;
border-width: 1;
}
.goodMessage{
background-color: blue;
font-size: small;
font-family: Arial; 
color: white;
}
.altText{
font-size: xx-small;
font-family: Arial; 
color: black;
border-color: black;
border-style: solid;
border-width: 1;
}
.badMessage{
background-color: red;
font-size: small;
font-family: Arial; 
color: white;
}
.fieldTitle{
	background-color: #CED5DF;
	font-size:x-small;
	colonr: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid black;
}
.row1{
background-color: #DADBDE;
}
.row2{
background-color: #E7E8E9;
}
.tableText{
font-size: x-small;
font-family: Arial; 
color: black;
font-weight: normal;
}
.boxHeader{
	background-color: #333366;
	font-size: small;
	font-weight: bold;
	border-color: black;
	border-style: solid;
	border-width: 1;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
body{
background-color: white;
color: black;
}
h3{
background-color: #CAC6C6;
}

a:link    { color: black; font-weight: bold;text-decoration:none;}
a:active  { color: black; font-weight: bold;text-decoration:none;}
a:visited { color: black; font-weight: bold;text-decoration:none;}
a:hover   { color: black; font-weight: bold;text-decoration:underline;}
