﻿.Input
{
    color: black;
    font-family: Arial, Verdana, Geneva, Lucida, 'Lucida Grande' , Helvetica, Sans-Serif; 
    font-size: 12px;
}
.InputValue
{
    color: black;
    font-family: Arial, Verdana, Geneva, Lucida, 'Lucida Grande' , Helvetica, Sans-Serif; 
    font-size: 14px;
}
.InputTitle
{
    color: black;
    font-family: Arial, Verdana, Geneva, Lucida, 'Lucida Grande' , Helvetica, Sans-Serif; 
    font-size: 14px;
}
.InputDisable
{
    background-color: #DDDDDD;
    color: black;
    font-family: Arial, Verdana, Geneva, Lucida, 'Lucida Grande' , Helvetica, Sans-Serif; 
    font-size: 11px;
}

.FieldSet1
{
    width: 70%; 
    margin-left: 120px;
    font-family: Arial, Verdana, Geneva, Lucida, 'Lucida Grande' , Helvetica, Sans-Serif; 
}

.Body1
{
    margin:0px;
}

.InputCheckBox
{
    color: black;
    font-family: Arial, Verdana, Geneva, Lucida, 'Lucida Grande' , Helvetica, Sans-Serif; 
    font-size: 12px;
}
.InputValueBig
{
    color: black;
    font-family: Verdana, Arial, Geneva, Lucida, 'Lucida Grande' , Helvetica, Sans-Serif;
    font-weight: bold;
}
.ErrorMsg
{
    color: Red;
    font-family: Verdana, Arial, Geneva, Lucida, 'Lucida Grande' , Helvetica, Sans-Serif;
    font-size: 11px;
}

.csFooter
{
    color: black;
    font-family: Verdana, Arial, Geneva, Lucida, 'Lucida Grande' , Helvetica, Sans-Serif; 
    font-size: 11px;
}

.MainMenuClass
{
    width: 60%;
    padding: 0px;
    border:0px;
}
.MainMenuClassRight
{
    font: 11px Verdana, Arial, Geneva, Lucida, 'Lucida Grande' , Helvetica, Sans-Serif; 
    padding: 0px;
    border:0px;
    text-align: right;
}
.pathSeparatorStyle
{
    color: #6699ff;
    margin:0px;
    font:8pt Verdana;
}
.currentNodeStyle
{
    font-weight:bold;
    font:10pt Verdana;
    color: #0b0e93;
    
}
.nodeStyle
{
   font:10pt Verdana;
   color: #6699ff;
   font-style: italic;  
}
.rootNodeStyle
{
    font:10pt Verdana;
    font-style: italic; 
    /*color: #0b4593; */
    color: #6699ff;
}
