﻿.tdwindow_BackgroundClass
{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
}
.id_Resize_HandleClass
{
    background-image: url("../images/TDW/bg9r.png");
}
.textBox
{
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    background-color: #FFFFFF;
    font-family:verdana;
    font-size:11px;
}
.textBoxReadOnly
{
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    background-color: #E0E0E0;
    font-family:verdana;
    font-size:11px;
}
label
{
    font-size: 11px;
    font-family: Verdana;
    color: Black;
}
p
{
    font-size: 12px;
    font-family: Verdana;
    color: Black;
}
fieldset
{
    border-width: 1px;
    border-color: Black;
    text-align: left;
}

Table
{
    font-family: Verdana;
    font-size: 11px;
}
legend
{
    font-family:Verdana; 
    font-size:12px; 
    color: Black;
    text-align: left;
}
.requiredField
{
    border: 1px solid Red;
}
.contentPanel
{
    background-color: #D3DEEF;
}
.readOnlyField
{
    background-color: #E0E0E0;
    font-family:verdana;
    font-size:11px;
}
.evenRow
{
    background-color: #D3DEEF;
    
}
.oddRow
{
    background-color: White;
}
.TDButton
{
    background-color: #B6B6B6;
    border-color: #3A3D4A;
    border-style: solid;
    border-width: 1px;
    width:75px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.TDButton:hover
{
    background-color: #D0D0D0;
}
.TDButton:active
{
    background-color: #CCCCCC;
    border-color: #101010;
}
.LabelTextBox
{
    background-color: Transparent;
    border-style: none;
}
.sideMenu_Button
{
    background-color: #A1A1A1;
}
.sideMenu_Button:Hover
{
    background-color: #F7E49C;
}
.sideMenu_Button_Selected
{
    background-color: #EAAE4E;
}
.sideMenu_Button_Selected:Hover
{
    background-color: #F7E49C;
}
.InfoCell
{
    vertical-align: top;
    empty-cells: show;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
}
.InfoCell-Edit
{
    cursor: pointer;
    vertical-align: top;
    empty-cells: show;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
}
.InfoCell-Header
{
    vertical-align: top;
    empty-cells: show;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
    color: Navy;
    font-weight: bold;
}
.SMMenu 
{
    background-color:white;
    border:1px solid #DADBDB;
    border-top:none;
    width: 200px;
    border-top: none;
    overflow:hidden;
}
body.Master
{
    background-image: url('../images/bg2.png');
}
.SMHeader
{
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    color: Gray;
    height: 18px;
    width: 100%;
    cursor: pointer;
    padding-left: 7px;
    background-image: url("../images/sm/background_parent.gif");
    background-repeat: repeat-x;
}
.SMHeader-Selected
{
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    color: white;
    height: 18px;
    width: 100%;
    cursor: pointer;
    padding-left: 7px;
    background-image: url('../images/sm/background_parentselected.gif');
    background-repeat: repeat-x;
}
.SMChild
{
    font-family: verdana;
    font-size: 11px;
    color: black;
    width: 100%;
    cursor: pointer;
    padding-left: 10px;
}
.SMChild:hover
{
    font-weight: bold
}
input[type='text']
{
    border-style: solid;
    border-color: black;
    border-width: 1px;
    background-color: #FFFFFF;
    font-family:verdana;
    font-size:11px;
}
.checkbox
{
    cursor: pointer;
    border-style: none;
}
.radio
{
    cursor: pointer;
    border-style: none;
}
select
{
    border-style: solid;
    border-color: black;
    border-width: 1px;
    background-color: #FFFFFF;
    font-family:verdana;
    font-size:11px;
}
textarea
{
    border-style: solid;
    border-color: black;
    border-width: 1px;
    background-color: #FFFFFF;
    font-family:verdana;
    font-size:11px;
}
button
{ 
    cursor: pointer;
    background-color: #B6B6B6;
    border-color: #3A3D4A;
    border-style: solid;
    border-width: 1px;
    width:75px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.TDButton:hover
{
    background-color: #D0D0D0;
}
button:active
{
    background-color: #CCCCCC;
    border-color: #101010;
}
a
{
    font-family: Verdana;
    font-size: 11px; 
    color: blue;
    cursor: pointer;
}
.ContextMenuItem
{
    cursor: pointer;
}
.ContextMenuItem:hover
{
    cursor: pointer;
    background-color: Gray;
}