﻿.fntDefault
{
    font-family:Tahoma;
    font-size:small;
    color:#555555;
}
.fntTitle
{
    font-family:Tahoma;
    font-size:x-large;    
    /*font-weight:bold;*/
    color:#5F5F5F;
}
.fntError
{
    font-family:Tahoma;
    font-size:small;
    color:Red;
}
.fntSuccess
{
    font-family:Tahoma;
    font-size:small;
    color:Green;
}



.tdPgContentTitle
{
    font-family:Tahoma; 
    font-size:large; 
    /*font-weight:bold;*/
    color:#B70606;
    /*width:49%;*/
}
.tdPgContentBody
{
    font-family:Tahoma; 
    font-size:small;
    color:#555555;
    background-color:#F7F7F7;
    border:solid 1px #E2E2E2;
    /*background-image:url("/image/bgSilver.png"); 
    background-repeat:inherit;
    vertical-align:top;
    padding:8px*/
}
.tdPgContentColGap
{
    width:2%;
    white-space:nowrap;
}
.tdPgContentRowGap
{
    height:25px;
}



.MenuMainStyle
{   
    border-top:solid 1px #527BAA;
    border-bottom:solid 1px #305A8B;
    height:25px;
    font-size:0.8em;
    font-family:Tahoma;
    color:White;
    padding-left:13px;
    padding-right:3px;
}
.MenuClickArea a
{
   width:100%;
   display:block;
   height:15px;
}
.MenuBGStatic
{
    background-repeat:repeat-y;
    background-image:url("/image/menu.png");
    color:White;
    font-family:Tahoma;
    font-size:small;
    height:30px;
    text-decoration: none;
}
.MenuBGHover
{
    background-repeat:repeat-y;
    background-image:url("/image/bgMenuBlue.gif"); 
}
.MenuBGSelected
{
    background-repeat:repeat-y;
    background-image:url("/image/BGMenuSelected.jpg"); 
}



.TDLeftFrmFld
{
    border:solid 1px silver;
    border-left-style:none;
    font-family:Tahoma;
    font-size:small;
    color:Gray;
    white-space:nowrap;
}
.TDRightFrmFld
{
    border:solid 1px silver;
    border-right-style:none;
    font-family:Tahoma;
    font-size:small;
    color:Gray;
    white-space:nowrap;
}
