﻿.styleTDtextboxLabel
{
    width: 180px;
    font-weight: 700;
    text-align: right;
    height: 20px;
    vertical-align: middle;
}
.styleDataFieldRow
{
    height: 30px;
    vertical-align: middle; /*background-color: Red;*/
}
.styleDateFieldTextbox
{
    text-align: center;
}
.styleDataFieldLabel
{
/*    height: 10px;
    width: 180px;
    font-weight: 700;
    vertical-align: middle;*/
    float: right; 
    margin-right: 10px;    
}
table.radioButtons input
{
    padding-top: 9px;
    width: 20px;
    display: block;
    float: left;
    border: none;
    background: white;
    vertical-align:bottom;
    padding-left: 0px;
    border-left-width: 0px;
}
table.radioButtons label
{
    width: 200px;
    display: block;
    float: left;
    vertical-align: middle;
}
.labelLHNewsItemHeader
{
    font-size: medium;
    font-weight: bold;
    font-family: MS Sans Serif;
    text-align: left;
    color: #ff5113;
}
.LHNewsPara
{
    text-align: left;
    margin-left: 10px;
}
.LHNewsInlineHyperlink
{
    cursor: hand;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: normal;
    color: White;
    text-decoration: underline;
}
/*.centered 
{
  width: 200px;
  height: 200px;  
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}*/
