/* ISTG SIMA Total Application Style  Ver 1.00 */

/**** UniForm ****/
body
{
    background-color: #d9e3f1;
    font-family: Tahoma, Verdana;
    font-size: 12px;
    text-decoration: none;
}
table
{
    font-family: Tahoma, Verdana;
    font-size: 12px;
    text-decoration: none;
}
A
{
    color: #000099;
    font-family: Tahoma, Verdana;
    font-size: 12px;
    text-decoration: none;
}
.PageDefault, .HorMenu
{
    background-color: #336699;
    font-family: Tahoma, Verdana;
    font-size: 12px;
}
/**** Work Space ****/
.WorkSpace
{
    background-color: #ECFEFC;
    font-family: Tahoma, Verdana;
    font-size: 12px;
}
.WorkSpaceTable
{
    background-color: #d9e3f1;
    font-family: Tahoma, Verdana;
    font-size: 12px;
}
/**** Tree ****/
.Tree
{
    font-family: Tahoma, Verdana;
    font-size: 10px;
    background-color: #dbeaf5;
    border: 1px solid #336699;
}
.TvL1Item
{
    font-family: Tahoma, Verdana;
    font-size: 10px;
    font-weight: 600;
}
.TvL2Item
{
    font-family: Tahoma, Verdana;
    font-size: 10px;
    text-decoration: none;
}
.TvL2Count
{
    font-family: Tahoma, Verdana;
    font-size: 10px;
    text-decoration: none;
    color: Red;
}
.TvL2ItemSelected
{
    font-family: Tahoma, Verdana;
    font-size: 10px;
    background-color: #336699;
    text-decoration: none;
    color: White;
}
.TvL2CountSelected
{
    font-family: Tahoma, Verdana;
    font-size: 10px;
    text-decoration: none;
    background-color: #336699;
    color: White;
}
/**** Tabs ****/
.Tabs, .TabLinks
{
    font-family: Tahoma, Verdana;
    font-size: 12px;
    color: #003300;
    text-decoration: none;
}
.Tabs
{
    background-color: #93bee2;
}
.UnselectedTab
{
    background-color: #DBF6ED;
    font-family: Tahoma, Verdana;
    font-size: 12px;
}

/**** Titr Texts ****/
.xsTitrText, .sTitrText, .nTitrText, .lTitrText, .XlTitrText
{
    font-family: Tahoma, Verdana, Helvetica;
    color: #454545;
}
.xsTitrText
{
    font-size: 8px;
}
.sTitrText
{
    font-size: 10px;
}
.nTitrText
{
    font-size: 12px;
}
.lTitrText
{
    font-size: 14px;
}
.XlTitrText
{
    font-size: 16px;
}

/**** Normal Texts ****/
.xsText, .sText, .nText, .lText, .XlText
{
    font-family: Tahoma, Verdana, Helvetica;
    color: #454545;
    border: 1px solid Black;
}
.xsText
{
    font-size: 8px;
}
.sText
{
    font-size: 10px;
}
.nText
{
    font-size: 12px;
}
.lText
{
    font-size: 14px;
}
.XlText
{
    font-size: 16px;
}


/**** Normal Texts ****/
.ltrText
{
    font-family: Tahoma, Verdana, Helvetica;
    color: #454545;
    border: 1px solid Black;
    direction: ltr;
}
.ltrText
{
    font-size: 12px;
}

/**** Alert Texts ****/
.xsAlertText, .sAlertText, .nAlertText, .lAlertText, .XlAlertText
{
    font-family: Tahoma, Verdana, Helvetica;
    color: #DC143C;
}
.xsAlertText
{
    font-size: 8px;
}
.sAlertText
{
    font-size: 10px;
}
.nAlertText
{
    font-size: 12px;
}
.lAlertText
{
    font-size: 14px;
}
.XlAlertText
{
    font-size: 16px;
}

