﻿body
{
    font-family: calibri, Arial, Helvetica, sans-serif;
	background: #002266 url(images/FinaSilverSiteBackground.png) repeat-x ;
	
}
/*

td
{
    display: block;
    
    background-repeat: no-repeat;
    LINE-HEIGHT: normal;
    position: inherit;
    overflow :hidden; 
    background: #002266;

}
img
{
        position: inherit;
        overflow :hidden; 
    background: #002266;
        }

.td img
{
    display: block;
    background-repeat: no-repeat;
    LINE-HEIGHT: normal;
    background: #002266;

}
.td
{
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    LINE-HEIGHT: normal;
    background: #000000;

}
td.file-name a {
    display: block;
    overflow: hidden;
        LINE-HEIGHT: normal;

    }
*/
 
.tdbackLeft { background-image: url(images/FinaLargebox_r3_c1.jpg);}

.tdbackRight { background-image: url(images/FinaLargebox_r3_c3.jpg);}
h3
{
    }
.gryContent
{
font-family: Calibri; 
font-size: small; 
color: #808080;
    background: #002266 ;
}
.Content
{
    font-family: Calibri;
    font-size: small;
    color: #829CEC; 
    /* color: #4169E1; color: #829CEC; */
    text-align: left;
    background: #002266;
}
a:link {
	color: #829CEC;
}
a:visited {
	color: #829CEC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.cusHeading
{
    font-family: Calibri; 
    color: #829CEC;
}

.cusLogo
{
    border: 1px solid #dbdbdb; 
    margin: 0; 
    padding: 0; 
    WIDTH: 148px; 
    HEIGHT: 73px; 
    display: inline;
     background: #002266 ;
} 

.bkgrnd
{
    color:#002266;
    background: #002266 ;
    }
.ylwContent
{
    font-family: calibri;
    color: #FFA500;
    font-size: small;
    font-weight: bold;
    background: #002266 ;
}
.ylwHeader
{
    font-family: calibri;
    color: #FFA500;
    background: #002266 ;
    }
.footer
{
    font-family: calibri; 
    font-size: x-small;
    color:Gray ;
    }
p
{
    font-family: Calibri;
    font-size: small;
    text-align: left;
    background: #002266 ;
}



/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility). I've also hidden the table in the admin_create_projects.html page */
.hidden 
{
	visibility: hidden;
}

.none 
{
	display: none;
}

