﻿body
{
  font-family: 'Palatino Linotype' , 'Times New Roman' , Garamond, Tahoma, Arial;
  background-color: #f8f8f8;
}

.tdBorder
{
  color: Orange;
  font-family: 'Palatino Linotype' , 'Times New Roman';
  text-align: left;
  background-image: url(images/bgSection.gif);
  background-position: bottom center;
  background-repeat: repeat-x;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
  width: 48%;
}

.myTableMain
{
  width: 760px;
  height: 100%;
  border-right: #eaeaea thin solid;
  border-top: #eaeaea thin solid;
  border-left: #eaeaea thin solid;
  border-bottom: #eaeaea thin solid;
  border-collapse: collapse;
  background-color: white;
}

.myTableMain tr td
{
  background-color: White;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  vertical-align: top;
}

.aSelected
{
  color: White;
  text-decoration: none;
}

.aNav
{
  color: LightGrey;
  text-decoration: none;
}
.aNav:hover
{
  color: White;
  text-decoration: none;
}
.rowNav
{
  text-align: center;
  background-color: #000066;
  color: white;
  font-family: 'Palatino Linotype' , 'Times New Roman' , Garamond, Tahoma, Arial;
}
table
{
    border-collapse: collapse;
}

.divHeader
{
  color: #939393;
  font-family: 'Palatino Linotype' , 'Times New Roman';
  font-size: larger;
  text-align: left;
}

A IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 60);
	background-color: transparent;
	text-decoration: none;
}

A IMG.Selected
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 99);
	background-color: transparent;
	text-decoration: none;
}

A:hover IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 99);
	background-color: transparent;
	text-decoration: none;
}

.divBody
{
  color: Orange;
  font-family: 'Palatino Linotype' , 'Times New Roman';
  text-align: left;
  border-right: gray thin solid;
  border-top: gray thin solid;
  border-left: gray thin solid;
  border-bottom: gray thin solid;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
}

.tdBorder
{
  color: Orange;
  font-family: 'Palatino Linotype' , 'Times New Roman';
  text-align: left;
  border-right: gray thin solid;
  border-top: gray thin solid;
  border-left: gray thin solid;
  border-bottom: gray thin solid;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
}

.tblWithBorder
{
  border-right: gray thin solid;
  border-top: gray thin solid;
  border-left: gray thin solid;
  border-bottom: gray thin solid;
  height: 100%;
  width: 100%;
}

.tblWithBorder tr
{
  height: 100%;
}

.tblWithBorder tr td
{
  color: Orange;
  font-family: 'Palatino Linotype' , 'Times New Roman';
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
}


ul
{
  color: Black;
  font-family: 'Palatino Linotype' , 'Times New Roman';
  text-align: left;
  list-style-type: square;
  list-style-position: outside;
}

.tdNoBorder
{
  background-image: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