/**** Buttons ****/
.xsButton, .sButton, .nButton, .lButton, .XlButton
{
    background-image: url(../images/status_bar_bg.jpg);
    background-color: #dbeaf5;
    border: 1px solid Black;
    font-family: Tahoma, Verdana;
    font-size: 12px;
    height: 18;
}
.xsButton
{
    width: 40;
}
.sButton
{
    width: 60;
}
.nButton
{
    width: 80;
}
.lButton
{
    width: 100;
}
.XlButton
{
    width: 120;
}

/**** Single Line Input Boxes ****/
.xsSLInputBox, .sSLInputBox, .nSLInputBox, .lSLInputBox, .XlSLInputBox, .fSLInputBox
{
    font-family: Tahoma, Verdana;
    font-size: 12px;
    border: 1px solid Black;
}
.xsSLInputBox
{
    width: 40px;
}
.sSLInputBox
{
    width: 60px;
}
.nSLInputBox
{
    width: 80px;
}
.lSLInputBox
{
    width: 100px;
}
.XlSLInputBox
{
    width: 120px;
}
.fSLInputBox
{
    width: 100%;
}

/**** Multi Line Input Boxes ****/
.xsMLInputBox, .sMLInputBox, .nMLInputBox, .lMLInputBox, .XlMLInputBox, .fMLInputBox
{
    font-family: Tahoma, Verdana;
    font-size: 12px;
    height: 80px;
    border: 1px solid Black;
}
.xsMLInputBox
{
    width: 200px;
}
.sMLInputBox
{
    width: 250px;
}
.nMLInputBox
{
    width: 300px;
}
.lMLInputBox
{
    width: 350px;
}
.XlMLInputBox
{
    width: 400px;
}
.fMLInputBox
{
    width: 100%;
}

/**** Radio Buttons ****/
.sRadioButton, .nRadioButton, .lRadioButton
{
    background-color: #ECFEFC;
    font-family: Tahoma, Verdana;
}
.sRadioButton
{
    font-size: 10px;
}
.nRadioButton
{
    font-size: 12px;
}
.lRadioButton
{
    font-size: 14px;
}

/**** Check Boxs ****/
.sCheckBox, .nCheckBox, .lCheckBox
{
    background-color: #ECFEFC;
    font-family: Tahoma, Verdana;
}
.sCheckBox
{
    font-size: 10px;
}
.nCheckBox
{
    font-size: 12px;
}
.lCheckBox
{
    font-size: 14px;
}
/**** Lines ****/
.nLine
{
    background: #336699;
}
/**** Tables ****/
.TitrTable
{
    font-family: "Courier New" , Courier, monospace;
    font-size: 14px;
    height: 18px;
    color: #F0FFFF;
    background-color: #65BCCD;
    border: 1px solid #65BCCD;
}
.DarkTable, .NormalTable, .LightTable
{
    border: 1px solid #65BCCD;
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 12px;
}
.DarkTable
{
    background-color: #ECFEFC;
}
.NormalTable
{
    background-color: #ECFEFC;
}
.LightTable
{
    background-color: #ECFEFC;
}

/**** Normal Grid ****/
.nGrid
{
    background-color: #295C96;
    border: 1px solid #65BCCD;
}
.nGridItem, .nGridAlternating, .nGridSelectedItem, .nGridEditItem, .nGridHeader, .nGridFooter, .nGridPager
{
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 11px;
}
.nGridHeader, .nGridFooter, .nGridPager, .nGridPagerStyle
{
    color: #F0FFFF;
    background-color: #295C96;
    border: 1px solid #2F4F4F;
    text-align: center;
    text-decoration: none;
}
.nGridItem
{
    background-color: #ffffff;
}
.nGridAlternating
{
    background-color: #E1EDF7;
}
.nGridSelectedItem
{
    background-color: #ECFEFC;
}
.nGridEditItem
{
    background-color: #ECFEFC;
}

.ltrItem
{
    direction: ltr;
}
