﻿body 
{
    font-family: Arial;
    font-size: 12px;
}

h2
{
    font-size:22px;
}

h3
{
    font-size:16px;
}

h4
{
    font-size:14px;
}

p
{
    padding-bottom:2px;
    margin:3px 0 7px 0;
}

H2, H3, H4
{
    COLOR:#ff8500;
    margin:4px 0 2px 0;
    padding-bottom:0px;
}
img
{
    border: 0px;
}

.hand
{
    cursor: pointer;
}

.inline
{
    display: inline;
}

.block
{
    display: block;
}

.InlineBlock
{
    display: inline-block;
}

.NoUnderline
{
    text-decoration: none;
}

.ltr
{
    direction: ltr;
}

.rtl
{
    direction: rtl;
}

a.HoverUnderline
{
    text-decoration: none;
}

a.HoverUnderline:hover
{
    text-decoration: underline;
}

.TextInput
{
    border: 1px solid Gray;
}

.RequiredTextInput 
{
    color:Red;
}

.TableTitle
{
    font-weight: bold;
    font-size: 1.2em;
}

.CheckBoxHover
{
    border: 1px dashed Gray;
}

.CheckBoxHoverOut
{
    border: none;
    background-color: inherit;
}

a
{
    font-weight: bold;
    color: #ff8d29;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

td
{
    border: 0px dashed gray;
}

td.TabControlTab
{
    width: 91px;
    height: 20px;
    background-image: url(../Images/XMS_20.png);
    background-repeat: no-repeat;
    text-align: center;
}

td.TabControlTabSelected
{
    width: 91px;
    height: 20px;
    background-image: url(../Images/XMS_21.png);
    background-repeat: no-repeat;
    text-align: center;
}

a.TabControlTab
{
    text-decoration: none;
    color: #888888;
    display: block;
    font-weight: bold;
}

a.TabControlTabSelected
{
    text-decoration: none;
    color: #888888;
    display: block;
    font-weight: bold;
}

td.TableListItem
{
    background-color: #DDDDDD;
    border-left: 1px solid Black;
}

td.TableListItemSelected
{
    border-right: 1px solid Black;
    border-top: 1px solid Black;
    border-bottom: 1px solid Black;
    border-left: 1px solid White;
}

a.TableListItem
{
    text-decoration: none;
    display: block;
    color: #333333;
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 8px;
    width: 120px;
    height: 25px;
}

a.TableListItem:hover
{
    background-color: #CCCCCC;
}

a.TableListItemSelected
{
    text-decoration: none;
    background-color: White;
    display: block;
    font-weight: bold;
    color: #666666;
    padding-right: 10px;
    padding-top: 8px;
    width: 120px;
    height: 25px;
}

.SelectedHorizontalTab
{
    border-right: 1px solid Black;
    border-top: 1px solid Black;
    border-bottom: 1px solid Black;
    border-left: 1px solid White;
}

a.ChildTableButton
{
    padding-left: 5px;
    padding-right: 5px;
}

a.ChildTableButton:hover
{
}

.home_page_header
{
    background:#eee;
    padding:6px 10px 2px 10px;
}
.home_page_header_bottom
{
    /*height: 270px;*/
    background: url(../Images/homepage_header.png) bottom left no-repeat #eee;
    padding:4px 10px 8px 10px;
    padding-left:330px;
    border-bottom:solid 3px #ddd;
}
