﻿BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .72em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
	Td	{		
	font-size:	1em;	
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
	Tr	{		
	font-size:	1em;	
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	





	
SMALL	{	
	font-size:	.4em;
	}	

BIG	{	
	font-size:	1.1em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	text-decoration: none;
}

.app_login_box {
	background-image: url("Images/app_login_bg.jpg");
	border-top: #000033 2px solid;
	border-bottom: #000033 2px solid;
	border-left: #000033 2px solid;
	border-right: #000033 2px solid;
	font-family: verdana, arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}


 .container {
                
                overflow:auto;               
                z-index:1 ; 
                border: 1px solid black;  
            }
            
            .container table th {
                /* Keep the header cells positioned as we scroll */
                position:relative; 
                z-index:100 ; 
                /*  
                color: #F7F6F3;
                background: #5D7B9D;
                font-weight: bold;
                border-bottom: solid 1px #CCCCCC;             
                border-top : solid 1px brown ; 
*/
                text-align: left;
                padding-left:5px;            
            }
            
            .container table th a {
                /* Style */
                color: #F7F6F3;   
                 width: 800px;        
            }            
            
            .container table tbody {
                /* For alignment of the scroll bar */
                  overflow:hidden;  
                  border : solid 1px black
            }  
            
            .container table tbody tr td {
                /* Style */ 
                /*
                color: #333333;
                background: White;
                border-bottom: solid 1px #CCCCCC;
                */
                text-align: left;
                padding-left:3px;
            }                        
            
            
      .WrapperDiv {
        width:800px;height:400px;border: 1px solid black;
    }        
    .WrapperDiv TH {
        position:relative;
    }
    .WrapperDiv TR 
    {
        /* Needed for IE */
        height:0px;
    } 
    
    .autocomplete_completionListElement 
{  	
	background-color : inherit;	
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    font-family: verdana, arial, sans-serif;     
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
}


/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
 background-color: #ffff99; 
		/* background-color:#b0c4de; */
	color:Maroon;
	padding: 1px;
	 
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;	
	 color : windowtext ;
	padding : 1px;
	 
}	

 
.cal_Theme1  
{
	background-color:#2D466F;	 
	 color:white;	 
	 border:solid 1px black;
	 font-size:medium ;
	font-weight: bold; 
	 
}                
	
      