

	
	
/*	A:link {color: #4682b4;}
	A:active {color: #4682b4;}
	A:hover {color: #4682b4; text-decoration: underline;} */
	
	A:hover {text-decoration: underline;}
	
 	FONT.heavy {font-family: Arial black;}
	
	FONT.normal {
	    font-family: Verdana; 
	    color: #000000; 
	    font-size: 10pt;

	}
	
    FONT.normal-bold {
	    font-family: Verdana; 
	    color: #000000; 
	    font-size: 10pt;
	    font-weight: bold;

	}
	
    FONT.normal-white {
	    font-family: Verdana; 
	    color: #FFFFFF; 
	    font-size: 10pt;

	}
		
	FONT.normal-blue {
	    font-family: Verdana; 
	    color: #0000FF; 
	    font-size: 10pt;

	}
	
	FONT.medium-white {
	    font-family: Verdana; 
	    color: #FFFFFF; 
	    font-size: 12pt;

	}
    FONT.medium {
	    font-family: Verdana; 
	    color: #000000; 
	    font-size: 11pt;

	}
	
	FONT.small {
	    font-family: Verdana;
	    color: #000000;
	    font-size: 8pt;
	}

	FONT.large {
	    font-family: Verdana;
	    color: #000000;
	    font-size: 14pt;
	}

FONT.large-bold {
	    font-family: Verdana;
	    font-size: 14pt;
	    font-weight: bold;
	}
	
	FONT.days {
	    font-family: Verdana; 
	    color: #FFFFFF; 
	    font-size: 10pt;

	}
    
    FONT.header 
    {
        font-size: 24px;
        color: Gray; 
        font-family: verdana;
    }
    
    FONT.header-white 
    {
        font-size: 24px;
        color: white; 
        font-family: verdana;
    }
    
     FONT.big-header 
    {
        font-size: 30px;
        color: #716B66; 
        font-family: verdana;
    }
	
	FONT.header2 
    {
        font-size: 20px;
        color: gray; 
        font-family: verdana;
    }
	FONT.gray-normal 
    {
        font-size: 10pt;
        color: Silver; 
        font-family: verdana;
    }
    
    FONT.gray-medium 
    {
        font-size: 12pt;
        color: Silver; 
        font-family: verdana;
    }
    
    FONT.orange-normal 
    {
        font-size: 10pt;
        color: orange; 
        font-family: verdana;
    }
    
    FONT.gray-small
    {
        font-size: 8pt;
        color: gray; 
        font-family: verdana;
    }
    
    FONT.blue-small
    {
        font-size: 8pt;
        color: blue; 
        font-family: verdana;
    }
    
	A {
	    font-family: Arial;
	    text-decoration: none;
	    font-size: 12pt;
	    
	}

	a.small {
	    font-family: Verdana;
	    text-decoration: none;
	    font-size: 10pt;
	}

    a.calendar {
	    font-family: Verdana;
	    text-decoration: none;
	    font-size: 8pt;
	}

	A.tiny {
	    font-family: Verdana;
	    text-decoration: none;
	    font-size: 8pt;
	}

	A.large {
	    font-family: Verdana;
	    text-decoration: none;
	    font-size: 16pt;
	}

    A.medium {
	    font-family: Verdana;
	    color: Blue;
	    font-size: 12pt;
	}
	
	a.menutext 	{
	    font-family: Verdana;
	    /* font-weight: bold;  */
	    font-size: 10pt;
        color: blue; 
	}
	
	a.mainmenu {
	
	    color: Orange;
	    font-weight: bold; 
	    font-size: 12pt;
	    font-family: Arial;
	
	}
	
	a.orangelink 	{
	    font-family: Verdana;
	   /* font-weight: bold; */
	    font-size: 12px;
        color: #FF8000;
        
        
        
	}
	
	a.orangelink-large 	{
	    font-family: Verdana;
	   /* font-weight: bold; */
	    font-size: 12pt;
        color: #FF8000;
        
        
        
	}
	
	A.small-gray {
	    font-family: Verdana;
	    text-decoration: none;
	    font-size: 10pt;
	    color: Gray;
	}
	
	BODY.std {
		
	    	    
 	   /* background-image: url("images/bkgrnd1024.jpg"); */
	 /*   background-image: url("images/bg2-1024.jpg");  */
	  /*  background-color: #D6E4FF; 
	    background-repeat: no-repeat;
	    background-position: center; */
	    background-color: #FFFFFF;
	    
	    
	}

