﻿
	body /*Internet Explorer */
	{
		font-family: Tahoma;
		font-size: smaller;
		text-align:center;

	}
		
	.Header
	{
		width: 100%;
		margin-bottom: 5px;	
		border-bottom-color: Gray;
		border-bottom-style:solid;
		border-bottom-width:1px;
	}
    .BackgroundPanel /* Internet Explorer */
    {
        width: 1200px;
        height: 800px;
        background-image: url('./images/segraveWebBackground.jpg');
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 80px;
        text-align:center;
    }


	.EverythingPanel
	{
		width: 840px;	
		height: 891px;	
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	.EverythingPanel
	{
		width: 840px;	
		height: 891px;	
		text-align:-webkit-center;
		margin-left:auto;
        margin-right:auto;
	}

	.Logo
	{
		z-index: 1;
	    margin-left:auto;
	    margin-right:auto;
	}

	.Navigation
	{
		overflow: hidden;
		float: right;
	}

	.NavigationItem
	{
		margin-left: 1px;
		margin-right: 2px;
	}

	.Content /* Internet Explorer */
	{
	    color:Black;
		width : 100%;		
		text-align: left;
		margin-left:auto;
		margin-right:auto;
	}
	.Content /* Chrome */
	{
	    color:Black;
		width : 100%;		
		text-align: center;
		margin-left:auto;
		margin-right:auto;
	}
		
	.TextContent
	{
		text-align: left;
		line-height: 18px;
		margin-left:auto;
		margin-right:auto;
	}

	.Footer
	{
	    padding-top:10px;
	    color: Black;
		/*border-top-color: Gray;
		border-top-style:solid;
		border-top-width:1px;*/
		text-align:center;
	}
	.Footer2
	{
	    padding-top:10px;
	    color: Black;
		border-top-color: Gray;
		border-top-style:solid;
		border-top-width:1px;
		text-align:center;
	}

	.WaterMark
	 {
 		font-family:Tahoma;	
		color: #C0C0C0;
	}

	.quoteLabel
	{
		font-family:Tahoma;
		font-size:smaller;
		height: 17px;
	    color: #000000;
	   /* font-weight:bold;*/
	}
	
    a.specialLink:link
    {

        color: black;		
        font-family:Tahoma;
		font-size:smaller;
		height: 17px;
	    color: #000000; 
	    }
	    
    a.specialLink:visited
    {

        color: black;		
        font-family:Tahoma;
		font-size:smaller;
		height: 17px;
	    color: #000000; 
	    }
	    
    a.specialLink:hover
    {

        color: red;		
        font-family:Tahoma;
		font-size:smaller;
		height: 17px;
	    color: #000000; 
	    }
    
    a.footerLink:link
    {
        color: Black;		
        font-family:Tahoma;
		font-size:small;
		height: 17px;
	    }
	    
    a.footerLink:visited
    {
        color: Black;		
        font-family:Tahoma;
		font-size:small;
		height: 17px;
	    }
	    
    a.footerLink:hover
    {
        color: red;		
        font-family:Tahoma;
		font-size:small;
		height: 17px;
	    }
	h3
	{
		font-family: Tahoma;
		font-size: medium;
		color: #666666;
	}

	.ImageCell
	{
		padding:10px;
	}

	div.AllLinks
	{
		text-align:center;
	}

	a.AllLinks
	{
		text-align:center;
		/*color: #C0C0C0; */
		font-size: small;
		margin-right: 5px;
		
	}

	a.AllLinks:Hover
	{
		margin-right: 5px;
		text-align:center;	
		color: #800000;
		font-size: small;
	}

	img
	{
		border-style: none;
	}

	.ErrorLabel
	{
		color: #FF0000;
	}

	.WaterMark
	 {
		color: #C0C0C0;
	}


	.gridView
	{
		border-color: Black;
		border-bottom-width: thin;	
		font-family: Tahoma;
		font-size: small;
	}
	
	.gridViewHeader
	{
		background-color: #204062;
		color: #FFFFFF;
		font-family: Tahoma;
	}
	
	.gridViewRow
	{
		background-color: #EEEEEE;
		color: #78581B;
	}
	
	.gridViewAlternatingRowStyle
	{
		background-color:#DCDCDC;	
        color: Black;
	}
	
	.gridViewSelectedRowStyle
	{
		background-color:#008A8C;
		font-weight:bold;
		color: White;				 
	}
	
	
	.modalBackground 
	{
		background-color:Gray;
		filter:alpha(opacity=70);
		opacity:0.4;
	}

	.modalPopup
	{
		background-color: #FFFFFF;
		border-width: 3px;
		border-style: solid;
		border-color: Gray;
		padding: 3px;
		width: 250px;
	}
	
	a.hover
	{
		color: #CE766C;
	}
	
	a
	{
		color: #7C912F;
	}
	
	
	a:link
	{
		color: #7C912F;
	}

	.DropDownMenu
	{
		text-align: left;
		background: white;
		visibility: hidden;
		padding: 5px;
		border: 1px solid #808000; 		
		width: 132px;				
		height: 218px;		
		z-index: 1;		
		top: 109px;
		left: 1034px;
		position: absolute;
	}

	.ContentTable
	{
	    width:100%;
		padding:15px;
		width: 100%;	
	}
	
	a.normLink:link{
        color: black;		
        font-family:Tahoma;
		height: 17px;
	    color: #000000; 
	    }
	    
    a.normLink:visited{
        color: black;		
        font-family:Tahoma;
		height: 17px;
	    color: #000000; 
	    }
	    
    a.normLink:hover{
        color: red;		
        font-family:Tahoma;
		height: 17px;
	    color: #000000; 
	    }
