﻿/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
}

div{
  position: relative;
}

hr {
  color: #ccc;
  border-top: #ccc solid 2px;
}

img{
  border: none;
  position: relative;
}


/*** Text Styles ***/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color:#000000;
}

h1, .PageHeading{
  font-size:16px;
  color:#A5B8C9;
  font-weight: bold;
  margin-top:0;
}

h2, .SubHeading{
  font-size : 14px;
  color:#A5B8C9;
  font-weight: bold;
  margin-top: 0;
}

h3, .TopicHeading{
  font-size : 12px;
  color: #666;
  font-weight: bold;
  margin-top: 0;
}

h4{

}

h5{

}

.goldTxt{
  color: #8d703b;
}

.smText{
  font-size: 10px;
}

.error {
  font-size : 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FF0000;
  font-weight: bold;
}


/***  Links ***/

A:active, A:link, A:visited {
  color:#666;
  text-decoration:underline;
}
A:HOVER {
  color : #666;
  text-decoration:none;
}

.footerNav{
  font-family : Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 8pt;
}

A.footerNav:active, A.footerNav:link, A.footerNav:visited {
  color : #666666;
  text-decoration : underline;
}
A.footerNav:HOVER {
  color : #666666;
  text-decoration : none;
}

/***   Forms   ***/

.FormFields {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: Black;
  background: #FFFFFF;
  border : 1px #333333;
  padding : 2px;
}

.LoginButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: #003366;
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  font-weight: bold;
  color: #FFFFFF;
}

.FrmRow{
  clear: both;
}

.FrmLabel{
  width: 200px;
  float: left;
}

.FrmField{
  margin-left: 215px;
}

.ClearAll{
  clear: both;
  height: 1px;
  font-size: 0px;
}

fieldset{
  border:none;
}

legend{
  font-size:16px;
  color:#A5B8C9;
  font-weight: bold;
}


.clearfix:after {
  /* What's this? --> http://www.positioniseverything.net/easyclearing.html */
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html>body .clearfix {
  display: inline-block; 
  width: 100%;
}

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}
