.pretty-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  background: #bcd0e4 url("/Images/widget-table-bg.jpg") top left repeat-x;
  width: 610px;
}

.pretty-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

.pretty-table th[scope=col]
{
  color: #fff; /*#000*/
  background-color: #7d98b3; /*#8fadcc*/
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  /* border-right: 2px solid #333;*/
  text-align: center;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

/*
.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}
*/

.pretty-table-small
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  background: #bcd0e4 url("/Images/widget-table-bg.jpg") top left repeat-x;
  width: 410px;
}

.pretty-table-small caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table-small th, .pretty-table-small td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: center;
  color: #632a39;
}

.pretty-table-small th[scope=col]
{
  color: #fff; /*#000*/
  background-color: #7d98b3; /*#8fadcc*/
  text-transform: uppercase;
  font-size: 1.9em;
  border-bottom: 2px solid #333;
  /* border-right: 2px solid #333;*/
}

.pretty-table-small th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table-small th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table-small tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

/*
.navtext {
width:150px;
font-size:12pt;
border-width:2px;
border-style:outset;
border-color:darkgray;
layer-background-color:tan;
background-color:tan;
color:black;
margin-top:-120px;
margin-right:-280px;
}
*/

.navtext {

color:black;
margin-top:-180px;
margin-left:120px;
  /* border-collapse: collapse; */
 /* border: 1px solid #333; */
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  background: #bcd0e4 url("/dev/Images/widget-table-bg.jpg") top left repeat-x;
  width: 410px;
}

.navtext caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.navtext th, .pretty-table-small td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: center;
  color: #632a39;
}

.navtext th[scope=col]
{
  color: #fff; /*#000*/
  background-color: #7d98b3; /*#8fadcc*/
  text-transform: uppercase;
  font-size: 1.9em;
  border-bottom: 2px solid #333;
  /* border-right: 2px solid #333;*/
}

.navtext th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.navtext th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.navtext tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

select.btn3
{
	 color: #000000;
	background-color: #E2E1E0; 
 	font: normal 12px/1.5 Arial, Verdana, sans-serif;
}

input.btn3 {
   /* color: #fff */
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#385563; /*#BBD2F5*/
   border:1px solid;
   border-top-color:#999999;
   border-left-color:#999999;
   border-right-color:#595959;
   border-bottom-color:#595959;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#000000',EndColorStr='#385563');
}

.btn3 {
   color: #fffFFF;
   font-color: #FFFFFF;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#385563; /*#BBD2F5*/
   border:1px solid;
   border-top-color:#999999;
   border-left-color:#999999;
   border-right-color:#595959;
   border-bottom-color:#595959;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#385563');
}

table.error1 {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: collapse;
	background-color: white;
}
