﻿* html body
{
    width: expression(document.documentElement.clientWidth < 940 ?  "940px" : "auto" );
}

body
{
    margin: 0px;
    padding: 0px;
    min-width: 940px;
    background: url(../Images/background.gif) repeat-x;
}

a, a:hover, a:visited
{
    cursor: pointer;
}

table
{
    border-collapse: collapse;
}

td
{
    padding: 0px;
}

input, select
{
    vertical-align: middle;
}

ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ol > li
{
	margin-bottom: 5px;
}

img
{
    border: 0px;
}

form
{
    margin: 0px;
}

p
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.FloatRight
{
    float: right;
}

.FloatLeft
{
    float: left;
}

div.Table
{
    width: 100%;
}

div.Table > div
{
    float: left;
    height: 100%;
}

table.Table
{
    width: 100%;
}

table.Table td.Column
{
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #eff2f4;
    vertical-align: top;
}

table.Table td.First
{
    padding-left: 0px;
}

table.Table td.Last
{
    padding-right: 0px;
    border-right: none;
}

div.Visible
{
    display: block;
}

table.Visible, td.Visible, tr.Visible
{
}

span.Visible, p.Visible, a.Visible
{
    display: inline;
}

div.Invisible, span.Invisible, p.Invisible, a.Invisible, tr.Invisible, table.Invisible, td.Invisible
{
    display: none;
}

.dxbButton
{
    width: 75px;
}

.Width40
{
    width: 40%;
}

.Width60
{
    width: 60%;
}

.Width50
{
    width: 50%;
}

.Width100
{
    width: 100%;
}

td.Label
{
    vertical-align: middle;
}

.Label
{
    font-size: 12px;
}

.para
{
    padding-bottom: 5px;
    font-size: 12px;
}

table.LoginBox
{
	width: 100%;
	border-collapse: collapse;
}

table.LoginBox td
{
	vertical-align: top;
}

table.LoginBox td.LoginContent p
{
 line-height: 20px;
}

table.LoginBox td.LoginContent
{
 border-right: 1px solid #eff2f4;
 padding: 0 50px 0 0;
 line-height: 20px;
}

table.LoginBox td.LoginBox
{
	padding-left: 50px;
}

table.LoginBox td.LoginBoxMiddle
{
    width: 30px;
}

table.LoginBox td.LoginBoxRight,
table.LoginBox td.LoginBoxLeft
{
    width: auto;
    width: 220px;
}

table.LoginBox td.LoginBoxLeft table,
table.LoginBox td.LoginBoxLeft div
{
    margin-left: auto;
    width: 220px;
}

.LoginBoxRight
{
    padding: 10px;
    background-color: #eff2f4;
    border: solid 1px #b7c2d1;
    font-weight: bold;
    vertical-align: middle !important;
}
.LoginBoxRight:hover { background: #fff1a8; }

.HiddenOverflow
{
	overflow: hidden;
}

.MarginBottom10
{
	margin-bottom: 10px;
}

.NoBorder
{
	border: 0 none !important;
}

.AutoWidth
{
	width: auto !important;
}

.check {
 position: absolute;
 margin: 3px 0px 0px -20px;
}

.TemplateContent
{
 line-height: 20px;
 font-size: 13px;
}

.TemplateContent h2,
.TemplateContent h3,
{
    color: #4C4646 ;
    margin-bottom: 5px;
}

.TemplateContent .bulleted li
{
    background-image: url(../Images/bullet_text_gray.gif);
}