﻿
body 
{
    font-family : Arial;
    font-size : 12px; 
    background-color: #C0C0C0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width:100%;
    height:auto;
}
table
{
    text-align:left;
    background-color:#E6E6E6;
    empty-cells:hide;
    border-spacing:0;
}

tr
{
    background-color:#E6E6E6;
    behavior : url('IEFixes.htc');
}

td
{
    background-color:#E6E6E6;
}


.web_content
{
    text-align:left;
    width : 100%;	
}

.lnk
{
    font-size : 11px;
    text-decoration : none;
    font-family : Arial;		
}
.lnk:hover
{
    text-decoration : underline;	
}
h3
{
    padding-left : 3px;
    color : #0055AB;
    border-bottom : solid 1px #FDC526;
    font-weight : bold;
    text-align:left;
    width : 75%;
}
h4
{
    padding-left : 3px;
    color : #0055AB;
    border-bottom : solid 1px #FDC526;
    font-weight : bold;
    text-align:left;
    width : 50%;
}

h5
{
    padding-left : 20px;
    color : #0055AB;
    border-bottom : solid 1px #FDC526;
    font-weight : bold;
    text-align:left;
}




.h4Heading
{
    padding-left : 3px;
    color : #0055AB;
    border-bottom : solid 1px #FDC526;
    font-weight : bold;
    text-align:left;
    width : 50%;
    font-size:18px;
}

.heading
{
    padding-left : 3px;
    color : #0055AB;
    font-weight : bold;
    text-align:left;
    font-size:18px;
}

.errMsg
{
    color:Red;
    font-size : 10px;
    font-weight : bold;	
    text-align:left;
}

.rt
{
    font-weight : bold;
    float : right ;
    text-align:left;
}

/*GRIDVIEW*/
.gridview
{
    width : 100%;	
}
.Grids
{
    width : 100%;
}
.grdHeader
{
    background: url(images/Menu_BG.gif) #fff bottom left repeat-x;
    color : White;
    font-family : Arial;
    font-size : 11px;
    text-align : center ;
}
.grdBg
{
    background-color:#DGDGDG;
    color : #0055AB;
    text-align : center ;
}
.grdHeaderCommittee
{
    background: url(images/Menu_BG.gif) #fff bottom left repeat-x;
    color : White;
    font-family : Arial;
    font-size : 11px;
    text-align : left ;
}
.grdCommittee
{
    width : 75%;
    text-align : left ;
}
.grdLnk
{	
    color : #0055AB;
    font-weight : bold;		
}
.grdLnk:hover
{
    color :	white;
}
.lnkRt
{
    float : right ;
    font-size : 11px;	
}
/*END GRIDVIEW*/

.hiddenCalendar
{
 position : relative ;
 float : right ;	
}

fieldset li label
{
	
}

.grievanceDetail li label
{
    font-weight : bold;
    float : left ;
    width : 10em;
    margin-right : 1em;
    text-align:left;
}

.displayNote
{
    margin : 10px;
    text-align:left;
}

.txtbox_small
{
    font-size : 10px;
}

.NewUser fieldset 
{
    margin : 1.5em 0 0 0;
    padding : 0;
}

.NewUser legend
{
    margin-left : 1em;
    color : #000000;
    font-weight : bold;
    text-align:left;
}

.NewUser fieldset ol
{
    padding : 1em 1em 0 1em;
    list-style : none;
}
.NewUser fieldset li
{
    padding-bottom : 1em;
    text-align:left;
}
.NewUser fieldset.submit
{
    border-style : none;
}
.NewUser label
{
    float : left ;
    width : 10em;
    margin-right : 1em;
    text-align:left;
}

/*to align text center*/
.txtCenter
{
    text-align : center;
}
.shortwidth
{
    width : 2%;
}
    
@media screen 
{
    .hideprint
    {
        display:inline;
        visibility:visible;
    }
    
    .showprint
    {
        display:none;
        visibility:hidden;   
    }
}

@media print
{
    .hideprint
    {
        display:none;
        visibility:hidden;
    }
    
    .showprint
    {
        display:inline;
        visibility:visible;   
    }
    
    .printborder
    {
        border: solid 1px #000000;
        padding: 10px 10px 10px 10px;
        width:80%;
    }
}
