/*Color CSS*/

/* =Base */
html, body {
}

a, a:link, a:visited 
{
  color: #415571;
  font-weight:900;
}

a:visited 
{
  color: #7e8998;
  font-weight:900;
  text-decoration:none;
}

a:focus, a:hover 
{
	color:#7e8998;
}

a img, a:link img, a:visited img {}

a:focus img, a:hover img {}

/*Forms*/
button {}
form abbr {}
input:focus, select:focus, textarea:focus {}
legend, input, select, textarea {}

/*Classes*/
.background 
{
  background-color:#FFFFFF;
}

.content
{
  background-color:#FFFFFF;
  font: Arial; 
  width:80%;
  /*width:760px;  */
}

.horizontalbar
{
  color: #963F37;
  width:650px; 
  text-align:left;
}
.results
{
  font-weight:bold;
}

/* Genral Class */
.simpleText
{
  color:Black;
  font-family:Arial;
  text-align:left;
  padding-left:10px;
  margin-left:10px;
}

.simpleText a
{
  color:Navy;
  font-family:Arial;
  text-align:left;
}

.simpleTextBolded
{
  color:Black;
  font-family:Arial;
  text-align:left;
  font-weight:bold;
}
.simpleGreyText
{
  color:#838488;
  font-family:Arial;
  text-align:left;
  font-weight:bold;
}
.separator
{
  border-right: 2px solid #963f37;
}

.title
{
  color: #008463;
  border-bottom: 2px solid #fff;
  padding-bottom:5px;
}

/*User Control :: Footer*/

.footerLink
{
  width:145px;
  font-family:Arial;
  font-size:smaller;
}

.footerFrame
{
  width:auto;
  padding:10px 20px 20px 20px;
}

/*User Control :: Custom Fields*/
.informationLabel
{
  font-weight:bold;
  font-family:Arial;
}

.errorMessageLabel
{
  font-family:Arial;
  font-weight:bold;
  color:Red;
}

/*Test CSS to apply Border across a table to check its span*/
.testBorderTable
{
  border:solid 2px olive;
  border-collapse:collapse;
}

.testBorderTable tr td
{
  border:solid 2px olive;
  border-collapse:collapse;
}


