a{
    color:blue;
    text-decoration : none;
}

a:hover{
    color:red;
    text-decoration : underline;
}

body{
    font-family : Arial;
    font-size : 12px;    
}

table{
      font-family : Arial;
    font-size : 12px;    
}

input{
    font-family : Arial;
    font-size : 12px;
}

select{
    font-family : Arial;
    font-size : 12px;    
}

.datafont{
    font-family : Arial;
    font-size : 12px;
}

.lblfont{
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
}

.msgfont{
    font-family : Arial;
    font-size : 10px;
    font-weight : bold;
    font-style:italic;
}

.slblfont{
    font-family : Arial;
    font-size : 11px;
    font-weight : bold;
}

.inputfont{
    font-family : Arial;
    font-size : 11px;
}

.sinputfont{
    font-family : Arial;
    font-size : 11px;
}

.capsfont{
    font-family : Arial;
    font-size : 12px;
    text-transform : uppercase;
}

.scapsfont{
    font-family : Arial;
    font-size : 11px;
    text-transform : uppercase;
}

.subfont{
    font-family : Arial;
    font-size : 12px;
    text-transform : capitalize;
}

.mandatory{
    font-family : Arial;
    font-size : 11px;
    color:red;
    font-style:italic;
}
.repheadfont{
    font-family : Arial;
    font-size : 8pt;
    font-weight : bold;    
}
.menufont{
    font-family : Arial;
    font-size : 8pt;
    font-weight : bold; 
    color:black;   
}
.repfont{
    font-family : Arial;
    font-size : 8pt;
}
.TextHea
{
    BORDER-RIGHT: #3399ff 3px groove;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #3399ff 3px groove;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    TEXT-TRANSFORM: uppercase;
    BORDER-LEFT: #3399ff 3px groove;
    WIDTH: 500px;
    COLOR: black;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #3399ff 3px groove;
    FONT-FAMILY: Arial;
    LETTER-SPACING: 2px;
    HEIGHT: 27px;
    TEXT-ALIGN: center;
    FONT-VARIANT: normal
}
.TextHea2
{   
    PADDING-RIGHT: 2px;    
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    TEXT-TRANSFORM: uppercase;    
    WIDTH: 420px;
    COLOR: white;
    PADDING-TOP: 2px;    
    FONT-FAMILY: Arial;
    LETTER-SPACING: 2px;
    HEIGHT: 27px;
    TEXT-ALIGN: center;
    FONT-VARIANT: normal
}

.freadonly{
    background-color : #DCDCDC;
}

.clsdiv{
   position:relative;
   width:350px;
   height:130px;
   overflow:hidden;
   word-wrap:word-break;
}