.grid_data_left 
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;   
    
} 

.grid_header_left 
{
    font-family: Verdana;
    font-size: 10pt;
    text-align: left;   
    
} 

.table_top_db {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #507CD1;
}
.table_top_lb {
	background-color: #DDE7F1;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
}

.table_cell_head {
	vertical-align: top;
	padding: 5px;
	background-color: #507CD1;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.table_cell {
	vertical-align: top;
	padding: 5px;
	background-color: #DDE7F1;
	border-bottom: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	font-size: 11px;
}

.panel-blue-center
{
    border-color: White;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    background-color: #D6E4FF;
    width: 600px;  
    vertical-align: top;
    font-family: Verdana;
    font-size: 9pt;
}

.panel-blue-right
{
    border-color: White;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 0px;
    border-right-width: 0px;
    background-color: #D6E4FF;
    width: 380px;  
    vertical-align: top;
    font-family: Verdana;
    font-size: 9pt;
}    
    
    
.cell-border
{
    background-color: #d6e4ff;
    BORDER-RIGHT: #808080 1px solid; 
    BORDER-TOP: #808080 1px solid; 
    BORDER-LEFT: #808080 1px solid; 
    BORDER-BOTTOM: #808080 1px solid;
}
    
.cell-noborder
{
    background-color: #d6e4ff;
}

.tbl-std
{
        
    width: 980;
    padding: 5;
    margin: 5;
    
}

.label-std
{
    color: Black;
    font-family: Verdana;
    font-size: 10pt;
}

.textbox-std
{
    font-family: Verdana;
    font-size: 10pt;
}

.checkbox-std
{
    font-family: Verdana;
    font-size: 10pt;
}

.cell-steelblue-bottom 
{
    border-bottom: solid 1px steelblue;
    border-left: solid 1px steelblue;
    border-right: solid 1px steelblue;
}

.cell-steelblue-middle
{
    border-left: solid 1px steelblue;
    border-right: solid 1px steelblue;
}

.cell-steelblue-top
{
    border-top: solid 1px steelblue;
    border-left: solid 1px steelblue;
    border-right: solid 1px steelblue;
}


.orange-large
{
    font-family: Verdana;
    font-size: 14pt;
    color: orange;
}

.blue-large
{
    font-family: Verdana;
    font-size: 14pt;
    color: blue;
}
.small-red
{
    font-family: Verdana;
    font-size: 8pt;
    color: #FF0000;
}
       
.tiny-red
{
    font-family: Verdana;
    font-size: 7pt;
    color: #FF0000;
}

.watermark
{
    font-family: Verdana;
    font-size: 10pt;
    color: gray;
    font-style: italic;
    
}

FONT.normal-red 
{
    font-size: 10pt;
    color: red; 
    font-family: verdana;
}

.quickcal_cell
    {
        width: 200px;
        text-align: center;
        border: solid;
        border: 1px;
        border: white;
        margin-left: 40px;
    }
    
.modalBackground
    {
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

.dayLabel
    {
        font-family: Verdana;
        font-size: 10pt;
        color: Blue;
    }
      
DIV.highlight
{
    background-color: White;
    border-width: medium;
    border-color: Black;
}

.imgOpac    
{        
    filter:alpha(opacity = 50);
    -moz-opacity:0.5;    
    opacity: 0.5;
}
FONT.medium-blue
{
    font-family: Verdana;
    color: #0000FF;
    font-size: 12pt;
}
FONT.medium-black
{
    font-family: Verdana;
    color: #000000;
    font-size: 12pt;
}

.menubar
{
    background-color:Black;
}
