/* DEFAULTS
----------------------------------------------------------*/

body   
{
    font-size: .80em;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
font-family:Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background: #d3d7de no-repeat center top fixed;
}

.logo{
	float: left;
    width: 244px;
    margin-left: 23px;
    margin-top: -31px;
}
a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
font-family:Arial;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/*
.page
{
    width: 964px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #E7E7E7;
}
*/

.page {
  width: 964px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  background-image: url(../images/bgg_top.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  border-right: solid 5px #fff;
  border-left: solid 5px #fff;
  box-shadow: 0 0 3px #ccc;
}
.toptools {
  background-image: url(../images/toplnks_bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
  margin-bottom: 10px;
  height: 29px;
}


.header {
  border: 1px solid #e4e6e9;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
  background-color: #FFF;
  position: relative;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  height: 118px;
  overflow: hidden;
}

.topdatetime {
  background-image: url(../images/toplnks_date.jpg);
  background-repeat: no-repeat;
  float: left;
  height: 23px;
  width: 207px;
  font-size: 10pt;
  font-family: arial;
  color: #5b5b5b;
  padding-top: 6px;
  padding-left: 20px;
  text-shadow: 1px 1px 0 #e8e8e8;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
  background-image: url(../images/footer_bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #eeedec;
  font-family: arial;
  font-size: 10pt;
  color: #999999;
  padding-top: 15px;
  height: 85px;
  overflow: hidden;
}
.footerdata {
  height: 55px;
  padding-left: 20px;
  padding-bottom: 7px;
  margin-right: 20px;
}

.footerrits {
  background-image: url(../images/footer_lnks.jpg);
  height: 20px;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.siterits {
  float: left;
  width: 450px;
  padding-top: 2px;
  color: #666666;
  font-size: 7pt;
}
.footerlinks {
  float: right;
  width: 400px;
  text-align: right;
  color: #918a7b;
  padding-top: 2px;
}

a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #0AB3A1;
text-decoration: none;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}


.tableGray{
    border: 2px solid #DDD;
    border-collapse: collapse;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;    
    border-radius: 8px;
    margin: 10px 10px 10px 10px;
}

.tableGray td{
    border: 1px dotted #DDD;
    position: relative;
    padding: 10px 10px 10px 10px;
    margin: 5px 10px 5px 10px;
    min-width: 100px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}